summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+2
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-121-1/+7
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-121-1/+21
* s3-libads: pass down local_service to kerberos_return_pac().Günther Deschner2014-03-121-0/+9
* s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner2014-03-071-4/+2
* rpc: fix name-normalization in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* rpc: correctly tread domain-only requests in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* samr: don't block the sam sid or the builtin domain sid in sid_to_nameStefan Metzmacher2014-02-251-0/+2
* s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck2014-02-211-1/+1
* s3:winbindd: fix _wbint_LookupSids() on errorGregor Beck2014-02-211-1/+7
* winbindd: Avoid using deallocated memorySantosh Kumar Pradhan2014-02-201-1/+1
* 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