]> Cypherpunks.ru repositories - nncp.git/blob - doc/cmds.texi
e7090afff73fe4d0d7be71d68bd4937d9602872d
[nncp.git] / doc / cmds.texi
1 @node Commands
2 @unnumbered Commands
3
4 Nearly all commands have the following common options:
5
6 @table @option
7 @item -cfg
8     Path to configuration file. May be overridden by @env{NNCPCFG}
9     environment variable. If file file is an encrypted @ref{EBlob,
10     eblob}, then ask for passphrase to decrypt it first.
11 @item -debug
12     Print debug messages. Normally this option should not be used.
13 @item -minsize
14     @anchor{OptMinSize}
15     Minimal required resulting packet size, in KiBs. For example if you
16     send 2 KiB file and set @option{-minsize 4}, then resulting packet
17     will be 4 KiB (containing file itself and some junk).
18 @item -nice
19     Set desired outgoing packet @ref{Niceness, niceness level}.
20     1-255 values are allowed.
21 @item -replynice
22     Set desired reply packet @ref{Niceness, niceness level}. Only freq
23     and exec packets look at that niceness level. 1-255 values are
24     allowed.
25 @item -node
26     Process only single specified node.
27 @item -via
28     Override @ref{CfgVia, via} configuration option for destination node.
29     Specified nodes must be separated with comma: @verb{|NODE1,NODE2|}.
30 @item -spool
31     Override path to spool directory. May be specified by
32     @env{NNCPSPOOL} environment variable.
33 @item -log
34     Override path to logfile. May be specified by @env{NNCPLOG}
35     environment variable.
36 @item -quiet
37     Print only errors, omit simple informational messages. In any case
38     those messages are logged, so you can reread them using
39     @ref{nncp-log} command.
40 @item -version
41     Print version information.
42 @item -warranty
43     Print warranty information (no warranty).
44 @end table
45
46 @node nncp-bundle
47 @section nncp-bundle
48
49 @verbatim
50 % nncp-bundle [options] -tx [-delete] NODE [NODE ...] > ...
51 % nncp-bundle [options] -rx -delete [-dryrun] [NODE ...] < ...
52 % nncp-bundle [options] -rx [-check] [-dryrun] [NODE ...] < ...
53 @end verbatim
54
55 With @option{-tx} option, this command creates @ref{Bundles, bundle} of
56 @ref{Encrypted, encrypted packets} from the spool directory and writes
57 it to stdout.
58
59 With @option{-rx} option, this command takes bundle from stdin and
60 copies all found packets for our node to the spool directory. Pay
61 attention that @strong{no} integrity checking is done by default. Modern
62 tape drives could easily provide too much throughput your CPU won't be
63 able to verify on the fly. So if you won't @ref{nncp-toss, toss}
64 received packets at the place, it is advisable either to run
65 @ref{nncp-check} utility for packets integrity verification, or to use
66 @option{-check} option to enable on the fly integrity check.
67
68 You can specify multiple @option{NODE} arguments, telling for what nodes
69 you want to create the stream, or take it from. If no nodes are
70 specified for @option{-rx} mode, then all packets aimed at us will be
71 processed.
72
73 When packets are sent through the stream, they are still kept in the
74 spool directory, because there is no assurance that they are transferred
75 to the media (media (CD-ROM, tape drive, raw hard drive) can end). If
76 you want to forcefully delete them (after they are successfully flushed
77 to stdout) anyway, use @option{-delete} option.
78
79 But you can verify produced stream after, by digesting it by yourself
80 with @option{-rx} and @option{-delete} options -- in that mode, stream
81 packets integrity will be checked and they will be deleted from the
82 spool if everything is good. So it is advisable to recheck your streams:
83
84 @verbatim
85 % nncp-bundle -tx ALICE BOB WHATEVER | cdrecord -tao -
86 % dd if=/dev/cd0 bs=2048 | nncp-bundle -rx -delete
87 @end verbatim
88
89 @option{-dryrun} option prevents any writing to the spool. This is
90 useful when you need to see what packets will pass by and possibly check
91 their integrity.
92
93 @node nncp-call
94 @section nncp-call
95
96 @verbatim
97 % nncp-call [options] [-onlinedeadline INT] [-maxonlinetime INT] [-rx|-tx]
98                       NODE[:ADDR] [FORCEADDR]
99 @end verbatim
100
101 Call (connect to) specified @option{NODE} and run @ref{Sync,
102 synchronization} protocol with the @ref{nncp-daemon, daemon} on the
103 remote side. Normally this command could be run any time you wish to
104 either check for incoming packets, or to send out queued ones.
105 Synchronization protocol allows resuming and bidirectional packets
106 transfer.
107
108 If @option{-rx} option is specified then only inbound packets
109 transmission is performed. If @option{-tx} option is specified, then
110 only outbound transmission is performed. @option{-onlinedeadline}
111 overrides @ref{CfgOnlineDeadline, @emph{onlinedeadline}}.
112 @option{-maxonlinetime} overrides @ref{CfgMaxOnlineTime,
113 @emph{maxonlinetime}}.
114
115 @node nncp-caller
116 @section nncp-caller
117
118 @verbatim
119 % nncp-caller [options] [NODE ...]
120 @end verbatim
121
122 Croned daemon that calls remote nodes from time to time, according to
123 their @ref{CfgCalls, @emph{calls}} configuration field.
124
125 Optional number of @option{NODE}s tells to ignore other ones.
126 Otherwise all nodes with specified @emph{calls} configuration
127 field will be called.
128
129 @option{-onlinedeadline} overrides @ref{CfgOnlineDeadline,
130 @emph{onlinedeadline}} configuration option.
131
132 Each @option{NODE} can contain several uniquely identified
133 @option{ADDR}esses in @ref{CfgAddrs, configuration} file. If you do
134 not specify the exact one, then all will be tried until the first
135 success. Optionally you can force @option{FORCEADDR} address usage,
136 instead of addresses taken from configuration file.
137
138 Pay attention that this command runs integrity check for each completely
139 received packet in the background. This can be time consuming.
140 Connection could be lost during that check and remote node won't be
141 notified that file is done. But after successful integrity check that
142 file is renamed from @file{.part} one and when you rerun
143 @command{nncp-call} again, remote node will receive completion
144 notification.
145
146 @node nncp-cfgenc
147 @section nncp-cfgenc
148
149 @verbatim
150 % nncp-cfgmin [options] [-s INT] [-t INT] [-p INT] cfg.yaml > cfg.yaml.eblob
151 % nncp-cfgmin [options] -d cfg.yaml.eblob > cfg.yaml
152 @end verbatim
153
154 This command allows you to encrypt provided @file{cfg.yaml} file with
155 the passphrase, producing @ref{EBlob, eblob}, to safely keep your
156 configuration file with private keys. This utility was written for users
157 who do not want (or can not) to use either @url{https://gnupg.org/,
158 GnuPG} or similar tools. That @file{eblob} file can be used directly in
159 @option{-cfg} option of nearly all commands.
160
161 @option{-s}, @option{-t}, @option{-p} are used to tune @file{eblob}'s
162 password strengthening function. Space memory cost (@option{-s}),
163 specified in number of BLAKE2b-256 blocks (32 bytes), tells how many
164 memory must be used for hashing -- bigger values are better, but slower.
165 Time cost (@option{-t}) tells how many rounds/iterations must be
166 performed -- bigger is better, but slower. Number of parallel jobs
167 (@option{-p}) tells how many computation processes will be run: this is
168 the same as running that number of independent hashers and then joining
169 their result together.
170
171 When invoked for encryption, passphrase is entered manually twice. When
172 invoked for decryption (@option{-d} option), it is asked once and exits
173 if passphrase can not decrypt @file{eblob}.
174
175 @option{-dump} options parses @file{eblob} and prints parameters used
176 during its creation. For example:
177 @verbatim
178 % nncp-cfgenc -dump /usr/local/etc/nncp.yaml.eblob
179 Strengthening function: Balloon with BLAKE2b-256
180 Memory space cost: 1048576 bytes
181 Number of rounds: 16
182 Number of parallel jobs: 2
183 Blob size: 2494
184 @end verbatim
185
186 @node nncp-cfgmin
187 @section nncp-cfgmin
188
189 @verbatim
190 % nncp-cfgmin [options] > stripped.yaml
191 @end verbatim
192
193 Print out stripped configuration version: only path to @ref{Spool,
194 spool}, path to log file, neighbours public keys are stayed. This is
195 useful mainly for usage with @ref{nncp-xfer} that has to know only
196 neighbours, without private keys involving.
197
198 @node nncp-cfgnew
199 @section nncp-cfgnew
200
201 @verbatim
202 % nncp-cfgnew [options] > new.yaml
203 @end verbatim
204
205 Generate new node configuration: private keys, example configuration
206 file and print it to stdout. You must use this command when you setup
207 the new node.
208
209 Pay attention that private keys generation consumes an entropy from your
210 operating system.
211
212 @node nncp-check
213 @section nncp-check
214
215 @verbatim
216 % nncp-check [options]
217 @end verbatim
218
219 Perform @ref{Spool, spool} directory integrity check. Read all files
220 that has Base32-encoded filenames and compare it with recalculated
221 BLAKE2b hash output of their contents. That supplementary command is
222 not used often in practice, if ever.
223
224 @node nncp-daemon
225 @section nncp-daemon
226
227 @verbatim
228 % nncp-daemon [options] [-maxconn INT] [-bind ADDR]
229 @end verbatim
230
231 Start listening TCP daemon, wait for incoming connections and run
232 @ref{Sync, synchronization protocol} with each of them. You can run
233 @ref{nncp-toss} utility in background to process inbound packets from
234 time to time.
235
236 @option{-maxconn} option specifies how many simultaneous clients daemon
237 can handle. @option{-bind} option specifies @option{addr:port} it must
238 bind to and listen.
239
240 @node nncp-exec
241 @section nncp-exec
242
243 @verbatim
244 % nncp-exec [options] NODE HANDLE [ARG0 ARG1 ...]
245 @end verbatim
246
247 Send execution command to @option{NODE} for specified @option{HANDLE}.
248 Body is read from stdin and compressed. After receiving, remote side
249 will execute specified @ref{CfgExec, handle} command with @option{ARG*}
250 appended and decompressed body fed to command's stdin.
251
252 For example, if remote side has following configuration file for your
253 node:
254
255 @verbatim
256 exec:
257   sendmail: [/usr/sbin/sendmail, "-t"]
258   appender: ["/bin/sh", "-c", "cat >> /append"]
259 @end verbatim
260
261 then executing @verb{|echo My message | nncp-exec -replynice 123 REMOTE
262 sendmail root@localhost|} will lead to executing of:
263
264 @verbatim
265 echo My message |
266     NNCP_SELF=REMOTE \
267     NNCP_SENDER=OurNodeId \
268     NNCP_NICE=123 \
269     /usr/sbin/sendmail -t root@localhost
270 @end verbatim
271
272
273 @node nncp-file
274 @section nncp-file
275
276 @verbatim
277 % nncp-file [options] [-chunked INT] SRC NODE:[DST]
278 @end verbatim
279
280 Send @file{SRC} file to remote @option{NODE}. @file{DST} specifies
281 destination file name in remote's @ref{CfgIncoming, incoming}
282 directory. If this file already exists there, then counter will be
283 appended to it.
284
285 This command queues file in @ref{Spool, spool} directory immediately
286 (through the temporary file of course) -- so pay attention that sending
287 2 GiB file will create 2 GiB outbound encrypted packet.
288
289 If @file{SRC} equals to @file{-}, then create an encrypted temporary
290 file and copy everything taken from stdin to it and use for outbound
291 packet creation. Pay attention that if you want to send 1 GiB of data
292 taken from stdin, then you have to have 2 GiB of disk space for that
293 temporary file and resulting encrypted packet. You can control where
294 temporary file will be stored using @env{TMPDIR} environment variable.
295 Encryption is performed with @url{https://cr.yp.to/chacha.html,
296 ChaCha20} algorithm. Data is splitted on 128 KiB blocks. Each block is
297 encrypted with increasing nonce counter.
298
299 If @option{-chunked} is specified, then source file will be split
300 @ref{Chunked, on chunks}. @option{INT} is the desired chunk size in
301 KiBs. This mode is more CPU hungry. Pay attention that chunk is saved in
302 spool directory immediately and it is not deleted if any error occurs.
303 @option{-minsize} option is applied per each chunk. Do not forget about
304 @ref{ChunkedZFS, possible} ZFS deduplication issues.
305
306 If @ref{CfgNotify, notification} is enabled on the remote side for
307 file transmissions, then it will sent simple letter after successful
308 file receiving.
309
310 @node nncp-freq
311 @section nncp-freq
312
313 @verbatim
314 % nncp-freq [options] NODE:SRC [DST]
315 @end verbatim
316
317 Send file request to @option{NODE}, asking it to send its @file{SRC}
318 file from @ref{CfgFreq, freq} directory to our node under @file{DST}
319 filename in our @ref{CfgIncoming, incoming} one. If @file{DST} is not
320 specified, then last element of @file{SRC} will be used.
321
322 If @ref{CfgNotify, notification} is enabled on the remote side for
323 file request, then it will sent simple letter after successful file
324 queuing.
325
326 @node nncp-log
327 @section nncp-log
328
329 @verbatim
330 % nncp-log [options]
331 @end verbatim
332
333 Parse @ref{Log, log} file and print out its records in human-readable form.
334
335 @node nncp-pkt
336 @section nncp-pkt
337
338 @verbatim
339 % nncp-pkt [options] < pkt
340 % nncp-pkt [options] [-decompress] -dump < pkt > payload
341 @end verbatim
342
343 Low level packet parser. Normally it should not be used, but can help in
344 debugging.
345
346 By default it will print packet's type, for example:
347 @verbatim
348 Packet type: encrypted
349 Niceness: 64
350 Sender: 2WHBV3TPZHDOZGUJEH563ZEK7M33J4UESRFO4PDKWD5KZNPROABQ
351 @end verbatim
352
353 If you specify @option{-dump} option and provide an @ref{Encrypted,
354 encrypted} packet, then it will verify and decrypt it to stdout.
355 Encrypted packets contain @ref{Plain, plain} ones, that also can be fed
356 to @command{nncp-pkt}:
357
358 @verbatim
359 Packet type: plain
360 Payload type: transitional
361 Path: VHMTRWDOXPLK7BR55ICZ5N32ZJUMRKZEMFNGGCEAXV66GG43PEBQ
362
363 Packet type: plain
364 Payload type: mail
365 Path: stargrave@stargrave.org
366 @end verbatim
367
368 And with the @option{-dump} option it will give you the actual payload
369 (the whole file, mail message, and so on). @option{-decompress} option
370 tries to zlib-decompress the data from plain packet (useful for mail
371 packets).
372
373 @node nncp-reass
374 @section nncp-reass
375
376 @verbatim
377 % nncp-reass [options] [-dryrun] [-keep] [-dump] [-stdout] FILE.nncp.meta
378 % nncp-reass [options] [-dryrun] [-keep] {-all | -node NODE}
379 @end verbatim
380
381 Reassemble @ref{Chunked, chunked file} after @ref{nncp-toss, tossing}.
382
383 When called with @option{FILE} option, this command will reassemble only
384 it. When called with @option{-node} option, this command will try to
385 reassemble all @file{.nncp.meta} files found in @option{NODE}'s
386 @ref{CfgIncoming, incoming} directory. When called with @option{-all}
387 option, then cycle through all known nodes to do the same.
388
389 Reassembling process does the following:
390
391 @enumerate
392 @item Parses @ref{Chunked, @file{.nncp.meta}} file.
393 @item Checks existence and size of every @file{.nncp.chunkXXX}.
394 @item Verifies integrity of every chunk.
395 @item Concatenates all chunks, simultaneously removing them from filesystem.
396 @end enumerate
397
398 That process reads the whole data twice. Be sure to have free disk
399 space for at least one chunk. Decrypted chunk files as a rule are saved
400 in pseudo-random order, so removing them during reassembly process will
401 likely lead to filesystem fragmentation. Reassembly process on
402 filesystems with deduplication capability should be rather lightweight.
403
404 If @option{-dryrun} option is specified, then only existence and
405 integrity checking are performed.
406
407 If @option{-keep} option is specified, then no
408 @file{.nncp.meta}/@file{.nncp.chunkXXX} files are deleted during
409 reassembly process.
410
411 @option{-stdout} option outputs reassembled file to stdout, instead of
412 saving to temporary file with renaming after. This could be useful for
413 reassembling on separate filesystem to lower fragmentation effect,
414 and/or separate storage device for higher performance.
415
416 @option{-dump} option prints meta-file contents in human-friendly form.
417 It is useful mainly for debugging purposes. For example:
418 @verbatim
419 Original filename: testfile
420 File size: 3.8 MiB (3987795 bytes)
421 Chunk size: 1.0 MiB (1048576 bytes)
422 Number of chunks: 4
423 Checksums:
424     0: eac60d819edf40b8ecdacd0b9a5a8c62de2d15eef3c8ca719eafa0be9b894017
425     1: 013a07e659f2e353d0e4339c3375c96c7fffaa2fa00875635f440bbc4631052a
426     2: f4f883975a663f2252328707a30e71b2678f933b2f3103db8475b03293e4316e
427     3: 0e9e229501bf0ca42d4aa07393d19406d40b179f3922a3986ef12b41019b45a3
428 @end verbatim
429
430  Do not forget about @ref{ChunkedZFS, possible} ZFS deduplication issues.
431
432 @node nncp-rm
433 @section nncp-rm
434
435 @verbatim
436 % nncp-rm [options] -tmp
437 % nncp-rm [options] -lock
438 % nncp-rm [options] -node NODE -part
439 % nncp-rm [options] -node NODE -seen
440 % nncp-rm [options] -node NODE [-rx] [-tx]
441 % nncp-rm [options] -node NODE -pkt PKT
442 @end verbatim
443
444 This command is aimed to delete various files from your spool directory:
445
446 @itemize
447 @item If @option{-tmp} option is specified, then it will delete all
448 temporary files in @file{spool/tmp} directory. Files may stay in it when
449 commands like @ref{nncp-file} fail for some reason.
450 @item If @option{-lock} option is specified, then all @file{.lock} files
451 will be deleted in your spool directory.
452 @item If @option{-pkt} option is specified, then @file{PKT} packet (its
453 Base32 name) will be deleted. This is useful when you see some packet
454 failing to be processed.
455 @item When either @option{-rx} or @option{-tx} options are specified
456 (maybe both of them), then delete all packets from that given queues. If
457 @option{-part} is given, then delete only @file{.part}ly downloaded
458 ones. If @option{-seen} option is specified, then delete only
459 @file{.seen} files.
460 @end itemize
461
462 @node nncp-stat
463 @section nncp-stat
464
465 @verbatim
466 % nncp-stat [options]
467 @end verbatim
468
469 Print current @ref{Spool, spool} statistics about unsent and unprocessed
470 packets. For each node and each niceness level there will be printed how
471 many packets (with the total size) are in inbound (Rx) and outbound (Tx)
472 queues.
473
474 @node nncp-toss
475 @section nncp-toss
476
477 @verbatim
478 % nncp-toss [options]
479     [-dryrun]
480     [-cycle INT]
481     [-seen]
482     [-nofile]
483     [-nofreq]
484     [-nomail]
485     [-notrns]
486 @end verbatim
487
488 Perform "tossing" operation on all inbound packets. This is the tool
489 that decrypts all packets and processes all payload packets in them:
490 copies files, sends mails, sends out file requests and relays transition
491 packets. It should be run after each online/offline exchange.
492
493 @option{-dryrun} option does not perform any writing and sending, just
494 tells what it will do.
495
496 @option{-cycle} option tells not to quit, but to repeat tossing every
497 @option{INT} seconds in an infinite loop. That can be useful when
498 running this command as a daemon.
499
500 @option{-seen} option creates empty @file{XXX.seen} file after
501 successful tossing of @file{XXX} packet. @ref{nncp-xfer} and
502 @ref{nncp-bundle} commands skip inbound packets that has been already
503 seen, processed and tossed. This is helpful to defeat duplicates.
504
505 @option{-nofile}, @option{-nofreq}, @option{-nomail}, @option{-notrns}
506 options allow to disable any kind of packet types processing.
507
508 @node nncp-xfer
509 @section nncp-xfer
510
511 @verbatim
512 % nncp-xfer [options] [-mkdir] [-keep] [-rx|-tx] DIR
513 @end verbatim
514
515 Search for directory in @file{DIR} containing inbound packets for us and
516 move them to local @ref{Spool, spool} directory. Also search for known
517 neighbours directories and move locally queued outbound packets to them.
518 This command is used for offline packets transmission.
519
520 If @option{-mkdir} option is specified, then outbound neighbour(s)
521 directories will be created. This is useful for the first time usage,
522 when storage device does not have any directories tree.
523
524 If @option{-keep} option is specified, then keep copied files, do not
525 remove them.
526
527 @option{-rx} option tells only to move inbound packets addressed to us.
528 @option{-tx} option tells exactly the opposite: move only outbound packets.
529
530 @ref{nncp-cfgmin} could be useful for creating stripped minimalistic
531 configuration file version without any private keys.
532
533 @file{DIR} directory has the following structure:
534 @file{RECIPIENT/SENDER/PACKET}, where @file{RECIPIENT} is Base32 encoded
535 destination node, @file{SENDER} is Base32 encoded sender node.
536
537 Also look for @ref{nncp-bundle}, especially if you deal with CD-ROM and
538 tape drives.