summaryrefslogtreecommitdiffstats
path: root/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
...
* 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