git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17610 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-01 21:06:33 +00:00
parent d782cd55c5
commit 7d627aac99
6 changed files with 34 additions and 3 deletions

View File

@@ -1,5 +1,16 @@
2006-06-01 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/hdb/ext.c (hdb_entry_get_ConstrainedDelegACL): new function.
* lib/krb5/pkinit.c: Avoid more shadowing.
* kdc/connect.c (do_request): clean reply with krb5_data_zero
* kdc/krb5tgs.c: Split up the reverse cross krbtgt check and local
clien must exists test.
* kdc/krb5tgs.c: Plug old memory leaks, unify all goto's.
* kdc/krb5tgs.c: Split tgs_rep2 into tgs_parse_request and
tgs_build_reply.

View File

@@ -1,5 +1,9 @@
2005-07-09 Love H<>rquist <20>strand <lha@it.su.se>
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* Rename u_intXX_t to uintXX_t
2005-07-09 Love H<>rquist <20>strand <lha@it.su.se>
* kxd.c (doit): only cleaup for active sockets, passive does it
own cleaning up

View File

@@ -1,5 +1,9 @@
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-05 Love H<>rnquist <20>strand <lha@it.su.se>
* Rename u_intXX_t to uintXX_t
2005-10-22 Love H<>rnquist <20>strand <lha@it.su.se>
* pop_dropinfo.c: Check return value from asprintf instead of
string != NULL since it undefined behavior on Linux. From Bj<42>rn
Sandell

View File

@@ -1,3 +1,7 @@
2006-06-01 Love H<>rnquist <20>strand <lha@it.su.se>
* server.c: Less shadowing.
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: kadmin_SOURCES += add check.c

View File

@@ -1,5 +1,9 @@
2006-04-29 Love H<>rnquist <20>strand <lha@it.su.se>
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* der_format.c (der_parse_hex_heim_integer): avoid shadowing.
2006-04-29 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: Add ExternalPrincipalIdentifiers, shared between
several elements.

View File

@@ -1,3 +1,7 @@
2006-05-13 Love H<>rnquist <20>strand <lha@it.su.se>
* bn.c (BN_rand): avoid shadowing.
2006-05-12 Love H<>rnquist <20>strand <lha@it.su.se>
* rsa-imath.c: Fix the last one of the asserts.