Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-12-15 | s3-waf: use shared libwbclient wscript_build. | Günther Deschner | 1 | -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-11 | s4-smbtorture: Make test names lowercase and dot-separated. | Jelmer Vernooij | 1 | -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-27 | libwbclient: Correctly order the wbcAllocateMemory args | Volker Lendecke | 2 | -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-27 | libwbclient: Fix a division by zero | Volker Lendecke | 1 | -1/+1 | |
If wbinfo -r returns no groups, wbcAllocateMemory divides by zero | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 1 | -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-24 | s4: Rename WBCLIENT to wbclient. | Jelmer Vernooij | 1 | -5/+5 | |
2010-10-24 | waf: Rename LIBWINBIND-CLIENT to libwinbind-client | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-21 | nsswitch: make LIBWBCLIENT a private library | Andrew Tridgell | 1 | -4/+5 | |
2010-10-12 | libwbclient: Remove half-finished async implementation | Kai Blin | 7 | -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-16 | wbclient: gr_mem can be NULL | Andrew Tridgell | 1 | -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-16 | wbclient: paranoid check for double free | Andrew Tridgell | 1 | -0/+5 | |
added while tracking down a crash in the wbinfo blackbox test Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-09-11 | nss-waf: use the right winbind pipe path | Andrew Tridgell | 1 | -0/+1 | |
s4 uses a different location for the winbind pipe to s3 | |||||
2010-09-10 | s3: auth.krb5ccname and auth.unix_username are both fstrings | Volker Lendecke | 1 | -4/+2 | |
There's no point in checking for != NULL | |||||
2010-09-03 | nsswitch/libwbclient: LIBWBCLIENT depends on LIBWINBIND-CLIENT | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-08-14 | libwbclient: unimplement wbcRemoveGidMapping() | Michael Adam | 1 | -33/+2 | |
Michael | |||||
2010-08-14 | libwbclient: unimplement wbcRemoveUidMapping() | Michael Adam | 1 | -33/+2 | |
Michael | |||||
2010-08-14 | libwbclient: unimplement wbcSetGidMapping() | Michael Adam | 1 | -33/+2 | |
Michael | |||||
2010-08-14 | libwbclient: unimplement wbcSetUidMapping() | Michael Adam | 1 | -33/+2 | |
Michael | |||||
2010-08-14 | libwbclient: unimplement wbcSetGidHwm() | Michael Adam | 1 | -21/+2 | |
Michael | |||||
2010-08-14 | libwbclient: unimplement wbcSetUidHwm() | Michael Adam | 1 | -21/+2 | |
Michael | |||||
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -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-08 | s4-smbtorture: skip wbcChangeUserPassword test when no oldpass is set in ↵ | Günther Deschner | 1 | -0/+5 | |
environment. Guenther | |||||
2010-05-20 | waf: fix the build of nsswitch libwbclient. | Günther Deschner | 1 | -1/+0 | |
Guenther | |||||
2010-05-20 | s3-waf: All sorts of nasty hacks to finally get smbd to build/link | Andrew Tridgell | 1 | -1/+2 | |
Pair-Programmed-With: Kai Blin <kai@samba.org> | |||||
2010-05-05 | libwbclient: Fixed doxygen errors. | Andreas Schneider | 3 | -25/+32 | |
2010-04-25 | libwbclient: Talloc is no longer used | Volker Lendecke | 2 | -3/+0 | |
2010-04-23 | libwbclient: Test WBC_CHANGE_PASSWORD_LEVEL_RESPONSE | Volker Lendecke | 1 | -5/+75 | |
2010-04-23 | libwbclient: Actually copy something in wbcChangeUserPasswordEx | Volker Lendecke | 1 | -8/+8 | |
The length argument for memcpy was initialized to 0 and not initialized | |||||
2010-04-23 | libwbclient: Remove some pointless BAIL_ON_WBC_ERROR macro calls | Volker Lendecke | 1 | -12/+12 | |
2010-04-19 | libwbclient: wbcFreeMemory deals fine with a NULL pointer | Volker Lendecke | 1 | -3/+1 | |
2010-04-19 | libwbclient: Fix wbcListGroups against too small num_entries | Volker Lendecke | 1 | -6/+11 | |
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-) | |||||
2010-04-19 | libwbclient: Fix wbcListUsers against too small num_entries | Volker Lendecke | 1 | -6/+11 | |
Thanks for the s4 winbind sending 0 here and Tridge to point it out to me :-) | |||||
2010-04-19 | libwbclient does not need talloc_free anymore | Volker Lendecke | 1 | -1/+0 | |
2010-04-19 | libwbclient: Make wbcListTrusts not use talloc | Volker Lendecke | 1 | -28/+20 | |
2010-04-19 | libwbclient: Make wbc_create_error_info not use talloc | Volker Lendecke | 1 | -4/+13 | |
2010-04-19 | libwbclient: Make wbcCredentialCache not use talloc | Volker Lendecke | 1 | -10/+14 | |
2010-04-19 | libwbclient: Make wbcAuthenticateUserEx not use talloc | Volker Lendecke | 1 | -2/+3 | |
2010-04-19 | libwbclient: Make wbc_create_logon_info not use talloc | Volker Lendecke | 1 | -6/+11 | |
2010-04-19 | libwbclient: Make wbc_create_auth_info not use talloc | Volker Lendecke | 1 | -17/+33 | |
2010-04-19 | libwbclient: Make wbc_create_password_policy_info not use talloc | Volker Lendecke | 1 | -2/+3 | |
2010-04-19 | libwbclient: Test wbcGetGroups | Volker Lendecke | 1 | -0/+15 | |
2010-04-19 | libwbclient: Make wbcGetGroups not use talloc | Volker Lendecke | 1 | -5/+3 | |
2010-04-19 | libwbclient: Make wbc_create_domain_controller_info_ex not use talloc | Volker Lendecke | 1 | -23/+29 | |
2010-04-19 | libwbclient: Make wbcLookupDomainController not use talloc | Volker Lendecke | 1 | -6/+13 | |
2010-04-19 | libwbclient: Make wbcLookupUserSids not use talloc | Volker Lendecke | 1 | -3/+4 | |
2010-04-19 | libwbclient: Test wbcChangeUserPassword | Volker Lendecke | 1 | -0/+23 | |
2010-04-19 | libwbclient: Abstract out test_wbc_authenticate_user for reuse | Volker Lendecke | 1 | -3/+9 | |