Commit Graph

  • 6be242d46e lib/krb5: _krb5_pk_set_user_id free 'str' not 'name' Jeffrey Altman 2022-01-16 19:05:06 -05:00
  • 15f37ce09b krb5: fix hx509_free_error_string() usage Luke Howard 2022-01-17 10:24:44 +11:00
  • 800515b033 lib/krb5: akf_add_entry do not leak 'fd' Jeffrey Altman 2022-01-16 18:08:50 -05:00
  • 7432589757 krb5: zeros is static, does not need explicit initializer Luke Howard 2022-01-17 10:04:27 +11:00
  • ab042dca36 gss_preauth: use memset rather than {0} to initialize cb Luke Howard 2022-01-17 10:04:19 +11:00
  • 0a59cbca51 kdc: use memset rather than {0} to initialize fxreq Luke Howard 2022-01-17 10:01:26 +11:00
  • 7fb4698aa3 lib/krb5: gen_priv_key do not leak error string Jeffrey Altman 2022-01-16 17:48:13 -05:00
  • c844a1c62b lib/krb5: load_priv_key do not leak error string Jeffrey Altman 2022-01-16 17:45:21 -05:00
  • c8956523a1 lib/krb5: scc_alloc do not leak 'freeme' Jeffrey Altman 2022-01-16 17:36:17 -05:00
  • 5667e80742 lib/krb5: fkt_remove_entry do not leak 'emsg' Jeffrey Altman 2022-01-16 17:12:34 -05:00
  • 43592b2e78 lib/krb5: pa_gss_step do not leak 'from' if unparse cname fails Jeffrey Altman 2022-01-16 17:07:05 -05:00
  • 8eaecdaa59 lib/krb5: srv_find_realm do not leak 'r' if unreachable Jeffrey Altman 2022-01-16 17:04:04 -05:00
  • 65276af7f6 kdc: fast_unwrap_request use memset to init fastreq Jeffrey Altman 2022-01-16 16:00:40 -05:00
  • e8ccb2b86b lib/kadm5: send_diffs() init 'ver' Jeffrey Altman 2022-01-16 15:54:53 -05:00
  • c822b9bc96 gssapi/krb5: _gsskrb5_inquire_name init 'major' Jeffrey Altman 2022-01-16 15:43:09 -05:00
  • 085cf47738 lib/krb5: get_cred_kdc use memset to initialize 'rep' Jeffrey Altman 2022-01-16 15:39:11 -05:00
  • 14cb8eef60 lib/base: heim_audit_trail init all fields of 'kvb' before use Jeffrey Altman 2022-01-16 15:34:23 -05:00
  • 7ae24732c7 clang-format generated hdb, spnego and krb5 asn1.c files Jeffrey Altman 2022-01-16 12:08:43 -05:00
  • bb791ee52c hcrypto: dlclose(dso) at ENGINE finish time Nicolas Williams 2022-01-16 14:06:49 -06:00
  • febdcd4cbd cf: Make clang-format style common makefile macro Nicolas Williams 2022-01-16 14:06:06 -06:00
  • 940aea6653 gss: clang-format ASN.1 compiler outputs Nicolas Williams 2022-01-16 13:57:09 -06:00
  • 2065d02aaf hdb: clang-format ASN.1 compiler outputs Nicolas Williams 2022-01-16 13:50:50 -06:00
  • fcfd380d15 asn1: Better clang-format / makefile pattern Nicolas Williams 2022-01-16 13:41:37 -06:00
  • b889942340 bx509d: Add missing check of result of key2SPKI() Nicolas Williams 2022-01-16 13:12:11 -06:00
  • 32e1604e76 lib/ipc: heim_sipc_stream_listener 'ct' lifecycle Jeffrey Altman 2022-01-16 00:56:16 -05:00
  • 041f6d5c7c lib\krb5: krb5_parse_address out of order parameters Jeffrey Altman 2022-01-16 00:51:22 -05:00
  • 363bc7d983 handle negative return values Jeffrey Altman 2022-01-16 00:48:09 -05:00
  • 558300cfd2 kcm: kcmss_get_name_2 test correct output parameter Jeffrey Altman 2022-01-16 00:31:03 -05:00
  • f341fa7721 prevent unintended sign extension errors Jeffrey Altman 2022-01-16 00:06:01 -05:00
  • 3707c52ea7 lib/hcrypto: ENGINE_by_dso do not leak handle Jeffrey Altman 2022-01-15 23:21:11 -05:00
  • 440ea95b56 GitHub: Add Failed Test Logs sections Nicolas Williams 2022-01-15 23:01:30 -06:00
  • 19eae8b4a9 lib/hcrypto: BN_set_word return false if input 'bn' is NULL Jeffrey Altman 2022-01-15 23:15:21 -05:00
  • b8450a04a1 GitHub: Non-conflicting artifact names Nicolas Williams 2022-01-15 21:52:45 -06:00
  • 2660580507 lib/otp: opt_md_init do not leak ctx if malloc fails Jeffrey Altman 2022-01-15 22:49:56 -05:00
  • fe76d53316 lib/asn1: pass correct size to mergesort_r Jeffrey Altman 2022-01-15 22:44:54 -05:00
  • 883f3cdfb5 GitHub: Fix linux build (make dist)? Nicolas Williams 2022-01-15 21:29:46 -06:00
  • a84186653c kadmin: list_princs zero get_opt structure before use Jeffrey Altman 2022-01-15 22:27:42 -05:00
  • 4b3f8266d7 GitHub: Fix osx build Nicolas Williams 2022-01-15 21:23:26 -06:00
  • a31db2af0d asn1: Allow CHOICEs to be decorated too Nicolas Williams 2022-01-15 21:07:10 -06:00
  • 1685c34b0d remove (krb5_enctype) cast for ETYPE_xxx Jeffrey Altman 2022-01-15 21:48:11 -05:00
  • 90e51a3d18 krb5.h: do not use anonymous enum for alternate E[NC]TYPE names Jeffrey Altman 2022-01-15 21:41:36 -05:00
  • 7145a8e908 gssapi/mech: mech_locl.h roken.h must be included earlier Jeffrey Altman 2022-01-15 20:40:38 -05:00
  • c74d1992e1 GitHub: Output artifacts (fix yaml moar) Nicolas Williams 2022-01-15 19:31:05 -06:00
  • 27deb05e72 GitHub: Output artifacts (fix yaml) Nicolas Williams 2022-01-15 19:27:16 -06:00
  • 1e205ca77e GitHub: Output artifacts Nicolas Williams 2022-01-15 19:20:23 -06:00
  • 6ea0520388 GitHub: Special builds for more branches Nicolas Williams 2022-01-15 16:29:11 -06:00
  • 1ba296dc6a GitHub: Add more build types Nicolas Williams 2022-01-15 16:15:22 -06:00
  • 867457871a krb5: make krb5_pac a heim_object_t Luke Howard 2022-01-08 17:35:53 +11:00
  • 5a952ee7b5 krb5: decorate PrincipalNameAttrs with krb5_pac Luke Howard 2022-01-07 11:32:28 +11:00
  • 0e8c4ccc6e hdb: eliminate hdb_entry_ex Luke Howard 2022-01-07 12:54:40 +11:00
  • c5551775e2 hdb: decorate HDB_entry with context member Luke Howard 2022-01-07 12:15:55 +11:00
  • 923067e099 lib/kadm5: kadm_connect do not close 's' more than once Jeffrey Altman 2022-01-14 23:21:16 -05:00
  • a4e6c33780 asn1: Fix double-free in asn1parse.y Nicolas Williams 2022-01-14 22:16:21 -06:00
  • 9f3004bfd5 gssapi/krb5: _gsskrb5_export_sec_context copy/paste error Jeffrey Altman 2022-01-14 23:01:30 -05:00
  • 4891d713fb bn_s_mp_rand_platform.c: s_read_urandom: correctly handle split read Luke Howard 2022-01-15 13:38:18 +11:00
  • 046675ce0e Revert "tommath: Fix warning in s_read_getrandom()" Luke Howard 2022-01-15 13:37:25 +11:00
  • f076ed57cc Fix make dist Nicolas Williams 2021-12-09 22:48:13 -06:00
  • 754a49bd6b test_set_kvno0: Fix leak Nicolas Williams 2022-01-11 11:36:41 -06:00
  • d0f3d826dd otp: Fix warnings Nicolas Williams 2022-01-03 16:04:39 -06:00
  • cfa7865518 kimpersonate: Fix leaks Nicolas Williams 2022-01-11 11:35:45 -06:00
  • fc964cd545 klist: Fix warnings Nicolas Williams 2021-12-02 21:32:27 -06:00
  • 060b831c4d ktutil: Fix a warning Nicolas Williams 2021-03-27 23:26:00 -05:00
  • c7feeab7eb kswitch: Fix warning Nicolas Williams 2022-01-11 11:32:29 -06:00
  • ef9bb8850e kgetcred: Fix warning Nicolas Williams 2022-01-11 11:32:02 -06:00
  • cf2bab411d kdc: Fix warnings Nicolas Williams 2022-01-14 17:58:19 -06:00
  • 5a3706db5b httpkadmind: Fix warnings Nicolas Williams 2022-01-14 17:57:51 -06:00
  • 5dcad4635b bx509d: Fix warnings Nicolas Williams 2021-06-29 17:01:53 -05:00
  • 23190a3f5e hpropd: Fix warning Nicolas Williams 2022-01-11 11:31:38 -06:00
  • 3c1c48c68f kstash: Fix warning Nicolas Williams 2021-06-29 17:01:20 -05:00
  • c4e962ea04 kafs: Fix a warning Nicolas Williams 2021-03-28 17:51:39 -05:00
  • 55fa5bf7d2 gsskrb5: Fix warnings Nicolas Williams 2022-01-03 16:05:36 -06:00
  • 96b7ea671d gss: Fix warnings Nicolas Williams 2021-03-27 23:28:17 -05:00
  • 65caff79a3 gss-token: Fix leak Nicolas Williams 2022-01-11 11:36:13 -06:00
  • 4f8399a433 hdb: Fix warnings and leaks Nicolas Williams 2021-03-28 17:55:14 -05:00
  • fb553dde1d krb5: Fix warnings Nicolas Williams 2021-03-28 17:51:12 -05:00
  • 82a8744787 krb5: Fix SQLite3 ccache bugs/warnings Nicolas Williams 2021-12-02 21:23:52 -06:00
  • cb751670dd kpasswdd: Fix warning Nicolas Williams 2022-01-03 16:07:17 -06:00
  • aea18c3006 Use fallthrough statement attribute (moar) Nicolas Williams 2022-01-14 16:58:14 -06:00
  • c607135a03 Use fallthrough statement attribute (moar) Nicolas Williams 2022-01-14 16:53:28 -06:00
  • ddc6113610 Use fallthrough statement attribute Nicolas Williams 2022-01-14 16:32:04 -06:00
  • 367f9ddd7d kadm5: Revert part of 69eee19541 Nicolas Williams 2022-01-14 15:41:32 -06:00
  • 489da75e65 tommath: Fix warning in s_read_getrandom() Nicolas Williams 2022-01-14 15:21:38 -06:00
  • 318b73f002 krb5: Drop duplicated krb5.conf.5 content Nicolas Williams 2022-01-14 12:43:32 -06:00
  • b7bf5ca6e8 kadmin: Fix warnings Nicolas Williams 2021-03-27 23:24:24 -05:00
  • 69eee19541 kadm5: Fix warnings Nicolas Williams 2021-03-28 17:52:15 -05:00
  • 6be334bfee kcm: Fix warnings Nicolas Williams 2021-03-27 23:24:37 -05:00
  • 6f467b8097 wind: Fix some warnings Nicolas Williams 2021-03-27 23:25:25 -05:00
  • 005a43da96 gsspa: Quiet GCC fallthrough warning Nicolas Williams 2022-01-14 14:39:31 -06:00
  • 6426e7550f roken: do not globally define 'timezone' and 'tzname' Jeffrey Altman 2022-01-14 13:08:51 -05:00
  • 66d6998e3e GitHub: Complete split of build.yml Nicolas Williams 2022-01-14 13:50:50 -06:00
  • 02f6147bf1 GitHub: Prep to split build.yml Nicolas Williams 2022-01-14 13:47:55 -06:00
  • 64301260a5 GitHub: Fix paths that cause builds Nicolas Williams 2022-01-14 13:39:59 -06:00
  • 05e8c0ede6 Check HMAC_Init_ex() return value Nicolas Williams 2022-01-12 21:10:45 -06:00
  • 52f3dc6aa4 hcrypto: HMAC_Init_Ex(): return int like OpenSSL Nicolas Williams 2022-01-12 17:46:39 -06:00
  • 77392d5d9c hcrypto: Fix warnings Nicolas Williams 2021-12-02 21:24:52 -06:00
  • ea61f68d55 hx509: Fix name expansion bug Nicolas Williams 2021-12-04 16:18:17 -06:00
  • e23bc7d53d hx509: Fix warnings and leaks Nicolas Williams 2021-03-29 20:47:03 -05:00
  • d88298649b asn1: Fix ENOMEM NULL deref Nicolas Williams 2022-01-12 17:01:56 -06:00
  • f0c46e7830 asn1: Use calloc() in generated C code Nicolas Williams 2022-01-12 17:01:37 -06:00
  • 1fe3d293e1 asn1: Fix warnings Nicolas Williams 2021-03-27 22:49:22 -05:00