Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-04-19 | libwbclient: Test wbcLogonUser | Volker Lendecke | 1 | -0/+96 | |
2010-04-19 | libwbclient: Make wbcAddNamedBlob not use talloc | Volker Lendecke | 1 | -16/+49 | |
2010-04-19 | libwbclient: Make wbcResolveWinsByIP not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Make wbcResolveWinsByName not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Make wbcDomainInfo not use talloc | Volker Lendecke | 1 | -9/+12 | |
2010-04-19 | libwbclient: Make wbcInterfaceDetails not use talloc | Volker Lendecke | 1 | -10/+16 | |
2010-04-19 | libwbclient: Test wbcAuthenticateUser[Ex] | Volker Lendecke | 1 | -0/+41 | |
2010-04-19 | libwbclient: Make _SID_COMPOSE a function instead of a macro | Volker Lendecke | 1 | -19/+28 | |
2010-04-19 | libwbclient: Make wbcGetDisplayName not use talloc | Volker Lendecke | 1 | -1/+1 | |
2010-04-19 | libwbclient: Test wbcGetDisplayName | Volker Lendecke | 1 | -0/+6 | |
2010-04-19 | libwbclient: Make wbcListGroups not use talloc | Volker Lendecke | 1 | -14/+17 | |