summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-243-6/+6
* libreplace: Add getpeereid implementation.Jelmer Vernooij2012-03-242-2/+4
* s3-winbindd Only use SamLogonEx when we can get unencrypted session keysAndrew Bartlett2012-03-191-2/+2
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+11
* s3: piddir creation fix part 2.Ira Cooper2012-03-071-0/+4
* s3-winbindd: Add stdin handler for winbindAndrew Bartlett2012-03-042-3/+48
* s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...Matthieu Patou2012-02-271-1/+20
* s3: Use the correct enum valuesVolker Lendecke2012-02-251-3/+3
* s3-winbindd: pass logon parmeters down to check_sam_security()Andrew Bartlett2012-02-201-2/+6
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-183-7/+2
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-1/+1
* s3-winbindd: set the can_do_validation6 also for trusted domainMatthieu Patou2012-02-101-0/+2
* s3-winbind: Remove unused bool "local"Christof Schmitt2012-02-061-5/+2
* s3-winbind: don't try to do clever thing if the username is not found while a...Matthieu Patou2012-01-301-1/+2
* s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett2012-01-181-2/+2
* s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() genericAndrew Bartlett2012-01-181-9/+14
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-183-3/+6
* s3-winbindd: convert cached credentials to use auth_generic/gensec for NTLMSSPAndrew Bartlett2012-01-061-33/+46
* s3: Remove some redundant codeVolker Lendecke2012-01-051-5/+0
* s3-winbind: Fix segfault if we can't map the last user.Andreas Schneider2012-01-041-0/+18
* s3-winbind: Move finding the domain to it's own function.Andreas Schneider2012-01-041-11/+21
* s3: Fix some False/NULL hickupsVolker Lendecke2011-12-201-2/+2
* s3:idmap_autorid: use less transactionsChristian Ambach2011-12-161-55/+76
* s3: Remove a bunch of calls to procid_self()Volker Lendecke2011-12-122-2/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-036-6/+6
* s3-winbind: Add an update function for winbind cache.Andreas Schneider2011-12-031-2/+94
* s3-winbind: Remove unused keys from list.Andreas Schneider2011-12-021-2/+0
* s3: Use tevent_req_simple_recv_ntstatusVolker Lendecke2011-11-281-6/+1
* s3: user_domain is not used in wb_getpwsidVolker Lendecke2011-11-251-7/+0
* s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher2011-11-241-1/+1
* s3: Fix wb_next_pwent_fill_doneVolker Lendecke2011-11-221-1/+0
* s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher2011-11-211-0/+2
* s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives.Günther Deschner2011-11-171-1/+1
* s3-winbindd: no need to globally include ldap headers in winbindd.Günther Deschner2011-11-172-2/+1
* s3-winbindd/winbindd_cm.c: remove cli_nt_error()Björn Baumbach2011-11-161-8/+2
* s3:winbindd_cm: remove unused ads_statusStefan Metzmacher2011-11-161-3/+0
* s3-waf: create a smbldap.so library.Günther Deschner2011-11-161-0/+1
* s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.Günther Deschner2011-11-161-1/+3
* s3-passdb: split out passdb/pdb_ldap_schema.cGünther Deschner2011-11-161-0/+1
* s3-winbind: Don't fail on users without a uid.Andreas Schneider2011-11-151-1/+19
* s3-winbind: Make sure the map is clean.Andreas Schneider2011-11-151-1/+5
* s3-modules: remove the last "init_module" traces.Günther Deschner2011-11-142-4/+0
* s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-031-1/+1
* Fix bug #8548 - winbind_samlogon_retry_loop ignores logon_parameters flags.Jeremy Allison2011-10-281-2/+2
* lib/util Rename samba_init_module -> samba_module_initAndrew Bartlett2011-10-286-6/+6
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-7/+7
* s3:idmap_autorid: add an allocation range to autoridChristian Ambach2011-10-211-1/+96
* s3:idmap_autorid: move HWM initialization into a functionChristian Ambach2011-10-211-17/+27
* s3:idmap_autorid: use strings as parameter for range allocatorChristian Ambach2011-10-211-14/+14