summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2019-11-06auth: Simplify session generationVolker Lendecke1-12/+3
2019-09-24s4:auth: kinit_to_ccache() should always use the canonicalized principalStefan Metzmacher1-0/+2
2019-09-24s4:auth: use the correct client realm in gensec_gssapi_update_internal()Stefan Metzmacher1-2/+4
2019-07-24s4/auth/kerberos: clang: Fix Value stored to 'code' is never readNoel Power1-1/+0
2019-07-24s4/auth/kerberos: clang: Fix 'value stored to 'ret' is never read 'Noel Power1-2/+9
2019-07-22s4/auth/py: avoid null deref with bad python argumentsDouglas Bagnall1-2/+2
2019-07-22s4/gensec/py: avoid null deref with bad python argumentsDouglas Bagnall1-1/+1
2019-07-22s4/auth/pygensec: don't segfault when reporting bad typesDouglas Bagnall1-3/+4
2019-07-11s4/auth/gensec: clang: Fix 'initialization value is never read'Noel Power1-1/+1
2019-06-24py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-06-24py3: Remove PyStr_Check() compatability macroAndrew Bartlett1-1/+1
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer2-3/+2
2019-05-22Remove unused auth_get_challenge_not_implementedAndrew Bartlett1-9/+0
2019-05-16s4: squash 'cast between incompatible function types' warningNoel Power2-8/+18
2019-05-09s4/auth/sam: silence CID 1435849Douglas Bagnall1-2/+4
2019-05-08s4:auth: Fix debug statement in gensec_gssapiAndreas Schneider1-4/+5
2019-05-08CID 1363286: Resource leak by failing to free tmp_ctxGarming Sam1-9/+18
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