summaryrefslogtreecommitdiffstats
path: root/src/tests/asn.1/ChangeLog
blob: 4dca4c1b84902bb3faf19460bce170341af05880 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
Sat Aug 26 12:40:57 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>

	* krb5_encode_test.c (encoder_print_results): If trval2 returns
		non zero, indicate with error before exiting.

	* trval.c (do_cons): Initialize return value to zero in case of
		zero length data. (instead of random stack value).


Fri Aug 25 21:50:37 1995  Theodore Y. Ts'o  <tytso@dcl>

	* krb5_encode_test.c (main): Add tests for
		encode_krb5_padata_sequence(). 

	* krb5_decode_test.c (main): Add tests for
		decode_krb5_padata_sequence().

	* ktest.c (ktest_make_sample_empty_pa_data_array): New function
		which creates an empty pa_data array.

	* trval.c:  Various -Wall cleanups.

	* Makefile.in (trval): Add rule to build the standalone trval
		program. 

Thu Jul 27 15:29:10 EDT 1995	Paul Park	(pjpark@mit.edu)
	* krb5_{en,de}code_test.c - Use k5-int instead of krb5 and asn1.h.


Wed Jul 12 12:30:45 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Add LD_LIBRARY_PATH in case we used shared objects
		by default.
	* configure.in - Remove V5_USE_SHARED_LIB.


Fri Jul 7 16:36:12 EDT 1995	Paul Park	(pjpark@mit.edu)
	* Makefile.in - Remove explicit library handling and LDFLAGS.
	* configure.in - Add KRB5_LIBRARIES and V5_USE_SHARED_LIB.

Tue Jun 20 14:56:53 1995    <tytso@rsx-11.mit.edu>

	* ktest.h, ktest_equal.h: Change PROTOTYPE to KRB5_PROTOTYPE

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

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

Thu Mar  2 12:33:47 1995  Theodore Y. Ts'o  <tytso@dcl>

	* Makefile.in (ISODELIB): Remove reference to $(ISODELIB).

Wed Mar  1 16:32:02 1995  Theodore Y. Ts'o  <tytso@dcl>

	* configure.in: Remove ISODE_INCLUDE and ISODE_DEFS, replace check
		for -lsocket and -lnsl with WITH_NETLIB check.

Tue Feb 28 01:23:57 1995  John Gilmore  (gnu at toad.com)

	* krb5_decode_test.c, krb5_encode_test.c, ktest.h, ktest_equal.h,
	utility.c, utility.h:  Avoid <krb5/...> includes.

Tue Feb 14 00:18:35 1995  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Use $(LD) instead of $(CC) when linking.

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

    * Added krb5_context to all krb5_routines

Fri Nov 18 16:29:01 1994  Theodore Y. Ts'o  (tytso@dcl)

	* ktest.c (ktest_make_sample_keybloc): Add magic numbers for
		keyblock structure.

Tue Nov  1 20:25:02 1994  Theodore Y. Ts'o  (tytso@dcl)

	* trval.c: Include the tag numbers for the krb5 application tags,
		since that's something we're going to want to check to
		make sure they're actually correct.

	* krb5_encode_test.c: 
	* Makefile.in: 
	* trval.c: Add the "-t option to krb5_encode_test, which causes it
		to use the ASN.1 unparser found in trval.c.  This routine
		will attempt to decode the ASN.1 data stream and display
		it in a logical format for a human being to decipher.

Wed Oct 19 00:11:43 1994  Theodore Y. Ts'o  (tytso@maytag)

	* debug.h (assert):
	  krb5_encode_test.c (main):
	  krb5_decode_test.c (main): Exit with a non-zero exit status when
	  	  the test suite detects errors.

	* ktest.c (ktest_destroy_enc_data): Clear the kvno field when
		destroying the encrypted data.

	* Makefile.in: "make check" depends on krb5_decode_test and
		krb5_encode_test being up to date.

Tue Oct 18 22:46:17 1994  Theodore Y. Ts'o  (tytso@maytag)

	* ktest_equal.c (array_compare): Don't segfault if one of the
		arguments is NULL and the other is not.

	* krb5_decode_test.c (main): Use krb5_init_ets() instead of
		explicitly naming the error tables to initialize.

	* utility.c (asn1buf_print): Remove unneeded routine.

	* utility.c (krb5_data_hex_parse): Return EINVAL instead of
		ASN1_PARSE_ERROR if KRB5_USE_ISODE is defined, since the 
		ASN1 error codes aren't defined in that case.

Fri Oct 14 15:00:41 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Clean up the test.out file.

Fri Oct 14 23:45:01 1994  Theodore Y. Ts'o  (tytso@maytag)

	* configure.in: Add ISODE_DEFS

Thu Oct  6 21:42:27 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Makefile.in: Add "make check" test case which runs the test programs.

Tue Oct  4 14:32:39 1994  Theodore Y. Ts'o  (tytso@dcl)

	* krb5_decode_test.c (setup, decode_run):
	* krb5_encode_test.c (setup, encode_run): Don't call strcat on a
		constant string --- you can't modify a read only string!

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

	* Makefile.in: Relink executabes when libraries change

Wed Sep 28 16:12:08 1994  Mark Eichin  (eichin@cygnus.com)

	* ktest_equal.c: #include stdio.h to get NULL under sunos.

Tue Sep 20 23:53:13 1994  Theodore Y. Ts'o  (tytso@dcl)

	* Fix typo in utility.c --- we should be freeing the pointer to
	the passed in pointer, not the passed-in pointer itself.