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