Mostly output formatting fixes.
[krb5.git] / src / clients / ksu / ChangeLog
1 Wed Apr 10 20:24:49 1996  Richard Basch  <basch@lehman.com>
2
3         * main.c, krb_auth_su.c: Mostly cosmetic cleanup of output
4         statements.  Also, rather than computing the default host key,
5         let the library routine do it.
6
7 Wed Mar 13 17:45:11 1996  Ken Raeburn  <raeburn@cygnus.com>
8
9         * configure.in: Use AC_HEADER_STDARG.
10
11 Wed Nov  8 17:54:11 1995  Theodore Y. Ts'o  <tytso@dcl>
12
13         * ccache.c (krb5_check_exp): Change use of krb5_clockskew to be
14                 context->clockskew.
15
16 Mon Oct  9 23:14:33 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
17
18         * main.c (main): Handle case when ticket cache name does not
19                 include ':'
20
21 Thu Oct  5 11:23:21 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
22
23         * ksu.M: Document authorization changes.
24
25         * ksu.1: Remove as was out of date.
26
27         * Makefile.in (DEFINES): Remove LOCAL_REALM definition.
28
29         * ksu.h: Remove local_realm from krb5_authorization.
30
31         * authorization.c (krb5_authorization): Remove old copied code
32                 that is in krb5 library and is out of date. Use the
33                 configurable aname to localname methods.
34
35         * main.c (main): Add krb5_secure_config_files so that users cannot
36                 override system config files.
37         
38
39 Wed Sep 06 14:20:57 1995   Chris Provenzano (proven@mit.edu)
40
41         * krb_auth_su.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
42
43 Tue Sep 05 22:10:34 1995   Chris Provenzano (proven@mit.edu)
44
45         * krb_auth_su.c : Remove krb5_enctype references, and replace with
46                 krb5_keytype where appropriate.
47
48 Mon Aug 21 16:53:40 EDT 1995    Paul Park       (pjpark@mit.edu)
49         * ksu.h - Change lifetime types to krb5_deltat.
50         * main.c - Use string_to_deltat() to parse lifetimes.  Fix gcc -Wall.
51         * krb_auth_su.c - Fix gcc -Wall.  Remove krb5_parse_lifetime() and
52                 convtime().  No longer needed.
53         * ccache.c - Remove English-specific months and let timestamp_to_
54                 sfstring() handle it.  Fix gcc -Wall.
55         * configure.in - Add -lkadm.
56
57 Sat Jul 29 04:41:07 1995  Tom Yu  <tlyu@dragons-lair.MIT.EDU>
58
59         * configure.in: Don't link with -lkadm.
60
61 Tue Jul 11 11:10:13 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
62
63         * main.c (main): Remove extraneous argument to call to
64                 krb5_parse_lifetime. Add context argument to call to
65                 plain_dump_principal. 
66
67         * authorization.c, heuristic.c, krb_auth_su.c: Add prototypes
68                 for static functions. Add missing arguments to
69                 _dbm_an_to_ln call. 
70
71         * ccache.c: Remove prototype declaration of function now defined
72                 in ksu.h
73
74         * ksu.h: Add full prototypes for all functions in program.
75
76 Fri Jul 7 15:55:14 EDT 1995     Paul Park       (pjpark@mit.edu)
77         * Makefile.in - Remove explicit library handling and LDFLAGS.
78         * configure.in - Add USE_KADM_LIBRARY and KRB5_LIBRARIES.
79
80 Thu Jul  6 17:30:49 1995  Tom Yu  <tlyu@lothlorien.MIT.EDU>
81
82         * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to
83                 os_localaddr.
84
85 Tue Jun 20 14:32:46 1995  Tom Yu  (tlyu@dragons-lair)
86
87         * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
88
89         * configure.in: add test for getusershell()
90
91 Thu Jun 15 17:46:22 EDT 1995    Paul Park       (pjpark@mit.edu)
92         * Makefile.in - Change explicit library names to -l<lib> form, and
93                 change target link line to use $(LD) and associated flags.
94         * configure.in - Add shared library usage check.
95
96 Fri Jun  9 18:37:43 1995    <tytso@rsx-11.mit.edu>
97
98         * configure.in: Remove standardized set of autoconf macros, which
99                 are now handled by CONFIG_RULES.
100
101 Tue May  9 15:52:15 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
102
103         * krb_auth_su.c (krb5_auth_check): Add missing context
104                 (wolfgang@wsrcc.com) 
105
106         * ccache.c (krb5_get_nonexp_tkts): Add missing context
107                 (wolfgang@wsrcc.com) 
108
109         * heuristic.c (get_best_princ_for_target): Missing context cuased
110                 coredump. 
111                 (get_best_princ_for_target): Missing contexts in call to
112                                 find_either_ticket. 
113                 (find_either_ticket): Missing context in call of find_ticket
114                 (get_best_princ_for_target): Add missing context
115
116 Thu Mar 16 20:50:32 1995  John Gilmore  (gnu at toad.com)
117
118         * configure.in:  Replace CHECK_STDARG with AC_CHECK_HEADERS.
119         * main.c (print_status):  Use HAVE_STDARG_H to control whether to
120         declare with ", ..."; not STDARG_PROTOTYPES.
121         * ksu.h:  Don't include <stdarg.h> or <varargs.h>, since they
122         are already included by "com_err.h".
123
124 Thu Mar  2 12:32:17 1995  Theodore Y. Ts'o  <tytso@dcl>
125
126         * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
127
128 Wed Mar  1 16:28:36 1995  Theodore Y. Ts'o  <tytso@dcl>
129
130         * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
131                 and -lnsl with WITH_NETLIB check.
132
133 Tue Feb 28 02:11:21 1995  John Gilmore  (gnu at toad.com)
134
135         * ksu.h:  Avoid <krb5/...> and <com_err.h> includes.
136
137 Fri Feb 17 18:10:04 1995 Chris Provenzano  (proven@mit.edu)
138
139         * krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()
140                 with new calling convention.
141
142 Mon Feb 06 17:19:04 1995 Chris Provenzano  (proven@mit.edu)
143
144         * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype to
145                 krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *
146                 for krb5_get_in_tkt_with_password() rotuine.
147
148 Sat Jan 28 14:45:55 1995  Chris Provenzano (proven@mit.edu)
149
150         * krb_auth_su.c (krb5_verify_tkt_def()) use new API for 
151                 krb5_kt_get_entry.
152
153 Wed Jan 18 12:21:30 1995    <tytso@rsx-11.mit.edu>
154
155         * main.c (main): If gethostbyname returns an error, exit after
156                 printing an error message.
157
158 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
159
160     * Added krb5_context to all krb5_routines
161
162 Mon Oct  3 19:15:28 1994  Theodore Y. Ts'o  (tytso@dcl)
163
164         * Makefile.in: Use $(srcdir) to find manual page for make install.
165
166 Fri Sep 30 22:14:41 1994  Theodore Y. Ts'o  (tytso@dcl)
167
168         * krb_auth_su.c: Add magic number placeholder to structures.
169
170 Tue Aug  9 20:29:47 1994  Tom Yu  (tlyu@dragons-lair)
171
172         * *.c: "upgrade" to C Classic :-)
173
174 Tue Aug  9 00:11:07 1994  Mark Eichin  (eichin@cygnus.com)
175
176         * main.c: define MAXHOSTNAMELEN if it isn't there already
177         (print_status): use varargs form as well
178         * configure.in: check for stdarg.h
179
180 Thu Aug  4 03:38:03 1994  Tom Yu  (tlyu@dragons-lair)
181
182         * Makefile.in: make install fixes
183
184 Mon Jul 25 01:23:36 1994  Tom Yu  (tlyu@dragons-lair)
185
186         * configure.in: check for ndbm/dbm
187
188 Thu Jul 21 01:01:20 1994  Tom Yu  (tlyu at dragons-lair)
189
190         * Makefile.in:
191         * configure.in: attempt to autoconf
192
193 Sat Jul 16 03:02:17 1994  Tom Yu  (tlyu at dragons-lair)
194
195         * ksu.c: frob error codes
196
197 Fri Jul 15 23:45:34 1994  Theodore Y. Ts'o  (tytso at tsx-11)
198
199         * ksu.c (get_dir_of_file): Change to use POSIX getcwd() function.
200
201