summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* s4:gensec_krb5: remove unused argument of gensec_krb5_common_client_creds()Stefan Metzmacher2020-02-101-3/+2
* s4:gensec_krb5: make use of talloc_zero() in gensec_krb5_start()Stefan Metzmacher2020-02-101-6/+1
* s4:gensec_krb5: make use of struct samba_sockaddrStefan Metzmacher2020-02-101-14/+12
* s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme2020-02-061-8/+5
* Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.Torsten Fohrer2019-12-181-1/+1
* smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris2019-12-101-3/+10
* krb5: move disabling dns-canon to lower level init callsIsaac Boukris2019-11-271-4/+6
* krb5: remove "set_dns_canonicalize" conf optionIsaac Boukris2019-11-272-4/+2
* build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett2019-11-221-1/+1
* kerberos: remove single DES enctypes from ENC_ALL_TYPESIsaac Boukris2019-11-191-1/+1
* build: add missing crypt dependency for auth4_unixAmitay Isaacs2019-11-191-1/+1
* auth: Simplify session generationVolker Lendecke2019-11-061-12/+3
* s4:auth: kinit_to_ccache() should always use the canonicalized principalStefan Metzmacher2019-09-241-0/+2
* s4:auth: use the correct client realm in gensec_gssapi_update_internal()Stefan Metzmacher2019-09-241-2/+4
* s4/auth/kerberos: clang: Fix Value stored to 'code' is never readNoel Power2019-07-241-1/+0
* s4/auth/kerberos: clang: Fix 'value stored to 'ret' is never read 'Noel Power2019-07-241-2/+9
* s4/auth/py: avoid null deref with bad python argumentsDouglas Bagnall2019-07-221-2/+2
* s4/gensec/py: avoid null deref with bad python argumentsDouglas Bagnall2019-07-221-1/+1
* s4/auth/pygensec: don't segfault when reporting bad typesDouglas Bagnall2019-07-221-3/+4
* s4/auth/gensec: clang: Fix 'initialization value is never read'Noel Power2019-07-111-1/+1
* 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