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

        * Makefile.in: win32 build

	* f_addr.c f_address.c f_ap_rep.c f_ap_req.c f_arep_enc.c 
	f_auth_cnt.c f_authdata.c f_authent.c f_chksum.c f_cred.c
	f_cred_cnt.c f_cred_enc.c f_creds.c f_enc_kdc.c f_enc_tkt.c
	f_error.c f_kdc_rp.c f_kdc_rq.c f_keyblock.c f_last_req.c
	f_padata.c f_princ.c f_priv.c f_priv_enc.c f_pwd_data.c
	f_pwd_seq.c f_safe.c f_tckt.c f_tckts.c f_tkt_auth.c
		DLL export free routines in krb5.h

Fri Aug  2 14:03:44 1996  Barry Jaspan  <bjaspan@DUN-DUN-NOODLES>

	* f_keyblock.c (krb5_free_keyblock_contents): added
        krb5_free_keyblock_contents

Wed Nov  8 17:51:51 1995  Theodore Y. Ts'o  <tytso@dcl>

	* f_einfo.c (krb5_free_etype_info): Added new function to free a
		krb5_etype_info structure.

Fri Oct  6 22:03:59 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:16 1995  Theodore Y. Ts'o  <tytso@dcl>

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

Tue Sep 05 22:10:34 1995   Chris Provenzano (proven@mit.edu)

        * f_kdc_rq.c : Remove krb5_enctype references, and replace with
                krb5_keytype where appropriate

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

	* configure.in: Remove standardized set of autoconf macros, which
		are now handled by CONFIG_RULES.

Fri May 26 20:20:10 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)

	* *.[ch]: removed unneeded INTERFACE from non-api functions.

Fri Mar 17 19:45:01 1995  John Gilmore  (gnu at toad.com)

	* Makefile.in (LDFLAGS):  Elim duplicate.

Wed Mar 15 12:21:24 1995 Keith Vetter (keithv@fusion.com)

	* f_cksum.c renamed to f_chksum.c because of module name conflicts
	   with crypto/des/f_cksum.
	* Makefile.in: reflected above name change.

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:33 1995  Mark Eichin  <eichin@cygnus.com>

	* configure.in: take out ISODE_DEFS, ISODE_INCLUDE.

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

	* f_princ.h: changed int to krb5_int32 for the PC.

Tue Feb 28 00:38:44 1995  John Gilmore  (gnu at toad.com)

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

Tue Feb 21 23:39:19 1995  Theodore Y. Ts'o  (tytso@dcl)

	* f_cred_enc.c (krb5_free_cred_enc_part): Remove call to xfree at
		the end.  This routine only frees the contents of
		the cred_enc_part structure.

Tue Feb 21 0:1:55 1995 Keith Vetter (keithv@fusion.com)

	* Every C file (*.c): added windows INTERFACE keyword
        * Makefile.in: made to work for PC

Fri Feb  3 01:45:04 1995  John Gilmore  <gnu@cygnus.com>

	Rename files for DOS 8.3 uniqueness:
	* f_kdc_rep.c => f_kdc_rp.c
	* f_kdc_req.c => f_kdc_rq.c
	* f_ticket.c  => f_tckt.c
	* f_tickets.c => f_tckts.c
	* Makefile.in was updated to match.

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

    * Added krb5_context to all krb5_routines

Thu Oct 13 17:24:51 1994  Theodore Y. Ts'o  (tytso@maytag)

	* configure.in: Add ISODE_DEFS

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

	* f_princ.c (krb5_free_principal): Don't blow up if principal is NULL.