cinap_lenrek
963cfc9a6f
merging erik quanstros nupas
2017-03-12 17:15:03 +01:00
spew
0e9973c80f
games/galaxy: Change button 2 to reposition the galaxy, remove "move" from the button 3 menu
2017-03-01 15:59:26 -06:00
cinap_lenrek
da343924f4
games(1): document games/midi -c arguments
2017-02-26 22:17:41 +01:00
cinap_lenrek
297bf25f61
add games/mus midi converter (by qu7uux)
2017-02-26 19:23:52 +01:00
cinap_lenrek
ac51afa1c6
authsrv(6): fix typo "ther" -> "their" (thanks aiju)
2017-02-25 18:23:57 +01:00
aiju
54ec7aed62
auth/keyfs: support -r flag to mount read-only
2017-02-23 23:22:49 +01:00
cinap_lenrek
64f5e1ddd4
galaxy(1): terminate .EX sections with .EE
2017-02-19 20:05:43 +01:00
spew
5aabf85d7c
games/galaxy: add n-body simulator
2017-02-18 09:08:51 -06:00
cinap_lenrek
7d4a1e3643
ec(2), rsa(2): document X509toECpub(), X509ecdsaverify(), X509ecdsaverifydigest(), X509rsaverifydigest()
2017-02-10 22:39:47 +01:00
cinap_lenrek
34a9d22ec6
rsa(2): document rsafill()
2017-02-10 21:12:45 +01:00
cinap_lenrek
8a1c587c9c
ec(2): document ecencodepub(), ecdecodepub() and ecpubfree() and list all the curve parameter functions
2017-02-10 20:42:56 +01:00
spew
3b24eb4c1f
games/mix: implement Knuth's specification for comments
2017-02-03 18:55:02 -06:00
cinap_lenrek
2aa42aee31
auth(8): document authsrv -N flag
2017-01-26 11:23:46 +01:00
spew
dbf6aaf513
games/mix: fix man page directories
2017-01-20 16:14:03 -06:00
spew
4b68ddfb5a
games/mix: document -g option, rename tests to examples as it is in the man page
2017-01-17 20:51:08 -06:00
cinap_lenrek
ca47fef006
rcpu: use $cpu environment variable for host when not specified
2017-01-15 18:25:54 +01:00
cinap_lenrek
b7103d1517
listen(8): remove tcp22 section
2017-01-13 19:46:04 +01:00
cinap_lenrek
916d0088b7
cpu(1), import(4): note deprecation and refer to rcpu(1)
2017-01-13 19:43:05 +01:00
cinap_lenrek
67fb680508
listen(8): remove reference to ssh(1)
2017-01-13 19:31:41 +01:00
cinap_lenrek
04b200f59b
rsa(8): remove reference to ssh(1)
2017-01-13 19:30:12 +01:00
cinap_lenrek
db310be100
srv(4): fix reference to tlssrv(8)
2017-01-13 19:29:13 +01:00
cinap_lenrek
23ebca57a3
factotum(4): remove reference to ssh(1)
2017-01-13 19:26:55 +01:00
cinap_lenrek
a2eddf4d2d
execnet(4): remove trailing ,
2017-01-13 19:24:13 +01:00
cinap_lenrek
93dc490b1f
execnet(4): remove reference to ssh(1)
2017-01-13 19:23:20 +01:00
cinap_lenrek
5bfce16c43
vt(1): remove reference to ssh(1)
2017-01-13 19:21:04 +01:00
cinap_lenrek
412cbf67f1
con(1): remove reference to ssh(1)
2017-01-13 19:19:08 +01:00
cinap_lenrek
26c39ddc8d
9p(2): remove reference to ssh(1)
2017-01-13 19:18:08 +01:00
cinap_lenrek
3a7146f8bf
stub(8): remove reference to sshnet
2017-01-13 19:15:50 +01:00
cinap_lenrek
19668882ee
authsrv(6): remove reference to ssh(1)
2017-01-13 19:13:48 +01:00
cinap_lenrek
39e4bbcfb0
srv(4): remove ssh/sshsrv references
2017-01-13 19:02:39 +01:00
khm
dc8c7bf2b7
ssh: R.I.P.
2017-01-12 16:36:38 -08:00
cinap_lenrek
bdc1b187c4
merge
2017-01-12 20:17:52 +01:00
cinap_lenrek
2e23780d2f
libsec: implement extended 192-bit nonce xchacha variant and hchacha function
2017-01-12 20:16:38 +01:00
spew
a0cc369c15
games/mix: Add Knuth MIX emulator/assembler
2017-01-10 11:42:11 -06:00
cinap_lenrek
ed9fdc72f5
libsec: replace des based X9.17 genrandom() with chacha random number generator
2016-12-28 02:02:00 +01:00
spew
ff384cbddc
libavl: fix manpage example, minor improvement to code
2016-12-24 17:58:31 -06:00
spew
6187b862b7
avl: fix man page example
2016-12-22 18:44:45 -06:00
spew
0885ed1e80
alv(2): new avl implementation
2016-12-22 16:47:41 -06:00
cinap_lenrek
82bf19941e
auth/as, auth/none, auth/newns: consistent handling of command arguments, cleanup
2016-12-22 21:39:59 +01:00
cinap_lenrek
8f782ac916
srv(4): add SOURCE for srvtls
2016-11-08 02:10:47 +01:00
spew
cf5d24033d
winwatch: no more 'l' key labeling
2016-10-26 14:01:13 -05:00
spew
d5992857bb
winwatch: middle mouse button click also prompts for label
2016-10-25 22:53:38 -05:00
cinap_lenrek
234137bce3
fix bugs and cleanup cryptsetup code
...
devfs:
- fix memory leak in devfs leaking the aes key
- allocate aes-xts cipher state in secure memory
- actually check if the hexkey got fully parsed
cryptsetup:
- get rid of stupid "type YES" prompt
- use genrandom() to generate salts and keys
- rewrite cryptsetup to use common pbkdf2 and readcons routines
- fix alot of error handling and simplify the code
- move cryptsetup command to disk/cryptsetup
- update cryptsetup(8) manual page
2016-10-24 20:56:11 +02:00
cinap_lenrek
483e54a0d3
ip(3): spelling, thanks sl
2016-09-21 21:57:08 +02:00
cinap_lenrek
e864523eed
ip(3): update description of /net/ipifc/*/status format
2016-09-21 21:47:52 +02:00
aiju
0c50e1bc3d
pc(1): add pb (thanks, BurnZeZ); add bit numbering
2016-09-19 01:20:28 +02:00
aiju
07284c41f6
pc(1): add nsa() command
2016-09-15 08:51:59 +00:00
cinap_lenrek
efe5c58c01
authsrv(2): update Nvrsafe structure to include aesmachkey
2016-09-08 10:40:19 +02:00
aiju
1b4f432eae
pc(1): manpage: restore previous size rather than set to 10
2016-09-01 11:46:44 +00:00
aiju
183f700a20
pc(1): manpage formatting
2016-09-01 11:38:33 +00:00