Part of low-level open file PC bug and moved some prototypes into world
authorKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 04:56:13 +0000 (04:56 +0000)
committerKeith Vetter <keithv@fusion.com>
Wed, 22 Mar 1995 04:56:13 +0000 (04:56 +0000)
accessible files.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5181 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/func-proto.h
src/include/krb5/k5-config.h
src/include/krb5/los-proto.h

index b7476ce08979d0a454bd55940b4a0e7e08c4e61c..ed7c722641b30d70ce31ab9ef326267a2941b92a 100644 (file)
@@ -1,3 +1,10 @@
+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.
@@ -43,7 +50,6 @@ Tue Mar 14 17:38:28 1995 Keith Vetter (keithv@fusion.com)
           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,
index 0d756859d180482a6c2a14ce3e70d1120803b694..f890cd40313da8a70a8ed88e0d971da5b0439e35 100644 (file)
@@ -306,6 +306,8 @@ char * INTERFACE krb5_cc_default_name
 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
@@ -419,6 +421,9 @@ krb5_error_code INTERFACE krb5_timeofday
                 /* 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 */
index 0ba42c7a5ec712a48b91ead1156b061092356819..fdfd3121dc9110691f2bbe14f1599db1d9b7bea4 100644 (file)
@@ -49,6 +49,8 @@
 #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
@@ -241,6 +243,9 @@ typedef unsigned char       u_char;
 #define INTERFACE_C
 #define FAR
 #define NEAR
+#ifndef O_BINARY
+#define O_BINARY 0
+#endif
 
 #ifndef HAS_LABS
 #define labs(x) abs(x)
index cf8b5a76271c39c6ecb5080ad69898d5f1c8581f..7b99931881aa3cfedb72730b4bfac91c1e2f3b44 100644 (file)
@@ -81,9 +81,6 @@ krb5_error_code INTERFACE krb5_aname_to_localname
                   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 *,