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