blob: 48b5e6369783b4348cf999f73be44edeaff4492c (
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
|
Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Wed Oct 22 15:40:34 1997 Ezra Peisach <epeisach@dumpster.rose.brandeis.edu>
* test.c, tcl_ovsec_kadm.c, tcl_krb5_hash.c, tcl_kadm5.c: Include
either tcl.h or tcl/tcl.h
Mon Mar 31 17:43:06 1997 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in: be more verbose if Tcl is unavailable
Wed Feb 5 22:57:53 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Fri Dec 6 00:04:10 1996 Theodore Y. Ts'o <tytso@mit.edu>
* test.c: Change test looking for tcl 7.05 and greater to be tcl
7.04 and greater, since BSDI ships with tcl 7.04, and
needs this change. [PR#282]
Thu Dec 5 22:47:27 1996 Theodore Y. Ts'o <tytso@mit.edu>
* tcl_ovsec_kadm.c:
* tcl_kadm5.c: Remove #include of <malloc.h>, which is not
guaranteed to be there. #include of <stdlib.h> is all you
need for malloc(), per ANSI. [PR#281]
Wed Nov 13 09:55:05 1996 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (clean): Remove built programs.
Thu Nov 7 20:53:45 1996 Tom Yu <tlyu@mit.edu>
* configure.in: Remove spurious WITH_CCOPTS and KRB_INCLUDE.
Thu Nov 7 13:09:33 1996 Barry Jaspan <bjaspan@mit.edu>
* tcl_kadm5.c: don't assume tl_data_contents is null-terminated,
and zero allocated princ before parsing it
(unparse_err): add new finer-grained conf file error codes
Thu Nov 7 11:36:15 1996 Ezra Peisach <epeisach@mit.edu>
* tcl_kadm5.c (parse_keysalts, parse_tl_data): Do not free memory
twice.
* Makefile.in: Use $(LD) instead of $(CC) for linking.
Fri Nov 1 13:16:43 1996 Barry Jaspan <bjaspan@mit.edu>
* tcl_kadm5.c (unparse_err): update for new tl_data semantics
[krb5-admin/140]
Mon Oct 21 16:31:35 1996 Barry Jaspan <bjaspan@mit.edu>
* tcl_kadm5.c: add unparse ability for V2 principal fields
[krb5-admin/20]
Fri Oct 18 13:23:46 1996 Barry Jaspan <bjaspan@mit.edu>
* tcl_kadm5.c (unparse_principal_ent): don't unparse allocated
fields that were not requested in mask to get_principal
Mon Oct 14 07:01:34 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in: Only attempt to build programs if Tcl present.
* configure.in: Test for existance of Tcl libraries.
Thu Sep 26 11:31:57 1996 Ezra Peisach (epeisach@kangaroo.mit.edu)
* Makefile.in: Link with -ltcl -lm. Order the Makefile so programs
are built.
Tue Sep 24 13:29:14 1996 Barry Jaspan <bjaspan@mit.edu>
* create Makefile.in and configure.in
Mon Aug 12 11:50:42 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.ov: add $(REGEXLIB)
Fri Jul 12 15:04:52 1996 Marc Horowitz <marc@mit.edu>
* tcl_ovsec_kadm.c: renamed <ovsec_admin/foo.h> to <kadm5/foo.h>
|