summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSPAndrew Bartlett2017-03-292-0/+4
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-292-0/+46
* s4-netlogon: Remember many more details in the auth_usersupplied info for fut...Andrew Bartlett2017-03-291-0/+9
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-272-0/+2
* auth: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM definesStefan Metzmacher2017-03-241-3/+1
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-242-0/+4
* python: wscript_build: Build some modules for Python 3Lumir Balhar2017-03-101-6/+6
* python: samba.credentials: Port pycredentials.c to Python3-compatible form.Lumir Balhar2017-03-101-7/+17
* credentials_krb5: convert to use smb_gss_krb5_import_credAlexander Bokovoy2017-03-081-9/+13
* gensec:spnego: Add debug message for the failed principalStefan Metzmacher2017-03-021-5/+53
* auth/credentials: try to use kerberos with the machine account unless we're i...Stefan Metzmacher2017-02-241-1/+16
* Correct "intialise" typos.Chris Lamb2017-02-221-1/+1
* Correct "overriden" typos.Chris Lamb2017-02-221-1/+1
* ntlmssp: fix compilation with -O2 -fno-inlineDouglas Bagnall2017-02-101-0/+4
* auth: fix mem leak & use appropriate free functionAurelien Aptel2017-02-011-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
* credentials: Create a smb_gss_krb5_copy_ccache() functionAndreas Schneider2017-01-121-4/+129
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-113-0/+0
* auth/credentials: Always set the the realm if we set the principal from the c...Andreas Schneider2017-01-101-3/+17
* auth/credentials: remove const where we always return a talloc stringStefan Metzmacher2017-01-102-9/+9
* auth/credentials: Add missing error code check for MIT KerberosAndreas Schneider2016-12-241-1/+5