summaryrefslogtreecommitdiffstats
path: root/nsswitch/libwbclient
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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
|
* s3: Add wbinfo --dc-infoVolker Lendecke2011-01-192-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
* 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-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
* 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
* 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
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-10/+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
* s4: Rename WBCLIENT to wbclient.Jelmer Vernooij2010-10-241-5/+5
|
* waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij2010-10-241-1/+1
|
* nsswitch: make LIBWBCLIENT a private libraryAndrew Tridgell2010-10-211-4/+5
|
* libwbclient: Remove half-finished async implementationKai Blin2010-10-127-2184/+0
| | | | | | | | The old approach on doing async libwbclient was never really finished. Go ahead and remove this implementation. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Oct 12 07:05:31 UTC 2010 on sn-devel-104
* wbclient: gr_mem can be NULLAndrew Tridgell2010-09-161-0/+5
| | | | | | | if the structure was partly created and an error occurred, then don't crash Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* wbclient: paranoid check for double freeAndrew Tridgell2010-09-161-0/+5
| | | | | | added while tracking down a crash in the wbinfo blackbox test Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* nss-waf: use the right winbind pipe pathAndrew Tridgell2010-09-111-0/+1
| | | | s4 uses a different location for the winbind pipe to s3
* s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke2010-09-101-4/+2
| | | | There's no point in checking for != NULL
* nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENTStefan Metzmacher2010-09-031-0/+1
| | | | metze
* libwbclient: unimplement wbcRemoveGidMapping()Michael Adam2010-08-141-33/+2
| | | | Michael
* libwbclient: unimplement wbcRemoveUidMapping()Michael Adam2010-08-141-33/+2
| | | | Michael
* libwbclient: unimplement wbcSetGidMapping()Michael Adam2010-08-141-33/+2
| | | | Michael
* libwbclient: unimplement wbcSetUidMapping()Michael Adam2010-08-141-33/+2
| | | | Michael
* libwbclient: unimplement wbcSetGidHwm()Michael Adam2010-08-141-21/+2
| | | | Michael
* libwbclient: unimplement wbcSetUidHwm()Michael Adam2010-08-141-21/+2
| | | | Michael
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
| | | | | | | this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
* s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵Günther Deschner2010-07-081-0/+5
| | | | | | environment. Guenther
* waf: fix the build of nsswitch libwbclient.Günther Deschner2010-05-201-1/+0
| | | | Guenther
* s3-waf: All sorts of nasty hacks to finally get smbd to build/linkAndrew Tridgell2010-05-201-1/+2
| | | | Pair-Programmed-With: Kai Blin <kai@samba.org>
* libwbclient: Fixed doxygen errors.Andreas Schneider2010-05-053-25/+32
|
* libwbclient: Talloc is no longer usedVolker Lendecke2010-04-252-3/+0
|
* libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke2010-04-231-5/+75
|
* libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke2010-04-231-8/+8
| | | | The length argument for memcpy was initialized to 0 and not initialized
* libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke2010-04-231-12/+12
|
* libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke2010-04-191-3/+1
|