tests/krb5: Add classes for testing invalid checksums
[linkinjeon/samba-autobuild/.git] / auth /
2021-09-04 Joseph Suttonpython: Fix usage strings
2021-08-03 Andreas Schneiderauth:gensec: Use lpcfg_weak_crypto()
2021-07-08 Andreas Schneiderauth:creds: Remove unused simple.c file
2021-07-01 Stefan Metzmacherauth/credentials: allow credentials.Credentials to...
2021-06-29 Andreas Schneiderauth:creds: Check return code of cli_credentials_guess()
2021-06-29 Andreas Schneiderauth:creds: Return bool for cli_credentials_guess()
2021-06-29 Andreas Schneiderauth:creds: Add sanity check for env variables
2021-06-29 Andreas Schneiderauth:creds: Check return code of cli_credentials_set_conf()
2021-06-29 Andreas Schneiderauth:creds: Return a bool for cli_credentials_set_conf()
2021-05-19 Joseph Suttonauth:creds: Fix parameter in creds.set_named_ccache()
2021-05-19 Joseph Suttonauth:creds: Remove unused variable
2021-04-28 Andreas Schneiderauth:creds:tests: Add test for cli_credentials_get_pass...
2021-04-28 Andreas Schneiderauth:creds: Add cli_credentials_get_password_and_obtained()
2021-04-28 Andreas Schneiderauth:creds:tests: Add test for cli_credentials_get_user...
2021-04-28 Andreas Schneiderauth:creds: Add cli_credentials_get_username_and_obtained()
2021-04-28 Andreas Schneiderauth:creds:tests: Add test for cli_credentials_set_gens...
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_gen...
2021-04-28 Andreas Schneiderauth:creds: Use 'client protection' option for smb...
2021-04-28 Andreas Schneiderlib:param: Add 'client protection' config option
2021-04-28 Andreas Schneiderauth:creds:tests: Add test for cli_credentials_set_kerb...
2021-04-28 Andreas Schneiderauth:creds: Add obtained arg to cli_credentials_set_ker...
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2021-04-27 Volker Lendeckegensec: Slightly simplify gensec_generate_session_info_...
2021-04-07 Joseph Suttonauth/credentials: Remove unneeded try/except syntax
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with an extended...
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with a canonical...
2021-04-07 Joseph Suttonauth/credentials: Add test for binding with a domain SID
2021-04-06 Volker Lendeckegensec: Remove gensec_security_all(), it was only used...
2021-03-24 Andreas Schneiderauth:creds: Free the uname pointer in cli_credentials_p...
2021-03-24 Andreas Schneiderauth:creds: Don't include credentials_internal.h twice
2021-03-24 Andreas Schneiderauth:creds: Use our own cli_credentials_set_cmdline_cal...
2021-03-24 Andreas Schneiderauth:creds: Add command line function for standard...
2021-03-24 Andreas Schneiders4:lib:cmdline: Rename cli_credentials_set_cmdline_call...
2020-12-16 Andreas Schneiderauth:creds: Add cli_credentials_dump()
2020-11-10 Volker Lendeckeauth: Align an integer type
2020-11-05 Alexander BokovoyRevert "cli_credentials: add a helper to parse user...
2020-11-05 Alexander BokovoyRevert "cli_credentials_parse_string: fix parsing of...
2020-11-04 Alexander Bokovoycli_credentials: add a helper to parse user or group...
2020-11-04 Alexander Bokovoycli_credentials_parse_string: fix parsing of principals
2020-11-03 Andreas Schneiderauth:creds:tests: Migrate test to a cmocka unit test
2020-11-03 Andreas Schneiderauth:creds: Rename CRED_USE_KERBEROS values
2020-09-07 Andreas Schneiderauth:creds: Add cli_credentials_init_server()
2020-09-07 Stefan Metzmacherauth:gensec: If Kerberos is required, keep schannel...
2020-09-07 Stefan Metzmacherauth:gensec: Pass use_kerberos and keep_schannel to...
2020-09-07 Stefan Metzmacherauth:gensec: Make gensec_use_kerberos_mechs() a static...
2020-09-07 Stefan Metzmacherauth:gensec: Add gensec_security_sasl_names()
2020-08-28 Matthew DeVorelib/util: remove extra safe_string.h file
2020-08-19 Andreas Schneiderauth:creds: Bump library version
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for cli_credentials_set...
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_encry...
2020-08-19 Andreas Schneiderauth:creds: Add cli_credentials_(get|set)_smb_encryption()
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_ipc_s...
2020-08-19 Andreas Schneiderauth:creds: Add cli_credentials_(get|set)_smb_ipc_signing()
2020-08-19 Andreas Schneiderauth:creds: Add python bindings for (get|set)_smb_signing
2020-08-19 Andreas Schneiderauth:creds: Add cli_credentials_(get|set)_smb_signing()
2020-08-19 Andreas Schneiderauth:creds: Remove unused credentials autoproto header
2020-08-19 Stefan Metzmacherauth:creds: Introduce CRED_SMB_CONF
2020-08-17 Volker Lendeckeauth: Fix a typo
2020-08-17 Volker Lendeckegensec: Fix a typo
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
next