* bsdlib.h, bstring.h, fake-stdlib.h: Deleted.
+ * sys/syslog.h: Deleted.
+
2002-06-10 Ken Raeburn <raeburn@mit.edu>
* k5-int.h (KRB_AP_PATH_NOT_ACCEPTED, KRB_ERR_RESPONSE_TOO_BIG):
(krb5_ui_1): Delete.
* Makefile.in (krb5.h): Don't put SIZEOF macros into output.
+2001-04-26 Ken Raeburn <raeburn@mit.edu>
+
+ * sys/syslog.h (syslog, vsyslog, openlog, closelog, setlogmask):
+ Always use prototype versions of declarations; delete
+ non-prototype declarations.
+
2002-04-25 Ken Raeburn <raeburn@mit.edu>
* fake-addrinfo.h (GET_HOST_BY_NAME, GET_HOST_BY_ADDR)
* syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
+ * sys/syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
+
Mon Jun 10 16:52:35 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* krb5.hin
also, NO_NESTED_PROTOTYPES -> KRB5_NO_NESTED_PROTOTYPES
* Makefile.in: don't install NO_NESTED_PROTOTYPES, HAS_VOID_TYPE,
and KRB5_PROVIDE_PROTOTYPES symbols into krb5.h
+ * sys/syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
Thu Jun 22 11:51:10 EDT 1995 Paul Park (pjpark@mit.edu)
* k5-int.h - Add pointer in krb5_context for database context.
* bsdlib.h, bstring.h, fake-std.h, syslog.h: __STDC__ conditionals
also check for the _WINDOWS define.
* krb5.h: added FAR to pointers visible to the world.
+ * sys/syslog.h: __STDC__ conditionals also check for the _WINDOWS
+ define.
Tue Mar 28 18:12:32 1995 John Gilmore (gnu at toad.com)
+++ /dev/null
-# Sanitize.in for Kerberos V5
-
-# Each directory to survive it's way into a release will need a file
-# like this one called "./.Sanitize". All keyword lines must exist,
-# and must exist in the order specified by this file. Each directory
-# in the tree will be processed, top down, in the following order.
-
-# Hash started lines like this one are comments and will be deleted
-# before anything else is done. Blank lines will also be squashed
-# out.
-
-# The lines between the "Do-first:" line and the "Things-to-keep:"
-# line are executed as a /bin/sh shell script before anything else is
-# done in this
-
-Do-first:
-
-# All files listed between the "Things-to-keep:" line and the
-# "Files-to-sed:" line will be kept. All other files will be removed.
-# Directories listed in this section will have their own Sanitize
-# called. Directories not listed will be removed in their entirety
-# with rm -rf.
-
-Things-to-keep:
-
-ChangeLog
-syslog.h
-
-Things-to-lose:
-
-Do-last:
-
-# End of file.
+++ /dev/null
-2002-06-12 Ken Raeburn <raeburn@mit.edu>
-
- * syslog.h: Deleted.
-
-2001-04-26 Ken Raeburn <raeburn@mit.edu>
-
- * syslog.h (syslog, vsyslog, openlog, closelog, setlogmask):
- Always use prototype versions of declarations; delete
- non-prototype declarations.
-
-Wed Jun 12 00:44:07 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
-
- * syslog.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
-
-Thu Jun 22 16:12:23 1995 Tom Yu (tlyu@dragons-lair)
-
- * syslog.h: reverse sense of KRB5_PROVIDE_PROTOTYPES
-
-Thu Apr 13 16:05:08 1995 Keith Vetter (keithv@fusion.com)
-
- * syslog.h: __STDC__ conditionals also check for the _WINDOWS define.