git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16967 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-02 20:21:07 +00:00
parent 72a5513806
commit 5de3822ce3
2 changed files with 41 additions and 0 deletions

View File

@@ -1,5 +1,19 @@
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/keytab.c: Remove a delta from last revision that should
have gone in later.
* lib/krb5/krbhst.c: fix spelling
* lib/krb5/send_to_kdc.c (send_and_recv_http): don't expose freed
pointer, found by IBM checker.
* lib/krb5/rd_cred.c (krb5_rd_cred): don't expose freed pointer,
found by IBM checker.
* lib/krb5/addr_families.c (krb5_make_addrport): clear return
value on error, found by IBM checker.
* kdc/kerberos5.c (check_addresses): treat netbios as no addresses
* kdc/{kerberos4,kaserver}.c: _kdc_check_flags takes hdb_entry_ex

View File

@@ -1,5 +1,32 @@
2006-04-02 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool-commands.in: Add pkcs10-create command.
* hx509.h: Add hx509_request.
* TODO: more stuff
* Makefile.am: Add req.c
* req.c: Create certificate requests, prototype converts the
request in a pkcs10 packet.
* hxtool.c: Add pkcs10_create
* name.c (hx509_name_copy): new function.
2006-04-01 Love H<>rnquist <20>strand <lha@it.su.se>
* TODO: fill out what do
* hxtool-commands.in: add pkcs10-print
* hx_locl.h: Include <pkcs10_asn1.h>.
* pkcs10.asn1: PKCS#10
* hxtool.c (pkcs10_print): new function.
* test_chain.in: test ocsp keyhash
* data: generate ocsp keyhash version too