git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 16:36:15 +00:00
parent 5365eb1373
commit 0b8b5fbb6d
4 changed files with 15 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* configure.in: Don't check for timegm, libroken provides it for
us.
* lib/krb5/acache.c: Does function typecasts instead of void *
type-casts.

View File

@@ -1,5 +1,7 @@
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* roken-frag.m4: Add check for timegm.
* roken-frag.m4: Include sys/types.h for sys/socket.h and netdb.h.
2006-10-07 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,11 @@
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* check-timegm.c: Add check for _der_timegm.
* der_get.c (generalizedtime2time): always use _der_timegm.
* timegm.c: make more strict
* der_locl.h: Rename timegm to _der_timegm.
2006-10-17 Love H<>rnquist <20>strand <lha@it.su.se>

View File

@@ -1,5 +1,9 @@
2006-10-19 Love H<>rnquist <20>strand <lha@it.su.se>
* roken.h.in: Add timegm glue.
* timegm.c: add timegm()
* socket_wrapper.c: Include <roken.h>, gives os socklen_t on IRIX
6.4.