summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* auth-krb: Move pac related util functions in a single place.Simo Sorce2012-04-121-1/+1
* s3-auth: Order GENSEC mechs by priority, krb5 before NTLMSSPAndrew Bartlett2012-04-031-2/+3
* More strlcat/strlcpy truncate checks.Jeremy Allison2012-03-301-10/+45
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrapper for getpwuid().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-2/+2
* s3-krb5: Remove GSS_WRAP_IOV conditionalAndrew Bartlett2012-03-151-1/+1
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-132-0/+29
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-083-11/+48
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-10/+10
* s3-auth Add make_session_info_from_pw to avoid multiple getpwnam() callsAndrew Bartlett2012-03-041-12/+34
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-044-193/+1
* s3-auth: Provide helper routine to check password and return session_infoAndrew Bartlett2012-02-242-0/+31
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-3/+3
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-244-11/+108
* 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