-
Notifications
You must be signed in to change notification settings - Fork 7
/
ChangeLog
551 lines (361 loc) · 15.7 KB
/
ChangeLog
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
2002-08-31 00:10 mangelo
* ChangeLog, configure, configure.in: Avoided __THROW_BAD_ALLOC to
be defined twice
2002-08-20 23:55 mangelo
* asn1/dllmain.cxx: add asn1/dllmain.cxx
2002-08-20 22:41 mangelo
* iiiasn1.dsw, asn1/ASN1.dsp, asn1/asn1_dll.dsp,
asn1/testsuite/asn1test.dsp, asnh323/asnh323.dsp,
asnh323/asnh323_dll.dsp, asnh323/testsuite/h323test.dsp,
asnparser/asnparser.dsp, h323parser/H323Parser.dsp,
makedef/makedef.dsp: make VC6.0 project files binary
2002-08-20 17:35 mangelo
* ChangeLog, Makefile.am, Makefile.in, aclocal.m4, configure,
iiiasn1.dsw, iiiasn1.sln, asn1/ASN1.dsp, asn1/ASN1.vcproj,
asn1/AssocVector.h, asn1/Makefile.am, asn1/Makefile.in,
asn1/asn1.dtf, asn1/asn1.h, asn1/asn1.ignore, asn1/asn1_dll.dsp,
asn1/asn1_dll.vcproj, asn1/testsuite/Makefile.in,
asn1/testsuite/asn1test.cpp, asn1/testsuite/asn1test.vcproj,
asnh323/Makefile.am, asnh323/Makefile.in, asnh323/asnh323.dsp,
asnh323/asnh323.dtf, asnh323/asnh323.ignore,
asnh323/asnh323.vcproj, asnh323/asnh323_dll.dsp,
asnh323/asnh323_dll.vcproj, asnh323/testsuite/Makefile.in,
asnh323/testsuite/h225test.cpp, asnh323/testsuite/h323test.cpp,
asnh323/testsuite/h323test.vcproj, asnh323/testsuite/h450test.cpp,
asnparser/Makefile.in, asnparser/asnparser.vcproj,
asnparser/main.cxx, h323parser/H323Parser.dsp,
h323parser/H323Parser.vcproj, makedef/makedef.cpp,
makedef/makedef.dsp, makedef/makedef.vcproj: Add MSVC DLL support
2002-08-04 11:02 mangelo
* asnh323/testsuite/h245test.cpp: circumvent the array and pointer
problem in cygwin GCC 2.95.3-5
2002-07-19 00:48 btrummer
* asn1/PEREncoder.cxx: If an illegal character is found in
do_visit(const AbstractString&), false is returned now to abort the
encoding.
2002-07-19 00:43 btrummer
* asn1/PEREncoder.cxx: Aaargh! If encodeConstrainedLength() fails
in do_visit(const OCTET_STRING&), false must be returned rather
than true.
2002-07-18 05:42 btrummer
* asn1/PEREncoder.cxx: Removed the assert statement from
do_visit(const OCTET_STRING& value). Replaced the assert in
do_visit(const CHOICE& value) with an if-clause.
2002-07-18 01:53 btrummer
* asn1/: PEREncoder.cxx, asn1.h: Added range checks for
PEREncoder's encodeLength(), encodeUnsigned() and
encodeConstrainedLength(). Encoding an object which violates its
length constraint will fail now.
2002-07-17 06:17 btrummer
* asn1/asn1.h: Check for the macro __IBMCPP__ rather than _AIX for
the last AiX-fix.
2002-07-11 03:34 btrummer
* asn1/asn1.h: Added AiX-fix for the initialization of
Constrained_INTEGER::theInfo.
2002-07-11 02:51 btrummer
* asn1/asn1.h: Added some InfoType typedefs needed for AiX.
2002-07-11 01:22 btrummer
* asn1/asn1.h: Fixed the constructor
OBJECT_IDENTIFIER(InputIterator, InputIterator, const void*), which
raised an internal compiler error on Windows.
2002-07-11 00:51 mangelo
* README, asnh323/testsuite/h245test.cpp: Add README file
2002-07-10 17:46 mangelo
* AUTHORS, ChangeLog, Makefile.in, NEWS, aclocal.m4, configure,
asn1/Makefile.in, asn1/testsuite/Makefile.in, asnh323/Makefile.in,
asnh323/testsuite/Makefile.in, asnparser/Makefile.am,
asnparser/Makefile.in: Added files required by GNU coding standard
2002-07-10 17:35 mangelo
* h323parser/h2250v4_new.asn: Remove h2250v4_new.asn
2002-07-10 16:02 mangelo
* iiiasn1.dsw: Update VC project files
2002-07-10 15:58 mangelo
* asnh323/asnh323.vcproj, asnparser/asnparser.vcproj,
h323parser/H323Parser.dsp, h323parser/H323Parser.vcproj: Update VC
project files
2002-07-10 15:40 mangelo
* asn1/testsuite/asn1test.cpp: Add include config.h
2002-07-10 14:06 mangelo
* h323parser/H323Parser.cpp: Fixed problem with the nonstandard
temparary lifetime in VC.Net
2002-07-10 02:25 btrummer
* asn1/PERDecoder.cxx: Minor simplification at the end of
PERDecoder::decodeChoicePreamle().
2002-07-04 02:46 mangelo
* asn1/testsuite/asn1test.vcproj, asnh323/asnh323.vcproj: Modify
asnparser output files
2002-07-04 00:15 mangelo
* h323parser/: H323Parser.dsp, H323Parser.vcproj: modify the list
of asnparser generated files
2002-07-04 00:02 mangelo
* iiiasn1.dsw, asn1/testsuite/asn1test.dsp, asnh323/asnh323.dsp,
asnparser/asnparser.dsp, asnparser/asnparser.vcproj: update VC
project files
2002-07-03 22:47 mangelo
* config.h.in, asn1/asn1.h, config/ac_cxx_have_wstring.m4: added
explicit wstring typedef for GCC 2.95.x
2002-07-03 03:15 btrummer
* asn1/PERDecoder.cxx: Fixed the assignment to beginPosition in
PERDecoder::setPosition().
2002-07-03 01:26 btrummer
* asn1/PERDecoder.cxx: Introduced an upper bound for the size of
strings and arrays, like PWLib's PERDecoder does. Otherwise, broken
data may make the PERDecoder allocate hundrets of Megabytes RAM...
2002-07-03 01:15 btrummer
* asn1/asn1.h: Added a range-check for PERDecoder::rollback(), so
beginPosition will never be set outside of endPosition.
2002-07-03 01:01 btrummer
* asn1/asn1.cxx: Fixed two buffer overflows in
OBJECT_IDENTIFIER::decodeCommon(), that may occur, when decoding
invalid (random) data.
2002-07-02 13:42 mangelo
* Makefile.am, Makefile.in, configure.in, asnh323/Makefile.am,
asnh323/Makefile.in, asnh323/testsuite/Makefile.am,
asnh323/testsuite/Makefile.in, asnparser/Makefile.am,
asnparser/Makefile.in: Modify Email address
2002-07-02 00:25 mangelo
* iiiasn1.dsw, COPYING, Makefile.am, Makefile.in, aclocal.m4,
config.h.in, configure, configure.in, iiiasn1.sln, mpl-1.0.htm: Add
VC.Net and GCC 3.1 Support
2002-07-02 00:21 mangelo
* config/: ac_cxx_have_wstring.m4, depcomp, iii_check_pwlib.m4,
mh-powerpc-mt: Remove PWLIB check
2002-07-02 00:17 mangelo
* h323parser/: H323Parser.dsp, H323Parser.dsw, H323Parser.vcproj,
Q931pdu.cpp: Add VC.Net project file
2002-07-02 00:09 mangelo
* asnh323/: Makefile.am, Makefile.in, asnh323.dsp, asnh323.vcproj:
Add VC.Net project file
2002-07-02 00:07 mangelo
* asnh323/testsuite/h323test.dsp: [no log message]
2002-07-02 00:02 mangelo
* asnh323/testsuite/: Makefile.am, Makefile.in, h323test.vcproj:
Add VC.Net project file
2002-07-01 23:53 mangelo
* asn1/: Makefile.am, Makefile.in: Change Email and Homepage URL
2002-07-01 23:45 mangelo
* asn1/: ASN1.dsp, ASN1.vcproj, AVNDecoder.cxx, AVNEncoder.cxx,
AssocVector.h, BERDecoder.cxx, BEREncoder.cxx, CoderEnv.cxx,
InvalidTracer.cxx, Makefile.am, Makefile.in, PERDecoder.cxx,
PEREncoder.cxx, ValidChecker.cxx, asn1.cxx, asn1.h, ios_helper.h:
Modify for VC.Net and GCC 3.1
2002-07-01 23:40 mangelo
* asn1/testsuite/: Makefile.am, Makefile.in, asn1test.dsp,
asn1test.vcproj: add VC.Net project file
2002-07-01 23:38 mangelo
* asn1/testsuite/asn1test.cpp: fixed problem when
vector<T>::iterator is not a typedef to T*
2002-07-01 21:03 mangelo
* asnparser/: Makefile.in, aclocal.m4, asn_grammar.y, asn_lex.l,
asn_ref_grammar.y, asn_ref_lex.l, asnparser.dsp, asnparser.dsw,
asnparser.vcproj, configure, configure.in, getopt.c, main.cxx,
main.h, precompile.cpp, unistd.h, Makefile.am: Remove Pwlib
dependency
2002-01-10 23:46 mangelo
* asn1/ValidChecker.cxx: Fixed INTEGER::isStrictlyValid() (Thanks
to Michael Almond)
2002-01-10 23:43 mangelo
* asn1/asn1.cxx: Fixed OBJECT_IDENTIFIER::decodeCommon (Thanks to
George Biro)
2001-11-13 10:40 mangelo
* asn1/asn1.h: Fixed the missing retrun in
OCTET_STRING::operator=(const char*)
2001-10-24 21:47 mangelo
* asn1/asn1.h: fixed the wrong declaration of
SEQUNCE_OF::InfoType.type
2001-10-09 11:39 mangelo
* asn1/asn1.cxx: fixed the problem when vector<char*>::iterator is
not char*
2001-10-05 20:25 mangelo
* asnh323/testsuite/h323test.dsp: add h248test.cpp
2001-10-05 20:19 mangelo
* asnh323/testsuite/: Makefile.am, Makefile.in: add h248test.cpp
2001-10-05 20:19 mangelo
* asnh323/testsuite/h323test.cpp: add h248test
2001-10-05 20:18 mangelo
* asnh323/testsuite/h248test.cpp: initial version
2001-10-05 19:56 mangelo
* Makefile.in: Changed to automake 2.5
2001-10-05 19:56 mangelo
* aclocal.m4, config.h.in: Changed to autoconf 2.52
2001-10-05 19:52 mangelo
* configure.in, configure: Disable using custom allocator under
cygwin
2001-10-05 19:49 mangelo
* asnparser/Makefile.in: Adjusted for the lastest Pwlib
2001-10-05 19:42 mangelo
* config/depcomp: automake 2.5 file
2001-10-05 19:41 mangelo
* config/missing: Update to auotmake 2.5
2001-10-05 14:15 mangelo
* asn1/asn1.cxx: Change Log Sequence
2001-10-05 14:11 mangelo
* asn1/PEREncoder.cxx: Added Log
2001-10-05 14:08 mangelo
* asn1/: BEREncoder.cxx, BERDecoder.cxx, PERDecoder.cxx: Added Log
2001-10-05 14:00 mangelo
* asn1/: asn1.cxx, AVNEncoder.cxx: Added Log
2001-10-05 13:52 mangelo
* asn1/BEREncoder.cxx: Fixed BER CHOICE encording problem
2001-10-05 13:52 mangelo
* asn1/BERDecoder.cxx: Fixed BER CHOICE decoding problem
2001-10-05 13:51 mangelo
* asn1/asn1.h: Fixed wrong declarations of
AbstractString.TpyeInfo.type and BMPString.TypeInfo.type. Added
tagMode() to SEQUENCE
2001-09-16 20:15 mangelo
* configure: changed to avoid warnings in autoconf 2.52
2001-09-16 20:10 mangelo
* config/ac_cxx_have_wstring.m4, configure.in: changed to avoid
warning in autoconf 2.52
2001-09-07 17:36 mangelo
* asnparser/: asn_lex.l, asn_ref_lex.l, asn_grammar.y,
asn_ref_grammar.y, main.h, main.cxx: add Log keyword substitution
2001-09-07 17:23 mangelo
* asnparser/asn_lex.l: Remove a branch which was used for debuging
2001-08-29 10:47 mangelo
* asn1/asn1.h: Fixed the declaration of SizeConstraint class
template
2001-08-04 04:01 mangelo
* configure, asn1/Makefile.in: [no log message]
2001-08-04 03:52 mangelo
* Makefile.in: [no log message]
2001-08-04 03:42 mangelo
* README: [no log message]
2001-08-04 03:38 mangelo
* README: [no log message]
2001-08-04 03:35 mangelo
* Makefile.in: [no log message]
2001-08-04 03:31 mangelo
* doc/sidebar.html:
Remove this file
2001-08-04 03:29 mangelo
* README:
Rename from ReadMe
2001-08-04 03:26 mangelo
* README: Rename ReadMe to README
2001-08-04 03:24 mangelo
* Makefile.am:
Remove "ReadMe entry"
2001-08-04 02:39 mangelo
* h323parser/pointainer.h: add to cvs
2001-08-04 02:21 mangelo
* Makefile.am:
Remove doc, add ReadMe
2001-08-04 01:59 mangelo
* README: Added to CVS
2001-08-04 01:40 mangelo
* doc/pwtest1.cpp: Removed
2001-08-04 01:38 mangelo
* doc/pwtest.cpp: removed
2001-08-04 01:37 mangelo
* doc/comparison.html: Removed
2001-08-04 01:36 mangelo
* doc/asn1tool.html:
Remove
2001-08-04 01:05 cityriver
* doc/iiitest1.cpp: remove file
2001-08-03 23:26 cityriver
* doc/iiitest.cpp: remove iiitest.cpp
2001-08-03 23:26 cityriver
* doc/iii01.gif: remove doc
2001-08-03 23:16 cityriver
* doc/main.html: remove main.html
2001-08-03 05:10 mangelo
* doc/: sidebar.html, main.html: add frame
2001-08-03 05:07 mangelo
* doc/asn1tool.html:
Use Frame
2001-08-03 02:43 mangelo
* asn1/asn1.h: Fixed isValid() bugs
2001-08-03 02:42 mangelo
* asn1/InvalidTracer.cxx: Add InvalidTracer
2001-08-03 01:26 mangelo
* asn1/ValidChecker.cxx: Fixed isValid() bugs.
2001-08-01 02:36 mangelo
* aclocal.m4, COPYING, INSTALL, Makefile.am, configure,
Makefile.in, config.h.in, iiiasn1.dsw, mpl-1.0.htm, stamp-h.in,
configure.in, asn1/AssocVector.h, asn1/AVNEncoder.cxx,
asn1/BEREncoder.cxx, asn1/CoderEnv.cxx, asn1/Makefile.am,
asn1/ios_helper.h, asn1/Makefile.in, asn1/PEREncoder.cxx,
asn1/AVNDecoder.cxx, asn1/PERDecoder.cxx, asn1/BERDecoder.cxx,
asn1/asn1.cxx, asn1/ValidChecker.cxx, asn1/ASN1.dsp, asn1/asn1.h,
asn1/InvalidTracer.cxx, asn1/testsuite/Makefile.am,
asn1/testsuite/asn1test.cpp, asn1/testsuite/asn1test.h,
asn1/testsuite/Makefile.in, asn1/testsuite/test.asn,
asn1/testsuite/asn1test.dsp, asnh323/address.asn,
asnh323/h235v2.asn, asnh323/h245v7.asn, asnh323/h248.asn,
asnh323/h4501.asn, asnh323/h45010.asn, asnh323/h4502.asn,
asnh323/h4503.asn, asnh323/h4504.asn, asnh323/h4505.asn,
asnh323/h4506.asn, asnh323/h4507.asn, asnh323/h4508.asn,
asnh323/h4509.asn, asnh323/Makefile.am, asnh323/lgc.asn,
asnh323/Makefile.in, asnh323/ro.asn, asnh323/ro.sed,
asnh323/h2250v4.asn, asnh323/asnh323.dsp,
asnh323/testsuite/asn1test.h, asnh323/testsuite/Makefile.am,
asnh323/testsuite/h225test.cpp, asnh323/testsuite/h245test.cpp,
asnh323/testsuite/h323test.cpp, asnh323/testsuite/h450test.cpp,
asnh323/testsuite/Makefile.in, asnh323/testsuite/h323test.dsp,
asnparser/aclocal.m4, asnparser/asnparser.dsp,
asnparser/asnparser.dsw, asnparser/asn_grammar.y,
asnparser/asn_lex.l, asnparser/asn_ref_grammar.y,
asnparser/asn_ref_lex.l, asnparser/configure,
asnparser/configure.in, asnparser/main.cxx, asnparser/main.h,
asnparser/Makefile.in, asnparser/precompile.cpp,
config/ac_cxx_have_new_iostream.m4, config/ac_cxx_have_stl.m4,
config/ac_cxx_have_wstring.m4, config/ac_cxx_namespaces.m4,
config/config.guess, config/config.sub,
config/iii_check_cxx_include_path.m4, config/iii_check_pwlib.m4,
config/iii_check_stlport.m4, config/iii_cross_tools.m4,
config/iii_enable_stl_thread.m4, config/install-sh,
config/mh-powerpc-mt, config/acx_pthread.m4, config/missing,
config/mkinstalldirs, doc/asn1tool.html, doc/comparison.html,
doc/iii01.gif, doc/iiitest.cpp, doc/iiitest1.cpp, doc/pwtest.cpp,
doc/pwtest1.cpp, h323parser/H323.def, h323parser/H323Parser.dsw,
h323parser/Q931pdu.h, h323parser/h225.sed,
h323parser/perattacher.h, h323parser/h2250v4_new.asn,
h323parser/H323Parser.dsp, h323parser/perattacher.cpp,
h323parser/Q931pdu.cpp, h323parser/H323Parser.cpp: Initial revision
2001-08-01 02:36 mangelo
* aclocal.m4, COPYING, INSTALL, Makefile.am, configure,
Makefile.in, config.h.in, iiiasn1.dsw, mpl-1.0.htm, stamp-h.in,
configure.in, asn1/AssocVector.h, asn1/AVNEncoder.cxx,
asn1/BEREncoder.cxx, asn1/CoderEnv.cxx, asn1/Makefile.am,
asn1/ios_helper.h, asn1/Makefile.in, asn1/PEREncoder.cxx,
asn1/AVNDecoder.cxx, asn1/PERDecoder.cxx, asn1/BERDecoder.cxx,
asn1/asn1.cxx, asn1/ValidChecker.cxx, asn1/ASN1.dsp, asn1/asn1.h,
asn1/InvalidTracer.cxx, asn1/testsuite/Makefile.am,
asn1/testsuite/asn1test.cpp, asn1/testsuite/asn1test.h,
asn1/testsuite/Makefile.in, asn1/testsuite/test.asn,
asn1/testsuite/asn1test.dsp, asnh323/address.asn,
asnh323/h235v2.asn, asnh323/h245v7.asn, asnh323/h248.asn,
asnh323/h4501.asn, asnh323/h45010.asn, asnh323/h4502.asn,
asnh323/h4503.asn, asnh323/h4504.asn, asnh323/h4505.asn,
asnh323/h4506.asn, asnh323/h4507.asn, asnh323/h4508.asn,
asnh323/h4509.asn, asnh323/Makefile.am, asnh323/lgc.asn,
asnh323/Makefile.in, asnh323/ro.asn, asnh323/ro.sed,
asnh323/h2250v4.asn, asnh323/asnh323.dsp,
asnh323/testsuite/asn1test.h, asnh323/testsuite/Makefile.am,
asnh323/testsuite/h225test.cpp, asnh323/testsuite/h245test.cpp,
asnh323/testsuite/h323test.cpp, asnh323/testsuite/h450test.cpp,
asnh323/testsuite/Makefile.in, asnh323/testsuite/h323test.dsp,
asnparser/aclocal.m4, asnparser/asnparser.dsp,
asnparser/asnparser.dsw, asnparser/asn_grammar.y,
asnparser/asn_lex.l, asnparser/asn_ref_grammar.y,
asnparser/asn_ref_lex.l, asnparser/configure,
asnparser/configure.in, asnparser/main.cxx, asnparser/main.h,
asnparser/Makefile.in, asnparser/precompile.cpp,
config/ac_cxx_have_new_iostream.m4, config/ac_cxx_have_stl.m4,
config/ac_cxx_have_wstring.m4, config/ac_cxx_namespaces.m4,
config/config.guess, config/config.sub,
config/iii_check_cxx_include_path.m4, config/iii_check_pwlib.m4,
config/iii_check_stlport.m4, config/iii_cross_tools.m4,
config/iii_enable_stl_thread.m4, config/install-sh,
config/mh-powerpc-mt, config/acx_pthread.m4, config/missing,
config/mkinstalldirs, doc/asn1tool.html, doc/comparison.html,
doc/iii01.gif, doc/iiitest.cpp, doc/iiitest1.cpp, doc/pwtest.cpp,
doc/pwtest1.cpp, h323parser/H323.def, h323parser/H323Parser.dsw,
h323parser/Q931pdu.h, h323parser/h225.sed,
h323parser/perattacher.h, h323parser/h2250v4_new.asn,
h323parser/H323Parser.dsp, h323parser/perattacher.cpp,
h323parser/Q931pdu.cpp, h323parser/H323Parser.cpp: Import to
SourceForge