summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* Fix denial of service - memory corruption.Jeremy Allison2011-02-282-0/+13
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-261-45/+13
* Fix bug 7636 - winbind internal error, backtrace.Jeremy Allison2010-09-061-0/+1
* s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the se...Günther Deschner2010-08-111-7/+13
* s3-kerberos: pass down kdc_name to create_local_private_krb5_conf_for_domain().Günther Deschner2010-05-191-2/+4
* s3-winbind: make the getpeername() checks in cm_prepare_connection IPv6 aware.Günther Deschner2010-05-191-5/+25
* s3:winbindd: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-161-5/+28
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-131-0/+3
* s3:winbindd: remove unused variablesStefan Metzmacher2010-04-131-2/+0
* s3:winbindd: fix problems with SIGCHLD handling (bug #7317)Stefan Metzmacher2010-04-133-17/+6
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-04-131-2/+2
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-04-131-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-04-131-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-04-131-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-04-131-4/+5
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-04-131-14/+4
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-03-022-0/+17
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-02-251-4/+1
* s3:winbind: Fix bug 5626Volker Lendecke2010-02-243-29/+23
* Prevent NULL dereference if group has no membersJim McDonough2010-01-041-4/+4
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-302-0/+4
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_initMichael Adam2009-11-231-0/+2
* s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...Michael Adam2009-11-231-0/+2
* Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal ...Jeremy Allison2009-10-161-0/+2
* s3:winbind: Fix a double-freeVolker Lendecke2009-10-141-1/+0
* s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke2009-10-141-7/+6
* s3:winbind: Only ever handle one event after a select callVolker Lendecke2009-10-081-3/+9
* s3:winbindd: only notify the client when we exist, if the connection isn't de...Stefan Metzmacher2009-10-081-5/+7
* s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher2009-10-081-1/+12
* s3:winbind: Fix an uninitialized variable (cherry picked from commit 0724649a...Volker Lendecke2009-10-081-1/+1
* s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner2009-10-083-5/+63
* s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner2009-10-083-0/+63
* s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2009-10-082-20/+47
* s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner2009-10-083-96/+78
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner2009-10-081-3/+4
* s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner2009-10-081-1/+2
* s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner2009-09-091-1/+1
* s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.Stefan Metzmacher2009-08-112-1/+57
* s3: To correctly handle upnBo Yang2009-07-272-1/+7
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-191-0/+4
* s3:idmap_ldap: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+55
* s3:idmap: fix a comment typoMichael Adam2009-05-281-1/+1
* s3:idmap_tdb2: filter out of range mappings in default idmap configMichael Adam2009-05-281-12/+49
* s3:idmap_tdb: filter out of range mappings in default idmap configMichael Adam2009-05-281-16/+57
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-272-4/+6
* s3:winbind:idmap_ldap: warn about duplicate SID->XID mappings (bug #6387)Michael Adam2009-05-251-2/+11
* s3:winbind:idmap_ldap: warn about duplicate XID->SID mappings (bug #6387)Michael Adam2009-05-251-0/+8
* Fix a race condition in winbind leading to a panicVolker Lendecke2009-05-241-0/+1
* s3:winbind:idmap_ldap: fix a crash bug in idmap_ldap_unixids_to_sids (#6387)Michael Adam2009-05-221-1/+1
* Fix a bunch of compiler warnings about wrong format types.Jeremy Allison2009-05-115-11/+14