+Tue Mar 21 18:42:23 1995 Keith Vetter (keithv@fusion.com)
+
+ * k5-config.h: PC: NO_PASSWORD defined and files opened in binary mode.
+ * func-proto.h: added new prototype for notify programs when the
+ ccache changes, and moved krb5_get_default_realm from los-proto.h.
+ * los-proto.h: moved krb5_get_default_realm into func-proto.h.
+
Sun Mar 19 12:51:59 1995 John Gilmore (gnu at toad.com)
* base-defs.h: Fix comment that referred to STDARG_PROTOTYPES.
krb5_os_localaddr from los-proto to func-proto. They are needed by
the outside world, specifically kinit.c
->>>>>>> /tmp/T4a00196
Fri Mar 10 14:23:12 1995 Theodore Y. Ts'o <tytso@dcl>
* sysincl.h: Removed definition of FD_SETSIZE, FD_SET, FD_CLR,
krb5_error_code INTERFACE krb5_cc_default
PROTOTYPE((krb5_context,
krb5_ccache *));
+unsigned int INTERFACE krb5_get_notification_message
+ PROTOTYPE((void));
/* chk_trans.c */
krb5_error_code INTERFACE krb5_check_transited_list
/* get all the addresses of this host */
krb5_error_code INTERFACE krb5_os_localaddr
PROTOTYPE((krb5_address ***));
+krb5_error_code INTERFACE krb5_get_default_realm
+ PROTOTYPE((krb5_context,
+ char ** ));
/* Only put things which don't have pointers to the narrow types in this
section */
#define NO_USERID
#define NOFCHMOD
#define NOCHMOD
+#define NO_PASSWORD
+#define WM_KERBEROS5_CHANGED "Kerberos5 Changed"
#define HAS_ANSI_CONST /* For compiling w/o -Za */
#define HAS_ANSI_VOLATILE
#define INTERFACE_C
#define FAR
#define NEAR
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
#ifndef HAS_LABS
#define labs(x) abs(x)
krb5_const_principal,
const int,
char * ));
-krb5_error_code INTERFACE krb5_get_default_realm
- PROTOTYPE((krb5_context,
- char ** ));
krb5_error_code INTERFACE krb5_get_host_realm
PROTOTYPE((krb5_context,
const char *,