Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-23 | build: Remove support for system libwbclient | Andrew Bartlett | 1 | -8/+19 | |
This effectively reverts commit 2c49782dc1069eebc9f5a5cd2a055b5912665595 This also adds explaination about what would need to be done to support a system libwbclient Andrew Bartlett | |||||
2012-04-20 | selftest: Add extra info on what is failing in wbclient tests | Andrew Bartlett | 1 | -65/+71 | |
This may help me chase down the failure in my idmap rework. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 20 09:51:35 CEST 2012 on sn-devel-104 | |||||
2012-04-20 | libwbclient: bump version to 0.9, and add this version to .pc file | Andrew Bartlett | 2 | -3/+7 | |
2012-04-17 | waf: Add possibility to build with system libwbclient. | Andreas Schneider | 2 | -9/+28 | |
2011-10-27 | nsswitch: Disable uid_wrapper in libwbclient. | Andreas Schneider | 1 | -0/+1 | |
This way we don't have to link against it in the autoconf build. | |||||
2011-10-11 | lib/param move source4 param code to the top level | Andrew Bartlett | 1 | -1/+1 | |
This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett | |||||
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 1 | -1/+1 | |
2011-09-23 | libwbclient: added support for WBC_ID_TYPE_BOTH | Andrew Tridgell | 2 | -1/+6 | |
the Samba4 winbindd allows for a single SID to map to both a user and group id. This is used to support files with the owner_sid set to a group Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2011-09-08 | nsswitch: make the wbcSidsToUnixIds() parser more robust | Andrew Tridgell | 1 | -2/+2 | |
this allows it to handle new types of responses Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-08-21 | wbclient: Add pkg-config file. | Jelmer Vernooij | 2 | -0/+12 | |
2011-05-05 | More const fixes for compiler warnings from the waf build. | Jeremy Allison | 1 | -1/+1 | |
2011-05-05 | Clean up some const and other compiler warnings. | Jeremy Allison | 1 | -8/+8 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu May 5 00:59:40 CEST 2011 on sn-devel-104 | |||||
2011-04-13 | libwbclient: Add wbcSidsToUnixIds | Volker Lendecke | 2 | -1/+124 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-04-13 | libwbclient: Add wbcLookupSids | Volker Lendecke | 2 | -0/+193 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-03-30 | s3: Fix Coverity ID 2217: RESOURCE_LEAK | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 30 10:45:44 CEST 2011 on sn-devel-104 | |||||
2011-03-27 | s3: Fix Coverity ID 2200: NULL_RETURNS (cut&paste error) | Volker Lendecke | 1 | -1/+1 | |
2011-03-16 | s3: Fix Coverity ID 2148, FORWARD_NULL | Volker Lendecke | 1 | -3/+2 | |
Further down we unconditionally reference *info | |||||
2011-03-15 | libwbclient: CID 2199 -- NULL pointer return | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Mar 15 12:08:48 CET 2011 on sn-devel-104 | |||||
2011-03-10 | libwbclient: Remove a pointless check | Volker Lendecke | 1 | -1/+2 | |
2011-03-05 | libwbclient: Use wbcSidToStringBuf | Volker Lendecke | 3 | -55/+11 | |
2011-03-05 | libwbclient: Add wbcSidToStringBuf | Volker Lendecke | 2 | -16/+50 | |
2011-02-18 | nsswitch: make libwbclient a public library again. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2011-02-10 | libwbclient: doxygen: mark wbcSetGidHwm deprecated | Michael Adam | 1 | -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-10 | libwbclient: doxygen: mark wbcSetUidHwm deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveGidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcRemoveUidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcSetGidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | libwbclient: doxygen: mark wbcSetUidMapping deprecated | Michael Adam | 1 | -0/+3 | |
2011-02-10 | Revert "libwbclient: remove two unused defines" | Michael Adam | 1 | -0/+4 | |
This reverts commit 58bf6f9ff0b29df14eee2900fb847b96ef28411f. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetUidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 | |
This reverts commit 25a0dc44f7e180d96dcccb8701e9817ecfd54955. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetGidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 | |
This reverts commit 52e1be2139d370bf0ce99371bc9ab73db41c6236. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcRemoveUidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 | |
This reverts commit 1ed5961df2da73b61666a4565d0633e34f72d04d. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcRemoveGidMapping() - not implemented any more" | Michael Adam | 2 | -0/+16 | |
This reverts commit 393c866c517636e94b48ca6030a57b712892d568. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetUidHwm() - not implemented any more" | Michael Adam | 2 | -0/+15 | |
This reverts commit 6558323c84cdd929716c59ba66d2ae6b699931d2. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: remove wbcSetGidHwm() - not implemented any more" | Michael Adam | 2 | -0/+15 | |
This reverts commit 68a9b726be84aaaaa340f19e175da448409430b3. Undo the library version bump. | |||||
2011-02-10 | Revert "libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed ↵ | Michael Adam | 1 | -10/+3 | |
symbols)" This reverts commit 128bed20c4570fa23bea4d0d49deae811a67a624. Undo the library version bump. | |||||
2011-02-10 | Revert "nsswitch: libwbclient has vnum 1 now." | Michael Adam | 1 | -1/+1 | |
This reverts commit c9cb42a27634a0a711d48762c779c6b2f7c338e2. Undo the library version bump. | |||||
2011-01-31 | nsswitch: libwbclient has vnum 1 now. | Günther Deschner | 1 | -1/+1 | |
Michael, please check. Guenther | |||||
2011-01-27 | libwbclient: bump version to 0.6 -> 1.0 due to ABI change (removed symbols) | Michael Adam | 1 | -3/+10 | |
2011-01-27 | libwbclient: remove wbcSetGidHwm() - not implemented any more | Michael Adam | 2 | -15/+0 | |
2011-01-27 | libwbclient: remove wbcSetUidHwm() - not implemented any more | Michael Adam | 2 | -15/+0 | |
2011-01-27 | libwbclient: remove wbcRemoveGidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 | |
2011-01-27 | libwbclient: remove wbcRemoveUidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 | |
2011-01-27 | libwbclient: remove wbcSetGidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 | |
2011-01-27 | libwbclient: remove wbcSetUidMapping() - not implemented any more | Michael Adam | 2 | -16/+0 | |
2011-01-27 | libwbclient: remove two unused defines | Michael Adam | 1 | -4/+0 | |
2011-01-19 | s3: Add wbinfo --dc-info | Volker Lendecke | 2 | -1/+100 | |
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 | |||||
2010-12-19 | wb_reqtrans is not used in libwbclient | Volker Lendecke | 2 | -507/+0 | |
2010-12-19 | Move wbc_async.[ch] to its only user: smbtorture3 | Volker Lendecke | 2 | -945/+0 | |
2010-12-19 | libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.h | Volker Lendecke | 3 | -31/+63 | |