summaryrefslogtreecommitdiff
path: root/auth/gensec
Commit message (Expand)AuthorAgeFilesLines
* rpc: use symbolic constant to replace /root/ncalrpc_as_systemGary Lockyer2017-07-311-1/+1
* auth: Disable SChannel authentication if we are not a DCAndrew Bartlett2017-07-041-1/+16
* auth/spnego: do basic state_position checking in gensec_spnego_update_in()Stefan Metzmacher2017-06-291-7/+19
* auth/spnego: move gensec_spnego_update() into gensec_spnego_update_send()Stefan Metzmacher2017-06-291-37/+36
* auth/spnego: split out gensec_spnego_update_{client,server}() functionsStefan Metzmacher2017-06-291-200/+256
* auth/spnego: remove unused out_mem_ctx = spnego_state fallback in gensec_spne...Stefan Metzmacher2017-06-291-5/+0
* auth/spnego: add gensec_spnego_update_sub_abort() helper functionStefan Metzmacher2017-06-291-22/+31
* auth/spnego: remove useless spnego_state->sub_sec_ready checkStefan Metzmacher2017-06-291-3/+1
* auth/spnego: consitently set spnego_state->sub_sec_ready = true after gensec_...Stefan Metzmacher2017-06-291-10/+15
* auth/spnego: rename spnego_state->no_response_expected to ->sub_sec_readyStefan Metzmacher2017-06-291-10/+10
* auth/spnego: move gensec_spnego_update_out() behind gensec_spnego_update_in()Stefan Metzmacher2017-06-291-59/+62
* auth/spnego: move some more logic to gensec_spnego_update_in()Stefan Metzmacher2017-06-291-6/+10
* auth/spnego: move gensec_spnego_update_in() after gensec_spnego_update_send()Stefan Metzmacher2017-06-291-86/+89
* auth/spnego: set state_position = SPNEGO_DONE in gensec_spnego_update_cleanup()Stefan Metzmacher2017-06-291-4/+22
* auth/spnego: move gensec_spnego_update_wrapper() into gensec_spnego_update_se...Stefan Metzmacher2017-06-291-45/+53
* auth/spnego: make use of data_blob_null instead of using data_blob(NULL, 0)Stefan Metzmacher2017-06-291-19/+15
* auth/gensec: add GENSEC_UPDATE_IS_NTERROR() helper macroStefan Metzmacher2017-06-171-0/+6
* auth/gensec: clear the update_busy_ptr in gensec_subcontext_start()Stefan Metzmacher2017-06-171-0/+1
* auth/gensec: make sure there's only one pending gensec_update_send() per contextStefan Metzmacher2017-05-212-1/+34
* 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-212-87/+0
* auth/spnego: add simple gensec_spnego_update_send/recv() wrapper functionsStefan Metzmacher2017-05-211-1/+63
* auth/spnego: make sure a fatal error or the final success make the state as S...Stefan Metzmacher2017-05-211-0/+8
* auth/spnego: let spnego.c use the new gensec_child_* helper functionsStefan Metzmacher2017-05-211-268/+26
* auth/gensec: add gensec_child_* helper functionsStefan Metzmacher2017-05-214-0/+300
* auth/gensec: reset existing context on gensec_start_mech()Stefan Metzmacher2017-05-211-0/+8
* auth/gensec: make gensec_start_mech() staticStefan Metzmacher2017-05-212-2/+1
* auth/gensec: add some basic doxygen comments for gensec_{want,have}_feature()Stefan Metzmacher2017-05-211-0/+43
* auth/spnego: always announce GENSEC_FEATURE_SIGN_PKT_HEADER support.Stefan Metzmacher2017-05-211-0/+14
* auth/gensec: call gensec_verify_features() also after update_recv() in gensec...Stefan Metzmacher2017-05-211-0/+13
* auth/spnego: fix gensec_update_ev() argument order for the SPNEGO_FALLBACK caseStefan Metzmacher2017-05-211-3/+3
* gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2017-05-136-7/+9
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-226-12/+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-292-0/+15
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-294-1/+33
* auth: Add logging of service authorizationAndrew Bartlett2017-03-292-2/+35
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-292-0/+46
* gensec:spnego: Add debug message for the failed principalStefan Metzmacher2017-03-021-5/+53
* Correct "overriden" typos.Chris Lamb2017-02-221-1/+1
* auth/gensec: convert external.c to provide update_send/recvStefan Metzmacher2017-01-122-7/+49
* auth/gensec: convert ncalrpc.c to provide update_send/recvStefan Metzmacher2017-01-121-6/+73
* auth/gensec: convert schannel.c to provide update_send/recvStefan Metzmacher2017-01-121-4/+69
* auth/gensec: remove unused prototype headersStefan Metzmacher2017-01-121-3/+0
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* auth/gensec: handle DCERPC_AUTH_LEVEL_PACKET similar to DCERPC_AUTH_LEVEL_INT...Stefan Metzmacher2016-10-261-0/+8
* auth/gensec: only require GENSEC_FEATURE_SIGN for DCERPC_AUTH_LEVEL_INTEGRITY...Stefan Metzmacher2016-10-261-1/+3
* auth/gensec: always verify the wanted SIGN/SEAL flagsStefan Metzmacher2016-10-261-28/+15
* gensec/spnego: remember the wanted features also on the main gensec contextStefan Metzmacher2016-10-261-1/+1