summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-20build: include uninitialised data in the ABI symbolsAndrew Tridgell1-1/+1
2010-04-20build: quote cross-answer stringsAndrew Tridgell1-1/+1
2010-04-20build: allow "waf --abi-check" to force a re-check of the ABIAndrew Tridgell1-0/+3
2010-04-20s4:provisionbackend Print the command we failed to start slapd withAndrew Bartlett1-1/+2
2010-04-20s4:provision Pass in the invoication ID and NTDS Settings DN to Schema()Andrew Bartlett6-13/+106
2010-04-19Now SMB2 error messages are correctly being returned with the 1 byte data are...Jeremy Allison1-51/+49
2010-04-19Ensure vectors are always allocated with consistent size. Removes one byte al...Jeremy Allison1-20/+60
2010-04-19Fix valgrind error where a strdup of name reads one byte beyond the end. Ensu...Jeremy Allison1-1/+2
2010-04-20Removed more excess looping and fixed problem with incorrect IO flag handling.Nadezhda Ivanova2-126/+114
2010-04-19Remove an unused auto variable.Jeremy Allison1-3/+0
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
2010-04-19libwbclient: Fix wbcListUsers against too small num_entriesVolker Lendecke1-6/+11
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOMStefan Metzmacher1-0/+1
2010-04-19s3: Remove a leftover of my lua experimentsVolker Lendecke1-5/+0
2010-04-19s3: Move the in-memory ccache to the parentVolker Lendecke7-95/+90
2010-04-19nsswitch: Add wbinfo --pam-logonVolker Lendecke1-0/+78
2010-04-19s3: Test for wb ccache access by smbclientVolker Lendecke1-0/+33
2010-04-19libwbclient: remove async libwbclient and talloc from libwbclient.soVolker Lendecke1-17/+8
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
2010-04-19libwbclient: Make wbc_create_password_policy_info not use tallocVolker Lendecke1-2/+3
2010-04-19libwbclient: Test wbcGetGroupsVolker Lendecke1-0/+15
2010-04-19libwbclient: Make wbcGetGroups not use tallocVolker Lendecke1-5/+3
2010-04-19libwbclient: Make wbc_create_domain_controller_info_ex not use tallocVolker Lendecke1-23/+29
2010-04-19libwbclient: Make wbcLookupDomainController not use tallocVolker Lendecke1-6/+13
2010-04-19libwbclient: Make wbcLookupUserSids not use tallocVolker Lendecke1-3/+4
2010-04-19s3: Change the make test password to "testPw"Volker Lendecke1-1/+1
2010-04-19libwbclient: Test wbcChangeUserPasswordVolker Lendecke1-0/+23
2010-04-19libwbclient: Abstract out test_wbc_authenticate_user for reuseVolker Lendecke1-3/+9
2010-04-19s3-winbind: Allow changing the password for pdbVolker Lendecke2-1/+50
2010-04-19s3: Convert WINBINDD_PAM_LOGOFF to the new async APIVolker Lendecke5-68/+149
2010-04-19s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async APIVolker Lendecke5-59/+132
2010-04-19s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async APIVolker Lendecke5-73/+133
2010-04-19s3: Convert WINBINDD_PAM_AUTH to the new async APIVolker Lendecke5-66/+135
2010-04-19libwbclient: Test wbcLogonUserVolker Lendecke1-0/+96
2010-04-19libwbclient: Make wbcAddNamedBlob not use tallocVolker Lendecke1-16/+49
2010-04-19libwbclient: Make wbcResolveWinsByIP not use tallocVolker Lendecke1-1/+1
2010-04-19libwbclient: Make wbcResolveWinsByName not use tallocVolker Lendecke1-1/+1
2010-04-19libwbclient: Make wbcDomainInfo not use tallocVolker Lendecke1-9/+12
2010-04-19libwbclient: Make wbcInterfaceDetails not use tallocVolker Lendecke1-10/+16
2010-04-19libwbclient: Test wbcAuthenticateUser[Ex]Volker Lendecke1-0/+41
2010-04-19libwbclient: Make _SID_COMPOSE a function instead of a macroVolker Lendecke1-19/+28