summaryrefslogtreecommitdiffstats
path: root/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
* s3: Fix Coverity ID 2217: RESOURCE_LEAKVolker Lendecke2011-03-301-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2220: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
|
* s3: Fix Coverity ID 2221: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
|
* s3: Fix Coverity ID 2222: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
|
* s3: Fix Coverity ID 2223: RESOURCE_LEAKVolker Lendecke2011-03-301-0/+2
|
* s3: Fix Coverity ID 2200: NULL_RETURNS (cut&paste error)Volker Lendecke2011-03-271-1/+1
|
* s3: Fix Coverity ID 2148, FORWARD_NULLVolker Lendecke2011-03-161-3/+2
| | | | Further down we unconditionally reference *info
* libwbclient: CID 2199 -- NULL pointer returnVolker Lendecke2011-03-151-0/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 12:08:48 CET 2011 on sn-devel-104
* libwbclient: Add some input checkVolker Lendecke2011-03-101-0/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Mar 10 11:10:30 CET 2011 on sn-devel-104
* libwbclient: Remove a pointless checkVolker Lendecke2011-03-101-1/+2
|
* wbinfo: Use wbcSidToStringBufVolker Lendecke2011-03-051-60/+14
|
* wbinfo: Fix a debug messageVolker Lendecke2011-03-051-1/+1
|
* pam_winbind: Use wbcSidToStringBufVolker Lendecke2011-03-051-12/+3
|
* libwbclient: Use wbcSidToStringBufVolker Lendecke2011-03-053-55/+11
|
* libwbclient: Add wbcSidToStringBufVolker Lendecke2011-03-052-16/+50
|
* nsswitch: wbcFreeMemory deals fine with NULLVolker Lendecke2011-03-052-21/+7
|
* s3: Attempt to fix the build on IRIXVolker Lendecke2011-03-021-55/+10
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 2 11:33:05 CET 2011 on sn-devel-104
* nsswitch: Eliminate select from wb_commonVolker Lendecke2011-02-281-28/+27
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Feb 28 17:26:18 CET 2011 on sn-devel-104
* nsswitch: make libwbclient a public library again.Günther Deschner2011-02-181-1/+1
| | | | Guenther
* lib/util/charset Add back setlocale(), but only when called from binariesAndrew Bartlett2011-02-181-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
* nsswitch: depend on dlAndrew Tridgell2011-02-181-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>
* nsswitch: make wb_reqtrans a common subsystem.Günther Deschner2011-02-173-0/+512
| | | | Guenther
* s3-waf: make most of the nsswitch common.Günther Deschner2011-02-171-3/+10
| | | | Guenther
* s4-waf: move wbinfo buildrule to winbind.Günther Deschner2011-02-171-5/+0
| | | | | | Will be moved back later, once we have a more common samba-util.so Guenther
* nsswitch: fix a segfault in the krb5 locator pluginChristian Ambach2011-02-101-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
* s3: Slightly simplify winbind_write_sockVolker Lendecke2011-02-101-16/+14
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 10 17:00:46 CET 2011 on sn-devel-104
* libwbclient: doxygen: mark wbcSetGidHwm deprecatedMichael Adam2011-02-101-0/+3
| | | | | Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Thu Feb 10 14:42:24 CET 2011 on sn-devel-104
* libwbclient: doxygen: mark wbcSetUidHwm deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcRemoveGidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcRemoveUidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcSetGidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* libwbclient: doxygen: mark wbcSetUidMapping deprecatedMichael Adam2011-02-101-0/+3
|
* Revert "wbinfo: remove --set-uid-mapping - winbindd does not implement that ↵Michael Adam2011-02-101-0/+41
| | | | | | | | any more." This reverts commit 0e90d01d53ee197a6451b7c55c2afa74e0d8b0bb. Undo the library version bump.
* Revert "wbinfo: remove --set-gid-mapping - winbindd does not implement that ↵Michael Adam2011-02-101-0/+41
| | | | | | | | any more." This reverts commit 9de1fd4352346cb71b232b7198155e157396f6ec. Undo the library version bump.
* Revert "wbinfo: remove --remove-uid-mapping - winbindd does not implement ↵Michael Adam2011-02-101-0/+42
| | | | | | | | that any more." This reverts commit 36e2baa8da3de559ce0f6c927f6262a8e4648a97. Undo the library version bump.
* Revert "wbinfo: remove --remove-gid-mapping - winbindd does not implement ↵Michael Adam2011-02-101-0/+42
| | | | | | | | that any more." This reverts commit 48ad64aa78568c4ce743345448c9d39305752d73. Undo the library version bump.
* Revert "libwbclient: remove two unused defines"Michael Adam2011-02-101-0/+4
| | | | | | This reverts commit 58bf6f9ff0b29df14eee2900fb847b96ef28411f. Undo the library version bump.
* Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more"Michael Adam2011-02-102-0/+16
| | | | | | This reverts commit 25a0dc44f7e180d96dcccb8701e9817ecfd54955. Undo the library version bump.
* Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more"Michael Adam2011-02-102-0/+16
| | | | | | This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump.
* Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more"Michael Adam2011-02-102-0/+16
| | | | | | This reverts commit 1ed5961df2da73b61666a4565d0633e34f72d04d. Undo the library version bump.
* Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more"Michael Adam2011-02-102-0/+16
| | | | | | This reverts commit 393c866c517636e94b48ca6030a57b712892d568. Undo the library version bump.
* Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more"Michael Adam2011-02-102-0/+15
| | | | | | This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump.
* Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more"Michael Adam2011-02-102-0/+15
| | | | | | This reverts commit 68a9b726be84aaaaa340f19e175da448409430b3. Undo the library version bump.
* Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed ↵Michael Adam2011-02-101-10/+3
| | | | | | | | symbols)" This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump.
* Revert "nsswitch: libwbclient has vnum 1 now."Michael Adam2011-02-101-1/+1
| | | | | | This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2. Undo the library version bump.
* Revert "nsswitch: remove unused code from wbinfo.c"Michael Adam2011-02-101-0/+27
| | | | | | This reverts commit 3bdd2efff8d11448275965b464ac194a2ee0d3ae. Undo the library version bump.
* nsswitch: remove unused code from wbinfo.cGünther Deschner2011-02-021-27/+0
| | | | Guenther
* 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
|