git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15039 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 15:47:35 +00:00
parent b69b02125d
commit 48870fb07a
3 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/test_kuserok.c: add <err.h>
* lib/krb5: add <err.h> in test programs
* lib/krb5/Makefile.am: use LIB_com_err for libkrb5.la

View File

@@ -1,3 +1,8 @@
2005-04-30 Love <lha@kth.se>
* default_keys.c: #include <err.h>, only print salt it its longer
then 0, use krb5_err instead of errx where appropriate
2005-04-25 Love H<>rnquist <20>strand <lha@it.su.se>
* ipropd_slave.c: add the documented option --port

View File

@@ -1,5 +1,8 @@
2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* getifaddrs.c: add break on default: statements, from Douglas
E. Engert
* snprintf.c (vsnprintf): don't write the NUL into the string if
the length was 0