summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* python3: Use "y#" instead of "s#" for binary data in PyArg_ParseTuplePetr Viktorin2017-05-191-2/+4
* gensec: Add a TALLOC_CTX * to gensec_register().Jeremy Allison2017-05-137-9/+11
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-228-14/+15
* build: correct package dependenciesJan Engelhardt2017-04-181-0/+1
* whitespace: auth_log.c C code conventionsGarming Sam2017-03-291-29/+29
* pycredentials: Add bindings for get_ntlm_response()Andrew Bartlett2017-03-291-0/+65
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-292-3/+12
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-294-14/+80
* auth_log: Improve commentAndrew Bartlett2017-03-291-1/+1
* auth_log: Prepared to allow logging JSON events to a server over the message busAndrew Bartlett2017-03-292-3/+83
* s4-messaging: split up messaging into a smaller library for send onlyAndrew Bartlett2017-03-291-1/+1
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-293-48/+558
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-294-0/+23
* auth_log: Split up auth/authz logging levels and handle anonymous betterAndrew Bartlett2017-03-291-6/+24
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-298-3/+51
* auth_log: Expand to include the type of password used (eg ntlmv2)Andrew Bartlett2017-03-291-3/+42
* auth: Add logging of service authorizationAndrew Bartlett2017-03-294-2/+94
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-291-0/+1
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-293-3/+170
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-292-0/+2