summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett2-20/+18
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-2/+0
2019-03-06sam.c: allocate account_sid on tmp_ctxIsaac Boukris1-1/+1
2019-03-06sam.c: fix incorrect check of talloc_new() allocationIsaac Boukris1-1/+1
2019-03-04s4/auth/krb: fix spelling of entriesDouglas Bagnall1-1/+1
2019-02-20winbind: Generate and pass logon IDGary Lockyer1-1/+1
2019-02-20librpc idl: netlogon netr_identity_info logon_id to 64 bitGary Lockyer1-2/+1
2019-02-13Fix mem leak with PyBytes_FromStringAndSizeNoel Power1-3/+6
2019-02-01s4/pyauth: fix memory leak when context_new() has bad argumentsDouglas Bagnall1-0/+2
2019-02-01s4/pyauth: insist on proper ldb in context_new()Douglas Bagnall1-0/+4
2019-02-01s4/pyauth: check ldb argument in py_user_session()Douglas Bagnall1-0/+4
2019-02-01pygensec: insist on proper AuthContext in start_serverDouglas Bagnall1-1/+9
2019-01-08auth4: Use dom_sid_str_bufVolker Lendecke3-28/+21
2018-12-19Add MIT kerberos tracing capabilitySwen Schillig1-5/+1
2018-12-19s4: Remove double init of kerberos error tableSwen Schillig1-2/+0
2018-11-28auth: Align integer typesVolker Lendecke1-1/+1
2018-11-10s4-auth-tests: Fix test_kerberos with MIT krbJustin Stephenson1-0/+17
2018-11-02auth4: Use dom_sid_str_bufVolker Lendecke1-8/+6
2018-11-02lib: Add error checks in dom_sid_string_bufVolker Lendecke1-1/+1
2018-10-11s4-auth: allow to pass original_user_name=NULL to auth_session_info_fill_unix()Björn Baumbach1-0/+4
2018-10-11s4-auth: allow to create unix token from system session infoBjörn Baumbach1-0/+15
2018-10-11s4-auth: fetch possible out of memory errorBjörn Baumbach1-1/+6
2018-10-11s4-auth: use TALLOC_FREE() shortcutBjörn Baumbach1-2/+1
2018-10-11s4-auth: fix a typo in a commentBjörn Baumbach1-1/+1
2018-10-11python: Add samba.auth.copy_session_info()Björn Baumbach1-0/+59
2018-10-10pyauth: Remove imessaging_ctx parameter to newGary Lockyer1-13/+11
2018-10-05s4/auth/tests: Fix kerberos test string sizeAlexander Bokovoy1-2/+2
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-2/+2
2018-07-12python: Add samba.auth.session_info_fill_unix()Andrew Bartlett1-0/+61
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2-0/+4
2018-05-23dsdb: Avoid calculating the PSO multiple timesTim Beale1-1/+8
2018-05-23dsdb/auth: Use PSO settings for lockOutThreshold/DurationTim Beale1-1/+47
2018-05-22auth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth session code.Andrew Bartlett4-5/+17
2018-05-21auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett9-0/+27
2018-05-15auth: keytab invalidation fixAaron Haslett1-1/+1
2018-05-15auth: keytab invalidation testAaron Haslett2-0/+113
2018-05-12Fix spelling s/doens't/doesn't/Mathieu Parent2-2/+2
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2018-05-10auth: Add unique session GUID identifierGary Lockyer1-0/+2
2018-04-30s4/auth: Additionally accept unicode as string param in Py2Noel Power1-1/+1
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-1/+4
2018-03-19s4:auth_winbind: make sure we expand group memberships of the local domainStefan Metzmacher1-0/+12
2018-03-19s4:auth_winbind: only call authsam_logon_success_accounting() for local usersStefan Metzmacher1-34/+23
2018-03-19s4:auth: add authsam_update_user_info_dc() that implements SID expanding for ...Stefan Metzmacher2-0/+65
2018-03-19s4:auth: split out a authsam_domain_group_filter() functionStefan Metzmacher1-6/+44
2018-03-01s4:auth: Add FALL_THROUGH statements in gensec_krb5.cAndreas Schneider1-4/+1
2018-03-01s4:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider1-1/+1
2018-03-01s4:auth: Add FALL_THROUGH statements in auth_util.cAndreas Schneider1-3/+6
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke1-4/+6
2018-02-23s4:auth_sam: allow logons with an empty domain nameStefan Metzmacher1-6/+10