1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
Wed Jun 12 00:43:16 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* osconf.h: Add #ifdef _WIN32 in places where we had #ifdef _MSDOS
Tue Mar 5 12:27:18 1996 Richard Basch <basch@lehman.com>
* osconf.h (KPROPD_DEFAULT_KDB5_EDIT): kdb5_edit is now in PREFIX/sbin
Sat Feb 24 18:59:39 1996 Theodore Y. Ts'o <tytso@dcl>
* osconf.h (DEFAULT_KEYTAB_NAME): Under windows, let it be
%s\v5srvtab. It will be filled in by the
krb5_kt_default_name with the name of windows directory.
Thu Oct 5 21:45:13 1995 Theodore Y. Ts'o <tytso@dcl>
* osconf.h (DEFAULT_KDC_PROFILE): Change the name of the kdc
configuration file to be kdc.conf.
Added DEFAULT_KDC_PORTLIST.
Tue Sep 26 22:47:15 1995 Mark Eichin <eichin@cygnus.com>
* osconf.h (DEFAULT_PROFILE_PATH): look in $(prefix)/lib/krb5.conf
if /etc/krb5.conf isn't found.
Fri Sep 29 01:45:27 1995 Theodore Y. Ts'o <tytso@dcl>
* osconf.h: Don't include autoconf.h under Windows, since it
doesn't exist.
Wed Sep 13 23:50:02 1995 Mark Eichin <eichin@cygnus.com>
* osconf.h (KPROP_DEFAULT_FILE, KPROPD_DEFAULT_FILE,
KPROPD_DEFAULT_KDB5_EDIT, KPROPD_DEFAULT_KRB_DB): set defaults
correctly for kprop/kpropd in respect to prefix.
Mon Jul 17 15:05:42 EDT 1995 Paul Park (pjpark@mit.edu)
* osconf.h - Add DEFAULT_KEYFILE_STUB which puts the stashfile in
the kdc directory instead of the root. Also, change the
Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
* osconf.h : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu)
* osconf.h : Remove krb5_enctype references, and replace with
krb5_keytype where appropriate.
default ETYPE to DES_CBC_MD5 now that it works.
Thu Jun 22 11:53:47 EDT 1995 Paul Park (pjpark@mit.edu)
* osconf.h - Add DEFAULT_KDC_PROFILE and KDC_PROFILE_ENV for KDC
profile location.
Thu Jun 8 14:42:56 EDT 1995 Paul Park (pjpark@mit.edu)
* osconf.h - Restore DEFAULT_ADMIN_ACL definition to be
.../kadm_old.acl since kadmin.old needs this definition.
Wed Jun 7 16:13:24 1995 <tytso@rsx-11.mit.edu>
* osconf.h: Use INSTALL and INSTALL_PREFIX instead of KRB5ROOT.
How the filenames are determined have been completely
revamped.
Sun May 21 15:33:36 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* osconf.h: Setup the RCTMPDIR to be modified by configure.
Fri Apr 21 21:00:40 1995 Theodore Y. Ts'o (tytso@dcl)
* osconf.h: Add #define's for DEFAULT_PROFILE_FILENAME.
Tue Mar 28 19:49:56 1995 Keith Vetter (keithv@fusion.com)
* osconf.h: moved the differing part of osconf.win inside it.
* osconf.win: deleted.
Tue Mar 7 15:09:44 1995 Keith Vetter (keithv@fusion.com)
* osconf.win: new file. Windows version of osconf with valid
path names.
Mon Feb 20 12:30:42 1995 John Gilmore (gnu at toad.com)
* config.h, config.win: Remove; merge them both into ../config.h.
Now that we aren't using imake, this isn't a generated header file.
Mon Feb 20 15:25:26 1995 Keith Vetter (keithv@fusion.com)
* config.h: changed API to INTERFACE.
* config.win: changed API to INTERFACE and changed BITS16
to SIZEOF_INT/SIZEOF_LONG to track an autoconf change.
Mon Feb 6 20:5:58 1995 Keith Vetter (keithv@fusion.com)
* config.win: new file--windows base template for config.h
* config.h: added API definition default of NULL
Thu Jan 5 17:01:03 1995 Theodore Y. Ts'o (tytso@dcl)
* Use the service names kerberos and kerberos-sec, instead of
kerberos5 and kerberos4 --- the official port name is
kerberos, after all!
Wed Nov 30 16:18:29 1994 Theodore Y. Ts'o (tytso@dcl)
* osconf.h, config.h: Remove remnants of unifdef support for
building osconf.h and config.h, left over from the imake
build system.
* osconf.h: Add #ifdef for Athena configuration.
Thu Oct 13 16:58:53 1994 Theodore Y. Ts'o (tytso@dcl)
* config.h: Define PROVIDE_DES_CBC_MD5 so that we include this
cryptosystem.
|