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,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