summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-131-0/+1
* gensec: explain gensec_use_kerberos_mechs() logicAndrew Bartlett2012-02-101-1/+16
* gensec: set flag to continue in outer for loop in gensec_use_kerberos_mechsAndrew Bartlett2012-02-101-1/+5
* Revert "gensec: Fix a memory corruption in gensec_use_kerberos_mechs"Andrew Bartlett2012-02-101-2/+1
* credentials: Show returned error_string in debug messageAndrew Bartlett2012-02-101-2/+2
* gensec: Fix a memory corruption in gensec_use_kerberos_mechsVolker Lendecke2012-02-091-1/+2
* auth: rename ntlmssp.c to ntlmssp_util.cAndrew Bartlett2012-02-082-1/+1
* gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-302-34/+0
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-302-6/+4
* auth: provide private pointer and do not return original PAC signaturesAndrew Bartlett2012-01-291-0/+3
* auth/gensec_gssapi: sync gensec_gssapi_state with gse_contextStefan Metzmacher2012-01-251-1/+2
* auth/gensec: align common elements between gse_context and gensec_gssapi_stateAndrew Bartlett2012-01-181-3/+5
* s3:build: add auth/gensec/spnego.oStefan Metzmacher2012-01-131-0/+2
* auth/gensec: move spnego.c to the toplevelStefan Metzmacher2012-01-132-0/+1407
* auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher2012-01-131-0/+116
* auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher2012-01-132-16/+37
* auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2012-01-132-5/+7
* s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2012-01-121-1/+1
* auth/gensec: add gensec_*max_update_size()Stefan Metzmacher2012-01-123-0/+22
* auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-121-6/+3
* gensec: Make sure to check the optional auth_context hooks before using themAndrew Bartlett2012-01-111-1/+1
* gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett2012-01-111-1/+1
* gensec: make gensec_gssapi.h commonAndrew Bartlett2012-01-111-0/+67
* gensec: move gensec_util.c to the top levelAndrew Bartlett2012-01-114-1/+115
* auth: make auth4_context common to provide access to generate_session_info_pac()Andrew Bartlett2012-01-111-0/+59
* auth/kerberos: Remove unused headers from gssapi_parse.cAndrew Bartlett2012-01-111-2/+0
* auth/credentials Remove debug that prints in normal operationAndrew Bartlett2012-01-091-1/+0
* auth/kerberos: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-34/+34
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-0/+1
* auth/kerberos: Make pac_data_out in kerberos_decode_pac() optionalAndrew Bartlett2011-12-291-3/+32
* auth/kerberos: Move gssapi_parse.c to the top levelAndrew Bartlett2011-12-282-2/+121
* credentials: Always honour the return value of E_deshash()Andrew Bartlett2011-12-281-4/+2
* gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2011-12-282-1/+11
* 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