summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Don't fail on users without a uid.Andreas Schneider2011-11-251-1/+18
* Allows changing the maximum number of simultaneous clients in winbindd throug...Pierre Carrier2011-09-281-5/+3
* s3-winbind: Fix bug 7888 -- deal with buggy 3.0 based PDCs.Günther Deschner2011-09-281-14/+36
* s3: Fix bug 7844: Race in winbindVolker Lendecke2011-09-221-4/+8
* v3-5-test: Fix getent group if trusted domains are not reachableVolker Lendecke2011-08-301-2/+6
* s3: explicitly pass domain_sid to wbint_LookupRids() (bug #7841)Volker Lendecke2011-06-282-8/+9
* s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough2011-06-011-1/+4
* Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy2011-04-191-6/+6
* s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULTVolker Lendecke2011-04-041-2/+2
* Fix denial of service - memory corruption.Jeremy Allison2011-02-281-0/+7
* s3-winbindd: let winbind try to use samlogon validation level 6. (bug #7945)Günther Deschner2011-02-093-1/+98
* s3:winbindd: catch lookup_names/sids schannel errors over ncacn_ip_tcp (bug #...Stefan Metzmacher2011-02-051-0/+24
* s3:winbind: fix bug #7894 - sporadic winbind panic in rpc query_user_listMichael Adam2010-12-311-0/+7
* s3: Use smbsock_any_connect in winbindVolker Lendecke2010-12-261-45/+13
* s3: Fix bug 7843: Expand the local SAMs aliasesJeremy Allison2010-12-071-2/+2
* s3: Fix bug 7842: WINBINDD_LOOKUPRIDS does not return the domain nameVolker Lendecke2010-12-072-1/+4
* s3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong domainVolker Lendecke2010-12-071-1/+1
* Second part of fix for bug #7777 - When requesting lookups for BUILTIN sids, ...Jeremy Allison2010-11-161-6/+25
* First part of fix for bug #7777 - When requesting lookups for BUILTIN sids, w...Jeremy Allison2010-11-161-0/+10
* s3: Fix a getgrent crash with many groupsVolker Lendecke2010-11-111-0/+1
* s3: Fix bug 7730 -- crash in winbindd_dsgetdcname.cVolker Lendecke2010-11-111-0/+4
* Final part of fix for bug #7636 - winbind internal error, backtrace.Jeremy Allison2010-09-061-11/+18
* Fix bug #7589 - ntlm_auth fails to use cached credentials.Jeremy Allison2010-08-231-9/+7
* s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the se...Günther Deschner2010-08-111-7/+13
* s3: Fix bug 7578Jeremy Allison2010-07-281-2/+2
* 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: Fix a winbind crash when scanning trustsVolker Lendecke2010-04-251-0/+6
* 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: make sure we don't try rpc requests against unaccessable domainsStefan Metzmacher2010-04-011-5/+28
* s3:winbindd: correctly retry if the netlogon pipe gets disconnected during a ...Stefan Metzmacher2010-03-301-2/+2
* s3:winbindd_reconnect: don't only reconnect on NT_STATUS_UNSUCCESSFULStefan Metzmacher2010-03-301-14/+59
* s3:winbindd_cm: invalidate connection if cm_connect_netlogon() failsStefan Metzmacher2010-03-301-2/+2
* s3:winbindd: consistently use TALLOC_FREE(conn->foo_pipe) is we create a new ...Stefan Metzmacher2010-03-301-0/+5
* s3:winbindd_cm: use rpccli_is_connected() helper functionStefan Metzmacher2010-03-301-4/+4
* s3:winbindd_cm: use cli_state_is_connected() helper functionStefan Metzmacher2010-03-301-14/+4
* s3: Fix bug 7212, "getent group does not return group members"Volker Lendecke2010-03-291-0/+1
* s3: Fix a bad memleak in winbindVolker Lendecke2010-03-231-1/+2
* s3:winbindd: add DEBUG(10,...) for the end of each top levelStefan Metzmacher2010-03-112-6/+25
* s3:winbindd: never mark external domains as internal!Stefan Metzmacher2010-03-021-4/+1
* Fix one of the valgrind warnings from bug #6814 - Fixes for problems reported...Roel van Meer2010-03-021-0/+8
* s3: Fix but 7145 -- duplicate sam and unix accountsVolker Lendecke2010-03-012-0/+22
* s3/winbind_ccache: Fix typo in debug message.Karolin Seeger2010-01-281-1/+1
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-261-4/+17
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-264-0/+80
* s3: Fix a winbind segfault in "trusted_domains"Volker Lendecke2010-01-141-3/+4
* s3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()Volker Lendecke2010-01-131-1/+1
* s3: List trusted domains from wcache when domain is offline.Bo Yang2010-01-061-24/+139