summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-4/+12
* lib: Fix array size in audit_loggingAndreas Schneider2018-06-271-1/+1
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-06-042-19/+8
* auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal optionStefan Metzmacher2018-06-041-7/+17
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-03-201-1/+25
* auth: add auth_user_info_copy() functionStefan Metzmacher2018-03-202-0/+38
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-201-0/+16
* source4 netlogon: Add authentication logging for ServerAuthenticate3Gary Lockyer2017-07-311-0/+12
* 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/credentials: remove unused smb_krb5_create_salt_principal()Stefan Metzmacher2017-06-271-79/+0
* auth/credentials: make use of smb_krb5_salt_principal() in cli_credentials_ge...Stefan Metzmacher2017-06-271-12/+26
* auth/ntlmssp: enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2 client caseStefan Metzmacher2017-06-261-0/+21
* auth/ntlmssp: make ntlmssp_server_check_password() shorterStefan Metzmacher2017-06-261-49/+53
* auth/ntlmssp: remove useless talloc_steal calls in ntlmssp_server_check_passw...Stefan Metzmacher2017-06-261-2/+5
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-223-0/+77
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+40
* 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 pycredentials: incorrect PyArg_ParseTupleAndKeywords callGary Lockyer2017-05-251-4/+7
* auth pycredentials: correct docstring of get_ntlm_response methodGary Lockyer2017-05-251-2/+2
* auth_log: Add test that execises the SamLogon python bindingsGary Lockyer2017-05-251-0/+16
* 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/ntlmssp: add implement gensec_ntlmssp_update_send/recv()Stefan Metzmacher2017-05-211-24/+57
* auth/ntlmssp: make gensec_ntlmssp_update() staticStefan Metzmacher2017-05-212-11/+4
* auth/ntlmssp: rename 'input' to 'in' in gensec_ntlmssp_update()Stefan Metzmacher2017-05-211-3/+7
* auth/ntlmssp: remove unused variable from gensec_ntlmssp_update()Stefan Metzmacher2017-05-211-1/+0
* auth/ntlmssp: avoid using NT_STATUS_NOT_OK_RETURN() in gensec_ntlmssp_update()Stefan Metzmacher2017-05-211-2/+6
* auth/ntlmssp: remove mem_ctx=NULL handling from gensec_ntlmssp_update()Stefan Metzmacher2017-05-211-6/+0
* 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