aboutsummaryrefslogtreecommitdiff
path: root/src/clients/ksu/ChangeLog
blob: 3e9245244470da30977e340f59e4ceba647de2f9 (plain)
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
Tue Feb 28 02:11:21 1995  John Gilmore  (gnu at toad.com)

	* ksu.h:  Avoid <krb5/...> and <com_err.h> includes.

Fri Feb 17 18:10:04 1995 Chris Provenzano  (proven@mit.edu)

	* krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc()
		with new calling convention.

Mon Feb 06 17:19:04 1995 Chris Provenzano  (proven@mit.edu)

        * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype to
                krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype *
                for krb5_get_in_tkt_with_password() rotuine.

Sat Jan 28 14:45:55 1995  Chris Provenzano (proven@mit.edu)

        * krb_auth_su.c (krb5_verify_tkt_def()) use new API for 
		krb5_kt_get_entry.

Wed Jan 18 12:21:30 1995    <tytso@rsx-11.mit.edu>

	* main.c (main): If gethostbyname returns an error, exit after
		printing an error message.

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    * Added krb5_context to all krb5_routines

Mon Oct  3 19:15:28 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Use $(srcdir) to find manual page for make install.

Fri Sep 30 22:14:41 1994  Theodore Y. Ts'o  (tytso@dcl)

	* krb_auth_su.c: Add magic number placeholder to structures.

Tue Aug  9 20:29:47 1994  Tom Yu  (tlyu@dragons-lair)

	* *.c: "upgrade" to C Classic :-)

Tue Aug  9 00:11:07 1994  Mark Eichin  (eichin@cygnus.com)

	* main.c: define MAXHOSTNAMELEN if it isn't there already
	(print_status): use varargs form as well
	* configure.in: check for stdarg.h

Thu Aug  4 03:38:03 1994  Tom Yu  (tlyu@dragons-lair)

	* Makefile.in: make install fixes

Mon Jul 25 01:23:36 1994  Tom Yu  (tlyu@dragons-lair)

	* configure.in: check for ndbm/dbm

Thu Jul 21 01:01:20 1994  Tom Yu  (tlyu at dragons-lair)

	* Makefile.in:
	* configure.in: attempt to autoconf

Sat Jul 16 03:02:17 1994  Tom Yu  (tlyu at dragons-lair)

	* ksu.c: frob error codes

Fri Jul 15 23:45:34 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* ksu.c (get_dir_of_file): Change to use POSIX getcwd() function.