summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-1/+1
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-132-3/+2
* Remove unused auth_get_challenge_not_implementedAndrew Bartlett2019-05-221-9/+0
* s4: squash 'cast between incompatible function types' warningNoel Power2019-05-162-8/+18
* s4/auth/sam: silence CID 1435849Douglas Bagnall2019-05-091-2/+4
* s4:auth: Fix debug statement in gensec_gssapiAndreas Schneider2019-05-081-4/+5
* CID 1363286: Resource leak by failing to free tmp_ctxGarming Sam2019-05-081-9/+18
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-212-20/+18
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-2/+0
* sam.c: allocate account_sid on tmp_ctxIsaac Boukris2019-03-061-1/+1
* sam.c: fix incorrect check of talloc_new() allocationIsaac Boukris2019-03-061-1/+1
* s4/auth/krb: fix spelling of entriesDouglas Bagnall2019-03-041-1/+1
* winbind: Generate and pass logon IDGary Lockyer2019-02-201-1/+1
* librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer2019-02-201-2/+1
* Fix mem leak with PyBytes_FromStringAndSizeNoel Power2019-02-131-3/+6
* s4/pyauth: fix memory leak when context_new() has bad argumentsDouglas Bagnall2019-02-011-0/+2
* s4/pyauth: insist on proper ldb in context_new()Douglas Bagnall2019-02-011-0/+4
* s4/pyauth: check ldb argument in py_user_session()Douglas Bagnall2019-02-011-0/+4
* pygensec: insist on proper AuthContext in start_serverDouglas Bagnall2019-02-011-1/+9
* auth4: Use dom_sid_str_bufVolker Lendecke2019-01-083-28/+21
* Add MIT kerberos tracing capabilitySwen Schillig2018-12-191-5/+1
* s4: Remove double init of kerberos error tableSwen Schillig2018-12-191-2/+0
* auth: Align integer typesVolker Lendecke2018-11-281-1/+1
* s4-auth-tests: Fix test_kerberos with MIT krbJustin Stephenson2018-11-101-0/+17
* auth4: Use dom_sid_str_bufVolker Lendecke2018-11-021-8/+6
* lib: Add error checks in dom_sid_string_bufVolker Lendecke2018-11-021-1/+1
* s4-auth: allow to pass original_user_name=NULL to auth_session_info_fill_unix()Björn Baumbach2018-10-111-0/+4
* s4-auth: allow to create unix token from system session infoBjörn Baumbach2018-10-111-0/+15
* s4-auth: fetch possible out of memory errorBjörn Baumbach2018-10-111-1/+6
* s4-auth: use TALLOC_FREE() shortcutBjörn Baumbach2018-10-111-2/+1
* s4-auth: fix a typo in a commentBjörn Baumbach2018-10-111-1/+1
* python: Add samba.auth.copy_session_info()Björn Baumbach2018-10-111-0/+59
* pyauth: Remove imessaging_ctx parameter to newGary Lockyer2018-10-101-13/+11
* s4/auth/tests: Fix kerberos test string sizeAlexander Bokovoy2018-10-051-2/+2
* PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power2018-09-271-2/+2
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+61
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-252-0/+4
* dsdb: Avoid calculating the PSO multiple timesTim Beale2018-05-231-1/+8
* dsdb/auth: Use PSO settings for lockOutThreshold/DurationTim Beale2018-05-231-1/+47
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett2018-05-224-5/+17
* auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett2018-05-219-0/+27
* auth: keytab invalidation fixAaron Haslett2018-05-151-1/+1
* auth: keytab invalidation testAaron Haslett2018-05-152-0/+113
* Fix spelling s/doens't/doesn't/Mathieu Parent2018-05-122-2/+2
* samdb: Add remote address to connectGary Lockyer2018-05-101-1/+6
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+2