summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Use the right flags in dsgetdcnameVolker Lendecke2014-02-141-1/+1
* param: No longer have a special case for lp_configfileAndrew Bartlett2014-02-121-1/+1
* param: rename lp function and variable from "cli_minprotocol" to "client_min_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'piddir' to 'pid_directory'Garming Sam2014-02-071-4/+4
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-2/+2
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-073-3/+3
* winbind3: Simplify fillup_pw_fieldVolker Lendecke2014-02-051-15/+14
* winbind3: Use fstrcpyVolker Lendecke2014-02-051-1/+1
* winbind3: Fix a comment typoVolker Lendecke2014-02-051-1/+1
* log winbind version (when requested) in winbindd logNoel Power2014-01-221-2/+2
* s3-winbind: separate child response sock writeDavid Disseldorp2014-01-201-20/+27
* s3-winbind: only pass needed args to child_read_requestDavid Disseldorp2014-01-201-18/+10
* s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().Volker Lendecke2014-01-161-1/+1
* s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().Jeremy Allison2014-01-081-32/+14
* s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...Jeremy Allison2014-01-081-4/+10
* 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