+Tue May 23 16:22:57 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * asn1_decode.c: Rearrange #include files so that krb5.h gets
+ included first, so that the debugging information can be
+ more efficiently collapsed since the type numbers will be
+ the same.
+
+ * asn1_encode.h: Rearrange the #include files so that the type
+ numbers are the same.
+
Thu Apr 13 20:13:38 1995 Keith Vetter (keithv@fusion.com)
* asn1_k_decode.c: fixed up 'unreferenced local variable' problems.
* or implied warranty.
*/
-#include <stdio.h>
/* ASN.1 primitive decoders */
#include "asn1_decode.h"
#include "asn1_get.h"
+#include <stdio.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#ifdef TIME_WITH_SYS_TIME
#define __ASN1_ENCODE_H__
#include "k5-int.h"
-#include <time.h>
#include "krbasn1.h"
#include "asn1buf.h"
+#include <time.h>
/*
Overview
+Tue May 23 16:28:07 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * fcc_maybe.c: Rearrange #include files so that krb5.h gets
+ included first, so that the debugging information can be
+ more efficiently collapsed since the type numbers will be
+ the same.
+
Tue May 9 16:23:39 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* fcc_close.c (krb5_fcc_close): Remove <malloc.h> as not all
* This file contains the source code for conditional open/close calls.
*/
+#include "k5-int.h"
+
#define NEED_SOCKETS /* Only for ntohs, etc. */
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "fcc.h"
-#include <errno.h>
-#include "k5-int.h"
int krb5_fcc_default_format = KRB5_FCC_DEFAULT_FVNO;
+Tue May 23 16:28:42 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * gc_frm_kdc.c, preauth.c, t_kerb.c, t_walk_rtree.c, unparse.c:
+ Rearrange #include files so that krb5.h gets included
+ first, so that the debugging information can be more
+ efficiently collapsed since the type numbers will be the
+ same.
+
Sat May 20 14:01:16 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* rd_safe.c (krb5_rd_safe): Increment remote_seq_number if
* or implied warranty.
*/
-#include <stdio.h>
#include "k5-int.h"
+#include <stdio.h>
#define MAX_REALM_LN 500
* along the way.
*/
-#include <stdio.h>
#include "k5-int.h"
+#include <stdio.h>
#include "int-proto.h"
/*
* into different files.... [tytso:19920903.1618EDT]
*/
+#include "k5-int.h"
#include <stdio.h>
#include <time.h>
-#include "k5-int.h"
#include <syslog.h>
#ifdef _MSDOS
#define getpid _getpid
* routines.
*/
+#include "krb5.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <arpa/inet.h>
#include "com_err.h"
-#include "krb5.h"
void test_425_conv_principal(ctx, name, inst, realm)
* t_walk_rtree.c --- test krb5_walk_realm_tree
*/
-#include <stdio.h>
#include "k5-int.h"
+#include <stdio.h>
#include "com_err.h"
main(argc, argv)
*/
-#include <stdio.h>
#include "k5-int.h"
+#include <stdio.h>
/*
* converts the multi-part principal format used in the protocols to a
+Tue May 23 16:29:24 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * t_std_conf.c, timeofday.c, unlck_file.c: Rearrange #include
+ files so that krb5.h gets included first, so that the
+ debugging information can be more efficiently collapsed
+ since the type numbers will be the same.
+
Tue May 16 10:33:03 EDT 1995 Paul Park (pjpark@mit.edu)
* gmt_mktime.c - Use the actual year instead of the number of years
since 1900 when determining if a year has a leapday.
* values from the krb5 config file(s).
*/
+#include "krb5.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <netinet/in.h>
#include <arpa/inet.h>
-#include "krb5.h"
-
void test_get_default_realm(ctx)
krb5_context ctx;
{
*/
-#include <time.h>
-#include <stdio.h> /* needed for libos-proto.h */
-
#include "k5-int.h"
+#include <time.h>
+
#ifdef POSIX_TYPES
#define timetype time_t
#else
* libos: krb5_lock_file routine
*/
-#include <stdio.h>
#include "k5-int.h"
+#include <stdio.h>
krb5_error_code
krb5_unlock_file(context, filep, pathname)
+Tue May 23 16:30:03 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * daemon.c: Rearrange #include files so that krb5.h gets included
+ first, so that the debugging information can be more
+ efficiently collapsed since the type numbers will be the
+ same.
+
Fri Apr 28 08:37:58 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
* daemon.c (daemon): Lint cleanup; explicitly declare that
* SUCH DAMAGE.
*/
+#include "k5-int.h"
#include <fcntl.h>
#include <sys/types.h>
#include <sys/file.h>
#ifdef HAS_PATHS_H
#include <paths.h>
#endif
-#include "k5-int.h"
#ifndef _PATH_DEVNULL
#define _PATH_DEVNULL "/dev/null"
+Tue May 23 16:30:29 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * rc_io.c: Rearrange #include files so that krb5.h gets included
+ first, so that the debugging information can be more
+ efficiently collapsed since the type numbers will be the
+ same.
+
Mon May 1 23:10:26 1995 Theodore Y. Ts'o (tytso@dcl)
* rc_dfl.c (krb5_rc_dfl_recover): Fix memory leaks in this
#define NEED_SOCKETS
#define NEED_LOWLEVEL_IO
-#include <stdio.h> /* for P_tmpdir */
#include <krb5.h>
+#include <stdio.h> /* for P_tmpdir */
#include "rc_base.h"
#include "rc_dfl.h"
#include "rc_io.h"