summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* libwbclient: Remove a pointless checkVolker Lendecke2010-01-031-1/+1
| | | | We have dereferenced "blobs" before
* s3:winbind: Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dcVolker Lendecke2009-12-214-1/+96
| | | | | | This just does a NULL RPC call through an existing NETLOGON connection. If someone knows an operation that "just works" and does not return NOT_SUPPORTED, please tell me :-)
* s3: check for PAM_RADIO_TYPE.Bo Yang2009-12-101-3/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Fix build on non-linux platform.Bo Yang2009-12-101-0/+8
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3: Give the user a chance to change password when password will expire soon.Bo Yang2009-12-101-11/+109
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* s3-kerberos: next step to resolve Bug #6929: build with recent heimdal.Günther Deschner2009-11-261-1/+5
| | | | | | | | Based on patch from Allan <allan@archlinux.org>. Also should fix the FreeBSD build on the buildfarm. Guenther
* nsswitch: fix compile of winbind_krb5_locator with recent Heimdal versions.Günther Deschner2009-11-251-0/+1
| | | | Guenther
* 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
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* wbinfo: use wbcLookupDomainControllerEx for wbinfo --dsgetdcname.Günther Deschner2009-10-191-25/+18
| | | | Guenther
* libwbclient: fix wbcLookupDomainController().Günther Deschner2009-10-191-2/+3
| | | | | | Found by WINBIND-WBCLIENT torture test. Guenther
* s4-smbtorture: test wbcLookupDomainController{Ex} in WINBIND-WBCLIENT.Günther Deschner2009-10-191-0/+37
| | | | Guenther
* s3: Don't fail authentication when one or some group of ↵Bo Yang2009-10-201-2/+23
| | | | | | require-membership-of is invalid. Signed-off-by: Bo Yang <boyang@samba.org>
* nsswitch: increase libwbclient version after adding wbcChangeTrustCredentials().Günther Deschner2009-10-161-1/+2
| | | | Guenther
* s4-smbtorture: test wbcLookupUserSids in WINBIND-WBCLIENT as well.Günther Deschner2009-10-161-1/+4
| | | | Guenther
* s4-smbtorture: test wbcGuidToString and friends as well in WINBIND-WBCLIENT.Günther Deschner2009-10-161-0/+34
| | | | Guenther
* s4-smbtorture: add very basic libwbclient testsuite.Günther Deschner2009-10-161-0/+252
| | | | Guenther
* Fix the build, missing ->.Jeremy Allison2009-10-141-2/+2
| | | | Jeremy.
* s3: Fix reference to freed memory in pam_winbind.Bo Yang2009-10-151-2/+3
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* nsswitch: add wbinfo -c (change trust account passwords).Günther Deschner2009-10-131-0/+39
| | | | Guenther
* libwbclient: add wbcChangeTrustCredentials.Günther Deschner2009-10-133-0/+50
| | | | Guenther
* s4:wbclient.h - add compatibility constantsMatthias Dieter Wallnöfer2009-10-121-0/+6
| | | | | | This is the result of a discussion on samba-technical on how to deal best with existing programs which don't support my changes in the interface yet. Metze pointed out this "defines" as a possibility and simo and I agreed.
* s3: Fix a memleak reported by dmarkeyVolker Lendecke2009-10-091-0/+4
|
* Fix builds with external tallocSimo Sorce2009-10-091-2/+2
| | | | | | Make sure we do not reference our internal talloc directly. Let configure define what talloc.h file to use so that builds that use an extrenal talloc do not include 2 different versions of the talloc header.
* winbind: adapt the new reject constants also thereMatthias Dieter Wallnöfer2009-10-082-8/+13
| | | | | | Please note: in the past the value "0" was misinterpreted as other error. This isn't true. "0" means no error. Therefore a solution for this one has to found.
* wbinfo: allow to check trusts via "wbinfo -t --domain DOMAINNAME".Günther Deschner2009-10-071-5/+13
| | | | Guenther
* libwbclient: implement secure channel verification for specific domains in ↵Günther Deschner2009-10-072-12/+6
| | | | | | wbcCheckTrustCredentials(). Guenther
* s3: Don't overwrite password in pam_winbind, subsequent pam modulesBo Yang2009-09-161-4/+0
| | | | | | might use the old password and new password. Signed-off-by: Bo Yang <boyang@samba.org>
* 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 ↵Matthieu Patou2009-09-111-0/+2
| | | | Winbind socket
* wbinfo: fix various valgrind warnings and an invalid free.Günther Deschner2009-09-041-7/+1
| | | | | | Kai, please check. Guenther
* wbclient: Fix Bug #6680: always activate handling of large (> 256 byte) ntlmv2Günther Deschner2009-09-011-4/+15
| | | | | | blobs in wbcAuthenticateUserEx(). Guenther
* 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
| | | | | | | | | | | With the switch to libwbclient the previously stubbed out --trusted-domains and --all-domains calls now fail. Set them to knownfail. The previously knownfail -D test is now stubbed out, test it now. This does not fix the issues with wbinfo -a and wbinfo -K not working on the build farm. I have no idea whatsoever what is causing this, as those are broken on my local machine even without my changes.
* wbinfo: Use one codebase for Samba3 and Samba4.Kai Blin2009-08-183-1335/+8
| | | | There can be only one....wbinfo that is.
* 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
| | | | Point to the corresponding commands in "net" instead.
* s3 wbinfo: Get rid of lp_ functionsKai Blin2009-08-181-100/+158
| | | | This commit also fixes a lot of line lengths to make the file more readable.
* 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
| | | | | | | | | | | | | | | | | | | | This library intercepts seteuid and related calls, and simulates them in a manner similar to the nss_wrapper and socket_wrapper libraries. This allows us to enable the vfs_unixuid NTVFS module in the build farm, which means we are more likely to catch errors in the token manipulation. The simulation is not complete, but it is enough for Samba4 for now. The major areas of incompleteness are: - no emulation of setreuid, setresuid or saved uids. These would be needed for use in Samba3 - no emulation of ruid changing. That would also be needed for Samba3 - no attempt to emulate file ownership changing, so code that (for example) tests whether st.st_uid matches geteuid() needs special handling