summaryrefslogtreecommitdiff
path: root/auth/gensec/gensec.c
Commit message (Expand)AuthorAgeFilesLines
* auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADERStefan Metzmacher2018-12-231-0/+16
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* auth/gensec: finally remove unused gensec_update_ev()Stefan Metzmacher2017-07-251-33/+23
* auth/gensec: don't allow gensec_update[_ev] to be called on a subcontextStefan Metzmacher2017-07-251-0/+7
* auth/gensec: make use of gensec_update_send/recv in gensec_update_ev()Stefan Metzmacher2017-07-251-20/+2
* auth/gensec: add some useful debugging to gensec_update_send/gensec_update_doneStefan Metzmacher2017-07-251-3/+26
* auth/gensec: make sure there's only one pending gensec_update_send() per contextStefan Metzmacher2017-05-211-1/+28
* auth/gensec: improve NT_STATUS_MORE_PROCESSING_REQUIRED logic in gensec_updat...Stefan Metzmacher2017-05-211-7/+11
* auth/gensec: avoid using a state->subreq pointerStefan Metzmacher2017-05-211-12/+7
* auth/gensec: remove the sync update() hook from gensec_security_opsStefan Metzmacher2017-05-211-84/+0
* auth/gensec: add gensec_child_* helper functionsStefan Metzmacher2017-05-211-0/+9
* auth/gensec: call gensec_verify_features() also after update_recv() in gensec...Stefan Metzmacher2017-05-211-0/+13
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-1/+3
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+13
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-1/+15
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-2/+34
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-291-0/+29
* Correct "overriden" typos.Chris Lamb2017-02-221-1/+1
* auth/gensec: always verify the wanted SIGN/SEAL flagsStefan Metzmacher2016-10-261-28/+15
* typo: mandetory -> mandatoryGarming Sam2016-07-051-3/+3
* CVE-2016-2110: auth/gensec: add gensec_may_reset_crypto() infrastructureStefan Metzmacher2016-04-121-0/+10
* auth/gensec: split out a gensec_verify_dcerpc_auth_level() functionStefan Metzmacher2016-03-171-53/+50
* auth/gensec: gensec_[un]seal_packet() should only work with GENSEC_FEATURE_DC...Stefan Metzmacher2015-06-231-0/+14
* dcerpc: NULL pointer deref crash in handling rpc request.Jeremy Allison2015-06-181-1/+1
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+1
* auth/gensec: add a gensec_update_ev() functionStefan Metzmacher2014-03-271-14/+23
* auth/gensec: fix gensec_update() with ev == NULL.Stefan Metzmacher2014-03-271-0/+32
* auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2014-02-131-1/+1
* gensec: Fix CID 1063258 Uninitialized scalar variableVolker Lendecke2013-08-191-0/+1
* auth/gensec: make it possible to implement async backendsStefan Metzmacher2013-08-101-49/+153
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-101-0/+1
* auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...Stefan Metzmacher2013-08-101-3/+4
* auth/gensec: add gensec_expire_time()Stefan Metzmacher2012-05-171-0/+8
* auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2012-01-131-5/+5
* auth/gensec: add gensec_*max_update_size()Stefan Metzmacher2012-01-121-0/+15
* auth/gensec: fix missleading commentStefan Metzmacher2011-10-241-1/+1
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-3/+4
* 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-181-1/+45
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-4/+6
* 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/+518