summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2009-10-15Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrindJeremy Allison1-0/+1
2009-10-14Fix the build, missing ->.Jeremy Allison1-1/+1
2009-10-14Final part of fix for bug 6793 - winbindd crash with "INTERNAL ERROR: Signal 6"Jeremy Allison1-0/+2
2009-10-14s3:winbind: Fix a double-freeVolker Lendecke1-1/+0
2009-10-14s3:winbind: Fix bug 6793 -- segfault in winbindd_pam_authVolker Lendecke1-7/+6
2009-10-13s3-winbindd: add wbint_ChangeMachineAccount implementation.Günther Deschner5-0/+165
2009-10-13s3: use enum netr_SchannelType all over the place.Günther Deschner1-1/+1
2009-10-08s3-winbindd: NDR_WBINT_CHECKMACHINEACCOUNT should not be cacheable.Günther Deschner1-0/+1
2009-10-08s3/s4 - Adapt the IDL changes on various locationsMatthias Dieter Wallnöfer1-2/+2
2009-10-07s3-winbindd: libwbclient: implement secure channel verification for specific ...Günther Deschner2-5/+14
2009-10-06s3:winbind: Make query_user_list in winbindd_rpc a bit more readableVolker Lendecke1-8/+13
2009-10-06s3-winbindd: make sure to reset connections when machine account password cha...Günther Deschner1-0/+8
2009-10-05Revert "s3: Attempt to fix machine password change"Volker Lendecke2-35/+9
2009-10-05s3:winbind: Slightly simplify the logic of nss_init(), make it staticVolker Lendecke1-12/+16
2009-10-05s3:winbind: Fix typosVolker Lendecke1-2/+2
2009-10-05s3: Attempt to fix machine password changeVolker Lendecke2-9/+35
2009-10-04s3:winbind: use wb_fill_pwent in wb_getpwsidVolker Lendecke1-79/+10
2009-10-04s3:winbind: No point in using strequal to detect a 0-length stringVolker Lendecke1-2/+2
2009-10-03s3:winbind: use talloc_tos() instead of NULL in fillup_pw_fieldVolker Lendecke1-2/+2
2009-10-03s3:winbind: Fix a debug messageVolker Lendecke1-2/+2
2009-09-28s3:winbind: remove a pointless initializationVolker Lendecke1-1/+1
2009-09-28s3:winbind: Make check_info3_in_group, sanitize its memory handlingVolker Lendecke2-15/+23
2009-09-28s3:winbind: Make "check_request_flags" publically availableVolker Lendecke2-2/+4
2009-09-28s3:winbind: Sanitize the args for find_auth_domain: It only needs the flagsVolker Lendecke3-9/+10
2009-09-28s3:winbind: Make append_data publically available as append_auth_dataVolker Lendecke2-6/+12
2009-09-25s3:winbindd_cm: don't invalidate the whole connection when just samr gave ACC...Stefan Metzmacher1-1/+12
2009-09-24s3-winbindd: no reason to call winbindd_can_contact_domain() three times in q...Günther Deschner1-12/+0
2009-09-24Revert "s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup...Stefan Metzmacher1-9/+0
2009-09-24s3:winbindd: use a tcp connection for lsa in case lookup_names/lookup_sids do...Günther Deschner1-0/+9
2009-09-23s3:winbind: Fix an uninitialized variableVolker Lendecke1-1/+1
2009-09-22s3-winbindd: Fix Bug #6711: trusts to windows 2008 (2008 r2) not working.Günther Deschner3-5/+63
2009-09-22s3-winbindd: add cm_connect_lsa_tcp().Günther Deschner3-0/+63
2009-09-21s3:winbindd: avoid writing to a closed connection and generate SIGPIPEStefan Metzmacher1-12/+13
2009-09-18s3:winbind: Fix some enum type mismatches found by the Solaris compilerVolker Lendecke3-3/+3
2009-09-17void functions can't return a value. Found by the Solaris compiler.Jeremy Allison1-1/+1
2009-09-17void functions can't return a value. Found by the Solaris compiler.Jeremy Allison1-1/+1
2009-09-17void functions can't return a value. Found by the Solaris compiler.Jeremy Allison1-1/+1
2009-09-17s3-winbindd: add and use winbindd_lookup_names().Günther Deschner2-20/+47
2009-09-17s3-winbindd: add and use winbindd_lookup_sids().Günther Deschner3-96/+78
2009-09-15s3-dcerpc: use dcerpc_AuthLevel and remove duplicate set of flags.Günther Deschner1-5/+5
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_schannel().Günther Deschner1-3/+4
2009-09-11s3-rpc_client: add dcerpc_transport_t to cli_rpc_pipe_open_spnego_ntlmssp and...Günther Deschner1-1/+2
2009-09-09s3-winbindd: Fix Bug #6700: Use dns domain name when needing to guess server ...Günther Deschner1-1/+1
2009-09-07s3:winbind: Convert WINBINDD_SET_HWM to the new APIVolker Lendecke6-125/+127
2009-09-07s3:winbind: Convert WINBINDD_REMOVE_MAPPING to the new APIVolker Lendecke6-106/+137
2009-09-07s3:winbind: Convert WINBINDD_SET_MAPPING to the new APIVolker Lendecke6-104/+137
2009-09-07s3:winbind: Convert WINBINDD_CHECK_MACHACC to the new APIVolker Lendecke6-73/+148
2009-09-05s3:winbind: Use fstr_sprintf, it is simpler than talloc_asprintf->fstrcpyVolker Lendecke1-8/+5
2009-09-05s3:winbind: Remove pointless <cond> ? true : false;Volker Lendecke1-4/+4
2009-09-05s3:winbind: Make the pam_auth subfunctions staticVolker Lendecke2-18/+9