summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec.h
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: finally remove unused gensec_update_ev()Stefan Metzmacher2017-07-251-4/+0
* auth/gensec: add GENSEC_UPDATE_IS_NTERROR() helper macroStefan Metzmacher2017-06-171-0/+6
* auth/gensec: make gensec_start_mech() staticStefan Metzmacher2017-05-211-1/+0
* auth/gensec: add some basic doxygen comments for gensec_{want,have}_feature()Stefan Metzmacher2017-05-211-0/+43
* gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2017-05-131-1/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+2
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+2
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-0/+3
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-0/+1
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-291-0/+17
* auth/gensec: add GENSEC_FEATURE_LDAP_STYLE defineStefan Metzmacher2016-03-101-0/+1
* auth/gensec: add GENSEC_FEATURE_NTLM_CCACHE defineStefan Metzmacher2016-03-101-0/+1
* auth/gensec: make gensec_security_by_name() publicStefan Metzmacher2016-03-101-0/+2
* auth/gensec: remove unused gensec_[un]wrap_packets() hooksStefan Metzmacher2015-06-231-21/+0
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+2
* auth/gensec: add a gensec_update_ev() functionStefan Metzmacher2014-03-271-0/+4
* Add SASL/EXTERNAL gensec moduleHoward Chu2013-09-181-1/+2
* auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher2013-08-101-7/+7
* auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher2013-08-101-1/+1
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-96/+4
* auth/gensec: add gensec_security_by_auth_type()Stefan Metzmacher2013-08-101-0/+3
* gensec: Make gensec_interface_version publicVolker Lendecke2013-05-151-0/+1
* auth/gensec: add gensec_expire_time()Stefan Metzmacher2012-05-171-0/+4
* auth-krb: Nove oid packet check to gensec_util.Simo Sorce2012-04-121-0/+2
* 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: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-301-5/+0
* auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher2012-01-131-0/+17
* auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2012-01-131-0/+2
* auth/gensec: add gensec_*max_update_size()Stefan Metzmacher2012-01-121-0/+4
* gensec: move gensec_util.c to the top levelAndrew Bartlett2012-01-111-0/+14
* 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-281-0/+5
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-3/+2
* gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...Andrew Bartlett2011-10-181-0/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-2/+5
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-4/+2
* gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett2011-08-031-0/+309