git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15063 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-03 10:55:56 +00:00
parent 0c65c71652
commit 22c95cf623
2 changed files with 14 additions and 0 deletions

View File

@@ -1,5 +1,14 @@
2005-05-02 Dave Love <fx@gnu.org>
* configure.in: sys/tty.h (for sys/ptyvar.h) might need termios.h.
2005-05-02 Love H<>rnquist <20>strand <lha@it.su.se> 2005-05-02 Love H<>rnquist <20>strand <lha@it.su.se>
* tools/krb5-config.in: add com_err to required libs
* lib/krb5/pkinit.c (krb5_ui_method_read_string): use the fill in
length
* lib/krb5/init_creds_pw.c: Now that we fixed the signed-ness of * lib/krb5/init_creds_pw.c: Now that we fixed the signed-ness of
nonce for windows, remove the code that removed the signed nonce for windows, remove the code that removed the signed
bit. Instead add comment that they still need to be the same bit. Instead add comment that they still need to be the same

View File

@@ -1,3 +1,8 @@
2005-05-03 Dave Love <fx@gnu.org>
* test-mem.c: Add member fd to map.
(rk_test_mem_alloc, rk_test_mem_free): Use it.
2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se> 2005-04-30 Love H<>rnquist <20>strand <lha@it.su.se>
* getifaddrs.c: add break on default: statements, from Douglas * getifaddrs.c: add break on default: statements, from Douglas