summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-182-4/+4
* s3-auth: Use common gensec_ntlmsspAndrew Bartlett2012-02-172-38/+3
* s3-auth: Use common gensec_ntlmssp_server_startAndrew Bartlett2012-02-171-127/+1
* s3-auth: Use the gensec-supplied DNS domain name and hostname.Andrew Bartlett2012-02-172-28/+76
* s3-auth: Allow NTLMSSP features to be disabled with smb.conf options for testingAndrew Bartlett2012-02-171-9/+23
* s3-auth: Use the lpcfg_ wrapper calls to set some variablesAndrew Bartlett2012-02-171-31/+10
* s3-auth: Remove a layer of indirection and reorder to match gensec_ntlmssp_se...Andrew Bartlett2012-02-171-18/+15
* s3-auth: Only allow LM_KEY cryptography when extra options are setAndrew Bartlett2012-02-171-1/+6
* s3-auth: Inline ntlmssp_server_start() into gensec_ntlmssp3_server_start()Andrew Bartlett2012-02-171-9/+60
* s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_serverAndrew Bartlett2012-02-171-21/+1
* s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett2012-02-171-182/+2
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+16
* s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett2012-02-173-59/+259
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3-auth: On successful user mapping set mapped_to_guest to false.Sumit Bose2012-02-131-0/+1
* s3-auth Add const to make_user_info_mapAndrew Bartlett2012-02-082-4/+4
* s3:auth: fill the sids array of the info3 in wbcAuthUserInfo_to_netr_SamInfo3...Stefan Metzmacher2012-02-021-0/+53
* s3:auth: fix potential gap creation in wbcsids_to_samr_RidWithAttributeArray()Stefan Metzmacher2012-02-021-4/+5
* s3:auth/auth_generic: make use of gensec_spnego in the serverStefan Metzmacher2012-01-311-4/+9
* s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)Andrew Bartlett2012-01-301-4/+0
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-14/+19
* s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce2012-01-271-1/+1
* s3:auth/auth_generic: for now call sub_set_smb_name() and lp_load()Stefan Metzmacher2012-01-261-0/+6
* s3-gensec: Add hook to allow gensec to know if kerberos is permittedAndrew Bartlett2012-01-181-0/+24
* s3-librpc Call GSSAPI via the auth_generic layer and gensecAndrew Bartlett2012-01-181-1/+6
* s3-auth Match session setup handling of krb5, store the PACAndrew Bartlett2012-01-181-1/+4
* s3-auth Add auth hook for PAC parsingAndrew Bartlett2012-01-181-2/+128
* s3-waf: auth_netlogond depends on tldap.Andreas Schneider2012-01-121-0/+1
* s3-auth Remove more unused headersAndrew Bartlett2012-01-051-3/+0
* s3-auth remove unused ntlmssp.hAndrew Bartlett2012-01-051-1/+0
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-052-2/+0
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-052-44/+24
* s3-auth Set remote address for both AD and s3 gensec modesAndrew Bartlett2012-01-051-2/+0
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-054-61/+8
* s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett2012-01-052-3/+4
* s3-auth supply s3 ntlmssp module via gensec_settingsAndrew Bartlett2012-01-051-24/+11
* s3-auth Fix talloc parent for s4 event context in auth_samba4Andrew Bartlett2011-12-281-1/+1
* s3-auth: Remove protype for already-removed auth_ntlmssp_startAndrew Bartlett2011-12-281-1/+0
* s3-auth split the auth_generic functions into a seperate fileAndrew Bartlett2011-12-223-158/+191
* s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett2011-12-221-5/+0
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-222-3/+3
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-222-10/+10
* s3-auth Restore shortcut for guest security tokenAndrew Bartlett2011-12-221-11/+11
* s3:auth: s/Undefined/SMB_SIGNING_DEFAULT/Stefan Metzmacher2011-11-032-2/+3
* s3-waf: convert libcli_netlogon3 into a private library.Günther Deschner2011-11-021-1/+1
* s3-waf: move trusts_util.c code into a private library.Günther Deschner2011-11-021-2/+2
* idl: Improve MS-PAC IDLSimo Sorce2011-10-243-15/+15
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-212-14/+0
* s3-auth move the s3 auth context onto gensec_ntlmssp once we startAndrew Bartlett2011-10-181-2/+2
* s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group arrayStefan Metzmacher2011-10-181-2/+4