summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: make use of rpccli_netlogon_network_logon()Stefan Metzmacher2014-01-071-13/+15
* s3:winbindd: make use of trust_pw_change() in _wbint_ChangeMachineAccount()Stefan Metzmacher2014-01-071-28/+7
* s3:winbindd: make use of trust_pw_change() for periodic password changesStefan Metzmacher2014-01-071-8/+8
* s3:winbindd: use invalidate_cm_connection() to kill the netlogon connectionStefan Metzmacher2014-01-071-1/+1
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-073-52/+77
* s3:winbindd: call rpccli_pre_open_netlogon_creds() in the parentStefan Metzmacher2014-01-071-0/+8
* s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...Stefan Metzmacher2014-01-071-4/+1
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-073-144/+37
* s3:winbindd: make use of the "winbind sealed pipes" option for all connectionsStefan Metzmacher2014-01-072-3/+20
* s3:winbindd fix a compiler warningChristian Ambach2013-12-121-2/+2
* s3:winbindd fix use of uninitialized variablesChristian Ambach2013-12-101-0/+13
* s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer2013-12-091-1/+1
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-092-4/+16
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-091-12/+2
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-092-0/+35
* s3-winbind: Pass the group name to fillup_pw_field().Andreas Schneider2013-11-221-30/+43
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-2/+2
* winbind: Make centry_start staticChristof Schmitt2013-11-152-2/+2
* s3-winbindd: Fix #10264, cache_traverse_validate_fn failure for NDR cache ent...Günther Deschner2013-11-131-1/+2
* idmap_autorid: fix failure in reverse lookup if ID is from domain range index #0Abhidnya Joshi2013-11-071-1/+1
* idmap_autorid: fix status code when trying to load range for an invalid inputMichael Adam2013-11-071-0/+6
* idmap_autorid: add space between two words in a debug messageAtul Kulkarni2013-11-071-2/+2
* winbind3: Fix CID 241468 Resource leakVolker Lendecke2013-10-211-0/+1
* idmap_autorid: fix traversal of ranges to correctly exclude mapping records.Michael Adam2013-10-211-0/+8
* winbind3: Fix CID 1107229 Uninitialized pointer readVolker Lendecke2013-10-191-1/+2
* s3:winbindd: use cluster_probe_ok()Michael Adam2013-10-171-10/+3
* smbd/winbindd: Do an early check if ctdbd is functionalVolker Lendecke2013-10-171-0/+12
* s3:winbindd: don't hide the error in cm_connect_lsa()Stefan Metzmacher2013-10-171-1/+0
* s3-winbindd: Remove undocumented winbindd:socket dir parameterAndrew Bartlett2013-10-152-8/+2
* s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider2013-10-111-0/+22
* s3-winbind: Register handlers for domain online/offline messages.Andreas Schneider2013-10-112-0/+11
* s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2013-10-112-0/+50
* Fix bug #10187 - Missing talloc_free can leak stackframe in error path.Jeremy Allison2013-10-091-2/+3
* idmap_autorid: allow iterate functions to operate on all domain rangesMichael Adam2013-10-021-4/+2
* idmap_autorid: add idmap_autorid_delete_domain_ranges()Michael Adam2013-10-021-0/+82
* idmap_autorid: add idmap_autorid_iterate_domain_ranges[_read]()Michael Adam2013-10-021-0/+185
* idmap_autorid: add idmap_autorid_delete_range_by_num()Michael Adam2013-10-021-0/+119
* idmap_autorid: add idmap_autorid_delete_range_by_sid()Michael Adam2013-10-021-0/+119
* idmap_autorid: add idmap_autorid_build_keystr_talloc()Michael Adam2013-10-021-0/+17
* idmap_autorid: extend idmap_autorid_addrange to allow to set mappings below t...Michael Adam2013-10-021-21/+40
* idmap_autorid: improve clarity of idmap_autorid_addrange_action() by adding m...Michael Adam2013-10-021-7/+8
* idmap_autorid: add idmap_autorid_saveconfigstr()Michael Adam2013-10-021-0/+16
* idmap_autorid: Don't use db as a temporary talloc context.Michael Adam2013-10-021-1/+1
* idmap_autorid: improve two debug messages by printing NT error codesMichael Adam2013-10-021-3/+3
* idmap_autorid: fix a debug message in idmap_autorid_addrange()Michael Adam2013-10-021-2/+2
* idmap_autorid: for clarity, add a wrapper idmap_autorid_acquire_range() to id...Michael Adam2013-10-021-1/+7
* idmap_autorid: add new function idmap_autorid_setrange()Michael Adam2013-10-021-0/+17
* idmap_autorid: factor out domain range adding code into a separate functionMichael Adam2013-10-021-23/+117
* idmap_autorid: add idmap_autorid_getrange()Michael Adam2013-10-021-0/+31
* idmap_autorid: improve a debug message in idmap_autorid_getrange_int()Michael Adam2013-10-021-1/+2