WIP
[asn/samba.git] / auth /
2023-04-25 Alexander BokovoyAdd ROLE_IPA_DC into two more places
2023-04-05 Andreas Schneiderauth: Add cli_credentials_is_password_nt_hash()
2023-04-05 Andreas Schneiderauth: Remove trailing white spaces in credentials_ntlm.c
2023-04-05 Andreas Schneiderauth: Remove trailing white spaces in credentials.h
2023-03-28 Andreas Schneiderauth: Fix code spelling
2023-03-20 Joseph Suttonauth: Clear EXTRA_SIDS flag if no Extra SIDs are present
2023-03-03 Joseph Suttonauth/credentials: Fix typos
2023-03-03 Joseph Suttonauth/credentials: Fix off-by-one buffer write
2023-02-08 Joseph Suttonauth: Free empty SID arrays
2023-02-08 Joseph Suttonauth: Discard non-base SIDs when creating SamInfo2
2023-02-08 Joseph Suttonauth: Correct primary group handling
2023-02-08 Joseph Suttonauth: Make more liberal use of SID index constants
2023-02-08 Joseph Suttonauth: Shorten long SID flags combinations
2023-02-08 Joseph Suttons4:kdc: Add resource SID compression
2023-02-08 Joseph Suttonauth: Pass through entire PAC flags value in auth_user_info
2023-02-08 Joseph Suttonauth: Only process resource groups if NETLOGON_RESOURCE...
2023-02-08 Joseph Suttonauth: Remove early return from make_user_info_dc_pac()
2023-02-08 Joseph Suttonauth: Exclude resource groups from a TGT
2023-02-08 Joseph Suttonauth: Store group attributes in auth_user_info_dc
2023-02-06 Pavel Filipenskýauth/credentials: Fix unitialized data
2023-02-06 Pavel Filipenskýauth/credentials: Fix trailing whitespaces
2023-01-17 Björn Baumbachauth/creds: fix a typo in a comment
2022-11-08 Joseph Suttonbuild: Remove unused dependencies
2022-07-27 Joseph SuttonCVE-2022-2031 auth: Add ticket type field to auth_user_...
2022-06-26 Joseph Suttonauth/credentials: Add get_aes256_key()
2022-06-26 Joseph Suttonauth/credentials: Add cli_credentials_get_aes256_key()
2022-06-26 Andrew Bartletts4-auth: For LDAP simple bind, fall back to checking...
2022-06-10 Michael Tokarevspelling: connnect encrytion exisit expection explicit...
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2022-06-09 Joseph Suttonauth: Use constant-time memcmp when comparing sensitive...
2022-05-14 Pavel Filipenskýauth: Covscan: unchecked return value for cli_credentia...
2022-05-14 Pavel Filipenskýauth: Fix trailing whitespace in pycredentials.c
2022-03-18 Joseph Suttonauth/credentials: Add encrypt_samr_password()
2022-03-17 Andreas Schneiderauth: Add required headers to auth_sam_reply.h
2022-03-10 Stefan Metzmacherauth: let auth logging prefer user_info->orig_client...
2022-03-10 Stefan Metzmachers4:auth: rename user_info->mapped_state to user_info...
2022-03-10 Stefan Metzmacherauth/ntlmssp: don't set mapped_state explicitly in...
2022-03-01 Joseph Suttonauth: Cope with NULL upn_name in PAC
2022-01-04 Stefan Metzmacherauth/ntlmssp: make sure we return INVALID_PARAMETER...
2022-01-04 Stefan Metzmacherauth/credentials: cli_credentials_set_ntlm_response...
2021-12-10 Volker Lendeckeauth: Fix a typo in auth/gensec/ncalrpc.c
2021-12-09 Stefan Metzmacherauth/credentials: Fix cli_credentials_shallow_ccache...
2021-12-09 Stefan Metzmacherauth/credentials: Handle ENOENT when obtaining ccache...
2021-11-13 Alexander BokovoyIPA DC: add missing checks
2021-11-10 Andreas Schneiderauth:creds: Guess the username first via getpwuid(my_id)
2021-11-10 Andreas Schneiderauth:creds: Remove trailing spaces
2021-11-09 Stefan MetzmacherCVE-2021-3738 auth_util: avoid talloc_tos() in copy_ses...
2021-11-09 Stefan MetzmacherCVE-2020-25719 CVE-2020-25717: auth/gensec: always...
2021-11-09 Stefan MetzmacherCVE-2020-25717: auth/ntlmssp: start with authoritative = 1
2021-11-09 Andrew BartlettCVE-2020-25722 selftest: allow for future failures...
2021-10-20 Andrew Bartlettdsdb: Allow special chars like "@" in samAccountName...
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...
next