index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
Commit message (
Expand
)
Author
Age
Files
Lines
*
autorid: use the db argument in the initialize traverse action.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: make the whole initialization atomic with one transaction.
Michael Adam
2014-04-03
1
-10
/
+38
*
autorid: initialize: fix typo in and further improve a debug message.
Michael Adam
2014-04-03
1
-2
/
+2
*
autorid: initialize: use the split db_open and init_hwms function instead of ...
Michael Adam
2014-04-03
1
-1
/
+6
*
autorid: initialize: open the autorid db as late as possible.
Michael Adam
2014-04-03
1
-8
/
+9
*
autorid: initialize: link config to commonconfig as soon as it is allocated.
Michael Adam
2014-04-03
1
-1
/
+1
*
autorid: initialize: link commonconfig to dom as soon as it is allocated
Michael Adam
2014-04-03
1
-2
/
+1
*
autorid: initialize: store config directly before allocating well knowns.
Michael Adam
2014-04-03
1
-7
/
+6
*
autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...
Michael Adam
2014-04-03
1
-9
/
+38
*
autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives error
Michael Adam
2014-04-03
1
-0
/
+2
*
autorid: improve the precision of the DEBUG at the end of add_range
Michael Adam
2014-04-03
1
-2
/
+5
*
autorid: add a DEBUG upon talloc fail in the add_range function.
Michael Adam
2014-04-03
1
-0
/
+1
*
autorid: when storing a new range, always check it does not exist.
Michael Adam
2014-04-03
1
-15
/
+22
*
autorid: fix a potential for data corruption.
Michael Adam
2014-04-03
1
-1
/
+33
*
autorid: print debug message when a HWM key has been created
Michael Adam
2014-04-03
1
-0
/
+2
*
autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.
Michael Adam
2014-04-03
1
-9
/
+13
*
autorid: store hwm as uint32_t in idmap_autorid_init_hwm()
Michael Adam
2014-04-03
1
-1
/
+1
*
winbindd: Ensure we do not look at rid_array before checking if it was returned
Andrew Bartlett
2014-04-02
1
-3
/
+3
*
s3-auth: Finally change make_user_info_*() use a parent talloc context
Andrew Bartlett
2014-04-02
1
-3
/
+6
*
s3:winbindd: avoid argv related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+2
*
Rename module init functions from samba_init_module
Christof Schmitt
2014-04-02
5
-5
/
+5
*
auth/gensec: remove tevent_context argument from gensec_update()
Stefan Metzmacher
2014-03-27
1
-2
/
+2
*
s3-kerberos: let kerberos_return_pac() return a PAC container.
Günther Deschner
2014-03-12
1
-1
/
+7
*
s3-kerberos: return a full PAC in kerberos_return_pac().
Günther Deschner
2014-03-12
1
-1
/
+21
*
s3-libads: pass down local_service to kerberos_return_pac().
Günther Deschner
2014-03-12
1
-0
/
+9
*
s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...
Günther Deschner
2014-03-07
1
-4
/
+2
*
rpc: fix name-normalization in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
*
rpc: correctly tread domain-only requests in rpc_sid_to_name()
Michael Adam
2014-02-25
1
-1
/
+1
*
samr: don't block the sam sid or the builtin domain sid in sid_to_name
Stefan Metzmacher
2014-02-25
1
-0
/
+2
*
s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()
Gregor Beck
2014-02-21
1
-1
/
+1
*
s3:winbindd: fix _wbint_LookupSids() on error
Gregor Beck
2014-02-21
1
-1
/
+7
*
winbindd: Avoid using deallocated memory
Santosh Kumar Pradhan
2014-02-20
1
-1
/
+1
*
winbindd: Use the right flags in dsgetdcname
Volker Lendecke
2014-02-14
1
-1
/
+1
*
param: No longer have a special case for lp_configfile
Andrew Bartlett
2014-02-12
1
-1
/
+1
*
param: rename lp function and variable from "cli_minprotocol" to "client_min_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from "cli_maxprotocol" to "client_max_...
Garming Sam
2014-02-07
1
-1
/
+1
*
param: rename lp function and variable from 'piddir' to 'pid_directory'
Garming Sam
2014-02-07
1
-4
/
+4
*
param: rename lp function and variable from 'lockdir' to 'lock_directory'
Garming Sam
2014-02-07
1
-2
/
+2
*
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
2014-02-07
3
-3
/
+3
*
winbind3: Simplify fillup_pw_field
Volker Lendecke
2014-02-05
1
-15
/
+14
*
winbind3: Use fstrcpy
Volker Lendecke
2014-02-05
1
-1
/
+1
*
winbind3: Fix a comment typo
Volker Lendecke
2014-02-05
1
-1
/
+1
*
log winbind version (when requested) in winbindd log
Noel Power
2014-01-22
1
-2
/
+2
*
s3-winbind: separate child response sock write
David Disseldorp
2014-01-20
1
-20
/
+27
*
s3-winbind: only pass needed args to child_read_request
David Disseldorp
2014-01-20
1
-18
/
+10
*
s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
Volker Lendecke
2014-01-16
1
-1
/
+1
*
s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
Jeremy Allison
2014-01-08
1
-32
/
+14
*
s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...
Jeremy Allison
2014-01-08
1
-4
/
+10
*
s3:winbindd: make use of rpccli_netlogon_network_logon()
Stefan Metzmacher
2014-01-07
1
-13
/
+15
*
s3:winbindd: make use of trust_pw_change() in _wbint_ChangeMachineAccount()
Stefan Metzmacher
2014-01-07
1
-28
/
+7
[next]