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