summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-3/+9
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-032-8/+8
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-212-4/+2
* test: fixed several tests to use samba.testsAndrew Tridgell2011-11-101-2/+2
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-3/+3
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-282-2/+2
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-3/+3
* gensec: Add parinoia about integer wrappingAndrew Bartlett2011-10-281-0/+7
* idl: Improve MS-PAC IDLSimo Sorce2011-10-241-11/+14
* auth/gensec: fix missleading commentStefan Metzmacher2011-10-241-1/+1
* auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature testStefan Metzmacher2011-10-221-1/+1
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-183-13/+8
* ntlmssp: Refuse to seal if we did not negotiate to signAndrew Bartlett2011-10-181-0/+5
* gensec: Refuse to seal if we did not negotiate to signAndrew Bartlett2011-10-181-0/+3
* gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett2011-10-183-1/+48
* gensec: an event context is no longer mandetoryAndrew Bartlett2011-10-181-10/+0
* ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_stateAndrew Bartlett2011-10-181-1/+17
* ntlmssp: Prepare gensec_ntlmssp_start() for broader useAndrew Bartlett2011-10-181-11/+0
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-1810-0/+2124
* build: compile gensec_start.c and credentials.c in the autoconf buildAndrew Bartlett2011-10-181-0/+50
* credentials: Prioritise command-line specified options above defaults from sm...Andrew Bartlett2011-10-181-3/+15
* gensec: trim header includes back to what is actually requiredAndrew Bartlett2011-10-111-8/+2
* auth/credentials Declare remaining functions are public interfaces and put in...Andrew Bartlett2011-10-112-9/+45
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-113-5/+939
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-1113-0/+3656
* Add missing com_err dependenciesEwoud Kohl van Wijngaarden2011-10-061-1/+1
* build: provide tevent-util as a public libraryAndrew Bartlett2011-08-081-1/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-032-6/+11
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-032-8/+4
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-034-0/+836
* auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett2011-07-201-1/+2
* auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch...Andrew Bartlett2011-07-201-9/+31
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-202-29/+62
* auth: include auth.idl structures into common_auth.hAndrew Bartlett2011-07-201-0/+2
* auth: Preserve guest flag on transition via netr_SamInfo3Andrew Bartlett2011-07-201-0/+3
* Add my copyrightAndrew Bartlett2011-07-201-1/+1
* auth/kerberos/gssapi_pac: fix compiler warningsStefan Metzmacher2011-06-151-6/+5
* auth/auth_sam_reply.h: fix licence/copyrightGünther Deschner2011-06-101-0/+22
* build: Make auth_sam_reply a libraryAndrew Bartlett2011-05-181-5/+6
* auth: allow auth_common.h to be included multiple times without errorAndrew Bartlett2011-05-081-0/+5
* Fix Samba3 on OpenIndiana.Gordon Ross2011-05-071-0/+24
* auth/kerberos Add check for gss_inquire_sec_context_by_oidAndrew Bartlett2011-04-271-4/+10
* auth/kerberos Move all the PAC handling functions to auth/kerberosAndrew Bartlett2011-04-272-1/+365
* auth/kerberos: Create common helper to get the verified PAC from GSSAPIAndrew Bartlett2011-04-272-0/+126
* s3-waf: fix the build after auth changes.Günther Deschner2011-02-101-0/+2
* auth Move auth_sam_reply into the top level.Andrew Bartlett2011-02-103-0/+433