metze/heimdal/wip.git
2020-04-26 Nicolas Williamsspnego: Also use mechglue names
2020-04-25 Nicolas WilliamsRevert "travis: Use ccache to speed up builds"
2020-04-24 Nicolas Williamstravis: Use ccache to speed up builds
2020-04-24 Nicolas Williamstravis: Show valgrind output in log
2020-04-24 Nicolas Williamstravis: Allow CI config to make check-valgrind
2020-04-24 Nicolas Williamskadmin: fix leak
2020-04-24 Nicolas Williamsroken: fix valgrind leak noise
2020-04-24 Nicolas Williamshx509: Fix hx509_context_free() leak
2020-04-24 Nicolas WilliamsMove error functions from krb5 to base
2020-04-24 Nicolas WilliamsMove lib/krb5/error_string.c to lib/base/
2020-04-24 Nicolas WilliamsMove KDC audit functionality to lib/base/
2020-04-24 Nicolas Williamshx509: Add hx509.conf support
2020-04-24 Nicolas WilliamsMove more config file code from krb5 to base
2020-04-24 Nicolas Williamscom_err: make error_table_name() thread-safe
2020-04-24 Luke Howardgss: pass mechanism error tokens through SPNEGO
2020-04-24 Luke Howardhcrypto: trim number of trials in prime number generation
2020-04-24 Luke Howardhcrypto: make libtommath v1.2.0 work with Heimdal
2020-04-24 Luke Howardhcrypto: import libtommath v1.2.0
2020-04-22 Nicolas WilliamsProperly implement neg_mechs & GM_USE_MG_CRED (fix)
2020-04-22 Nicolas WilliamsBetter support for "non-standard" GSS mechs (fix)
2020-04-21 Luke Howardgss: remove gss_release_cred_by_mech()
2020-04-21 Nicolas WilliamsProperly implement neg_mechs & GM_USE_MG_CRED
2020-04-21 Luke Howardgss: intern OID before adding to OID set
2020-04-21 Nicolas WilliamsAdd gss_duplicate_oid_set()
2020-04-17 Nicolas WilliamsBetter support for "non-standard" GSS mechs
2020-04-17 Luke Howardgss: fix gss_decapsulate_token() return codes
2020-04-17 Luke Howardgss: GSS_KRB5_IMPORT_RFC4121_CONTEXT_X / _gss_mg_import...
2020-04-16 Luke Howardgss: honor allocated_ctx in gss_{exchange,query}_meta_data
2020-04-16 Luke Howardgss: free user keytab before resolving system keytab
2020-04-16 Luke Howardgss: don't leak client_cred in test_context
2020-04-16 Luke Howardgss: allow source/target to be null on export/import
2020-04-16 Luke Howardgss: fix typo regression in setting minor_status
2020-04-16 Nicolas WilliamsImprove coverage script a bit
2020-04-15 Luke Howardgss: use _gss_secure_release_buffer_[set]
2020-04-15 Luke Howardgss: add _gss_secure_release_buffer_set()
2020-04-15 Luke Howardgss: add _gss_secure_release_buffer()
2020-04-15 Luke Howardkrb5: allow NULL authenticator in krb5_auth_con_free()
2020-04-15 Nicolas WilliamsFix Coveralls badge to master branch
2020-04-15 Nicolas WilliamsRecover coverage data on more files
2020-04-14 Luke Howardkrb5: always zero elastic storage
2020-04-14 Nicolas WilliamsAdd Coveralls badge to README.md
2020-04-14 Nicolas WilliamsSend coverage data from Travis to Coveralls
2020-04-14 Luke Howardkrb5: use memset_s() in krb5_free_keyblock_contents()
2020-04-14 Luke Howardgss: check for replays in test_context
2020-04-14 Luke Howardgss: don't use heim_assert() in test_context
2020-04-14 Luke Howardgss: make gss_compare_name comply with RFC2743
2020-04-14 Luke Howardgss: add tests for importing and exporting contexts
2020-04-14 Luke Howardgss: allow gss_set_sec_context_option() to allocate...
2020-04-13 Luke Howardgss: add support for gss_duplicate_cred() in SPNEGO
2020-04-13 Luke Howardgss: remove superfluous SPNEGO cred wrappers
2020-04-13 Luke Howardgss: fix test_acquire_cred usage description
2020-04-13 Luke Howardgss: fix downlevel Windows interop regression
2020-04-12 Luke Howardgss: remove GSS_C_MA_AUTH_INIT_ANON from krb5 mech
2020-04-12 Luke Howardgss: order SPNEGO proposed mechs by req_flags
2020-04-12 Luke Howardroken: add mergesort_r()
2020-04-11 Luke Howardgss: __gss_c_attr_stream_sizes_oid_desc declspec
2020-04-11 Luke Howardgss: fix copy/paste error in gss_destroy_cred()
2020-03-18 Nicolas WilliamsExpand tokens in gss cred store "ccache" value
2020-03-18 Nicolas WilliamsList FILE collection even when KRB5CCNAME is a sub
2020-03-18 Nicolas Williamshcrypto: Fix Makefile build race
2020-03-18 Nicolas Williamskrb5: Use sqlite3_close(), not v2
2020-03-18 Nicolas Williamskrb5: Fix kinit harder
2020-03-17 Nicolas Williamskrb5: Allow rename of empty FILE ccaches
2020-03-13 Nicolas Williamsgss: Sometimes set KRB5CCNAME when not overwriting
2020-03-13 Nicolas Williamsgss: Fix default cache preference
2020-03-13 Nicolas WilliamsFix Appveyor Windows build
2020-03-13 Nicolas Williamsgss: Prefer the default ccache when user_realm
2020-03-13 Nicolas Williamskinit: Prefer the default ccache when user_realm
2020-03-13 Nicolas Williamskinit: Add --cache-default-for flag (fix check-cc)
2020-03-13 Nicolas WilliamsFix warnings (some bugs, some spurious)
2020-03-13 Nicolas Williamskrb5: Make FILE ccache type a collection type!
2020-03-12 Nicolas Williamskrb5: Restore FILE as the default ccache type
2020-03-12 Nicolas Williamsgsskrb5: Add unique ccache k/v for cred store
2020-03-12 Nicolas Williamskrb5: Add krb5_set_config() for test_cc
2020-03-12 Nicolas WilliamsRevert cccol changes to kinit
2020-03-08 Jeffrey Altmankdc: kx509.c fix build failures
2020-03-06 Daria Phoebe... kdc/kx509.c: clean up krb5_get_error_message strings...
2020-03-06 Daria Phoebe... lib/base log_file should free filename in all cases
2020-03-06 Daria Phoebe... hdb: don't use lock_file name after free in open_lock_file
2020-03-06 Daria Phoebe... lib/kadm5 kadm5_c_randkey_principal allow keyblock...
2020-03-06 Daria Phoebe... krb5_mk_ncred: clean enc_krb_cred_part before use
2020-03-06 Daria Phoebe... kdc kx509: avoid double free of cprinc and s in check_authz
2020-03-04 Nicolas Williamskrb5: Init mutex of anon MEMORY ccaches
2020-03-02 Nicolas Williamskrb5: Improve cccol sub naming; add gss_store_cred_into2()
2020-03-02 Nicolas Williamsroken: Add mkdtemp()
2020-03-02 Nicolas Williamsroken: Add base32
2020-03-02 Nicolas Williamsappveyor: Minor improvements for debugging
2020-03-02 Nicolas Williamshdb: Fix memory leak in hdb_generate_key_set()
2020-03-02 Nicolas WilliamsMove some infra bits of lib/krb5/ to lib/base/ (2)
2020-03-02 Nicolas WilliamsMove some infra bits of lib/krb5/ to lib/base/ (1)
2020-03-02 Luke Howardgss: initialize mech output parameters in mechglue
2020-03-02 Luke Howardgss: plug leak in test_negoex_mech
2020-03-02 Luke Howardgss: initialize output params in test_negoex_mech
2020-02-11 Isaac Boukristgs-req: strip forwardable and proxiable if the server...
2020-02-04 Luke Howardgss: add mechanism-force-mechListMIC hook to SPNEGO
2020-02-04 Luke Howardgss: don't explicitly reorder krb5 to front of spnego
2020-02-04 Luke Howardgss: harmonize negState with RFC 4178
2020-02-04 Luke Howardgss: harmonize SPNEGO with [MS-SPNG]
2020-02-04 Luke Howardgss: don't generate mechListMIC in SPNEGO if it is...
2020-02-04 Luke Howardgss: port NegoEx implementation from MIT
next