Remove "undocumented" target mentioned in configure script
[bbaumbach/samba-autobuild/.git] / auth /
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-03-19 Andreas Schneiderauth:ntlmssp: Mark as weak_crypto
2020-03-19 Andreas Schneidergensec: Add a check if a gensec module implements weak...
2020-02-14 Andrew Bartlettauth/credentials: Test connecting to LDAP with a "virtu...
2020-02-10 Stefan Metzmacherauth/gensec: map NT_STATUS_{INVALID_ACCOUNT_NAME,NO_SUC...
2020-02-10 Stefan Metzmachergensec/spnego: fallback on INVALID_{ACCOUNT,COMPUTER...
2020-02-10 Stefan Metzmacherauth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR...
2020-02-07 Douglas Bagnallpytests: heed assertEquals deprecation warning en-masse
2020-01-06 Volker Lendeckeauth: Simplify struct auth4_context
2019-12-10 Isaac Boukrissmbdes: convert E_P24() and SMBOWFencrypt to use gnutls
2019-12-10 Isaac BoukrisSMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUS
2019-11-14 Andreas Schneiderauth:pycreds: Check return code of netlogon_creds_clien...
2019-10-12 Isaac Boukrisspnego: fix server handling of no optimistic exchange
2019-10-12 Isaac Boukrisspnego: add client option to omit sending an optimistic...
2019-10-12 Isaac Boukrisspnego: ignore server mech_types list
2019-10-07 Günther Deschnerauth/gensec: fix AES schannel seal and unseal
2019-10-07 Günther Deschnerauth/gensec: fix non-AES schannel seal
2019-09-01 Mathieu ParentSpelling fixes s/withing/within/
2019-08-21 Andrew Bartlettauth/gensec: Use gnutls_error_to_ntstatus() in netsec_d...
2019-08-21 Andreas Schneiderauth:gensec: Use GnuTLS AES CFB8 in netsec_do_seal()
2019-08-21 Andrew Bartlettauth/gensec: Use gnutls_error_to_ntstatus() consistentl...
2019-08-21 Andreas Schneiderauth:gensec: Use GnuTLS AES128 CFB8 in netsec_do_seq_num()
2019-08-21 Andrew Bartlettauth/credentials: Check NTSTATUS return from netlogon_c...
2019-08-14 Andreas Schneiderauth:ntlmssp: Use generate_random_buffer() for session...
2019-07-26 Andreas Schneiderauth:ntlmssp: Use GnuTLS RC4 for ntlmssp signing
2019-07-26 Andreas Schneiderauth:ntlmssp: Use GnuTLS RC4 in ntlmssp client
2019-07-22 Douglas Bagnallauth/pycreds/encrypt_netr_crypt_password: don't pretend...
2019-07-22 Douglas Bagnallauth/pycreds/encrypt_netr_crypt_password: don't segfault
2019-07-22 Douglas Bagnallpycredentials.h: use import to ensure python type corre...
2019-07-22 Douglas Bagnallauth/pycredentials: always check self is a Credentials...
2019-07-11 Noel Powerauth/gensec: clang: Fix 'Value stored to 'status' is...
2019-07-08 Noel Powerauth/kerberos: clang: Fix same instances of 'Value...
2019-07-03 Isaac BoukrisAdd PrimaryGroupId to group array in DC response
2019-06-27 Andreas Schneiderauth:ntlmssp: Use GnuTLS RC4 in ntlmssp server
2019-06-27 Andreas Schneiderauth:gensec: Return NTSTATUS for netsec_do_seal()
2019-06-27 Andreas Schneiderauth:gensec: Use GnuTLS RC4 in netsec_do_seal()
2019-06-27 Andreas Schneiderauth:gensec: Use GnuTLS RC4 in netsec_do_seq_num()
2019-06-27 Andreas Schneiderlibcli:auth: Return NTSTATUS for netlogon_creds_arcfour...
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-06-24 Andreas Schneiderauth:creds: Use gnutls_error_to_ntstatus() in credentia...
2019-06-24 Andreas Schneiderauth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp...
2019-06-24 Andreas Schneiderauth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp...
2019-06-24 Andreas Schneiderauth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp...
2019-06-24 Andreas Schneiderauth:gensec: Use gnutls_error_to_ntstatus() in schannel
2019-06-13 Gary Lockyerauth auth_log: csbuild unused parm transport_protection
2019-06-13 Gary Lockyerauth auth_log: csbuild unused parm unix_username
2019-05-21 Andreas Schneiderauth:gensec: Return NTSTATUS for netsec_do_seq_num()
2019-05-21 Andreas Schneiderauth:gensec: Use GnuTLS HMAC MD5 and MD5 in netsec_do_s...
2019-05-21 Andreas Schneiderauth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seal()
2019-05-21 Andreas Schneiderauth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seq_num()
2019-05-21 Andreas Schneiderauth:creds: Use GnuTLS MD5 in ntlm creds
2019-05-21 Andreas Schneiderauth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp...
2019-05-21 Andreas Schneiderauth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp...
2019-05-21 Andreas Schneiderauth:ntlmssp: Use GnuTLS HMAC MD5 in ntlmssp client
2019-05-16 Noel Powersquash 'cast between incompatible function types' warning
2019-05-09 Douglas Bagnallauth/creds/torture: add a test showing segfault
2019-05-09 Douglas Bagnallauth/creds/guess: avoid segfault with NULL lp (CID...
2019-04-30 Andreas Schneiderauth:gensec: Add return code for netsec_do_sign()
2019-04-30 Andreas Schneiderauth:gensec: Use GnuTLS SHA256 HMAC for schannel
2019-04-29 Samuel Cabrerocredentials: Workaround krb5_cc_remove_cred not impleme...
2019-04-29 Samuel Cabrerocredentials: Initialize krb5 client to retrieve creds...
2019-04-03 Volker Lendeckeauth: Add necessary decoration to auth/auth_util.h
2019-04-02 Andreas Schneiderauth:creds: Prefer the principal over DOMAIN/username...
2019-04-02 Guenther Deschnerauth:ntlmssp: Add back CRAP ndr debug output
2019-03-21 Andrew Bartlettbuild: Remove bld.gen_python_environments()
2019-02-27 Andreas Schneiderauth:gensec: Make sure we zero the checksum after use
2019-02-20 Gary Lockyerauth log: Log the netlogon logon id.
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-01-28 Andreas Schneiderauth:gensec: Use C99 initializer in schannel
2019-01-28 Andreas Schneiderauth:creds: Use C99 initializer for PyMethodDef
2019-01-12 Noel Powerauth/credentials: use 'et' as format for ParseTuple...
2018-12-23 Stefan Metzmacherauth/gensec: enforce that all DCERPC contexts support...
2018-12-14 Gary Lockyerauth log: Increment Authentication version
2018-12-14 Gary Lockyerauth log: Add windows logon type codes
2018-12-14 Gary Lockyerauth log: Add windows event codes
2018-12-14 Joe GuoPY3: change shebang to python3 in misc dirs
2018-12-14 Andrew Bartlettaudit_logging: auth_json_audit required auth_json
2018-12-14 Andrew Bartlettaudit_logging: Remove debug log header and JSON Authent...
2018-12-10 Noel Powerauth/credentials/tests: Python 3.6 avoid deepcopy error
2018-12-10 Noel Powerauth/credentials: PY3 set_password should decode from...
2018-11-28 Volker Lendeckekrb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_r...
2018-11-28 Volker Lendeckecredentials: Remove an unnecessary talloc_steal()
2018-11-28 Volker Lendeckecredentials: Fix set_ccache with empty creds cache
2018-11-28 Volker Lendeckecredentials: Fix an error path memleak
2018-11-28 Volker Lendeckecredentials: Only do shallow copies of valid ccaches
2018-11-02 Volker Lendeckeauth: Use dom_sid_str_buf
2018-11-02 Volker Lendeckeauth: Use dom_sid_str_buf
2018-10-25 Douglas Bagnallauth/cred/tests/bind: remove unused import
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-10-09 Volker Lendeckeauth: Use the zlib version of crc32
2018-10-09 Volker Lendeckebuild: Multi-line deps
2018-09-26 Noel PowerPY3: fix "TabError: inconsistent use of tabs and spaces"
2018-09-05 Noel Powerauth/credentials: py2/py3 credential key needs to retur...
2018-09-05 Alexander Bokovoykrb5-samba: interdomain trust uses different salt principal
2018-08-24 Joe GuoPEP8: fix E305: expected 2 blank lines after class...
2018-08-24 Joe GuoPEP8: fix E302: expected 2 blank lines, found 1
2018-08-24 Joe GuoPEP8: fix E128: continuation line under-indented for...
next