aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/client/ChangeLog
blob: c3126a6e85095b2de06883aa720d29c6c4a4a8b2 (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
Wed Mar  1 16:29:19 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:18:37 1995  John Gilmore  (gnu at toad.com)

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

Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)

        * kadmin.c Call krb5_sendauth() with new calling convention

Fri Feb 10 17:50:39 1995  Theodore Y. Ts'o  <tytso@dcl>

	* kadmin_msnd.c: Remove needless #include of <krb5/asn.1/encode.h>

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

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

Fri Feb  3 03:03:27 1995  John Gilmore  <gnu@cygnus.com>

	* kadmin.c (main):  Real live non-kludged argument parsing.
	Add -c option to specify ticket cache location (it really
	should just use a cache in memory in the process, but that
	isn't written yet).  Make some error messages more explicit!

Wed Jan 25 16:54:40 1995  Chris Provenzano (proven@mit.edu)

        * Removed all narrow types and references to wide.h and narrow.h

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

    * Added krb5_context to all krb5_routines

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

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

Thu Sep 29 22:39:10 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: relink executable if libraries change

Thu Sep 15 16:49:19 1994  Theodore Y. Ts'o  (tytso@dcl)

	* kadm_add.c (kadm_add_user): Don't chop off last character of
		principal if it was supplied by the caller (instead of
		prompting the user to enter a principal).

Wed Sep 14 22:20:46 1994  Theodore Y. Ts'o  (tytso@dcl)

	* kadmin_add.c (kadm_add_user): removed a duplicated
		free(inbuf.data) call.

Sat Jul 16 02:47:38 1994  Tom Yu  (tlyu at dragons-lair)

	* kadmin.c (get_first_ticket): change error code to match

Fri Jun 24 22:48:29 1994  Theodore Y. Ts'o  (tytso at tsx-11)

	* kadmin_done (kadm_done): fix memory allocation bugs