summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient
AgeCommit message (Collapse)AuthorFilesLines
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-19s3: Add wbinfo --dc-infoVolker Lendecke2-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-19wb_reqtrans is not used in libwbclientVolker Lendecke2-507/+0
2010-12-19Move wbc_async.[ch] to its only user: smbtorture3Volker Lendecke2-945/+0
2010-12-19libwbclient: Put the wb_reqtrans definitions into wb_reqtrans.hVolker Lendecke3-31/+63
2010-12-15s3-waf: use shared libwbclient wscript_build.Günther Deschner1-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
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-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
2010-11-27libwbclient: Correctly order the wbcAllocateMemory argsVolker Lendecke2-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
2010-11-27libwbclient: Fix a division by zeroVolker Lendecke1-1/+1
If wbinfo -r returns no groups, wbcAllocateMemory divides by zero
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-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
2010-10-24s4: Rename WBCLIENT to wbclient.Jelmer Vernooij1-5/+5
2010-10-24waf: Rename LIBWINBIND-CLIENT to libwinbind-clientJelmer Vernooij1-1/+1
2010-10-21nsswitch: make LIBWBCLIENT a private libraryAndrew Tridgell1-4/+5
2010-10-12libwbclient: Remove half-finished async implementationKai Blin7-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
2010-09-16wbclient: gr_mem can be NULLAndrew Tridgell1-0/+5
if the structure was partly created and an error occurred, then don't crash Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-16wbclient: paranoid check for double freeAndrew Tridgell1-0/+5
added while tracking down a crash in the wbinfo blackbox test Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-11nss-waf: use the right winbind pipe pathAndrew Tridgell1-0/+1
s4 uses a different location for the winbind pipe to s3
2010-09-10s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke1-4/+2
There's no point in checking for != NULL
2010-09-03nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENTStefan Metzmacher1-0/+1
metze
2010-08-14libwbclient: unimplement wbcRemoveGidMapping()Michael Adam1-33/+2
Michael
2010-08-14libwbclient: unimplement wbcRemoveUidMapping()Michael Adam1-33/+2
Michael
2010-08-14libwbclient: unimplement wbcSetGidMapping()Michael Adam1-33/+2
Michael
2010-08-14libwbclient: unimplement wbcSetUidMapping()Michael Adam1-33/+2
Michael
2010-08-14libwbclient: unimplement wbcSetGidHwm()Michael Adam1-21/+2
Michael
2010-08-14libwbclient: unimplement wbcSetUidHwm()Michael Adam1-21/+2
Michael
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-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>
2010-07-08s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵Günther Deschner1-0/+5
environment. Guenther
2010-05-20waf: fix the build of nsswitch libwbclient.Günther Deschner1-1/+0
Guenther
2010-05-20s3-waf: All sorts of nasty hacks to finally get smbd to build/linkAndrew Tridgell1-1/+2
Pair-Programmed-With: Kai Blin <kai@samba.org>
2010-05-05libwbclient: Fixed doxygen errors.Andreas Schneider3-25/+32
2010-04-25libwbclient: Talloc is no longer usedVolker Lendecke2-3/+0
2010-04-23libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSEVolker Lendecke1-5/+75
2010-04-23libwbclient: Actually copy something in wbcChangeUserPasswordExVolker Lendecke1-8/+8
The length argument for memcpy was initialized to 0 and not initialized
2010-04-23libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro callsVolker Lendecke1-12/+12
2010-04-19libwbclient: wbcFreeMemory deals fine with a NULL pointerVolker Lendecke1-3/+1
2010-04-19libwbclient: Fix wbcListGroups against too small num_entriesVolker Lendecke1-6/+11
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
2010-04-19libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke1-6/+11
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-)
2010-04-19libwbclient does not need talloc_free anymoreVolker Lendecke1-1/+0
2010-04-19libwbclient: Make wbcListTrusts not use tallocVolker Lendecke1-28/+20
2010-04-19libwbclient: Make wbc_create_error_info not use tallocVolker Lendecke1-4/+13
2010-04-19libwbclient: Make wbcCredentialCache not use tallocVolker Lendecke1-10/+14
2010-04-19libwbclient: Make wbcAuthenticateUserEx not use tallocVolker Lendecke1-2/+3
2010-04-19libwbclient: Make wbc_create_logon_info not use tallocVolker Lendecke1-6/+11
2010-04-19libwbclient: Make wbc_create_auth_info not use tallocVolker Lendecke1-17/+33