summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix a typo (missing space)Volker Lendecke2010-07-241-1/+1
* s3-dcerpc: Unifiy cli_pipe_auth_data and pipe_auth_dataSimo Sorce2010-07-201-2/+2
* s3-auth: Move auth_ntlmssp wrappers in their own fileSimo Sorce2010-07-201-77/+1
* s3-auth: Refactor and rename auth_ntlmssp_server_info()Simo Sorce2010-07-201-11/+13
* s3-auth: Remove unused variable.Simo Sorce2010-07-191-2/+0
* s3-auth: Use talloc hierarchies to properly free auth_ntlmssp_state contextsSimo Sorce2010-07-191-6/+12
* s3-auth: auth_make ntlmssp_state the parent contextSimo Sorce2010-07-191-29/+12
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-193-18/+20
* s3-auth: Cleanup and readability fixesSimo Sorce2010-07-191-21/+23
* s3-ntlmssp: Remove ntlmssp_end and let the talloc hierarchy handle it.Simo Sorce2010-07-191-1/+1
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-07-141-4/+7
* s3: [ug]id_to_unix_... can not failVolker Lendecke2010-07-112-14/+5
* s3: Slightly simplify make_server_info_pwVolker Lendecke2010-07-081-3/+1
* s3: In make_server_info_info3, check the result of copy_netr_SamInfo3Volker Lendecke2010-06-251-0/+4
* s3: In copy_netr_SamInfo3 copy all of the sids arrayVolker Lendecke2010-06-251-0/+3
* s3-auth: in make_user_info_for_reply_enc make sure to check length and dataGünther Deschner2010-06-161-2/+2
* s3-auth: fix debug message in check_winbind_security().Günther Deschner2010-06-161-1/+1
* Revert "s4-smbtorture: only pull info when status code indicates success in s...Günther Deschner2010-06-161-11/+3
* s4-smbtorture: only pull info when status code indicates success in smbcli_ra...Günther Deschner2010-06-161-3/+11
* s3-auth: Fix valgrind warning (unitialized var) in samu_to_SamInfo3().Günther Deschner2010-06-111-5/+7
* s3:auth fix samu->info3 conversionSimo Sorce2010-06-111-0/+3
* s3:misc make use of server_[event/messaging]_context directlyAndreas Schneider2010-06-101-1/+1
* Revert "s3:auth Change auth_ntlmssp_server_info API to return NTSTATUS"Volker Lendecke2010-06-081-6/+4
* s3:auth add hooks to indicate if signing or sealing is desired with NTLMSSPAndrew Bartlett2010-06-071-0/+10
* s3:auth Change auth_ntlmssp_server_info API to return NTSTATUSAndrew Bartlett2010-06-071-4/+6
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-079-37/+37
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-075-8/+8
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-0711-30/+30
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-0710-29/+29
* s3:auth make sure the primary group sid is usableSimo Sorce2010-06-071-13/+30
* s3:auth return the full passwd struct from check_accountSimo Sorce2010-06-071-12/+6
* s3:auth remove unused structure memberSimo Sorce2010-06-072-106/+2
* s3:auth create nt token from info3 directlySimo Sorce2010-06-072-38/+162
* s3:auth handle unix domain sids in samuSimo Sorce2010-06-073-38/+129
* s3:auth set the resolved user sid in the fake sam accountSimo Sorce2010-06-071-0/+3
* s3:auth check the user is valid firstSimo Sorce2010-06-071-43/+39
* s3:auth make sure we set the right usernameSimo Sorce2010-06-071-0/+5
* s3-auth: Moved smbd user functions to a generic place.Andreas Schneider2010-06-041-0/+406
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-018-29/+29
* s3:smbd map_username() doesn't need sconn anymoreSimo Sorce2010-05-311-4/+2
* s3-auth: add "system" bool flag to auth_serversupplied_info.Günther Deschner2010-05-311-1/+10
* s3:ntlmssp Use a TALLOC_CTX for ntlmssp_sign_packet() and ntlmssp_seal_packet()Andrew Bartlett2010-05-311-2/+4
* ntlmssp: Make the ntlmssp.h from source3/ a common headerAndrew Bartlett2010-05-311-1/+1
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-12/+12
* s3:auth Make AUTH_NTLMSSP_STATE a private structure.Andrew Bartlett2010-05-311-0/+87
* s3:auth make it easier to trace auth modulesSimo Sorce2010-05-298-0/+21
* s3:auth fix info3 duplication functionSimo Sorce2010-05-291-3/+8
* s3:auth Fix segfault when the user cannot be found by getpwnam()Andrew Bartlett2010-05-291-3/+10
* s3-auth: Added a function to get the server_info from the system user.Andreas Schneider2010-05-281-0/+39
* s3-auth: fix c++ buildwarnings.Günther Deschner2010-05-281-2/+2