summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-8/+7
2019-02-27auth:gensec: Make sure we zero the checksum after useAndreas Schneider1-0/+2
2019-02-20auth log: Log the netlogon logon id.Gary Lockyer2-1/+11
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-3/+4
2019-01-28auth:gensec: Use C99 initializer in schannelAndreas Schneider1-1/+3
2019-01-28auth:creds: Use C99 initializer for PyMethodDefAndreas Schneider1-120/+279
2019-01-13auth/credentials: use 'et' as format for ParseTuple with python2Noel Power1-1/+1
2018-12-23auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADERStefan Metzmacher1-0/+16
2018-12-14auth log: Increment Authentication versionGary Lockyer1-1/+1
2018-12-14auth log: Add windows logon type codesGary Lockyer1-0/+29
2018-12-14auth log: Add windows event codesGary Lockyer1-0/+12
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-14audit_logging: auth_json_audit required auth_jsonAndrew Bartlett1-2/+2
2018-12-14audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett1-9/+4
2018-12-10auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power1-5/+12
2018-12-10auth/credentials: PY3 set_password should decode from unicode 'utf8'Noel Power1-4/+6
2018-11-28krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke1-3/+3
2018-11-28credentials: Remove an unnecessary talloc_steal()Volker Lendecke1-1/+0
2018-11-28credentials: Fix set_ccache with empty creds cacheVolker Lendecke1-6/+7
2018-11-28credentials: Fix an error path memleakVolker Lendecke1-0/+1
2018-11-28credentials: Only do shallow copies of valid ccachesVolker Lendecke1-0/+14
2018-11-02auth: Use dom_sid_str_bufVolker Lendecke1-6/+3
2018-11-02auth: Use dom_sid_str_bufVolker Lendecke1-3/+2
2018-10-25auth/cred/tests/bind: remove unused importDouglas Bagnall1-1/+0
2018-10-11auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach3-2/+105
2018-10-09auth: Use the zlib version of crc32Volker Lendecke2-3/+6
2018-10-09build: Multi-line depsVolker Lendecke1-1/+8
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-5/+5
2018-09-05auth/credentials: py2/py3 credential key needs to return bytesNoel Power1-1/+1
2018-09-05krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy1-4/+12
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-4/+4
2018-07-25json: Modify API to use return codesGary Lockyer1-84/+223
2018-06-25build: Move --without-json-audit and json lib detection to lib/audit_loggingAndrew Bartlett1-35/+0
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2-1/+26
2018-06-01lib audit_logging: re-factor and add functions.Gary Lockyer1-20/+2
2018-05-16auth_log: Rename the json variablesGary Lockyer1-16/+16
2018-05-16auth_log: tidy up code formattingGary Lockyer1-70/+76
2018-05-16auth_log: Use common code from audit_loggingGary Lockyer2-415/+94
2018-05-16auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2-19/+8
2018-05-16auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal optionStefan Metzmacher1-7/+17
2018-05-15build: Make --with-json-audit the defaultAndrew Bartlett1-4/+8
2018-05-13auth/credentials/test: py2/py3 compat always decode result of b64encodeNoel Power1-1/+1
2018-05-12pycredentials: add py_creds_get_secure_channel_typeJoe Guo1-0/+12
2018-05-10auth log: Log the unique session GUIDGary Lockyer1-1/+25
2018-05-05auth/ntlmssp_client: correct spelling of responseDouglas Bagnall1-1/+5
2018-05-05auth/pycredentials: correct spelling of reponseDouglas Bagnall1-1/+1
2018-04-24dbwrap: Remove calls to loadparmVolker Lendecke1-1/+0