aboutsummaryrefslogtreecommitdiff
path: root/src/clients/kinit/ChangeLog
blob: 8c6749b9a177bc69aa950fa411b692e242a77a4a (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Fri Jun  9 18:37:27 1995    <tytso@rsx-11.mit.edu>

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Fri Apr 28 15:49:39 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (kinit): Use $(LD) instead of $(CC) when trying to
	        link.  (So purify works).  Note: to get things to work on
		the mac, just put LD=$(CC) in the Makefile.

Fri Apr 21 15:24:57 1995  Chris Provenzano (proven@mit.edu)

	* configure.in : Make configure look for pwd.h and define
		HAVE_PWD_H if found.

Tue Mar 28 17:55:37 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (LDFLAGS):  Remove, conflicts with pre.in.
	(kinit):  Link with $(CC) $(LDFLAGS), to work on the Mac.
	* kinit.c (HAVE_PWD_H):  Use.
	(NO_KEYTAB):  Skip keytab support if defined.
	FIXME:  NO_KEYTAB needs to be set by configure.

Fri Mar 24 14:45:00 1995    <tytso@rsx-11.mit.edu>

	* kinit.c (main): Remove the call to krb5_os_localaddr() since
		get_in_tkt_XXXX will default appropriately.

	* kinit.c (main): Kinit will print an error when there are two
		many arguments.

Thu Mar  2 12:31:49 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).

Wed Mar  1 16:27:21 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
		and -lnsl with WITH_NETLIB check.

Tue Feb 28 02:10:44 1995  John Gilmore  (gnu at toad.com)

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

Mon Feb 13 23:50:52 1995  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Use $(LD) instead of $(CC) when linking.

Thu Feb 02 22:43:38 1995  Chris Provenzano (proven@mit.edu)

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

	* kinit.c (main()) use new API for krb5_get_in_tkt(), and replace 
		krb5_get_in_tkt_with_skey() with krb5_get_in_tkt_with_keytab()
		and remove all unnecessary cruft.

	* kinit.c Do a krb5_init_context() before using a krb5_context.

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

        * kinit.c (main()) use new API for krb5_kt_get_entry().

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

    * Added krb5_context to all krb5_routines

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

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

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

	* kinit.c: Add magic number placeholder to statically defined 
	        structures.

Mon Aug  8 22:26:11 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* kinit.c: Change name of preauthentication
	KRB5_PADATA_ENC_TIMESTAMP to KRB5_PADATA_ENC_UNIX_TIME

Sat Jul 16 03:01:49 1994  Tom Yu  (tlyu at dragons-lair)

	* kinit.c: frob error codes