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
|
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
1998-10-27 Marc Horowitz <marc@mit.edu>
* client_init.c (_kadm5_init_any): try the krb5 v2 mechanism
first, and if that fails, try the krb5 v1 mech.
Sun Jul 26 18:11:56 1998 Sam Hartman <hartmans@utwig.mesas.com>
* Makefile.in (LIBMAJOR): bump libmajor
Wed Apr 15 18:05:57 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in (SHLIB_EXPDEPS):
(SHLIB_EXPLIBS): Rename libcrypto -> libk5crypto.
Fri Feb 27 22:32:16 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Changed thisconfigdir to point at the lib/kadm5
directory, since we've moved all of the configure.in
tests to the toplevel lib/kadm5 configure.in
Wed Feb 18 16:14:27 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Fri Feb 13 21:30:34 1998 Tom Yu <tlyu@mit.edu>
* client_init.c:
* client_principal.c:
* client_rpc.c:
* clnt_policy.c:
* clnt_privs.c: Update header locations.
* Makefile.in (LIBMAJOR): Bump major version to reflect change in
rpc library.
Wed Jan 28 16:32:36 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* configure.in, Makefile.in: Remove the CopySrcHeader macro
from configure.in and substitute equivalent
functionality in Makefile.in
Mon Oct 13 10:55:02 1997 Ezra Peisach <epeisach@mit.edu>
* client_init.c (kadm5_destroy): Free handle->lhandle field, call
kadm5_free_config_params and krb5_free_context.
Tue Jul 1 02:34:46 1997 Tom Yu <tlyu@mit.edu>
* client_principal.c, client_rpc.c: Add support for setv4key.
Mon Mar 31 17:40:48 1997 Barry Jaspan <bjaspan@mit.edu>
* client_principal.c, client_rpc.c: add support for
setkey_principal
Sat Feb 22 01:35:19 1997 Sam Hartman <hartmans@tertius.mit.edu>
* Makefile.in (SHLIB_EXPDEPS): s/.so/$(SHLIBEXT)
Wed Jan 15 20:49:34 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new library build procedure.
Wed Nov 13 19:20:11 1996 Tom Yu <tlyu@mit.edu>
* Makefile.in (clean-unix): Remove shared/*.
Wed Nov 6 10:35:01 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
* client_init.c (_kadm5_init_any): Use a more fined grained error
code, KADM5_MISSING_CONF_PARAMS instead of
KRB5_CONFIG_BADFORMAT
(_kadm5_init_any): Use a more fined grained error code,
KADM5_BAD_SERVER_NAME, instead of KRB5_CONFIG_BADFORMAT.
Thu Nov 7 11:41:08 1996 Ezra Peisach <epeisach@mit.edu>
* client_principal.c (kadm5_get_principal,
kadm5_modify_principal): For a V1 request, copy only the
memory that is allocated for the incomming principal.
Fri Oct 4 08:38:16 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* client_principal.c (kadm5_randkey_principal): Do not assume that
malloc(0) returns non-NULL. [krb5-admin/29]
Mon Aug 26 16:33:31 1996 Barry Jaspan <bjaspan@mit.edu>
* client_init.c (_kadm5_init_any): use DEFAULT_PROFILE_PATH
instead of "/etc/krb5.conf"
Wed Jul 31 17:01:38 1996 Tom Yu <tlyu@mit.edu>
* client_init.c: Revert prior change due to netdb.h shuffling.
Tue Jul 30 19:47:53 1996 Tom Yu <tlyu@mit.edu>
* client_init.c: Remove #include <netdb.h> because rpc/types.h
(included from kadm5/admin.h) gets it.
Wed Jul 24 20:59:35 1996 Sam Hartman <hartmans@tertius.mit.edu>
* configure.in: Don't replace setenv
* client_init.c (_kadm5_init_any): Use krb5_setenv and krb5_unsetenv
Wed Jul 24 18:20:47 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
* Makefile.in, configure.in: break out client lib into a
subdirectory
|