summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* libwbclient: Re-Fix a bug that was fixed with e5741e27c4cVolker Lendecke2010-05-174-29/+56
* s3: Fix bug 7202Volker Lendecke2010-03-291-0/+5
* s3: Fix malformed require_membership_of_sid.Bo Yang2010-02-101-0/+12
* libwbclient: Actually implement wbcCredentialCache()Volker Lendecke2010-01-261-1/+129
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-261-1/+3
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-264-1/+82
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-234-1/+96
* s3: check for PAM_RADIO_TYPE.Bo Yang2009-12-141-3/+1
* s3: Fix build on non-linux platform.Bo Yang2009-12-141-0/+8
* s3: Give the user a chance to change password when password will expire soon.Bo Yang2009-12-141-11/+109
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-12-081-1/+5
* nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner2009-11-261-0/+1
* pam_winbind: fix a printf type mismatch warningBjörn Jacke2009-11-261-2/+2
* s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang2009-11-261-3/+7
* wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner2009-11-261-25/+18
* libwbclient: fix wbcLookupDomainController().Günther Deschner2009-11-261-2/+3
* s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner2009-11-261-0/+37
* s3: Don't fail authentication when one or some group of require-membership-of...Bo Yang2009-11-261-2/+23
* nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner2009-11-261-1/+2
* s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner2009-11-261-1/+4
* s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner2009-11-261-0/+34
* s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner2009-11-261-0/+252
* Fix the build, missing ->.Jeremy Allison2009-11-261-2/+2
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-11-261-2/+3
* nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner2009-11-261-0/+39
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-11-263-0/+50
* s3: Fix a memleak reported by dmarkeyVolker Lendecke2009-11-261-0/+4
* Fix builds with external tallocSimo Sorce2009-11-261-2/+2
* wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner2009-11-261-5/+13
* libwbclient: implement secure channel verification for specific domains in wb...Günther Deschner2009-11-262-12/+6
* s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang2009-09-161-4/+0
* nss_winbind: remove unused variableBjörn Jacke2009-09-151-1/+0
* s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the Winb...Matthieu Patou2009-09-111-0/+2
* wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner2009-09-041-7/+1
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner2009-09-011-4/+15
* s3:libwbclient: Fix bug 6349, initialize domain info structVolker Lendecke2009-08-301-0/+2
* wbinfo: Reduce test noise in the wbinfo blackbox testKai Blin2009-08-181-3/+7
* wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin2009-08-183-1335/+8
* s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVERKai Blin2009-08-181-0/+8
* s3 wbinfo: use wbcSidTypeString instead of sid_type_lookupKai Blin2009-08-181-2/+2
* libwbclient: Add wbcSidTypeString function.Kai Blin2009-08-182-1/+28
* s3 wbinfo: Remove unused functions, use C99-typesKai Blin2009-08-181-6/+1
* s3 wbinfo: Explicitly include popt header, remove unused common options.Kai Blin2009-08-181-1/+5
* s3 wbinfo: Use talloc_strdup instead of SMB_STRDUPKai Blin2009-08-181-21/+23
* s3 wbinfo: Don't use global_myname()Kai Blin2009-08-181-2/+17
* s3 wbinfo: Avoid ADD_TO_ARRAY macro.Kai Blin2009-08-181-1/+6
* s3 wbinfo: Use uint32_t instead of uint32Kai Blin2009-08-181-8/+8
* s3 wbinfo: remove --get-auth-user and --set-auth-user functionalityKai Blin2009-08-181-89/+6
* s3 wbinfo: Get rid of lp_ functionsKai Blin2009-08-181-100/+158
* s3:winbind: Fix a potential segfault in libwbclientVolker Lendecke2009-08-161-1/+1