summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* autorid: split idmap_autorid_db_open and idmap_autorid_init_hwms out of idmap...Michael Adam2014-04-031-9/+38
* autorid: in idmap_autorid_saveconfig, add a debug msg when loading gives errorMichael Adam2014-04-031-0/+2
* autorid: improve the precision of the DEBUG at the end of add_rangeMichael Adam2014-04-031-2/+5
* autorid: add a DEBUG upon talloc fail in the add_range function.Michael Adam2014-04-031-0/+1
* autorid: when storing a new range, always check it does not exist.Michael Adam2014-04-031-15/+22
* autorid: fix a potential for data corruption.Michael Adam2014-04-031-1/+33
* autorid: print debug message when a HWM key has been createdMichael Adam2014-04-031-0/+2
* autorid: reverse logic flow in idmap_autorid_init_hwm(), decreasing indentation.Michael Adam2014-04-031-9/+13
* autorid: store hwm as uint32_t in idmap_autorid_init_hwm()Michael Adam2014-04-031-1/+1
* winbindd: Ensure we do not look at rid_array before checking if it was returnedAndrew Bartlett2014-04-021-3/+3
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-3/+6
* s3:winbindd: avoid argv related const warningsStefan Metzmacher2014-04-022-3/+2
* Rename module init functions from samba_init_moduleChristof Schmitt2014-04-025-5/+5
* 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