summaryrefslogtreecommitdiff
path: root/nsswitch
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18nsswitch: make libwbclient a public library again.Günther Deschner1-1/+1
Guenther
2011-02-18lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett1-1/+1
When called from a library, we don't want to call this, as we may overwrite some of our calling program's context. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 18 09:29:35 CET 2011 on sn-devel-104
2011-02-18nsswitch: depend on dlAndrew Tridgell1-1/+1
The previous merge in this area didn't preserve the 'dl' depedency, which may be required on some platforms. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-17nsswitch: make wb_reqtrans a common subsystem.Günther Deschner3-0/+512
Guenther
2011-02-17s3-waf: make most of the nsswitch common.Günther Deschner1-3/+10
Guenther
2011-02-17s4-waf: move wbinfo buildrule to winbind.Günther Deschner1-5/+0
Will be moved back later, once we have a more common samba-util.so Guenther
2011-02-10nsswitch: fix a segfault in the krb5 locator pluginChristian Ambach1-1/+1
after the number of retries was exceeded, the loop did not bail out correctly with an error and went on using a null pointer
2011-02-10s3: Slightly simplify winbind_write_sockVolker Lendecke1-16/+14
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 17:00:46 CET 2011 on sn-devel-104
2011-02-10libwbclient: doxygen: mark wbcSetGidHwm deprecatedMichael Adam1-0/+3
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104
2011-02-10libwbclient: doxygen: mark wbcSetUidHwm deprecatedMichael Adam1-0/+3
2011-02-10libwbclient: doxygen: mark wbcRemoveGidMapping deprecatedMichael Adam1-0/+3
2011-02-10libwbclient: doxygen: mark wbcRemoveUidMapping deprecatedMichael Adam1-0/+3
2011-02-10libwbclient: doxygen: mark wbcSetGidMapping deprecatedMichael Adam1-0/+3
2011-02-10libwbclient: doxygen: mark wbcSetUidMapping deprecatedMichael Adam1-0/+3
2011-02-10Revert "wbinfo: remove --set-uid-mapping - winbindd does not implement that ↵Michael Adam1-0/+41
any more." This reverts commit 0e90d01d53ee197a6451b7c55c2afa74e0d8b0bb. Undo the library version bump.
2011-02-10Revert "wbinfo: remove --set-gid-mapping - winbindd does not implement that ↵Michael Adam1-0/+41
any more." This reverts commit 9de1fd4352346cb71b232b7198155e157396f6ec. Undo the library version bump.
2011-02-10Revert "wbinfo: remove --remove-uid-mapping - winbindd does not implement ↵Michael Adam1-0/+42
that any more." This reverts commit 36e2baa8da3de559ce0f6c927f6262a8e4648a97. Undo the library version bump.
2011-02-10Revert "wbinfo: remove --remove-gid-mapping - winbindd does not implement ↵Michael Adam1-0/+42
that any more." This reverts commit 48ad64aa78568c4ce743345448c9d39305752d73. Undo the library version bump.
2011-02-10Revert "libwbclient: remove two unused defines"Michael Adam1-0/+4
This reverts commit 58bf6f9ff0b29df14eee2900fb847b96ef28411f. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more"Michael Adam2-0/+16
This reverts commit 25a0dc44f7e180d96dcccb8701e9817ecfd54955. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more"Michael Adam2-0/+16
This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more"Michael Adam2-0/+16
This reverts commit 1ed5961df2da73b61666a4565d0633e34f72d04d. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more"Michael Adam2-0/+16
This reverts commit 393c866c517636e94b48ca6030a57b712892d568. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more"Michael Adam2-0/+15
This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump.
2011-02-10Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more"Michael Adam2-0/+15
This reverts commit 68a9b726be84aaaaa340f19e175da448409430b3. Undo the library version bump.
2011-02-10Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed ↵Michael Adam1-10/+3
symbols)" This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump.
2011-02-10Revert "nsswitch: libwbclient has vnum 1 now."Michael Adam1-1/+1
This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2. Undo the library version bump.
2011-02-10Revert "nsswitch: remove unused code from wbinfo.c"Michael Adam1-0/+27
This reverts commit 3bdd2efff8d11448275965b464ac194a2ee0d3ae. Undo the library version bump.
2011-02-02nsswitch: remove unused code from wbinfo.cGünther Deschner1-27/+0
Guenther
2011-01-31nsswitch: libwbclient has vnum 1 now.Günther Deschner1-1/+1
Michael, please check. Guenther
2011-01-27libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols)Michael Adam1-3/+10
2011-01-27libwbclient: remove wbcSetGidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcSetUidHwm() - not implemented any moreMichael Adam2-15/+0
2011-01-27libwbclient: remove wbcRemoveGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcRemoveUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetGidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove wbcSetUidMapping() - not implemented any moreMichael Adam2-16/+0
2011-01-27libwbclient: remove two unused definesMichael Adam1-4/+0
2011-01-27wbinfo: remove --remove-gid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --remove-uid-mapping - winbindd does not implement that any more.Michael Adam1-42/+0
2011-01-27wbinfo: remove --set-gid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-27wbinfo: remove --set-uid-mapping - winbindd does not implement that any more.Michael Adam1-41/+0
2011-01-19s3: Add wbinfo --dc-infoVolker Lendecke4-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
2011-01-08Move wins_lookup_open_socket_in() to remove a compile warning.Jeremy Allison1-44/+43
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Jan 8 01:48:27 CET 2011 on sn-devel-104
2011-01-07s3: Make name_query use /tmp/.nmbd/unexpectedVolker Lendecke1-10/+3
2011-01-04Revert "nsswitch Add talloc depencency for nsstest"Stefan Metzmacher1-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
2011-01-04nsswitch: remove includes.h dependency from nsstest.cStefan Metzmacher1-16/+9
metze
2011-01-04nsswitch Add talloc depencency for nsstestAndrew Bartlett1-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
2011-01-01nss_wins: Fix a type-punned warningVolker Lendecke1-1/+2
2010-12-28s3: Make name_query return NTSTATUSVolker Lendecke1-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