summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* nsswitch: libwbclient has vnum 1 now.Günther Deschner2011-01-311-1/+1
| | | | | | Michael, please check. Guenther
* libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam2011-01-271-3/+10
|
* libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
|
* libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2011-01-272-15/+0
|
* libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2011-01-272-16/+0
|
* libwbclient: remove two unused definesMichael Adam2011-01-271-4/+0
|
* wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
|
* wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-42/+0
|
* wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
|
* wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam2011-01-271-41/+0
|
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-194-2/+136
| | | | | | | | | | | | | | | wbinfo --dc-info prints the current DC name and IP address. This helps diagnosing problems that might happen when a later wbinfo --ping-dc fails. This patch started out by using the SAF and NBT cache entires, but those are relatively short-lived. So I decided to invent a new gencache entry with a very long timeout. We need to go via the gencache because when for some reason a winbind child process is stuck, we can't query it for the current DC it's connected to. This must eventually go away again when we have a fully async winbind. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Jan 19 08:40:28 CET 2011 on sn-devel-104
* Move wins_lookup_open_socket_in() to remove a compile warning.Jeremy Allison2011-01-081-44/+43
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 8 01:48:27 CET 2011 on sn-devel-104
* s3: Make name_query use /tmp/.nmbd/unexpectedVolker Lendecke2011-01-071-10/+3
|
* Revert "nsswitch Add talloc depencency for nsstest"Stefan Metzmacher2011-01-041-1/+1
| | | | | | | | | | | This reverts commit 640028d158583825ea5ffd1266f099cf8776db5d. This is not needed anymore. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Jan 4 09:38:57 CET 2011 on sn-devel-104
* nsswitch: remove includes.h dependency from nsstest.cStefan Metzmacher2011-01-041-16/+9
| | | | metze
* nsswitch Add talloc depencency for nsstestAndrew Bartlett2011-01-041-1/+1
| | | | | | | | | | | nsstest does not use talloc, but it includes talloc.h via includes.h, and so without this it cannot find the right internal header. This wasn't noticed before, as most linux developer boxes have a talloc.h. The issue was reported by Adam Tauno Williams <awilliam at whitemice.org> Andrew Bartlett
* nss_wins: Fix a type-punned warningVolker Lendecke2011-01-011-1/+2
|
* s3: Make name_query return NTSTATUSVolker Lendecke2010-12-281-2/+5
| | | | | | | Also use talloc for the result Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Dec 28 18:21:05 CET 2010 on sn-devel-104
* s3: AllowDebugChange is goneVolker Lendecke2010-12-281-2/+0
|
* Fix a memleak in nss_winsVolker Lendecke2010-12-281-0/+1
|
* Fix a crash in libnss_winsVolker Lendecke2010-12-281-1/+1
| | | | lp_set_parm accesses the case tables
* s3: Remove an ancient typedefVolker Lendecke2010-12-281-3/+3
|
* wb_reqtrans is not used in libwbclientVolker Lendecke2010-12-192-507/+0
|
* Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2010-12-192-945/+0
|
* libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke2010-12-193-31/+63
|
* s3: Add -P as an alias for --ping-dcVolker Lendecke2010-12-191-3/+2
| | | | | This is a much less intrusive version of the DC connectivity check than wbinfo -t is. Make it simple to use.
* s4-waf: nsstest only needs replace.Günther Deschner2010-12-161-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Dec 16 11:40:52 CET 2010 on sn-devel-104
* s3-waf: use shared libwbclient wscript_build.Günther Deschner2010-12-151-0/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 15 11:42:16 CET 2010 on sn-devel-104
* build: change lib order to fix build on netbsdMatthieu Patou2010-12-121-1/+1
| | | | | Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 10:54:02 CET 2010 on sn-devel-104
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s4/waf: add intl dependency for nss_winnbindBjörn Jacke2010-12-011-1/+1
| | | | | | | needed to fix a build issue on NetBSD and other platforms Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Wed Dec 1 16:15:19 CET 2010 on sn-devel-104
* libwbclient: Correctly order the wbcAllocateMemory argsVolker Lendecke2010-11-272-11/+11
| | | | | | | In these cases, it does not make a functional difference. Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 27 19:56:02 CET 2010 on sn-devel-104
* libwbclient: Fix a division by zeroVolker Lendecke2010-11-271-1/+1
| | | | If wbinfo -r returns no groups, wbcAllocateMemory divides by zero
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-26/+0
| | | | | this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
* s3-debug Remove 'AllowDebugChange' and use lp_set_cmdline() insteadAndrew Bartlett2010-11-021-2/+1
| | | | | | | | | By removing this global variable, the API between the two different debug systems is made more similar. Both s3 and s4 now have lp_set_cmdline() which ensures that the smb.conf cannot overwrite these the user-specified log level. Andrew Bartlett
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-314-105/+0
| | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+2
|
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
|
* s4: Rename WBCLIENT to wbclient.Jelmer Vernooij2010-10-242-22/+22
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-2/+2
|
* s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij2010-10-241-1/+1
|
* waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij2010-10-242-5/+5
|
* s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij2010-10-231-1/+1
| | | | | | | Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
* s4: Rename UID_WRAPPER to uid_wrapper.Jelmer Vernooij2010-10-231-1/+1
| | | | Only link to uid_wrapper when it is enabled.
* nsswitch: make LIBWINBIND-CLIENT a private libraryAndrew Tridgell2010-10-211-5/+6
|
* nsswitch: make LIBWBCLIENT a private libraryAndrew Tridgell2010-10-211-4/+5
|
* nsstest: no need for two copies of the same tool.Günther Deschner2010-10-201-30/+114
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104