summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* CVE-2022-2031 gensec_krb5: Add helper function to check if client sent an ini...Joseph Sutton2022-07-245-18/+157
* s4:auth: let authenticate_ldap_simple_bind() pass down the mapped nt4namesStefan Metzmacher2022-03-161-2/+3
* s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher2022-03-162-3/+3
* s4:auth: fix confusing DEBUG message in authsam_want_check()Stefan Metzmacher2022-03-161-2/+2
* s4:auth: check for user_info->mapped.account_name if it needs to be filledStefan Metzmacher2022-03-161-6/+1
* s4:auth: encrypt_user_info() should set password_state instead of mapped_stateStefan Metzmacher2022-03-161-2/+2
* s4:auth: a simple bind uses the DCs name as workstationStefan Metzmacher2022-03-161-1/+2
* s4:auth_sam: use USER_INFO_INTERACTIVE_LOGON as inducation for an interactive...Stefan Metzmacher2022-03-161-2/+3
* s4/auth/simple_bind: correctly report TLS stateDouglas Bagnall2022-03-071-2/+2
* s4:sam: Don't use talloc_steal for msg attributes in authsam_make_user_info_dc()Stefan Metzmacher2022-03-021-5/+14
* CVE-2020-25718 kdc: Confirm the RODC was allowed to issue a particular ticketAndrew Bartlett2021-11-081-1/+4
* CVE-2020-25719 CVE-2020-25717: s4:auth: remove unused auth_generate_session_i...Stefan Metzmacher2021-11-083-64/+5
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-081-0/+1
* CVE-2020-25717: s4:auth_simple: start with authoritative = 1Stefan Metzmacher2021-11-081-1/+1
* CVE-2020-25717: s4:auth/ntlm: make sure auth_check_password() defaults to r->...Stefan Metzmacher2021-11-081-0/+5
* CVE-2020-25717 auth4: Remove sync check_password from auth_operationsVolker Lendecke2021-11-082-44/+4
* CVE-2020-25717 auth4: Make auth_sam pseudo-asyncVolker Lendecke2021-11-081-2/+67
* CVE-2020-25717 auth4: Make auth_unix pseudo-asyncVolker Lendecke2021-11-081-26/+59
* CVE-2020-25717 auth4: Make auth_developer pseudo-asyncVolker Lendecke2021-11-082-2/+61
* CVE-2020-25717 auth4: Make auth_anonymous pseudo-asyncVolker Lendecke2021-11-082-10/+58
* pygensec: Don't modify Python bytes objectsJoseph Sutton2021-09-162-8/+32
* pygensec: Fix memory leaksJoseph Sutton2021-09-161-0/+23
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-09-161-2/+2
* pygensec: Fix method documentationJoseph Sutton2021-09-161-4/+4
* gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher2021-07-121-2/+4
* s4 auth ntlm: Fix integer overflow in authsam_password_check_and_recordGary Lockyer2021-01-131-1/+2
* auth4: Use global_sid_AnonymousVolker Lendecke2021-01-121-1/+1
* auth4: Use global_sid_SystemVolker Lendecke2021-01-121-1/+1
* auth: Fix a typoVolker Lendecke2021-01-081-1/+1
* auth: Reformat a commentVolker Lendecke2021-01-081-4/+5
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-032-2/+2
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-281-0/+2
* auth:creds: Remove unused credentials autoproto headerAndreas Schneider2020-08-192-2/+0
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* 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