blob: c86e030d3a39f532074055634f76bdd6087e8f1f (
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
|
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.
|