summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2-2/+2
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore1-0/+2
2020-08-19auth:creds: Remove unused credentials autoproto headerAndreas Schneider2-2/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-06-05pyauth: add python binding for auth_session_info_set_unix()Björn Baumbach1-0/+72
2020-06-05s4-auth/unix_token: add new function auth_session_info_set_unix()Björn Baumbach1-0/+35
2020-06-05s4-auth/unix_token: separate out filling the unix_info elements in a struct s...Björn Baumbach1-17/+38
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-2/+2
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer1-2/+2
2020-03-23py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett1-9/+9
2020-02-14s4-auth: Allow simple bind login of a user with an @ in the samAccountNameAndrew Bartlett1-1/+21
2020-02-14gensec: Fix CID 1458419 Control flow issues (NO_EFFECT)Volker Lendecke1-4/+8
2020-02-14gensec: Fix CID 1458421 OVERRUNVolker Lendecke1-6/+4
2020-02-10s4:gensec_krb5: remove unused argument of gensec_krb5_common_client_creds()Stefan Metzmacher1-3/+2
2020-02-10s4:gensec_krb5: make use of talloc_zero() in gensec_krb5_start()Stefan Metzmacher1-6/+1
2020-02-10s4:gensec_krb5: make use of struct samba_sockaddrStefan Metzmacher1-14/+12
2020-02-06s4/auth: use talloc_alpha_strcpy() in auth_session_info_fill_unix()Ralph Boehme1-8/+5
2019-12-18Avoiding bad call flags with python 3.8, using METH_NOARGS instead of zero.Torsten Fohrer1-1/+1
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-3/+10
2019-11-27krb5: move disabling dns-canon to lower level init callsIsaac Boukris1-4/+6
2019-11-27krb5: remove "set_dns_canonicalize" conf optionIsaac Boukris2-4/+2
2019-11-22build: Do not build selftest binaries for builds without --enable-selftestAndrew Bartlett1-1/+1
2019-11-19kerberos: remove single DES enctypes from ENC_ALL_TYPESIsaac Boukris1-1/+1
2019-11-19build: add missing crypt dependency for auth4_unixAmitay Isaacs1-1/+1
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