]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Do not shadow return error in TxExec
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 7_1_0
7 @section Release 7.1.0
8 @itemize
9
10 @item
11 Fixed workability of @command{nncp-file} and @command{nncp-exec}
12 commands, that use temporary file (stdin and @option{-use-tmp}).
13
14 @item
15 Fixed disappearing bad return code in @command{nncp-exec} command.
16
17 @item
18 Fixed invalid @file{.hdr} generation when transitional packets are used.
19
20 @item
21 @option{-all} option appeared in @command{nncp-rm} command, applying to
22 all the nodes at once.
23
24 @item
25 @command{nncp-pkt} can parse @file{.hdr} files.
26
27 @item
28 Multicasting areas feature appeared. Implemented merely by an additional
29 plain packet type with @command{nncp-toss}, @command{nncp-file} and
30 @command{nncp-exec} commands modification.
31
32 @end itemize
33
34 @node Release 7_0_0
35 @section Release 7.0.0
36 @itemize
37
38 @item
39 Minimal required Go version 1.13.
40
41 @item
42 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
43 Because of that, there are backward @strong{incompatible} changes of
44 encrypted files (everything laying in the spool directory) and
45 @file{.meta} files of chunked transfer.
46
47 Current implementation is far from being optimal: it lacks
48 parallelizable calculations and has higher memory consumption: nearly
49 512 KiB for each 1 GiB of file's data. Future performance and memory
50 size optimizations should not lead to packet's format change. But it is
51 still several times faster than BLAKE2b.
52
53 @item
54 Resumed online downloads, because of MTH, require reading only of the
55 preceding part of file, not the whole one as was before.
56
57 @item
58 @command{nncp-hash} utility appeared for calculating file's MTH hash.
59
60 @item
61 BLAKE2 KDF and XOF functions are replaced with BLAKE3 in encrypted
62 packets. Lowering number of used primitives. Also, its encrypted
63 packet's header is used as an associated data during encryption.
64
65 @item
66 MultiCast Discovery uses
67 @verb{|ff02::4e4e:4350|} address instead of @verb{|ff02::1|}.
68
69 @item
70 @command{nncp-cfgenc} mistakenly asked passphrase three times during encryption.
71
72 @item
73 @command{nncp-stat} reports about partly downloaded packets.
74
75 @item
76 Updated dependencies.
77
78 @end itemize
79
80 @node Release 6_6_0
81 @section Release 6.6.0
82 @itemize
83
84 @item
85 @command{nncp-daemon}, @command{nncp-call} and @command{nncp-caller}
86 commands wait for all background checksummers completion after
87 connection is finished.
88
89 @item
90 Added possibility of address determining through multicast announcement
91 in local area network, so called MCD (MultiCast Discovery).
92
93 @end itemize
94
95 @node Release 6_5_0
96 @section Release 6.5.0
97 @itemize
98
99 @item
100 Fixed segfault in @command{nncp-daemon} when SP handshake did not succeed.
101
102 @item
103 Fixed possible bad return code ignoring in automatic tosser.
104
105 @item
106 Fixed race during file descriptors closing when online protocol call is
107 finished, that could lead to write error of received packet fragment.
108
109 @item
110 Kill all packet transmission progress bars in @command{nncp-daemon},
111 @command{nncp-call} and @command{nncp-caller} when call is finished.
112
113 @end itemize
114
115 @node Release 6_4_0
116 @section Release 6.4.0
117 @itemize
118
119 @item
120 Fixed possible race in online protocol, that lead to panic.
121
122 @end itemize
123
124 @node Release 6_3_0
125 @section Release 6.3.0
126 @itemize
127
128 @item
129 Fixed possible panic while showing progress during online protocol.
130
131 @end itemize
132
133 @node Release 6_2_1
134 @section Release 6.2.1
135 @itemize
136
137 @item
138 Three places in logs contained excess @code{%s}.
139
140 @end itemize
141
142 @node Release 6_2_0
143 @section Release 6.2.0
144 @itemize
145
146 @item
147 Returned @command{nncp-caller}'s @option{-autotoss*} options workability.
148
149 @item
150 Yet another logging refactoring and simplification.
151 Should be no visible differences to the end user.
152
153 @end itemize
154
155 @node Release 6_1_0
156 @section Release 6.1.0
157 @itemize
158
159 @item
160 Optimization: most commands do not keep opened file descriptors now.
161 Previously you can exceed maximal number of opened files if you have got
162 many packets in the spool directory.
163
164 @item
165 Optimization: do not close file descriptor of the file we download
166 online. Previously each chunk lead to expensive open/close calls.
167
168 @item
169 Online downloaded files are saved with @file{.nock} (non-checksummed)
170 suffix, waiting either for @command{nncp-check}, or online daemons to
171 perform integrity check.
172
173 @item
174 Optimization: files, that are not resumed, are checksummed immediately
175 during the online download, skipping @file{.nock}-intermediate step.
176
177 @item
178 Ability to store encrypted packet's header in @file{.hdr} file, close to
179 the packet itself. That can greatly increase performance of packets
180 listing on filesystems with big block's size.
181
182 @end itemize
183
184 @node Release 6_0_0
185 @section Release 6.0.0
186 @itemize
187
188 @item
189 Log uses human readable and easy machine parseable
190 @url{https://www.gnu.org/software/recutils/, recfile} format for the
191 records, instead of structured RFC 3339 lines. Old logs are not readable
192 by @command{nncp-log} anymore.
193
194 @item
195 @option{-autotoss*} option workability with @command{nncp-daemon}'s
196 @option{-inetd} mode.
197
198 @item
199 Call's @option{when-tx-exists} allows to make a call only when outbound
200 packets exists. Combined with seconds-aware cron expression that can be
201 used as some kind of auto dialler.
202
203 @item
204 @command{nncp-cronexpr} command allows you to check validity and
205 expectations of specified cron expression.
206
207 @end itemize
208
209 @node Release 5_6_0
210 @section Release 5.6.0
211 @itemize
212
213 @item
214 @option{-autotoss*} option runs tosser not after the call, but every
215 second while it is active.
216
217 @item
218 @option{autotoss}, @option{autotoss-doseen},
219 @option{autotoss-nofile}, @option{autotoss-nofreq},
220 @option{autotoss-noexec}, @option{autotoss-notrns} options available in
221 @option{calls} configuration section. You can configure per-call
222 automatic tosser options.
223
224 @item
225 Use vendoring, instead of @env{GOPATH} overriding during tarball
226 installation, because current minimal Go's version is 1.12 and it
227 supports modules.
228
229 @end itemize
230
231 @node Release 5_5_1
232 @section Release 5.5.1
233 @itemize
234
235 @item
236 Respect for @env{BINDIR}, @env{INFODIR} and @env{DOCDIR} environment
237 variables in @file{config} during installation.
238
239 @end itemize
240
241 @node Release 5_5_0
242 @section Release 5.5.0
243 @itemize
244
245 @item
246 Bugfixes in @command{nncp-call(er)}/@command{nncp-daemon},
247 @command{nncp-bundle} and @command{nncp-stat}.
248
249 @item
250 @command{nncp-rm} has @option{-dryrun} and @option{-older} options now.
251
252 @item
253 @command{nncp-exec} has @option{-use-tmp} and @option{-nocompress}
254 options now. Uncompressed packets are not compatible with previous NNCP
255 versions.
256
257 @item
258 @command{nncp-call}, @command{nncp-caller} and @command{nncp-daemon} commands
259 have @option{-autotoss*} options for running tosser after call is ended.
260
261 @item
262 Updated dependencies. Minimal required Go version is 1.12.
263
264 @end itemize
265
266 @node Release 5_4_1
267 @section Release 5.4.1
268 @itemize
269
270 @item
271 Fixed @code{SENDMAIL} variable usage during the build.
272
273 @end itemize
274
275 @node Release 5_4_0
276 @section Release 5.4.0
277 @itemize
278
279 @item
280 Updated dependencies.
281
282 @item
283 Build system is moved from Makefiles to @url{http://cr.yp.to/redo.html, redo}.
284 This should not influence package maintainers, because minimal @command{redo}
285 implementation is included in tarball.
286
287 @end itemize
288
289 @node Release 5_3_3
290 @section Release 5.3.3
291 @itemize
292
293 @item
294 More various error checks.
295
296 @item
297 Updated dependencies.
298
299 @end itemize
300
301 @node Release 5_3_2
302 @section Release 5.3.2
303 @itemize
304
305 @item
306 Fixed incorrect logic of @option{onlinedeadline} timeout, where
307 connection won't take into account incoming packets events and will
308 forcefully disconnect.
309
310 @end itemize
311
312 @node Release 5_3_1
313 @section Release 5.3.1
314 @itemize
315
316 @item
317 Fixed @option{onlinedeadline} workability with call addresses that use
318 external commands (@verb{#"|somecmd"#}).
319
320 @item
321 @command{nncp-stat} has @option{-pkt} option displaying information
322 about each packet in the spool.
323
324 @end itemize
325
326 @node Release 5_3_0
327 @section Release 5.3.0
328 @itemize
329
330 @item
331 Progress messages contain prefix, describing the running action.
332
333 @item
334 Fixed not occurring handshake messages padding.
335
336 @item
337 Finish all SP protocol related goroutines, less memory leak.
338
339 @item
340 SP protocol generates less socket write calls, thus generating less TCP
341 packets.
342
343 @item
344 Check @option{onlinedeadline} and @option{maxonlinetime} options every
345 second, independently from socket reads (up to 10 seconds).
346
347 @item
348 Once per minute, if no other traffic exists, PING packets are sent in
349 SP-connection. That allows faster determining of connection unworkability.
350
351 @item
352 @command{nncp-toss} uses lock-file to prevent simultaneous tossing.
353
354 @end itemize
355
356 @node Release 5_2_1
357 @section Release 5.2.1
358 @itemize
359
360 @item
361 Fixed SP protocol error handling, sometimes causing program panic.
362
363 @end itemize
364
365 @node Release 5_2_0
366 @section Release 5.2.0
367 @itemize
368
369 @item
370 Most commands by default show oneline operations progress.
371 @option{-progress}, @option{-noprogress} command line options,
372 @option{noprogress} configuration file option appeared.
373
374 @item
375 Fixed incorrect @command{nncp-check} command return code, that returned
376 bad code when everything is good.
377
378 @item
379 Free disk space check during @command{nncp-bundle -rx} call.
380
381 @end itemize
382
383 @node Release 5_1_2
384 @section Release 5.1.2
385 @itemize
386
387 @item
388 @strong{Critical} vulnerability: remote peers authentication could lead
389 to incorrect identification of remote side, allowing foreign encrypted
390 packets downloading.
391
392 @item
393 Bugfix: private and public Noise keys were swapped in newly created
394 configuration files, that lead to inability to authenticate online peers.
395
396 @item
397 Explicit directories fsync-ing for guaranteed files renaming.
398
399 @end itemize
400
401 @node Release 5_1_1
402 @section Release 5.1.1
403 @itemize
404
405 @item
406 Fixed workability of @command{nncp-file} with @option{-chunked 0} option.
407
408 @end itemize
409
410 @node Release 5_1_0
411 @section Release 5.1.0
412 @itemize
413
414 @item
415 @command{nncp-file} can send directories, automatically creating pax
416 archive on the fly.
417
418 @item
419 Free disk space is checked during outbound packets creation.
420
421 @item
422 @option{freq}, @option{freqminsize}, @option{freqchunked} configuration
423 file options replaced with the structure:
424 @option{freq: @{path: ..., minsize: ..., chunked: ...@}}.
425
426 @item
427 Added @option{freq.maxsize} configuration file option, forbidding of
428 freq sending larger than specified size.
429
430 @item
431 Ability to notify about successfully executed commands (exec) with
432 @option{notify.exec} configuration file option.
433
434 @end itemize
435
436 @node Release 5_0_0
437 @section Release 5.0.0
438 @itemize
439
440 @item
441 @strong{Incompatible} configuration file format change: YAML is
442 replaced with Hjson, due to its simplicity, without noticeable lack
443 of either functionality or convenience.
444
445 @item
446 @strong{Incompatible} plain packet format changes. Older versions are
447 not supported. @code{zlib} compression is replaced with
448 @code{Zstandard}, due to its speed and efficiency, despite library
449 version is not mature enough.
450
451 @item
452 Ability to call remote nodes via pipe call of external command, not only
453 through TCP.
454
455 @item
456 @command{nncp-cfgnew} generates configuration file with many
457 comments. @option{-nocomments} option can be used for an old
458 behaviour.
459
460 @item
461 Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to
462 avoid possible collisions with @file{.nncp.chunkCTR}.
463
464 @item
465 Ability to override process umask through configuration file option.
466
467 @item
468 Files and directories are created with 666/777 permissions by default,
469 allowing control with @command{umask}.
470
471 @item
472 Updated dependencies.
473
474 @item
475 Full usage of go modules for dependencies management
476 (@code{go.cypherpunks.ru/nncp/v5} namespace is used).
477
478 @item
479 Forbid any later GNU GPL version autousage
480 (project's licence now is GNU GPLv3-only).
481
482 @end itemize
483
484 @node Release 4_1
485 @section Release 4.1
486 @itemize
487 @item Workability on GNU/Linux systems and Go 1.10 is fixed.
488 @end itemize
489
490 @node Release 4_0
491 @section Release 4.0
492 @itemize
493
494 @item
495 @strong{Incompatible} encrypted and eblob packet format change: AEAD
496 encryption mode with 128 KiB blocks is used now, because previously
497 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
498 decrypted data to external command. Older versions are not supported.
499
500 @item
501 Available free space checking before copying in @command{nncp-xfer},
502 @command{nncp-daemon}, @command{nncp-call(er)}.
503
504 @item
505 @command{nncp-call} has ability only to list packets on remote node,
506 without their transmission.
507
508 @item
509 @command{nncp-call} has ability to transfer only specified packets.
510
511 @item
512 Workability of @option{xxrate} preference in @option{calls}
513 configuration file section.
514
515 @item
516 Dependant libraries are updated.
517
518 @item
519 Minor bugfixes.
520
521 @item
522 Begin using of @code{go.mod} subsystem.
523
524 @end itemize
525
526 @node Release 3_4
527 @section Release 3.4
528 @itemize
529 @item @command{nncp-daemon} can be run as @command{inetd}-service.
530 @end itemize
531
532 @node Release 3_3
533 @section Release 3.3
534 @itemize
535
536 @item
537 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
538 if @file{.seen} exists and treat it like file was already downloaded.
539 Possibly it was transferred out-of-bound and remote side needs to be
540 notifier about that.
541
542 @item
543 If higher priority packet is spooled, then @command{nncp-daemon} will
544 queue its sending first, interrupting lower priority transmissions.
545
546 @item
547 Simple packet rate limiter added to online-related tools
548 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
549
550 @item
551 Ability to specify niceness with symbolic notation:
552 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
553
554 @item
555 Changed default niceness levels:
556 for @command{nncp-exec} from 64 to 96,
557 for @command{nncp-freq} from 64 to 160,
558 for @command{nncp-file} from 196 to 224.
559
560 @end itemize
561
562 @node Release 3_2
563 @section Release 3.2
564 @itemize
565 @item
566 @strong{Incompatible} @emph{bundle} archive format changes and
567 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
568 valid tar archives, but Go 1.9 made them invalid because of long paths
569 inside. NNCP accidentally was dependant on that bug. Explicit adding of
570 @file{NNCP/} directory in archive restores workability with valid tar
571 archives.
572 @end itemize
573
574 @node Release 3_1
575 @section Release 3.1
576 @itemize
577 @item
578 Ability to disable relaying at all using @verb{|-via -|} command line option.
579 @end itemize
580
581 @node Release 3_0
582 @section Release 3.0
583 @itemize
584
585 @item
586 @strong{Incompatible} plain packet format changes. Older versions are
587 not supported.
588
589 @item
590 Ability to queue remote command execution, by configuring @option{exec}
591 option in configuration file and using @command{nncp-exec} command:
592     @itemize
593     @item
594     @command{nncp-mail} command is replaced with more flexible
595     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
596     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
597     @item
598     @option{sendmail} configuration file option is replaced with
599     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
600     @verb{|exec: sendmail: [...]|}.
601     @end itemize
602
603 @item
604 Ability to override @option{via} configuration option for destination
605 node via @option{-via} command line option for following commands:
606 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
607
608 @item
609 Chunked files, having size less than specified chunk size, will be sent
610 as an ordinary single file.
611
612 @item
613 Exec commands are invoked with additional @env{NNCP_NICE} and
614 @env{NNCP_SELF} environment variables.
615
616 @item
617 Files, that are sent as a reply to freq, have niceness level taken from
618 the freq packet. You can set desired niceness during @command{nncp-freq}
619 invocation using @option{-replynice} option.
620
621 @item
622 @command{nncp-toss} command can ignore specified packet types during
623 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
624 @option{-notrns}.
625
626 @item
627 @command{nncp-file} command uses
628 @option{FreqMinSize}/@option{FreqChunked} configuration file options
629 for @option{-minsize}/@option{-chunked} by default. You can turn this
630 off by specifying zero value.
631
632 @end itemize
633
634 @node Release 2_0
635 @section Release 2.0
636 @itemize
637
638 @item
639 @strong{Incompatible} encrypted/eblob packet format changes. Older
640 versions are not supported.
641
642 @item
643 Twofish encryption algorithm is replaced with ChaCha20. It is much more
644 faster. One cryptographic primitive less.
645
646 @item
647 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
648 another cryptographic primitive less (assuming that BLAKE2X is nearly
649 identical to BLAKE2).
650
651 @end itemize
652
653 @node Release 1_0
654 @section Release 1.0
655 @itemize
656
657 @item
658 @strong{Incompatible} encrypted packet format changes. Older versions
659 are not supported.
660
661 @item
662 @command{nncp-bundle} command can either create stream of encrypted
663 packets, or digest it. It is useful when dealing with
664 @code{stdin}/@code{stdout} based transmission methods (like writing to
665 CD-ROM without intermediate prepared ISO image and working with tape
666 drives).
667
668 @item
669 @command{nncp-toss} is able to create @file{.seen} files preventing
670 duplicate packets receiving.
671
672 @item
673 Single background checksum verifier worker is allowed in
674 @command{nncp-call}. This is helpful when thousands of small inbound
675 packets could create many goroutines.
676
677 @item
678 Ability to override path to spool directory and logfile through either
679 command line argument, or environment variable.
680
681 @item
682 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
683 @file{.part}, @file{.lock} and temporary files.
684
685 @end itemize
686
687 @node Release 0_12
688 @section Release 0.12
689 @itemize
690 @item Sendmail command is called with @env{NNCP_SENDER} environment variable.
691 @end itemize
692
693 @node Release 0_11
694 @section Release 0.11
695 @itemize
696 @item @command{nncp-stat}'s command output is sorted by node name.
697 @end itemize
698
699 @node Release 0_10
700 @section Release 0.10
701 @itemize
702 @item
703 @command{nncp-freq}'s @file{DST} argument is optional now. Last
704 @file{SRC} path's element will be used by default.
705 @end itemize
706
707 @node Release 0_9
708 @section Release 0.9
709 @itemize
710 @item
711 Fix @option{-rx}/@option{-tx} arguments processing in
712 @command{nncp-call} command. They were ignored.
713 @end itemize
714
715 @node Release 0_8
716 @section Release 0.8
717 @itemize
718 @item
719 Little bugfix in @command{nncp-file} command, where @option{-minsize}
720 option for unchunked transfer was not in KiBs, but in bytes.
721 @end itemize
722
723 @node Release 0_7
724 @section Release 0.7
725 @itemize
726
727 @item
728 Ability to feed @command{nncp-file} from @code{stdin}, that uses an
729 encrypted temporary file for that.
730
731 @item
732 Chunked files transmission appeared with corresponding
733 @command{nncp-reass} command and @option{freqchunked} configuration file
734 entry. Useful for transferring big files over small storage devices.
735
736 @item
737 @option{freqminsize} configuration file option, analogue to
738 @option{-minsize} one.
739
740 @item
741 @command{nncp-xfer}'s @option{-force} option is renamed to
742 @option{-mkdir} for clarity.
743
744 @item
745 @option{-minsize} option is specified in KiBs, not bytes, for
746 convenience.
747
748 @item
749 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
750 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
751 common prefix and are grouped together for convenience.
752
753 @item
754 @command{nncp-cfgenc} command appeared, allowing configuration file
755 encryption/decryption, for keeping it safe without any either OpenPGP or
756 similar tools usage.
757
758 @item
759 Cryptographic libraries (dependencies) are updated.
760
761 @end itemize
762
763 @node Release 0_6
764 @section Release 0.6
765 @itemize
766 @item Small @command{nncp-rm} command appeared.
767 @item Cryptographic libraries (dependencies) are updated.
768 @end itemize
769
770 @node Release 0_5
771 @section Release 0.5
772 @itemize
773 @item
774 Trivial small fix in default niceness level of @command{nncp-file}
775 and @command{nncp-freq} commands.
776 @end itemize
777
778 @node Release 0_4
779 @section Release 0.4
780 @itemize
781
782 @item
783 Small fix in @command{nncp-call}, @command{nncp-caller},
784 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
785 lost).
786
787 @item
788 @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is shorter
789 and more convenient to use.
790
791 @item
792 @command{nncp-mincfg} command appeared: helper allowing to create
793 minimalistic stripped down configuration file without private keys, that
794 is useful during @command{nncp-xfer} usage.
795
796 @end itemize
797
798 @node Release 0_3
799 @section Release 0.3
800 @itemize
801 @item Fixed compatibility with Go 1.6.
802 @end itemize
803
804 @node Release 0_2
805 @section Release 0.2
806 @itemize
807
808 @item
809 @strong{Incompatible} packet's format change (magic number is changed
810 too): size field is encrypted and is not send in plaintext anymore.
811
812 @item
813 @option{-minsize} option gives ability to automatically pad outgoing
814 packets to specified minimal size.
815
816 @item
817 @command{nncp-daemon} and @command{nncp-call}/@command{nncp-caller}
818 always check new @emph{tx} packets appearance in the background while
819 connected. Remote side is immediately notified.
820
821 @item
822 @option{-onlinedeadline} option gives ability to configure timeout of
823 inactivity of online connection, when it could be disconnected. It could
824 be used to keep connection alive for a long time.
825
826 @item
827 @option{-maxonlinetime} option gives ability to set maximal allowable
828 online connection aliveness time.
829
830 @item
831 @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
832
833 @item
834 @command{nncp-pkt} command can decompress the data.
835
836 @end itemize