summaryrefslogtreecommitdiff
path: root/auth/gensec
AgeCommit message (Expand)AuthorFilesLines
2012-07-03auth/gensec: Remove unused gensec_security parameterAndrew Bartlett1-6/+3
2012-05-17auth/gensec: implement gensec_spnego_expire_time()Stefan Metzmacher1-0/+12
2012-05-17auth/gensec: add gensec_expire_time()Stefan Metzmacher2-0/+12
2012-04-12auth-krb: Nove oid packet check to gensec_util.Simo Sorce3-1/+47
2012-04-12gensec_gssapi: keep private header file close to the actual codeSimo Sorce1-70/+0
2012-03-15auth/gensec_gssapi: gss_krb5_lucid_context_v1_t is not shared with the gse co...Stefan Metzmacher1-1/+1
2012-02-17auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett1-0/+2
2012-02-17auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett1-0/+4
2012-02-10gensec: explain gensec_use_kerberos_mechs() logicAndrew Bartlett1-1/+16
2012-02-10gensec: set flag to continue in outer for loop in gensec_use_kerberos_mechsAndrew Bartlett1-1/+5
2012-02-10Revert "gensec: Fix a memory corruption in gensec_use_kerberos_mechs"Andrew Bartlett1-2/+1
2012-02-09gensec: Fix a memory corruption in gensec_use_kerberos_mechsVolker Lendecke1-1/+2
2012-01-30gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2-34/+0
2012-01-25auth/gensec_gssapi: sync gensec_gssapi_state with gse_contextStefan Metzmacher1-1/+2
2012-01-18auth/gensec: align common elements between gse_context and gensec_gssapi_stateAndrew Bartlett1-3/+5
2012-01-13s3:build: add auth/gensec/spnego.oStefan Metzmacher1-0/+2
2012-01-13auth/gensec: move spnego.c to the toplevelStefan Metzmacher2-0/+1407
2012-01-13auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher1-0/+116
2012-01-13auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher2-16/+37
2012-01-13auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2-5/+7
2012-01-12s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher1-1/+1
2012-01-12auth/gensec: add gensec_*max_update_size()Stefan Metzmacher3-0/+22
2012-01-11gensec: Make sure to check the optional auth_context hooks before using themAndrew Bartlett1-1/+1
2012-01-11gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett1-1/+1
2012-01-11gensec: make gensec_gssapi.h commonAndrew Bartlett1-0/+67
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett3-1/+110
2011-12-29s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett1-0/+1
2011-12-28gensec: Allow an alternate set of modules to be specifiedAndrew Bartlett2-1/+11
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij2-8/+8
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett1-1/+1
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett1-3/+3
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett2-2/+2
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett1-1/+1
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett1-2/+2
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett1-3/+3
2011-10-24auth/gensec: fix missleading commentStefan Metzmacher1-1/+1
2011-10-22auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature testStefan Metzmacher1-1/+1
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett3-13/+8
2011-10-18gensec: Refuse to seal if we did not negotiate to signAndrew Bartlett1-0/+3
2011-10-18gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett3-1/+48
2011-10-18gensec: an event context is no longer mandetoryAndrew Bartlett1-10/+0
2011-10-11gensec: trim header includes back to what is actually requiredAndrew Bartlett1-8/+2
2011-10-11auth: move gensec_start.c to the top levelAndrew Bartlett3-5/+939
2011-08-08build: provide tevent-util as a public libraryAndrew Bartlett1-1/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2-6/+11
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2-8/+4
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett3-0/+834