* main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
[krb5.git] / src / clients / ksu / ChangeLog
1 Tue Jun 20 14:32:46 1995  Tom Yu  (tlyu@dragons-lair)
2
3         * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL
4
5         * configure.in: add test for getusershell()
6
7 Thu Jun 15 17:46:22 EDT 1995    Paul Park       (pjpark@mit.edu)
8         * Makefile.in - Change explicit library names to -l<lib> form, and
9                 change target link line to use $(LD) and associated flags.
10         * configure.in - Add shared library usage check.
11
12 Fri Jun  9 18:37:43 1995    <tytso@rsx-11.mit.edu>
13
14         * configure.in: Remove standardized set of autoconf macros, which
15                 are now handled by CONFIG_RULES.
16
17 Tue May  9 15:52:15 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
18
19         * krb_auth_su.c (krb5_auth_check): Add missing context
20                 (wolfgang@wsrcc.com) 
21
22         * ccache.c (krb5_get_nonexp_tkts): Add missing context
23                 (wolfgang@wsrcc.com) 
24
25         * heuristic.c (get_best_princ_for_target): Missing context cuased
26                 coredump. 
27                 (get_best_princ_for_target): Missing contexts in call to
28                                 find_either_ticket. 
29                 (find_either_ticket): Missing context in call of find_ticket
30                 (get_best_princ_for_target): Add missing context
31
32 Thu Mar 16 20:50:32 1995  John Gilmore  (gnu at toad.com)
33
34         * configure.in:  Replace CHECK_STDARG with AC_CHECK_HEADERS.
35         * main.c (print_status):  Use HAVE_STDARG_H to control whether to
36         declare with ", ..."; not STDARG_PROTOTYPES.
37         * ksu.h:  Don't include <stdarg.h> or <varargs.h>, since they
38         are already included by "com_err.h".
39
40 Thu Mar  2 12:32:17 1995  Theodore Y. Ts'o  <tytso@dcl>
41
42         * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
43
44 Wed Mar  1 16:28:36 1995  Theodore Y. Ts'o  <tytso@dcl>
45
46         * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
47                 and -lnsl with WITH_NETLIB check.
48
49 Tue Feb 28 02:11:21 1995  John Gilmore  (gnu at toad.com)
50
51         * ksu.h:  Avoid <krb5/...> and <com_err.h> includes.
52
53 Fri Feb 17 18:10:04 1995 Chris Provenzano  (proven@mit.edu)
54
55         * krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()
56                 with new calling convention.
57
58 Mon Feb 06 17:19:04 1995 Chris Provenzano  (proven@mit.edu)
59
60         * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype to
61                 krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *
62                 for krb5_get_in_tkt_with_password() rotuine.
63
64 Sat Jan 28 14:45:55 1995  Chris Provenzano (proven@mit.edu)
65
66         * krb_auth_su.c (krb5_verify_tkt_def()) use new API for 
67                 krb5_kt_get_entry.
68
69 Wed Jan 18 12:21:30 1995    <tytso@rsx-11.mit.edu>
70
71         * main.c (main): If gethostbyname returns an error, exit after
72                 printing an error message.
73
74 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
75
76     * Added krb5_context to all krb5_routines
77
78 Mon Oct  3 19:15:28 1994  Theodore Y. Ts'o  (tytso@dcl)
79
80         * Makefile.in: Use $(srcdir) to find manual page for make install.
81
82 Fri Sep 30 22:14:41 1994  Theodore Y. Ts'o  (tytso@dcl)
83
84         * krb_auth_su.c: Add magic number placeholder to structures.
85
86 Tue Aug  9 20:29:47 1994  Tom Yu  (tlyu@dragons-lair)
87
88         * *.c: "upgrade" to C Classic :-)
89
90 Tue Aug  9 00:11:07 1994  Mark Eichin  (eichin@cygnus.com)
91
92         * main.c: define MAXHOSTNAMELEN if it isn't there already
93         (print_status): use varargs form as well
94         * configure.in: check for stdarg.h
95
96 Thu Aug  4 03:38:03 1994  Tom Yu  (tlyu@dragons-lair)
97
98         * Makefile.in: make install fixes
99
100 Mon Jul 25 01:23:36 1994  Tom Yu  (tlyu@dragons-lair)
101
102         * configure.in: check for ndbm/dbm
103
104 Thu Jul 21 01:01:20 1994  Tom Yu  (tlyu at dragons-lair)
105
106         * Makefile.in:
107         * configure.in: attempt to autoconf
108
109 Sat Jul 16 03:02:17 1994  Tom Yu  (tlyu at dragons-lair)
110
111         * ksu.c: frob error codes
112
113 Fri Jul 15 23:45:34 1994  Theodore Y. Ts'o  (tytso at tsx-11)
114
115         * ksu.c (get_dir_of_file): Change to use POSIX getcwd() function.
116
117