summaryrefslogtreecommitdiff
path: root/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* auth: Fix some nonempty blank linesVolker Lendecke2012-09-201-61/+59
* auth/gensec: Remove unused gensec_security parameterAndrew Bartlett2012-07-031-6/+3
* auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher2012-05-171-0/+12
* auth/gensec: add gensec_expire_time()Stefan Metzmacher2012-05-172-0/+12
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-123-1/+47
* gensec_gssapi: keep private header file close to the actual codeSimo Sorce2012-04-121-70/+0
* auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...Stefan Metzmacher2012-03-151-1/+1
* auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett2012-02-171-0/+2
* auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett2012-02-171-0/+4
* 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
* gensec: Fix a memory corruption in gensec_use_kerberos_mechsVolker Lendecke2012-02-091-1/+2
* gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-302-34/+0
* 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
* 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-113-1/+110
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-0/+1
* gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2011-12-282-1/+11
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-032-8/+8
* 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
* 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
* 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
* gensec: trim header includes back to what is actually requiredAndrew Bartlett2011-10-111-8/+2
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-113-5/+939
* 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-033-0/+834