summaryrefslogtreecommitdiff
path: root/nsswitch
Commit message (Expand)AuthorAgeFilesLines
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-1/+5
* nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner2009-11-251-0/+1
* pam_winbind: fix a printf type mismatch warningBjörn Jacke2009-11-141-2/+2
* s3: Fix crash in pam_winbind, another reference to freed memory.Bo Yang2009-10-241-3/+7
* wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner2009-10-191-25/+18
* libwbclient: fix wbcLookupDomainController().Günther Deschner2009-10-191-2/+3
* s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner2009-10-191-0/+37
* s3: Don't fail authentication when one or some group of require-membership-of...Bo Yang2009-10-201-2/+23
* nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner2009-10-161-1/+2
* s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner2009-10-161-1/+4
* s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner2009-10-161-0/+34
* s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner2009-10-161-0/+252
* Fix the build, missing ->.Jeremy Allison2009-10-141-2/+2
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
* nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner2009-10-131-0/+39
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-133-0/+50
* s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer2009-10-121-0/+6
* s3: Fix a memleak reported by dmarkeyVolker Lendecke2009-10-091-0/+4
* Fix builds with external tallocSimo Sorce2009-10-091-2/+2
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-082-8/+13
* wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner2009-10-071-5/+13
* libwbclient: implement secure channel verification for specific domains in wb...Günther Deschner2009-10-072-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
* Make wbinfo also print the members when querying a groupVolker Lendecke2009-08-081-2/+18
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-051-0/+3
* added a uid_wrapper libraryAndrew Tridgell2009-08-051-1/+2
* s3: add failure check.Bo Yang2009-07-181-1/+4
* s3: compile warning and upn handlingBo Yang2009-07-181-13/+24
* s3-pam_winbind: Fix Bug 6253: Use correct value for password expiry calculation.Günther Deschner2009-06-191-1/+2
* libwbclient: fix returned LogonInfo in wbc_LogonUser().Günther Deschner2009-06-181-2/+4
* wbinfo: use wbcLogonUser for wbinfo -K.Günther Deschner2009-06-181-35/+76