summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v5client/ChangeLog
blob: c999b401c35762dcca93628d2350a7a20ed7d061 (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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Fri Sep 29 14:44:24 1995  Mark Eichin  <eichin@cygnus.com>

	* kadmin5.c (kadmin_startup): initialize action before strcat'ing
	on to it.

Wed Sep 06 14:20:57 1995   Chris Provenzano (proven@mit.edu)

        * kadmin5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g

Mon Aug 21 17:02:52 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.M - Remove description of flags since this should be in a
		common manpage.


Tue Aug 8 17:27:04 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5_ct.ct - Add add_key_type and del_key_type to add/delete a
		particular key/salt pair.
	* kadmin5.c - Add kadmin_{add,del}_key_type to support add_key_type
		and del_key_type commands.  Change -l processing to use
		krb5_string_to_deltat().
	* kadmin5.h - Update prototypes and remove obsolete functions.
	* network.c - Add new protocol error message support.
	* kadmin5.M - Remove descriptions of obsolete syntax or syntax which
		has been made common among utilities.


Fri Aug 4 16:13:20 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.c - Replace explicit hand-decoded integers with macros.


Thu Aug 3 11:37:39 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5,convert.c - Update to use new database entry format and string
		conversion functions.

Fri Jul 7 16:00:34 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Remove all explicit library handling and LDFLAGS.
	* configure.in - Add USE_<mumble> and KRB5_LIBRARIES.


Fri Jun 30 14:33:31 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.c - Add usage of compile(3) regular expression interfaces
		if present.  Also call regfree if using regcomp.
	* configure.in - Add --with-dbm to select between Berkeley and DBM
		KDC database format.

Tue Jun 27 18:50:29 1995  Sam Hartman  (hartmans@tardis)

	* Makefile.in: Remove -g from linker flags.

Fri Jun 16 20:28:38 1995  Sam Hartman  <hartmans@tardis.MIT.EDU>

	* kadmin5.c (kadmin_cleanup): Return success always; nothing
        called has a useful return value, and the previous behavior
        (returning an undefined value) caused periodic failure of the
        regression tests.

Thu Jun 15 17:54:04 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Change explicit library names to -l<lib> form, and
		change target link line to use $(LD) and associated flags.
		Also, remove DBMLIB, it was not used.
	* configure.in - Remove dbm library checks, these are no longer needed
		with the Berkeley database code.  Also, add shared library
		usage check.



Sat Jun 10 23:03:41 1995  Tom Yu  (tlyu@dragons-lair)

	* network.c: krb5_auth_context redefinitions

Fri Jun  9 23:04:56 1995  Theodore Y. Ts'o  <tytso@dcl>

	* kadmin5.c: Change the default kadmin instance to be "admin"

Fri Jun  9 19:05:57 1995    <tytso@rsx-11.mit.edu>

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

Mon Jun 5 16:00:56 EDT 1995	Paul Park	(pjpark@mit.edu)
	* network.c : add ability to perform net_connect() whenever the caller
		feels like it.  This controls when the administrator is
		prompted for his/her password.  Also fix bug when -m is not
		specified and -c ccache is specified.
	* kadmin5.c : break out calls to net_connect() to be before krb5_read
		_password() for kadmin_add_new_key() and kadmin_change_pwd().
	* kadmin5.h : Add new argument to net_do_proto().


Mon Jun 5 14:11:58 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.c - Add support for specifiable credentials caches and
		ticket lifetimes.
	* network.c - Use new krb5_adm_connect() calling sequence.
	* kadmin5.h - Update prototypes and externals.
	* kadmin5.M - Update description to add -c -l -d and -s flags.


Thu Jun 1 14:31:49 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.c: Change the default admin instance name to "kadmin"
	* kadmin5.c(kadmin_list): Compare principals to each of the supplied
		regular expressions instead of only to the last one.  This
		is slightly inefficient, but correct.
	* kadmin5.M: Document the change in default instance name.


Mon May 15 10:57:17 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.M	- Change default principal name for kadmin5.


Fri May 12 16:04:01 EDT 1995	Paul Park	(pjpark@mit.edu)
	* configure.in	- Check for regex.h.
	* kadmin5.c	- Use regex.h only if present.  Correctly calculate
			  length of argument string to build when command is
			  on command line.


Thu May 11 12:18:27 EDT 1995	Paul Park	(pjpark@mit.edu)
	* kadmin5.c	- Change "programname" to be the last component of
			  argv[0].  Also correctly terminate generated
			  argument string in kadmin_startup.


Tue May 9 15:56:40 EDT 1995	Paul Park	(pjpark@mit.edu)
	First checkin of new administrative client.