python: Fix usage strings
[samba.git] / source4 / auth /
2021-08-18 Joseph Suttonpygensec: Don't modify Python bytes objects
2021-08-18 Joseph Suttonpygensec: Fix memory leaks
2021-07-05 Stefan Metzmachergensec_krb5: restore ipv6 support for kpasswd
2021-06-29 Andreas Schneiders4:auth: Check return code of cli_credentials_set_conf()
2021-06-29 Andreas Schneiders4:auth: Check return code of cli_credentials_set_conf()
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-05-19 Joseph Suttonpygensec: Fix method documentation
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-04-19 Andrew Bartlettauth4: Remove unused auth_unix
2021-04-16 Volker Lendeckeauth4: Remove sync check_password from auth_operations
2021-04-16 Volker Lendeckeauth4: Make auth_sam pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_unix pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_developer pseudo-async
2021-04-16 Volker Lendeckeauth4: Make auth_anonymous pseudo-async
2021-02-01 Andreas Schneiders4:gensec: Fix overflow issues in switch statement
2021-01-13 Gary Lockyers4 auth ntlm: Fix integer overflow in authsam_password_...
2021-01-12 Volker Lendeckeauth4: Use global_sid_Anonymous
2021-01-12 Volker Lendeckeauth4: Use global_sid_System
2021-01-08 Volker Lendeckeauth: Fix a typo
2021-01-08 Volker Lendeckeauth: Reformat a comment
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-19 Andreas Schneiderauth:creds: Remove unused credentials autoproto header
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-06-05 Björn Baumbachpyauth: add python binding for auth_session_info_set_unix()
2020-06-05 Björn Baumbachs4-auth/unix_token: add new function auth_session_info_...
2020-06-05 Björn Baumbachs4-auth/unix_token: separate out filling the unix_info...
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2020-05-04 Gary LockyerCVE-2020-10704: lib util asn1: Add ASN.1 max tree depth
2020-03-23 Andrew Bartlettpy3: Remove #define PyInt_FromLong PyLong_FromLong
2020-02-14 Andrew Bartletts4-auth: Allow simple bind login of a user with an...
2020-02-14 Volker Lendeckegensec: Fix CID 1458419 Control flow issues (NO_EFFECT)
2020-02-14 Volker Lendeckegensec: Fix CID 1458421 OVERRUN
2020-02-10 Stefan Metzmachers4:gensec_krb5: remove unused argument of gensec_krb5_c...
2020-02-10 Stefan Metzmachers4:gensec_krb5: make use of talloc_zero() in gensec_krb...
2020-02-10 Stefan Metzmachers4:gensec_krb5: make use of struct samba_sockaddr
2020-02-06 Ralph Boehmes4/auth: use talloc_alpha_strcpy() in auth_session_info...
2019-12-18 Torsten FohrerAvoiding bad call flags with python 3.8, using METH_NOA...
2019-12-10 Isaac Boukrissmbdes: convert E_P24() and SMBOWFencrypt to use gnutls
2019-11-27 Isaac Boukriskrb5: move disabling dns-canon to lower level init...
2019-11-27 Isaac Boukriskrb5: remove "set_dns_canonicalize" conf option
2019-11-22 Andrew Bartlettbuild: Do not build selftest binaries for builds withou...
2019-11-19 Isaac Boukriskerberos: remove single DES enctypes from ENC_ALL_TYPES
2019-11-19 Amitay Isaacsbuild: add missing crypt dependency for auth4_unix
2019-11-06 Volker Lendeckeauth: Simplify session generation
2019-09-24 Stefan Metzmachers4:auth: kinit_to_ccache() should always use the canoni...
2019-09-24 Stefan Metzmachers4:auth: use the correct client realm in gensec_gssapi_...
2019-07-24 Noel Powers4/auth/kerberos: clang: Fix Value stored to 'code...
2019-07-24 Noel Powers4/auth/kerberos: clang: Fix 'value stored to 'ret...
2019-07-22 Douglas Bagnalls4/auth/py: avoid null deref with bad python arguments
2019-07-22 Douglas Bagnalls4/gensec/py: avoid null deref with bad python arguments
2019-07-22 Douglas Bagnalls4/auth/pygensec: don't segfault when reporting bad...
2019-07-11 Noel Powers4/auth/gensec: clang: Fix 'initialization value is...
2019-06-24 Andrew Bartlettpy3: Remove duplicated PyUnicode_Check() after the...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsUTF8AndSize() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_AsString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andrew Bartlettpy3: Remove PyStr_Check() compatability macro
2019-06-13 Gary Lockyerauth auth_log: csbuild unused parm unix_username
2019-05-22 Andrew BartlettRemove unused auth_get_challenge_not_implemented
2019-05-16 Noel Powers4: squash 'cast between incompatible function types...
2019-05-09 Douglas Bagnalls4/auth/sam: silence CID 1435849
2019-05-08 Andreas Schneiders4:auth: Fix debug statement in gensec_gssapi
2019-05-08 Garming SamCID 1363286: Resource leak by failing to free tmp_ctx
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-03-21 Andrew Bartlettbuild: Remove --extra-python
2019-03-06 Isaac Boukrissam.c: allocate account_sid on tmp_ctx
2019-03-06 Isaac Boukrissam.c: fix incorrect check of talloc_new() allocation
2019-03-04 Douglas Bagnalls4/auth/krb: fix spelling of entries
2019-02-20 Gary Lockyerwinbind: Generate and pass logon ID
2019-02-20 Gary Lockyerlibrpc idl: netlogon netr_identity_info logon_id to...
2019-02-13 Noel PowerFix mem leak with PyBytes_FromStringAndSize
2019-02-01 Douglas Bagnalls4/pyauth: fix memory leak when context_new() has bad...
2019-02-01 Douglas Bagnalls4/pyauth: insist on proper ldb in context_new()
2019-02-01 Douglas Bagnalls4/pyauth: check ldb argument in py_user_session()
2019-02-01 Douglas Bagnallpygensec: insist on proper AuthContext in start_server
2019-01-08 Volker Lendeckeauth4: Use dom_sid_str_buf
2018-12-19 Swen SchilligAdd MIT kerberos tracing capability
2018-12-19 Swen Schilligs4: Remove double init of kerberos error table
2018-11-28 Volker Lendeckeauth: Align integer types
2018-11-10 Justin Stephensons4-auth-tests: Fix test_kerberos with MIT krb
2018-11-02 Volker Lendeckeauth4: Use dom_sid_str_buf
2018-11-02 Volker Lendeckelib: Add error checks in dom_sid_string_buf
2018-10-11 Björn Baumbachs4-auth: allow to pass original_user_name=NULL to auth_...
2018-10-11 Björn Baumbachs4-auth: allow to create unix token from system session...
2018-10-11 Björn Baumbachs4-auth: fetch possible out of memory error
2018-10-11 Björn Baumbachs4-auth: use TALLOC_FREE() shortcut
2018-10-11 Björn Baumbachs4-auth: fix a typo in a comment
2018-10-11 Björn Baumbachpython: Add samba.auth.copy_session_info()
2018-10-10 Gary Lockyerpyauth: Remove imessaging_ctx parameter to new
2018-10-05 Alexander Bokovoys4/auth/tests: Fix kerberos test string size
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-07-12 Andrew Bartlettpython: Add samba.auth.session_info_fill_unix()
2018-06-25 Andrew Bartlettauth: For NTLM and KDC authentication, log the authenti...
2018-05-23 Tim Bealedsdb: Avoid calculating the PSO multiple times
2018-05-23 Tim Bealedsdb/auth: Use PSO settings for lockOutThreshold/Duration
2018-05-22 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC auth sessio...
2018-05-21 Andrew Bartlettauth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth...
2018-05-15 Aaron Haslettauth: keytab invalidation fix
2018-05-15 Aaron Haslettauth: keytab invalidation test
next