| Commit message (Expand) | Author | Age | Files | Lines |
* | s4-smbtorture: test wbcResolveWinsByName/wbcResolveWinsByIP in WINBIND-WBCLIE... | Günther Deschner | 2010-01-25 | 1 | -0/+35 |
* | s4-smbtorture: add test for wbcPingDc to WINBIND-WBCLIENT testsuite. | Günther Deschner | 2010-01-25 | 1 | -1/+12 |
* | libwbclient: Actually implement wbcCredentialCache() | Volker Lendecke | 2010-01-24 | 1 | -1/+127 |
* | s3: Add the session key to the ccache_ntlm_auth response | Volker Lendecke | 2010-01-24 | 1 | -1/+3 |
* | s3: Add wbinfo --ccache-save | Volker Lendecke | 2010-01-24 | 4 | -1/+82 |
* | libwbclient: Use winbindd_free_response() | Volker Lendecke | 2010-01-24 | 3 | -51/+21 |
* | libwbclient: Remove a pointless talloc_strdup | Volker Lendecke | 2010-01-24 | 1 | -12/+5 |
* | nsswitch: Move nss_err_str to its only caller | Volker Lendecke | 2010-01-23 | 3 | -26/+25 |
* | nsswitch: Make some functions static | Volker Lendecke | 2010-01-23 | 2 | -11/+7 |
* | libwbclient: Remove a pointless check | Volker Lendecke | 2010-01-03 | 1 | -1/+1 |
* | s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc | Volker Lendecke | 2009-12-21 | 4 | -1/+96 |
* | s3: check for PAM_RADIO_TYPE. | Bo Yang | 2009-12-10 | 1 | -3/+1 |
* | s3: Fix build on non-linux platform. | Bo Yang | 2009-12-10 | 1 | -0/+8 |
* | s3: Give the user a chance to change password when password will expire soon. | Bo Yang | 2009-12-10 | 1 | -11/+109 |
* | s3-kerberos: next step to resolve Bug #6929: build with recent heimdal. | Günther Deschner | 2009-11-26 | 1 | -1/+5 |
* | nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions. | Günther Deschner | 2009-11-25 | 1 | -0/+1 |
* | pam_winbind: fix a printf type mismatch warning | Björn Jacke | 2009-11-14 | 1 | -2/+2 |
* | s3: Fix crash in pam_winbind, another reference to freed memory. | Bo Yang | 2009-10-24 | 1 | -3/+7 |
* | wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname. | Günther Deschner | 2009-10-19 | 1 | -25/+18 |
* | libwbclient: fix wbcLookupDomainController(). | Günther Deschner | 2009-10-19 | 1 | -2/+3 |
* | s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT. | Günther Deschner | 2009-10-19 | 1 | -0/+37 |
* | s3: Don't fail authentication when one or some group of require-membership-of... | Bo Yang | 2009-10-20 | 1 | -2/+23 |
* | nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials(). | Günther Deschner | 2009-10-16 | 1 | -1/+2 |
* | s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well. | Günther Deschner | 2009-10-16 | 1 | -1/+4 |
* | s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT. | Günther Deschner | 2009-10-16 | 1 | -0/+34 |
* | s4-smbtorture: add very basic libwbclient testsuite. | Günther Deschner | 2009-10-16 | 1 | -0/+252 |
* | Fix the build, missing ->. | Jeremy Allison | 2009-10-14 | 1 | -2/+2 |
* | s3: Fix reference to freed memory in pam_winbind. | Bo Yang | 2009-10-15 | 1 | -2/+3 |
* | nsswitch: add wbinfo -c (change trust account passwords). | Günther Deschner | 2009-10-13 | 1 | -0/+39 |
* | libwbclient: add wbcChangeTrustCredentials. | Günther Deschner | 2009-10-13 | 3 | -0/+50 |
* | s4:wbclient.h - add compatibility constants | Matthias Dieter Wallnöfer | 2009-10-12 | 1 | -0/+6 |
* | s3: Fix a memleak reported by dmarkey | Volker Lendecke | 2009-10-09 | 1 | -0/+4 |
* | Fix builds with external talloc | Simo Sorce | 2009-10-09 | 1 | -2/+2 |
* | winbind: adapt the new reject constants also there | Matthias Dieter Wallnöfer | 2009-10-08 | 2 | -8/+13 |
* | wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME". | Günther Deschner | 2009-10-07 | 1 | -5/+13 |
* | libwbclient: implement secure channel verification for specific domains in wb... | Günther Deschner | 2009-10-07 | 2 | -12/+6 |
* | s3: Don't overwrite password in pam_winbind, subsequent pam modules | Bo Yang | 2009-09-16 | 1 | -4/+0 |
* | nss_winbind: remove unused variable | Björn Jacke | 2009-09-15 | 1 | -1/+0 |
* | s4: Pass WINBINDD_SOCKET_DIR var in order to overide the location of the Winb... | Matthieu Patou | 2009-09-11 | 1 | -0/+2 |
* | wbinfo: fix various valgrind warnings and an invalid free. | Günther Deschner | 2009-09-04 | 1 | -7/+1 |
* | wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2 | Günther Deschner | 2009-09-01 | 1 | -4/+15 |
* | s3:libwbclient: Fix bug 6349, initialize domain info struct | Volker Lendecke | 2009-08-30 | 1 | -0/+2 |
* | wbinfo: Reduce test noise in the wbinfo blackbox test | Kai Blin | 2009-08-18 | 1 | -3/+7 |
* | wbinfo: Use one codebase for Samba3 and Samba4. | Kai Blin | 2009-08-18 | 3 | -1335/+8 |
* | s3 wbinfo: Only call afs_settoken_str if compiled with WITH_FAKE_KASERVER | Kai Blin | 2009-08-18 | 1 | -0/+8 |
* | s3 wbinfo: use wbcSidTypeString instead of sid_type_lookup | Kai Blin | 2009-08-18 | 1 | -2/+2 |
* | libwbclient: Add wbcSidTypeString function. | Kai Blin | 2009-08-18 | 2 | -1/+28 |
* | s3 wbinfo: Remove unused functions, use C99-types | Kai Blin | 2009-08-18 | 1 | -6/+1 |
* | s3 wbinfo: Explicitly include popt header, remove unused common options. | Kai Blin | 2009-08-18 | 1 | -1/+5 |
* | s3 wbinfo: Use talloc_strdup instead of SMB_STRDUP | Kai Blin | 2009-08-18 | 1 | -21/+23 |