summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2021-07-05gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher1-2/+4
2021-06-29s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-2/+10
2021-06-29s4:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+7
2021-05-19python: Ensure reference counts are properly incrementedJoseph Sutton1-2/+2
2021-05-19pygensec: Fix method documentationJoseph Sutton1-4/+4
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2-2/+5
2021-04-19auth4: Remove unused auth_unixAndrew Bartlett2-810/+0
2021-04-16auth4: Remove sync check_password from auth_operationsVolker Lendecke2-44/+4
2021-04-16auth4: Make auth_sam pseudo-asyncVolker Lendecke1-2/+67
2021-04-16auth4: Make auth_unix pseudo-asyncVolker Lendecke1-26/+59
2021-04-16auth4: Make auth_developer pseudo-asyncVolker Lendecke2-2/+61
2021-04-16auth4: Make auth_anonymous pseudo-asyncVolker Lendecke2-10/+58
2021-02-01s4:gensec: Fix overflow issues in switch statementAndreas Schneider1-5/+5
2021-01-13s4 auth ntlm: Fix integer overflow in authsam_password_check_and_recordGary Lockyer1-1/+2
2021-01-12auth4: Use global_sid_AnonymousVolker Lendecke1-1/+1
2021-01-12auth4: Use global_sid_SystemVolker Lendecke1-1/+1
2021-01-08auth: Fix a typoVolker Lendecke1-1/+1
2021-01-08auth: Reformat a commentVolker Lendecke1-4/+5
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