Wed Sep 13 10:33:53 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: PC builds all C files because of function name changes. * c_localtime.c, c_ustime.c: removed INTERFACE keyword. Wed Sep 13 17:32:36 1995 Theodore Y. Ts'o * c_localaddr.c (krb5_crypto_os_localaddr): Clear the buffer before calling the SIOCGIFCONF ioctl. This makes purify happy. Thu Sep 7 12:00:00 1995 James Mattly * Renamed ustime.c to c_ustime.c * Renamed localaddr.c to c_localaddr.c because Mac can't have two files with the same name. * Makefile.in, .Sanitize updated for the above change. Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o * .Sanitize: Update file list Sat Jul 29 03:17:21 1995 Tom Yu * localaddr.c (krb5_crypto_os_localaddr): Don't bash the return from SIOCGIFCONF with the output of a SIOCGIFFLAGS. Duh. Wed Jul 19 17:17:54 1995 Tom Yu * localaddr.c: also add definition of max if it's not there. * localaddr.c: fix definition of ifreq_size so it actually works Mon Jul 17 16:04:00 1995 Sam Hartman * localaddr.c (krb5_crypto_os_localaddr): Deal with variable sized ifreq structures if sockaddr contains sa_len field. * configure.in: Check to see if struct sockaddr has sa_len. Thu Jul 6 17:13:11 1995 Tom Yu * localaddr.c: migrated from lib/krb5/os * ustime.c: migrated from lib/krb5/os; removed context variable from arglist. * Makefile.in: don't copy or remove localaddr.c and ustime.c; they're local now. Fri Jun 9 19:18:41 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Thu May 25 22:16:35 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for shared libraries. Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com) * *.[ch]: removed unneeded INTERFACE from non-api functions. Sat Mar 25 15:38:23 1995 Mark Eichin * Makefile.in (memmove.c): memmove.c is in krb5/posix, not krb5/os. Wed Mar 22 11:44:07 1995 * Makefile.in: Use $(SRCTOP) instead of $(srcdir), since Mac's don't like dealing with $(U)$(U). Fri Mar 17 16:21:46 1995 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Fix rules for localdr.c, ustime.c, and memmove.c so that they reference $(srcdir) where appropriate. Thu Mar 16 21:24:43 1995 John Gilmore (gnu at toad.com) * Makefile.in (LDFLAGS): Eliminate, comes in from pre.in. (all-mac): Add. (localaddr.c, ustime.c, memmove.c): Fix paths to work on Mac. Tue Mar 14 17:23:02 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: no longer need to bring in ustime and localaddr for windows since everything's going into one DLL in the end. Thu Mar 2 17:56:48 1995 Keith Vetter (keithv@fusion.com) * Makefile.in: changed LIBNAME for the PC, and brought in ustime and localaddr from the krb/os directory. * rnd_conf.c: added cast to the seed assignment. Mon Feb 20 16:25:36 1995 Keith Vetter (keithv@fusion.com) * Makfile.in: made to work for the PC * rnd_confoun.c: added windows INTERFACE keyword Wed Jan 25 20:24:35 1995 John Gilmore (gnu at toad.com) * rnd_confoun.c: Replace <.../...> includes with "..."s. Mon Oct 24 14:58:14 1994 (tytso@rsx-11) * configure.in: * rnd_confoun.c (krb5_random_confounder): Use the srand48/lrand48 functions if available. Fri Oct 14 00:21:05 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Remove symlinked files on make clean.