-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathChangeLog
495 lines (386 loc) · 15.2 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
Wed Sep 29 11:01:19 PDT 2021 Basil Gunn <basil@pacabunga.com>
* Fix for gmime library migration from 2.6 to 3.0 as found in Debian 11 Bullseye
* Fix syntax for listing all files & their sizes in outbox directory.
* Bump version number to 0.11
Files modified:
test_scripts/chk_perm.sh
configure.ac
mail.wl2k.c
mime2wl.c
wl2kax25.c
wl2kax25d.c
wl2kserial.c
wl2ktelnet.c
wl2mime.c
Fri Jan 17 11:53:21 PST 2020 Basil Gunn <basil@pacabunga.com>
* Add wl2k_wait_for response() routine between outbound parser & inbound parser
* This fixes timeout when transfering many or large files.
* Add gridsquare requirement to config and display warning if not configured.
* Gridsquare is required for linBPQ32 fix, which is used instead of QTC
* Get rid of all console output in sigalrm() routine which was
causing spurious output to console on timeout detect.
* Detect if ax25 socket has been closed when waiting for a response
between outbound & inbound parsing.
* Bump version number to 0.10
Files modified:
configure.ac
conf.h
timeout.c
wl2k.c
wl2kax25.c
wl2kserial.c
wl2ktelnet.c
Thu Dec 26 12:12:29 PST 2019 Basil Gunn <basil@pacabunga.com>
* Fix paclink-unix crashing linBPQ32 6.0.19.1 because of
paclink-unix outputting QTC line.
* Now just output gridsquare
File modified: wl2k.c
* Only pass one defined config parameter struct to all transports,
reduce call parameters to wl2k_exchange
* Bump version number to 0.9
Files modified:
configure.ac
conf.h
wl2k.c
wl2k.h
wl2kax25.c
wl2kax25d.c
wl2kd.c
wl2kserial.c
wl2ktelnet.c
Thu May 9 17:25:43 PDT 2019 Basil Gunn <basil@pacabunga.com>
* Bump version number to 0.8
File modified: configure.ac
Thu May 9 14:12:00 PDT 2019 Basil Gunn <basil@pacabunga.com>
* Fix mixed case password problem found by Mark Griffith KD0QYN
* remove strupper on hash_input
File modified: wl2k.c
Fri Apr 27 11:04:45 PDT 2018 Basil Gunn <basil@pacabunga.com>
* Peer-to-peer working with Airmail & Winlink Express
* Fold wl2kd.c into wl2k.c
Files modified:
wl2k.c
Makefile.am
Fri Dec 22 16:05:56 PST 2017 Basil Gunn <basil@pacabunga.com>
* Fix version display for wl2ktelnet, wl2kserial & wl2kax25
Files modified:
wl2kax25.c
wl2kax25d.c
wl2kserial.c
wl2ktelnet.c
Fri Dec 22 10:50:07 PST 2017 Basil Gunn <basil@pacabunga.com>
* Separate daemon code used for direct connect from client code.
File added: wl2kd.c
Files modified:
Makefile.am
wl2k.c
wl2k.h
wl2kax25.c
wl2kax25d.c
wl2kserial.c
wl2ktelnet.c
Mon Dec 18 16:23:58 PST 2017 Basil Gunn <basil@pacabunga.com>
* Add P4 Dragon initialization from BPQ32
File modified: wl2kserial.c
Mon Dec 18 12:25:54 PST 2017 Basil Gunn <basil@pacabunga.com>
* Add a build script.
File added: buildall.sh
File modified: INSTALL.md
Sun Dec 17 17:02:09 PST 2017 Basil Gunn <basil@pacabunga.com>
* Bump version number to 0.6
File modified: configure.ac
* Add description of -m for command line modem selection.
File modified: doc/wl2kserial.1
* Fix white space.
File modified: wl2k.c
Sun Dec 17 16:32:46 PST 2017 Basil Gunn <basil@pacabunga.com>
* Fix "pending message/forwarding mail" parsing to handle multiple
instances in one session.
File modified: wl2k.c
Thu Nov 2 10:35:21 PDT 2017 Basil Gunn <basil@pacabunga.com>
* Fix "wl2kxxxx: B2 protocol error 1" pending message parsing bug.
* B2 parser was expecting "FS" but finds ";PM" instead
File modified: wl2k.c
Sat Jan 21 15:41:38 PST 2017 Basil Gunn <basil@pacabunga.com>
* Add support for SCS P4dragon
Files modified:
wl2k.conf.dist
wl2kserial.c
Sun Oct 16 11:31:25 PDT 2016 Basil Gunn <basil@pacabunga.com>
* Display string of incorrect call sign for mbo.
File modified: mime2wl.c
* Return child process status when parent exits. Enables using
wl2kax25 in a shell script to detect when wl2kax25 child process
times out. Requested by Mark KD0QYN.
File modified: wl2kax25.c
Wed Oct 8 11:11:20 PDT 2014 Basil Gunn <basil@pacabunga.com>
* Updated webapp INSTALL notes to include all external node modules.
File modified: webapp/INSTALL
Tue Oct 7 16:29:07 PDT 2014 Basil Gunn <basil@pacabunga.com>
* Remove jquery verion number from jquery file name in html file.
Added install instructions.
Load external modules from global directory.
Get uid/gid for spawning commands programmatically.
Delete unused getNetworkIP code.
Update server code to use connect 3.x module.
Files Added: webapp/INSTALL
Files modified:
webapp/plu-server.js
webapp/plu.html
Mon Apr 7 13:10:47 PDT 2014 Basil Gunn <basil@pacabunga.com>
* Updated my call sign & Jeffery Stedfast's e-mail
at request of C.J. KF7BMP
Files modified:
AUTHORS
doc/wl2kax25d.1
Mon Apr 7 12:52:23 PDT 2014 Basil Gunn <basil@pacabunga.com>
* A patch was mostly provided by C.J. KF7BMP to correct warnings
in the current version of autoconf.
File modified: configure.ac
Sun May 26 13:01:57 PDT 2013 Basil Gunn <basil@pacabunga.com>
* A patch was provided by Brian WB4ES that adds Winlink secure
login via a password and PQ/PR challenge response negotiation.
Also included is a fix for a UTC timestamp conversion.
Files added:
md5.c
md5.h
md5_loc.h
Files modified:
Makefile.am
wl2k.c
wl2k.conf.dist
wl2k.h
wl2kax25.c
wl2kax25d.c
wl2kserial.c
wl2ktelnet.c
wl2kax25.1
wl2kserial.1
wl2ktelnet.1
* Fix timestamp conversion to UTC.
Brian identified the problem but more portable code
referenced from timegm man page is used.
Files modified:
wl2mime.c
wl2mime.h
Thu Mar 21 21:40:49 PDT 2013 Basil Gunn <basil@pacabunga.com>
* Added new files for websocket app
Files Added:
webapp/plu-frontend.js
webapp/plu-server.js
webapp/plu.html
Fri Sep 16 11:07:27 PDT 2011 Basil Gunn <basil@pacabunga.com>
* Fix 'make check' for lzhuf_1
Needed to build a new binmail.uue file:
uuencode binmail.test binmail > binmail.uue
Also needed to change the CRC check in script test_lzhuf_1
Files modified:
binmail.uue
test_lzhuf_1
Thu Feb 24 11:06:20 PST 2011 Basil Gunn <basil@pacabunga.com>
* Fix unterminated radio call path buffer.
File modified: wl2kax25.c
Sat Feb 12 08:12:38 PST 2011 Basil Gunn <basil@pacabunga.com>
* Parse radio path so that quotes are not needed.
Also in default usage the only argument required is '-c', if this
argument is omitted so that the only arguments on the wl2kax25
command line are the radio path, wl2kax25 works as expected.
File modified: wl2kax25.c
Sat Feb 12 07:54:12 PST 2011 Basil Gunn <basil@pacabunga.com>
* Change SID from PaclinkUNIX to UnixLINK per Victor Poor.
Due to a new release of CMS software PaclinkUNIX was not allowed as a
valid SID at the CMS. This occurred on Feb 02, 2011. Because
paclink-unix is not following the exact feature set of Paclink in
particular multi-user functionality, paclink-unix was disallowed as a
valid SID by the CMS. On Feb 03, 2011 Victor changed the CMS software
to allow any SID but strongly urged not using paclink in the SID
unless paclink-unix really emulate the feature set of Paclink.
File modified: wl2k.c
Mon Jan 24 15:27:25 PST 2011 Basil Gunn <basil@pacabunga.com>
* Updated man files with -s --send-only option definition.
Files modified:
wl2kax25.1
wl2kax25d.1
wl2kserial.1
wl2ktelnet.1
* Indented section headings.
File modified: wl2k.conf.5
Mon Jan 24 11:25:29 PST 2011 Basil Gunn <basil@pacabunga.com>
* Parse banner message for escape char '\'. Fixes bug of banner
message displaying escape sequence rather than executing it.
File modified: wl2kax25d.conf
Sun Nov 14 16:05:52 PST 2010 Basil Gunn <basil@pacabunga.com>
* Add -s argument for send only mode
Files modified:
wl2k.c
wl2kax25.c
wl2ktelnet.c
wl2kserial.c
wl2kax25d.c
Thu Nov 11 17:58:43 PST 2010 Basil Gunn <basil@pacabunga.com>
* Test result from g_mime_message_get_reply_to() to avoid a segfault.
File modifed: mime2wl.c
Thu Nov 11 12:02:38 PST 2010 Basil Gunn <basil@pacabunga.com>
* Add Bcc & Reply-To mail headers
Files modifed:
mime2wl.c
wl2mime.c
Mon Jun 21 22:45:51 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Took Encode routines from this link by Haruyasu Yoshizaki & T. Tagawa
http://sunsite.bilkent.edu.tr/pub/tex/ctan/tools/xlharc/lzhuf.c
and integrated to fix problem of hang when encoding files larger
than 32K bytes.
File modified: lzhuf_1.c
Sun Jun 20 18:38:15 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Detect when EncodeChar() parameters are beyond reasonable and
exit with an input file too big message. This fixes a hang
when lzhuf trys to compress png files greater than 32K.
File modified: lzhuf_1.c
Thu May 6 12:21:21 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Add a check for an AX25 socket connection upon exiting
wlax25 client and wait for disconnect.
File modified: wl2kax25d.c
Tue May 4 12:41:48 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Cleanup print_log() calls.
Fixes a bug where error/debug messages in mid.c were still
being sent to stderr for wl2kax25d daemon.
Files modified:
Makefile.am
mail.wl2k.c
mid.c
mime2wl.c
wl2k.c
wl2k.h
* Fix bug in daemon when using verbose switch causes display of
version to stdout.
File modified: wl2kax25d.c
* Factored out print_log() function into a separate file.
Files added:
printlog.c
printlog.h
Sun Apr 18 12:53:42 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Fix for bug # 2988770.
Got rid of -p point-to-point run time option. This is
handled by WL2KAX25_DAEMON conditional compile flag.
File modified: wl2kax25d.c
Sun Apr 18 12:36:56 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Added notes on how to get & build paclink-unix from
SourceForge CVS repository.
File added: INTALL.CVS
Sat Apr 17 08:46:32 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Fixed version display (-v) & config display (-C) when wl2kax25d
is run from a console. Normally wl2kax25d is run from ax25 daemon.
File modified: wl2kax25d.c
Fri Apr 16 19:01:52 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Add daemon function to answer Airmail requests by radio.
* Change wl2kexchange() call to include input & output stream pointers.
* Change all stderr output to syslog output
* Added wl2kax25d to compile targets.
* Added WL2KAX25_DAEMON conditional flag.
* Added syslog.h to AC_CHECK_HEADERS.
Files modified:
configure.ac
Makefile.am
wl2kax25.c
timeout.c
mime2wl.c
wl2k.c
wl2k.h
wl2kserial.c
wl2ktelnet.c
File added: wl2kax25d.c
* Add ability to parse quoted strings with spaces, for welcome message.
* Add grid square locator & welcome message config variables.
Files modified:
conf.c
wl2k.conf.dist
Wed Apr 7 15:55:01 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Change config->timeoutsecs to unsigned int to match alarm(arg).
* Call settimeout() from child process in wl2kax25.c
* Remove running timeout alarm signal from parent process.
* SIGALRM handler is set once in settimeout instead of every call
to resettimeout()
Files modified:
wl2kax25.c
wl2ktelnet.c
wl2kserial.c
timeout.c
timeout.h
Wed Apr 7 14:41:55 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Fix for bug # 2983467 Protocol not working properly for FS NNN
* Add a check for prop->delete before calling putcompressed().
File modified: wl2k.c
Sun Mar 14 09:45:46 PDT 2010 Basil Gunn <basil@pacabunga.com>
* Change help & version option output to be stdout to enable
using help2man program.
* Shorten version string to work better with help2man program.
* Add display of gmime lib version conditional on verbose flag.
* Make display of parameters more consistent amongst programs.
* Make verbose flag a global.
Files modified:
wl2kax25.c
wl2ktelnet.c
wl2kserial.c
Sat Mar 13 12:29:53 PST 2010 Basil Gunn <basil@pacabunga.com>
* Outbound sid string now displays PACKAGE_VERSION number.
File modified: wl2k.c
Sat Mar 13 11:57:20 PST 2010 Basil Gunn <basil@pacabunga.com>
* Get rid of version number header file.
* Version number now pulled from string defined in configure.ac
Files modified:
configure.ac
wl2kax25.c
wl2ktelnet.c
wl2kserial.c
File deleted:
version.h
Thu Mar 11 15:12:00 PST 2010 Basil Gunn <basil@pacabunga.com>
* Add version number to wl2kxxxx programs.
* wl2kax25, wl2ktelnet & wl2kserial now pass command line
arguments as option args instead of being positional.
Files modified:
wl2kax25.c
wl2ktelnet.c
wl2kserial.c
wl2k.conf.dist
Files added:
version.h <- project version # 0.5(0)
* Add reading config file functionality to wlk2kax25, wl2ktelnet,
and wl2kserial.
File modified: Makefile.am
* Add default values for command line options.
* Fix parsing problem when '#' is first char in a line.
Files modified:
conf.h
conf.c
Wed Mar 3 16:34:40 PST 2010 Basil Gunn <basil@pacabunga.com>
* Fix for bug # 2958148, message retrieval latency.
Mbo mail header is now dependent on From mail header.
File modified: mime2wl.c
Thu Feb 11 15:52:59 PST 2010 Basil Gunn <basil@pacabunga.com>
* Fix for bug # 2950104 excessive proposal deletion.
* Add check for unlink failure.
File modified: wl2k.c
Wed Feb 03 09:56 PST 2010 Basil Gunn <basil@pacabunga.com>
* Fix for Bug # 2945529 sending multiple messages or messages
larger than around 250 bytes over writes output buffer.
Files modified:
wl2kax25.c
wl2k.c
Fri Jan 22 17:10 PST 2010 Basil Gunn <basil@pacabunga.com>
* Add a command line option (-m) to allow receiving messages
sent to yourself. Helpful for debugging & mimics behavior
of Airmail3.exe.
Files modified:
mid.h
mime2wl.h
mid.c
mime2wl.c
mail.wl2k.c
Fri Jan 22 11:28 PST 2010 Basil Gunn <basil@pacabunga.com>
* Add a gmime line terminator filter to encode lone line-feeds
into CRLF pair.
* Add call to g_mime_parser_set_persist_stream() so that parser
will always load message content into memory. This allows
input to come from a pipe.
File modified: mime2wl.c