-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog.OO
1685 lines (1138 loc) · 58.7 KB
/
ChangeLog.OO
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
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Fri Oct 18 18:31:45 1996 Martin Junius <mj@fido.de>
======= Release 4.1.0 ================================================
------- CVS ci, tag R410 ---------------------------------------------
* ANNOUNCE (Internet): updated for release.
* version.h (BETA): set to 0 (commented).
* fidogate.lsm: updated.
* doc/fidogate.texi (Introduction): updated WWW FIDOGATE home page.
* README: some changes.
------- CVS ci, tag pre410 -------------------------------------------
* ANNOUNCE: some changes.
* test/tc.tick/testfile.txt: new testfile.txt without RCS headers,
and corresponding test[12].tic.
* src/gate/ftninpost.pl: removed test exit.
------- CVS ci -------------------------------------------------------
* doc/fidogate.texi (Config): added FTNIn* parameters.
* src/gate/ftninpost.pl: changed to use new config.gate parameters.
* src/util/ftnconfig.c (do_para): added functionality for -t option.
* doc/fidogate.texi (ftnconfig): added -t --test-only option.
* src/util/ftnconfig.c (main): new option -t --test-only.
* examples/morannon/config.gate: same.
* examples/orodruin/config.gate: added new parameters
FTNInSendmail, FTNInRnews, FTNInRecombine.
Thu Oct 17 22:12:02 1996 Martin Junius <mj@fido.de>
* doc/fidogate.texi: several changes.
Wed Oct 16 21:11:42 1996 Martin Junius <mj@fido.de>
* src/common/version.c (version_global): added PATCHLEVEL to
version number (seems to have vanished during the 4.0
development ;-).
------- CVS ci -------------------------------------------------------
* version.h (VERSION): changed to 4.1
(STATE): changed to release.
(BETA): commented.
* doc/fidogate.texi (Example Point): some changes.
Tue Oct 15 20:27:34 1996 Martin Junius <mj@fido.de>
* fidogate.lsm: updated for released 4.1.0
* README: updated for release 4.1.0
* ANNOUNCE: announcement for FIDOGATE 4.1.0
Sun Oct 13 13:55:57 1996 Martin Junius <mj@fido.de>
* doc/fidogate.texi (Areas.bbs): update to reflect new areas.bbs
features.
(Example Point): added section with example point configuration.
(Example Node): updated section with example node configuration.
(Point): updated.
(Config): added documentation for ffxbatch parameters.
(Introduction): updated.
(Installation): updated.
(Integration): added scripts/CNews.
(ftnconfig): new section documenting ftnconfig.
(Config): added list of %L, %S, %O specials.
(Packing): added dirpack.
------- CVS ci -------------------------------------------------------
* doc/fidogate.texi: several small fixes.
* scripts/Makefile (SUBDIRS): added cnews.
* scripts/cnews/: new (back again ;-) examples / configuration
scripts for CNews: batchparms, compgz, run-batch, sys, vaiffx,
viafidogate.
* doc/fidogate.texi (Config): added runtoss with new parameter
MinDiskFree.
(Config): added documentation for all the FFX parameters,
including the new FFXCommand / FFXUncompress.
------- CVS ci -------------------------------------------------------
* src/toss/runtoss.sh (MINFREE): get parameter value MinDiskFree
from config.main, default value is 10000.
Fri Oct 11 17:41:00 1996 Martin Junius <mj@fido.de>
* src/ffx/ffxqt.c (parse_ffxcmd): new function retrieving
FFXCommand / FFXUncompress list from config.ffx.
(find_ffxcmd): find an FFXCommand / FFXUncompress in list.
(main): call parse_ffxcmd().
(exec_ffx): removed first, obsoleted by new command list.
(exec_ffx): lookup command and uncompressor in FFXCommand /
FFXUncompress list.
(remove_bad): new function removing "bad" characters from string.
(parse_ffx): call remove_bad() for I datafile uncompressor, F
file, C command.
* src/util/ftnconfig.c (main): new option -n --no-newline,
suppressing newline after output of parameter value.
* scripts/maintenance/sendmailstat.pl: use new ftnconfig.
* src/util/ftnconfig.c (do_para): new function to retrieve
parameter. Supports all cf_get_string() parameters and the
following fixed parameters:
=fqdn cf_fqdn()
=hostname cf_hostname()
=domainname cf_domainname()
=hostsdomain cf_hostsdomain()
(do_para): implemented -n flag.
* src/util/Makefile (PROGS): added ftnconfig.
* src/util/ftnconfig.c: new utility program to retrieve parameters
from config.* files.
* src/util/ftnlog.c (short_usage): corrected short usage message.
Sun Oct 6 11:18:04 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* doc/html/: new subdirectory with HTML documentation, converted
by texi2html.
* config.make (HTMLDIR): added directory for installing HTML docs.
* version.h (BETA): set to 3.
* src/gate/ftn2rfc.c (unpack): put "MAIL: " in front of gateway
mail log().
* src/toss/rununpack.sh: improved lookup of unpacker programs, now
searches for unarj, arc, unzip, lharc, lha, zoo in the
directories /bin, /usr/bin, /usr/local/bin.
Thu Oct 3 11:24:09 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* doc/fidogate.info: resurrected fidogate.info* files in CVS.
======= Release 4.0 beta 2 ===========================================
------- CVS tag R40b2 ------------------------------------------------
------- CVS ci -------------------------------------------------------
* examples/morannon/: updated all config files with new versions
from morannon.fido.de.
Wed Oct 2 17:10:19 1996 Martin Junius <mj@fido.de>
* doc/fidogate.texi (Compiling): added "make depend".
* README: added reference to doc/fidogate.txt.
------- CVS ci -------------------------------------------------------
* version.h (BETA): set to 2.
* doc/fidogate.texi (config.h): edited for 4.0beta.
(config.make): same.
(Compiling): same.
(Integration): same.
(Connecting): edited for new Fido.DE configuration.
* config.h (TOSS): removed.
* doc/fidogate.texi (Config): major update of section describing
configuration statements. Should be now a complete listing for
4.0beta1. Some statements are just listed.
* doc/listcf.pl: utility script to extract cf_get_string() parameters
from program source code, lists them along with config file name
and optional parameter.
Sun Sep 29 11:09:28 1996 Martin Junius <mj@fido.de>
* sendmail/mailer/ftn.m4: add mailer Mftna, this mailer will use
the relay host address as the *sender* (-a) for rfc2ftn. e.g.
f99.n2499.z2.fidonet.org ftna:p9.f99.n2499.z2.fidonet.org
in mailertable will send mail to 2:2499/99 from point 2:2499/99.9.
Sat Sep 28 09:25:28 1996 Martin Junius <mj@fido.de>
* src/common/areasbbs.c (areasbbs_new): nl may be NULL (no nodes
in list).
(areasbbs_new): fix function for case nl==NULL.
* src/common/node.c (lon_sort): fix function for the cases empty
list (size=0) and only off elements in list (size<=off).
* config.make: added some comments for directory config macros.
------- CVS ci -------------------------------------------------------
* src/toss/ftnpack.c (main): same.
* src/toss/ftnroute.c (prog_signal): same function for ftnroute.
(do_packet): if signal_exit is TRUE force error exit.
(main): break out of file processing loop, if do_file() returns
ERROR.
(main): install signal handlers.
* src/toss/ftnpack.c (prog_signal): same function for ftnpack.
* src/toss/ftntoss.c (prog_signal): new function handling signals
SIGHUP, SIGINT, SIGQUIT.
(main): install signal handler for these signals.
Made l_flag global.
(unpack): if signal_exit is TRUE (signal received), close all
output packets and force error exit.
* src/common/exit.c (ExitHandler): struct for linked list of exit
handler functions.
(exit_handler): new function adding function to linked list of
exit handler functions.
(fidogate_exit): run all exit handler functions before doing the
real exit().
------- CVS ci -------------------------------------------------------
* rules.make (%.cf): set confFIDOGATE_LIBDIR macro on command line.
* sendmail/mailer/ffx.m4, ftn.m4: added confFIDOGATE_LIBDIR macro,
default value /usr/local/lib/fidogate.
* rules.make: changed .pl and .sh rule to use new subst.pl.
* scripts/inn/newsfeeds-orodruin: example newsfeeds entry for FIDOGATE.
* scripts/inn/viaffx.sh: support script for send-ffx.
* scripts/inn/send-ffx.sh: INN script for processing articles to
be send via FIDOGATE's ffx.
* scripts/inn/send-fidogate.sh: INN script for processing articles
to FIDOGATE.
* subst.pl: new substitution script automatically using all macro
setting from config.make which start in the first column.
* config.make (NEWSETCDIR): added NEWSETCDIR, NEWSVARDIR,
NEWSLIBDIR, NEWSSPOOLDIR. Indented macros not be used by the new
subst.pl by 1 space.
* scripts/inn/Makefile: new Makefile for inn subdirectory.
* src/toss/ftnaf.c (cmd_passwd): move authorized=FALSE to start of
function.
* scripts/Makefile (SUBDIRS): added inn subdirectory.
Fri Sep 27 21:34:30 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* src/toss/ftnaf.c (cmd_passwd): set authorized_lvl, _key, _name
after sender is authorized. Initialize authorized_* vars before
parsing passwd options.
(do_mail): initialize authorized_* vars before parsing passwd
options.
* test/tc.af/run: added tests for mail interface, both Fido and
Internet sender.
Sun Sep 22 13:00:06 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* sendmail/cf/mkmaildb (MAILDIR): fixed.
* sendmail/cf/Makefile (install-orodruin, install-morannon): fixed
installation of mailertable, rewrite files in /etc/mail.
======= Release 4.0 beta 1 ===========================================
------- CVS tag R40b1 ------------------------------------------------
------- CVS ci -------------------------------------------------------
* sendmail/cf/Makefile (install-orodruin): added target for
installing files and restarting sendmail at orodruin.fido.de.
(install-morannon): same for morannon.fido.de.
* sendmail/cf/mkmaildb: check for existence of input files before
running makemap.
* rules.make: added .mc .cf suffixes, added rule .mc -> .cf.
* config.make (PERL): added M4 macro.
* sendmail/mailer/ffx.m4: same.
* sendmail/mailer/ftn.m4: changed mailer flags, S and R rules
according to smtp8 mailer definitions.
* sendmail/cf/morannon.mc: SMART_HOST removed.
Added mailertable feature.
Removed several rules from LOCAL_RULE_3 and LOCAL_NET_CONFIG,
replaced by mailertable entries.
Removed CF, CI.
Removed nodns, nocanonify features.
* sendmail/cf/mailertable-morannon: new mailertable for morannon.
* sendmail/cf/morannon.mc: added confCF_VERSION.
Added more addresses to Cw.
Removed CS, DF.
* sendmail/cf/orodruin.mc: changed VERSION_NUMBER to
confCF_VERSION as used by new config files.
* sendmail/cf/orodruin-smtp.mc: set confCF_VERSION to version number.
* sendmail/README.linux: removed.
* sendmail/README: changed to describe new config files.
* sendmail/: imported new config files from RedHat 3.0.4
(Rembrandt) beta release sendmail-cf package.
Fri Sep 20 17:48:40 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* version.h (ALPHA): commented.
(BETA): uncommented, set to 1.
(STATE): changed to beta.
Mon Sep 16 21:50:43 1996 Martin Junius <mj@fido.de>
------- CVS ci -------------------------------------------------------
* test/tc.gate8/run: added Message-ID header to all tests.
* src/gate/rfc2ftn.c (snd_mail): use str_lower() to convert flags
to lower case.
(snd_message): make flags checking really case-insensitive. ;-)
Sun Sep 15 12:11:05 1996 Martin Junius <mj@fido.de>
* sendmail/cf/mailertable: added example mailertable.
* sendmail/cf/orodruin.mc: use mailertable feature.
* README: added FIDOGATE home page.
* test/tc.toss6/run: new test case for routing RemapFrom, RemapTo.
------- CVS ci -------------------------------------------------------
* src/toss/ftntoss.c (do_remap): comparison changed to support
CMD_REMAP_TO and CMD_REMAP_FROM, if remapped to 0:0/0.0 set kill
flag to TRUE, return kill flag.
(do_netmail): check return code of do_remap(), kill message if TRUE.
* src/common/routing.c (parse_cmd): added "RemapTo", "RemapFrom"
commands.
(routing_remap): new argument cmd, put into new r->type field.
(routing_init): call routing_remap() for CMD_REMAP,
CMD_REMAP_FROM, CMD_REMAP_TO, pass cmd argument.
* src/include/structs.h (st_remap): added type field, 'f' =
RemapFrom, 't' = RemapTo.
(CMD_REMAP_FROM, _REMAP_TO, _XROUTE): new definitions.
======= Release 4.0 alpha 6 ==========================================
------- CVS tag R40a6 ------------------------------------------------
------- CVS ci -------------------------------------------------------
* version.h (ALPHA): changed to 6.
------- CVS ci -------------------------------------------------------
* src/common/packet.c (pkt_get_hdr): use node_clear() to
initialize from/to node (0 instead of -1), check cw!=0 for type 2+.
* src/toss/ftntoss.c (do_echomail): check for routed echomail, not
routed if destination is current address (set by -a but not in
address list).
(do_echomail): use area->area instead of buffer for area name
(buffer is used by dupe check). Use case-insensitive matching
for AddToSeenBy list.
* src/gate/rfc2ftn.c (snd_message): make flags checking
case-insensitive.
* src/gate/ftn2rfc.c (unpack): added gateway check for
^AX-FZ-SPLIT to kill messages from broken FidoZerb message
splitting.
Sun Sep 8 12:17:21 1996 Martin Junius <mj@fido.de>
* README: added ftp sites.
* doc/Fido-Point-eng-HOWTO: new file from Roland.
* doc/Fido-Point-HOWTO: new version from Roland.
Sat Sep 7 18:09:32 1996 Martin Junius <mj@fido.de>
======= Release 4.0 alpha 5 ==========================================
------- CVS tag R40a5b -----------------------------------------------
------- CVS ci -------------------------------------------------------
* ./: updated dependencies.
------- CVS tag R40a5a -----------------------------------------------
------- CVS ci -------------------------------------------------------
* src/common/version.c: removed #include "patchlevel.h".
* patchlevel.h: removed.
* version.h: integrated stuff from patchlevel.h
* patchlevel.h (ALPHA): updated version number.
------- CVS tag R40a5 ------------------------------------------------
------- CVS commit ---------------------------------------------------
* src/gate/rfc2ftn.c (rfc_parse): use n instead of node. node may
be NULL. Thanx to Roland Rosenfeld <roland@spinnaker.rhein.de>
for reporting this bug.
Tue Sep 3 20:42:23 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* src/gate/rfc2ftn.c (snd_mail): capitalized log() message for
non-local users trying X-Flags.
* src/common/address.c (addr_is_domain): fixed user@DOMAIN.
* src/gate/rfc2ftn.c (rfc_is_domain): use addr_is_domain().
(rfc_is_local): use addr_is_local().
Changed level of some debug() messages.
* src/common/address.c (addr_is_local, _domain): return FALSE, if
argument is NULL.
(addr_is_local): added debug() message.
(addr_is_domain): added debug() message, fixed user@DOMAIN
comparison.
Thu Aug 29 21:00:26 1996 Martin Junius <mj@fido.de>
======= Release 4.0 alpha 4 ==========================================
[ Some problems here, looks like the diff a3-a4 and the complete
source a4 were different versions. ]
------- CVS tag r40alpha4a -------------------------------------------
------- CVS commit ---------------------------------------------------
* src/gate/rfc2ftn.c (snd_mail): moved call to rfc_is_local() into
if(private) {...} (not needed for news).
(rfc_is_local): removed argument, directly use From header.
(rfc_is_local): added debug() message.
(rfc_is_domain): removed argument, directly use From header,
added debug() message.
(rfc_parse): changed to call rfc_is_domain() check only if host
is marked as down. This should restore the old behaviour: mail
to a host marked as down will be bounced, if the sender (From)
is outside the local domain.
(rfc_parse): removed superfluous hosts_lookup() check.
(rfc_parse): removed in_domain flag.
(rfc_is_domain): fixed user@domain comparison.
------- CVS tag r40alpha4 --------------------------------------------
------- CVS commit ---------------------------------------------------
Wed Aug 28 22:54:25 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* src/gate/ftn2rfc.c (main): new config parameter "NoAddressInToField".
(unpack): if no_address_in_to_field is set, bounce messages with
'@', '%', or '!' chars in to field (message file bounce.addrinto).
* examples/morannon/config.gate: same.
* examples/orodruin/config.gate: add new config parameter
"NoAddressInToField".
Mon Aug 26 19:36:03 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* test/tc.gate4/config.2: set UseOrganizationForOrigin.
* test/tc.gate1/config: new local config file (setting
UseOriginForOrganization).
* test/tc.gate1/run: added another test run with local config file
(setting UseOriginForOrganization).
* examples/morannon/config.gate: same.
* examples/orodruin/config.gate: new "UseOrganizationForOrigin".
* src/gate/rfc2ftn.c (main): new config parameter
"UseOrganizationForOrigin".
(main): set organization to contents of Organization header line.
(snd_message): new * Origin line handling: if parea->origin is
set, use this one. If UseOrganizationForOrigin is set, use the
RFC Organization header. Else use the default origin from config.
* config.make (INCLUDE): added -I$(TOPDIR).
(CFLAGS): use $(INCLUDE).
* src/include/fidogate.h: changed to #include "config.h", omitting
"../..".
* patchlevel.h: moved src/include/patchlevel.h to top-level dir.
* version.h: moved src/include/version.h to top-level dir.
* src/common/config.c (cf_p_aliases, cf_p_areas, cf_p_hosts,
cf_p_passwd, cf_p_packing, cf_p_routing): new functions return
config setting for ALIASES, AREAS, HOSTS, PASSWD, PACKING,
ROUTING.
* config.h (DEF_ALIASES, DEF_AREAS, DEF_HOSTS, DEF_PASSWD,
DEF_PACKING, DEF_ROUTING): renamed default values for config
files.
(ALIASES, AREAS, HOSTS, PASSWD, PACKING, ROUTING): new
replacements getting value from cf_p_xxx() functions.
Sun Aug 25 10:59:36 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* config.h (MSGID_NEW_MSGID, MSGID_NEW_FTNID): removed.
* src/common/msgid.c: removed #ifdef MSGID_NEW_MSGID, #ifdef
MSGID_NEW_FTNIN, old code is now totally obsolete.
* src/gate/rfc2ftn.c (rfc_parse): use new mime_deheader() for
copying real name from rfc to name[].
* src/common/mime.c (mime_deheader): new function decoding MIME
RFC1522 header.
* src/gate/rfc2ftn.c (mail_receiver): use rfc_parse() to get name
from X-Comment-To header or 1st line of message body.
------- CVS commit ---------------------------------------------------
* README: added OS/2 version info.
* scripts/nodelist/Makefile: added new nl-2hosts script
contributed by the Physicist <huber@iamexwi.unibe.ch>.
* src/include/patchlevel.h (ALPHA): set to 4.
* sendmail/cf/morannon.mc: added define VERSION_NUMBER.
* sendmail/cf/orodruin.mc: added definitions/rules for routing FTN
mail (class N -> Mftn, class I -> Mftni).
* sendmail/ostype/linux.m4: changed for RedHat 3.0.3, use procmail
instead of deliver.
------- CVS commit ---------------------------------------------------
* config.h (RFC_LVL_1_HEADERS): added "Date". ^ARFC-Date should be
added because the standard FTN date field doesn't transport any
time zone information.
* src/gate/rfc2ftn.c (mail_sender): check for rfc_isfido().
(mail_sender): removed debug() message.
(mail_sender): removed extra check after rfc_parse().
* test/tc.gate7/run: new test case for user name conversion,
From/Reply-To, PASSTHRU_NETMAIL.
------- CVS commit ---------------------------------------------------
* src/gate/rfc2ftn.c (rfc_parse): reformatted debug() messages.
(rfc_parse): initialize ret=OK.
(mail_sender): check for return code of rfc_parse() == OK.
(cvt_user_name): new function for converting user name,
capitalize, replace '_' and '.' by SPACE. Was a part of receiver().
(receiver): replace old code with call to cvt_user_name().
(mail_sender): call cvt_user_name(), if no real name.
Thu Aug 22 21:18:43 1996 Martin Junius <mj@fido.de>
* src/toss/ftnaf.c (cmd_add): changed fprintf()s to include area
name, removed initial fprintf() with area name.
(cmd_remove): same.
Sun Aug 11 09:57:02 1996 Martin Junius <mj@fido.de>
* src/tick/ftntick.c (move): added tic->date != -1 check.
* test/tc.gate6/run: new test case with large news articles (>16K).
* test/ti.news-l/: added test input directory with large news
articles.
Sun Jul 7 17:57:47 1996 Martin Junius <mj@fido.de>
* scripts/maintenance/Makefile (install): added newsyslog to
installed scripts.
* scripts/maintenance/newsyslog.sh: modified to cycle other syslog
files, crond log file.
Mon Jun 17 20:54:35 1996 Martin Junius <mj@fido.de>
* examples/orodruin/config.ftp: added.
======= Release 4.0 alpha 3 ==========================================
------- CVS tag r40alpha3 --------------------------------------------
------- CVS commit ---------------------------------------------------
* test/tc.flo/run: added utility ftnflo to test case.
* src/util/ftnflo.c (do_flo): new function processing FLO file. -l
lists FLO entries, -x SCRIPT runs script for every FLO entry. %s
in SCRIPT will be replaced with the FLO entry file name. After
running script, the FLO entry file will be deleted or truncated,
if specified in the FLO file. Remove FLO file, if all entries
have been processed with -x.
Sun Jun 16 10:40:45 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* test/tc.tick/: new test case for ftnhatch/ftntick.
* test/tc.gate5/: new test case for rfc2ftn mail messages.
* src/tick/ftntick.c (process_tic): set new_name[] to the right
path after doing replace.
* src/common/message.c (msg_body_parse): if ^AVia lines occur at
the beginning of the message, put them into body->via.
(msg_body_parse): hmmm ... better leave them in body->kludge.
------- CVS commit ---------------------------------------------------
* src/include/patchlevel.h (ALPHA): set to 3.
* src/common/rfcheader.c (name_from_rfcaddr): removed.
(addr_from_rfcaddr): removed.
(username_from_rfcaddr): removed.
* src/gate/rfc2ftn.c (snd_mail): changed first argument to RFCAddr.
(main): pass parsed address as RFCAddr to snd_mail().
(sendmail_t): changed to use new snd_mail() with RFCAddr argument.
* src/common/address.c (parse_address): removed.
(addr_ignore): removed.
(i_flag): removed.
* src/gate/rfc2ftn.c (sendback): add @ FQDN of gateway to error
message.
(rfc_sender): new function getting sender RFCAddr from
From/Reply-To header or uid/passwd.
(snd_mail): use new rfc_sender(), rfc_parse(), rfc_isfido().
(mail_sender): removed, replaced by rfc_sender().
(rfc_is_domain): new function, same as
address.c:addr_is_domain() with RFCAddr argument.
(rfc_parse): new function, same as address.c:parse_address()
with RFCAddr argument.
(rfc_isfido): new function returning rfc_isfido_flag.
(snd_mail): removed from argument.
(sendmail_t): removed from argument, passing from to snd_mail().
(main): removed setting from, passing from to snd_mail(),
sendmail_t().
(rfc_is_local): new function, same as address.c:addr_is_local().
(rfcaddr_init): new function initializing RFCAddr.
(snd_message): char *from, *to arguments replaced with RFCAddr
rfc_from, rfc_to.
(snd_message): removed #if 0 stuff (output of " * Xxxx: ...").
(mail_address): removed.
(mail_receiver): char *address argument changed to RFCAddr *rfc,
use rfc_parse(), rfcaddr_from_rfc() functions.
(rfc_parse): rfc argument changed to pointer.
(rfc_is_local): same.
(rfc_is_domain): same.
(mail_sender): new function to get mail sender name and node.
(snd_mail): use mail_sender().
(addr_set_mausdomain/gate): moved from address.c
------- CVS commit ---------------------------------------------------
Sat Jun 15 20:35:35 1996 Martin Junius <mj@fido.de>
* src/toss/ftnroute.c (main): removed break in packet processing
loop, will continue processing after bad packet.
* src/toss/ftnpack.c (do_dirpack): create/delete BSY files for
destination node.
* src/toss/rununpack.sh: use file -m LIBDIR/magic to determine
file type with separate magic file. Added mixed case and lower
case variants for archive names.
* src/toss/Makefile (install): magic -> LIBDIR
* src/toss/magic: new file with separate file(1) magic definitions
for rununpack.
* src/tick/ftntick.c (copy_file): move file copy code from move()
to this new function.
(move): copy code replaced with call to copy_file().
(process_tic): if Replaces is not empty: copy old file to
"TickReplacedDir" if set, remove old file, and removed entry for
old file in FILES.BBS.
* src/common/tick.c (tick_init): initialize new fields.
(tick_delete): delete new fields.
(tick_put): output new fields, if not empty.
(tick_get): get new fields.
(tick_debug): added debug output of new fields.
* src/include/structs.h (Tick): added "replaces" and "ldesc"
fields. Patches from <Sholto_Douglas@f308.n2455.z2.fidonet.org>.
Mon Jun 10 19:51:47 1996 Martin Junius <mj@fido.de>
------- CVS tag r40alpha2c -------------------------------------------
------- CVS commit ---------------------------------------------------
* src/util/Makefile (PROGS): added ftnflo program.
* src/util/ftnflo.c: new utility to run script for every entry in
FLO file for a node, e.g. to send files via mail or ftp.
* scripts/run/runpoll.sh: run sendmail -q after gateway.
Sun Jun 9 11:22:02 1996 Martin Junius <mj@fido.de>
------- CVS tag r40alpha2b -------------------------------------------
------- CVS commit ---------------------------------------------------
* test/tc.flo/: new test case for testing flo.c
* src/common/flo.c (flo_mark): new function writing '~' to
beginning of entry line last read, marking the entry as sent.
(flo_close): new parameter del. If TRUE, remove FLO file before
closing.
* src/common/config.c (cf_dos_xlate): use BUF_COPY2().
(cf_unix_xlate): new function converting MSDOS path back to UNIX
path.
* src/common/flo.c (flo_gets): new function reading entry line
from FLO file and setting flo_off_cur, flo_off_next offsets.
(flo_close): new function closing FLO file and removing BSY file.
Sat Jun 8 22:38:26 1996 Martin Junius <mj@fido.de>
* src/common/Makefile (OBJS): add flo.o
* src/common/flo.c: new module, function for handling
BinkleyTerm-style FLO files.
(flo_open): new function opens, locks *existing* FLO file, and
create BSY file for node.
Thu Jun 6 15:13:16 1996 Martin Junius <mj@fido.de>
* scripts/Makefile (install): target doesn't do anything in the
subdirs. Use make install in the individual subdirs, if you want
to install some of the utility scripts.
------- CVS commit ---------------------------------------------------
* src/tick/ftntick.c (move): set atime/mtime of file copied to
file area to time (Date field) from TIC file.
* src/common/lock.c (lock_program): use BUF_COPY5().
(unlock_program): use BUF_COPY5().
* src/toss/ftnexpire.c (main): add log message if MSGID history
database is busy.
(main): new option -w, wait for MSGID history DB lock to
released.
* src/toss/ftntoss.c (do_echomail): log complete MSGID for dupes.
* src/toss/ftnaf.c (main): set new flag authorized_cmdline=TRUE if
areafix command is given on ftnaf command line.
(cmd_add): if authorized_cmdline==TRUE, don't check for
permissions and zone.
* src/util/pktdebug.c (main): make -t option incrementable. -tt
passes TRUE to msg_body_debug() to display ^M, ^J for EOL.
* src/common/message.c (debug_line): new parameter crlf. Only
output ^M and ^J if crlf==TRUE.
(msg_body_debug): new parameter crlf, passed on to debug_line().
* src/common/Makefile (testmatch): added target for wildmat.c test
program.
* src/common/wildmat.c (char_range): new static function for doing
[a-z] range comparison, ignoring case if ic==TRUE.
(wildmatch): use char_range() for matching [a-z] range. Fixes
problem with ranges and ic==TRUE.
Sat May 25 18:20:41 1996 Martin Junius <mj@fido.de>
* src/common/areasbbs.c (areasbbs_print): if AREASBBS_PASSTHRU is
set, write '#' back to areas.bbs file.
Fri May 17 22:17:48 1996 Martin Junius <mj@fido.de>
------- CVS tag r40alpha2a -------------------------------------------
------- CVS commit ---------------------------------------------------
Wed May 15 22:22:57 1996 Martin Junius <mj@fido.de>
* src/tick/ftnhatch.c (hatch): removed log() message, already in
tick.c:tick_send().
Sun May 12 16:19:40 1996 Martin Junius <mj@fido.de>
* src/ffx/ffxbatch.c (ffx): moved log() message after
pack_batch(), so no more log messages for empty batch
directories.
------- CVS commit ---------------------------------------------------
* src/common/parsenode.c (znfp_parse_partial): initial n.domain[]
to empty string.
(znfp_print): must initialize tcharp to empty string.
* src/common/node.c (pfnz_to_node): changed to use znfp_get_number().
* src/common/parsenode.c (znfp_get/put_number): no longer static.
* src/common/node.c (asc_to_node): rewritten to use
znfp_parse_partial() and appropiate checks.
(node_to_asc): rewritten to use znfp_print().
(asc_to_node_partial): rewritten to use znfp_parse_partial().
(asc_to_node_diff): rewritten to use znfp_parse_diff().
(asc_to_node_partial): removed, was only used by asc_to_node_diff().
* src/common/parsenode.c (znfp_print): append @domain if domain is
not an empty string.
* src/common/node.c (get_number): removed.
Sat May 11 16:25:51 1996 Martin Junius <mj@fido.de>
* src/common/parsenode.c (znfp): new function for standard output
of Node struct == znfp_print(node, TRUE, TRUE).
(znfp_print): only output "/" if node field follows.
* src/toss/ftnroute.c (do_routing): save matching node for routing
command and pass on to do_cmd(). Changed debug() message to only
include matching node.
(do_cmd): additional argument "match", matching node pattern for
routing command. Modified "send" syntax to be compliant with the
behavior of SQUISH: send 1:2/3 == route 1:2/3.0 1:2/3.*
------- CVS commit ---------------------------------------------------
* src/toss/ftnroute.c (do_cmd): set desc->to.zone/net/node/point
to 0 if EMPTY or WILDCARD.
* src/toss/ftnpack.c (packing_init): same.
* src/common/routing.c (node_match): wildcard match also for
pat->zone/net/node/point == WILDCARD, use EMPTY constant instead
of -1.
(get_rnumber): removed.
(asc_to_rnode_partial): removed.
(asc_to_rnode_diff): removed.
(routing_init): replaced asc_to_rnode_diff() with znfp_parse_diff().
* src/include/: removed charset.h, charset.latin1.h.
* src/common/charset.c (xtab): directly included charset.h and
charset.latin1.h using #ifdef CHARSET_8BIT.
* config.h (CHARSET_8BIT): new #define to enable charset.c's 8bit
translation table.
Fri May 10 22:09:36 1996 Martin Junius <mj@fido.de>
* src/gate/ftn2rfc.c (unpack_file): added log() message for
processed packets.
* src/ffx/ffxqt.c (do_ffx): combined 2 line log() messages to
one line.
* src/ffx/ffxbatch.c (ffx): changed log() format.
* src/ffx/ffx.c (ffx): changed log() format.
Wed May 8 20:22:12 1996 Martin Junius <mj@fido.de>
------- CVS tag r40alpha2 --------------------------------------------
------- CVS commit ---------------------------------------------------
* src/common/tick.c (tick_get): ignore empty or incomplete
lines. Fixes core dump with such .TIC files.
* src/tick/ftntick.c (check_file): fixed spelling of error message.
Tue May 7 20:21:58 1996 Martin Junius <mj@fido.de>
------- CVS commit ---------------------------------------------------
* test/tc.toss5/run: new test case for ftnpack's "dirpack" command.
* src/toss/ftnpack.c (parse_pack): new "dirpack" command.
(packing_init): parse directory argument for "dirpack" command.
Syntax:
dirpack DIRECTORY NAME NODES
(do_arcmail): new argument "dir", directory for "dirpack"
command, NULL for all others.
(do_arcmail): pass dir to arcmail_name(), only do bink_attach()
if dir==NULL (command is not "dirpack").
(arcmail_name): new argument "dir", directory for "dirpack"
command. If !=NULL used for the directory base name.
(arcmail_name): use BUF_COPY(), BUF_COPY2(), BUF_APPEND().
(arcmail_name): don't use point subdirectory for "dirpack" command.
(do_dirpack): new function doing special actions for "dirpack"
command.
(do_packing): call do_dirpack() for "dirpack" command.
* src/include/structs.h (PACK_DIR): new #define for "dirpack" command.
(Packing): new field "dir", directory name for "dirpack" command.
* src/toss/ftnpack.c (ArcProg, Packing): struct definitions moved
to structs.h.
Mon May 6 22:22:31 1996 Martin Junius <mj@fido.de>
* src/ffx/ffxqt.c (do_ffx): combine 2 log() messages in one line.
Sun May 5 11:00:41 1996 Martin Junius <mj@fido.de>
* test/tc.af/run: new test case for testing ftnaf.
* scripts/run/runpoll.sh: same.
* scripts/run/run2.sh: use "ftnin -x %L/ftninpost".
* src/gate/ftn2rfc.c (main): same.
* src/gate/ftnin.c (main): use str_expand_name() for script name,
no more fixed LIBDIR prefix.
* src/toss/ftnaf.c (usage): new -x --exec-program option.
(main): implemented -x.
(run_script): stub for new function, running script for adding
unknown area.
(cmd_add): if area is not found, run script if requested by -x
option.
(rewrite_areas_bbs): usee MAXPATH for str_expand_name() because
of limited size of old[], new[].
(run_script): execute script, passing node and area args:
X-SCRIPT NODE AREA
^^^^ ^^^^-- Unknown area name
-------- Node address of requesting system
(run_script): use str_expand_name() for script name.
------- CVS commit ---------------------------------------------------
* src/ffx/ffxqt.c (parse_ffx): parse "J" job id line in ffx file.
(FFX): added "job" field.
(do_ffx): added log() for ffx job, from/to node, data file, command.