git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8912 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-08-07 13:09:22 +00:00
parent 2d0477ec95
commit 72d5252260
3 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2000-08-07 Johan Danielsson <joda@pdc.kth.se>
* roken-frag.m4: check getsockname for proto compat
2000-07-19 Johan Danielsson <joda@pdc.kth.se>
* check-var.m4: rename to rk_CHECK_VAR, transposing the arguments,

View File

@@ -1,3 +1,7 @@
2000-08-07 Johan Danielsson <joda@pdc.kth.se>
* kadmind.c: use roken_getsockname
2000-08-07 Assar Westerlund <assar@sics.se>
* kadmind.c, kadm_conn.c: use socklen_t instead of int where

View File

@@ -1,3 +1,7 @@
2000-08-07 Johan Danielsson <joda@pdc.kth.se>
* roken.h.in: add proto compat for getsockname
2000-08-04 Johan Danielsson <joda@pdc.kth.se>
* write_pid.c: conditionalise pidfile
@@ -6,6 +10,8 @@
2000-07-25 Johan Danielsson <joda@pdc.kth.se>
* Makefile.am: bump version to 9:0:0
* warnerr.c: add get_progname
2000-07-24 Assar Westerlund <assar@sics.se>