summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* pyauth: add python binding for auth_session_info_set_unix()Björn Baumbach2020-06-051-0/+72
* s4-auth/unix_token: add new function auth_session_info_set_unix()Björn Baumbach2020-06-051-0/+35
* s4-auth/unix_token: separate out filling the unix_info elements in a struct s...Björn Baumbach2020-06-051-17/+38
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-2/+2
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-041-2/+2
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-9/+9
* s4-auth: Allow simple bind login of a user with an @ in the samAccountNameAndrew Bartlett2020-02-141-1/+21
* gensec: Fix CID 1458419 Control flow issues (NO_EFFECT)Volker Lendecke2020-02-141-4/+8
* gensec: Fix CID 1458421 OVERRUNVolker Lendecke2020-02-141-6/+4
* 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