aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/keytab/ChangeLog
blob: 85fbb79df0ccc44b6e3413cef3fc380793c6e0af (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
Thu Nov 21 11:55:16 EST 1996    Richard Basch   <basch@lehman.com>

        * Makefile.in: win32 build

	* ktadd.c,ktbase.c,ktdefault.c,ktfr_entry.c,ktremove.c,read_servi.c:
	DLL export the keytab dispatch functions

Thu Jun  6 00:04:38 1996  Theodore Y. Ts'o  <tytso@mit.edu>

	* Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
		line.  It's set in the windows.in prologue for all Makefiles anyway.

Wed Feb  7 00:23:18 1996  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in: Folded in danw's changes to allow
		building Makefiles for the Macintosh.  We now can build
		MPW makefiles which are interpreted by CodeWarrior.

Wed Dec 13 07:09:30 1995  Chris Provenzano (proven@mit.edu)

        * configure.in : Remove subdirectory db. 

Tue Dec 12 01:26:30 1995  Chris Provenzano (proven@mit.edu)

	* configure.in : Added subdirectory db.

Fri Oct  6 22:04:28 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in: Remove ##DOS!include of config/windows.in.
		config/windows.in is now included by wconfig.

Mon Sep 25 16:57:28 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the
		Makefile. 

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

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

Tue Aug 29 13:37:56 EDT 1995	Paul Park	(pjpark@mit.edu)
	* ktbase.c - Add routines to deal with externalizing krb5_keytab.  These
		search the registered keytab types for a match and dispatch
		via the serializer handle.

Fri Aug  4 21:48:41 1995  Tom Yu  <tlyu@dragons-lair.MIT.EDU>

	* read_servi.c (krb5_kt_read_service_key): add more parens to shut
		up gcc -Wall

	* ktdefault.c (krb5_kt_default): add more parens to shut up gcc
		-Wall

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

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.  Use DO_SUBDIRS to
		recurse down subdirectories.

Fri May 26 20:20:18 1995  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in, Makefile.in: Add support for building shared libraries.

Thu Apr 13 15:49:16 1995 Keith Vetter (keithv@fusion.com)

	* *.c: removed unneeded INTERFACE from non-api functions.

Fri Mar 17 19:46:07 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (LDFLAGS):  Zap duplicate defn.
	(all-mac, clean-mac):  Add.

Wed Mar 15 20:23:17 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: cleaned up for the PC

Tue Mar 7 21:40:18 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: changed library name for the PC.

Tue Mar  7 19:53:56 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: take out ISODE_DEFS.

Wed Mar 3 16:30:00 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: changed LIB to LIBCMD for the PC

Tue Feb 28 00:59:22 1995  John Gilmore  (gnu at toad.com)

	* *.c:  Avoid <krb5/...> includes.

Wed Feb 22 01:38:54 1995 Keith Vetter (keithv@fusion.com)

	* Makefile.in: made to work on the PC
        * *.c: added windows INTERFACE keyword

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

	* read_servi.c (krb5_kt_read_service_key) Add krb5_keytype arg.

Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)

    	* Added krb5_context to all krb5_routines

Fri Oct 14 23:09:02 1994  Theodore Y. Ts'o  (tytso@dcl)

	* configure.in: Add ISODE_DEFS rule.

Tue Oct  4 22:06:15 1994  Theodore Y. Ts'o  (tytso@dcl)

	* ktfr_entry.c (krb5_kt_free_entry): Only try to free
		entry->key.contents if it is non-NULL.  If entry is NULL,
		return.

Thu Sep 29 23:19:06 1994  Theodore Y. Ts'o  (tytso@dcl)

	* ktbase.c (krb5_kt_resolve_name): If the prefix "FILE:" is not
		given, assume the default operations list (whcih is
		krb5_kt_dfl_ops).