aiju
11954a19a6
sshfs: look up uid/gid from /etc/^(passwd group)
2017-04-28 16:34:24 +00:00
aiju
562fd5b134
add sshfs
2017-04-28 15:41:48 +00:00
aiju
2a920e7361
ssh: add support for subsystems
2017-04-28 15:41:39 +00:00
cinap_lenrek
522f08e5f1
upas/fs: fix warning about unused Err: label
2017-04-27 20:06:00 +02:00
aiju
66c22f3908
games/md: copy updated cpu.c from blit
2017-04-27 08:46:44 +00:00
aiju
8d3bbf373c
add blit(1) manpage
2017-04-27 08:42:41 +00:00
aiju
042f98784a
ssh: make number of retries configurable
2017-04-24 23:26:43 +00:00
aiju
ef7b428832
ssh: loop keyboard-interactive on failure
2017-04-24 23:16:59 +00:00
aiju
fbf64184df
ssh: fix typo
2017-04-24 16:07:34 +00:00
aiju
f8eb5a1d13
ssh: add "none" method to find out list of acceptable methods
2017-04-24 16:04:09 +00:00
spew
1f6a604c23
libavl: fix documentation
2017-04-24 10:50:03 -05:00
cinap_lenrek
403584715f
ssh(1): refer to thumbprint(6) for the sshthumbs file format
2017-04-24 02:21:43 +02:00
cinap_lenrek
42f449b9ce
ssh: print the whole ssh-rsa hostkey in base64 when thumb check fails
...
in addition to the thumbprint, also print the whole
hostkey in base64 (same format as openssh uses) to
make verification easier.
2017-04-24 01:46:22 +02:00
cinap_lenrek
346f5828e0
libsec: sha256 support for thumbprint files, use it in ssh as well
...
initThumbprints() now takes an application tag argument
so x509 and ssh can coexist.
the thumbprint entries can now hold both sha1 and sha256
hashes. okThumbprint() now takes a len argument for the
hash length used.
the new function okCertificate() hashes the certificate
with both and checks for any matches.
on failure, okCertificate() returns 0 and sets error string.
we also check for include loops now in thumbfiles, limiting
the number of includes to 8.
2017-04-23 19:00:08 +02:00
cinap_lenrek
2d1fbbdafa
upas/fs: don't abort on malformed unix header
2017-04-23 18:42:26 +02:00
cinap_lenrek
641c9da369
ssh(1): add $home/lib/thumbfile to FILE section
2017-04-23 03:31:20 +02:00
cinap_lenrek
88cdfe76df
ssh: document thumbfile options
2017-04-23 02:59:32 +02:00
cinap_lenrek
da0a7ac387
ssh: implement primitive hostkey verification
...
this checks $home/lib/sshthumbs for the sha256 hash
of the hosts rsa public key. if its not there, it
prints the rc command to add it and exits.
2017-04-23 02:54:41 +02:00
cinap_lenrek
2b10f79119
ssh(1): add bugs section about host not being authenticated
2017-04-23 01:11:12 +02:00
cinap_lenrek
9574e3908f
ssh(1): initial documentation, needs examples for authentication
2017-04-23 00:42:33 +02:00
cinap_lenrek
83d5c827b7
vt: handle underline attribute
2017-04-22 22:52:34 +02:00
cinap_lenrek
f80b35faca
merge
2017-04-22 22:21:47 +02:00
cinap_lenrek
13a74150ac
vt: handle nocolor flag and reversed background colors
2017-04-22 22:19:17 +02:00
spew
7986722cec
merge
2017-04-22 14:28:34 -05:00
spew
6261dcb06b
replica: use libavl for avl tree implementation
2017-04-22 14:28:02 -05:00
cinap_lenrek
c029a0c913
vt: handle insert/delete/home/end keys for vt220/xterm
2017-04-22 21:07:53 +02:00
spew
9cf5198145
libavl: lookup can return the closest match
2017-04-22 13:59:37 -05:00
cinap_lenrek
f2b7f24e4e
vt: handle application/normal mode (really fixes cursor keys)
2017-04-22 20:16:07 +02:00
cinap_lenrek
b58584b057
merge
2017-04-22 18:21:57 +02:00
cinap_lenrek
5d7a77cf57
vt: fix xterm cursor keys
2017-04-22 18:01:49 +02:00
cinap_lenrek
4340dd1b2f
merge
2017-04-22 02:42:16 +02:00
cinap_lenrek
c5b2927250
vt: fix background drawing
2017-04-22 02:41:00 +02:00
mischief
5ef9330b6f
nusb/ptp: treat any assocation as a directory
...
previously nusb/ptp showed only 'generic folder' association type as directories, but all associations work as directories. tested with LG G5/android 7.0
2017-04-21 15:09:50 -07:00
cinap_lenrek
ccdb4fca83
merge
2017-04-21 19:25:25 +02:00
cinap_lenrek
a944c37d68
ssh: actually handle flow control and channel id's
2017-04-21 19:23:56 +02:00
aiju
094fc8b15f
fix yacc bug (found by dan cross)
2017-04-21 17:16:44 +00:00
cinap_lenrek
99825e22ed
ssh: increase initial window size for better throughput
2017-04-21 01:45:11 +02:00
cinap_lenrek
9b33c34e9b
rsa(8): fix description of rsa2ssh (now, ssh2 format only)
2017-04-21 00:23:46 +02:00
cinap_lenrek
882f1c492e
ssh: cleanup debug messages
2017-04-21 00:09:30 +02:00
cinap_lenrek
9c50712d64
ssh: do not try authentication methods that we know are not possible
2017-04-20 23:45:56 +02:00
cinap_lenrek
2e714ffe7c
ssh: implement password and keyboard-interactive authentication methods
2017-04-20 22:28:21 +02:00
cinap_lenrek
bef681b892
vt: cursoron, don't resize winow when replying history
2017-04-19 22:34:47 +02:00
cinap_lenrek
d566a5ca6b
ssh: fix locking, and key reexchange handling
...
when we initiate re-key exchange we data packets can still
come in. so instead we have everything that can come in all
the time in dispatch() function (including KEXINIT) and have
the receiver process just call that in a loop. exclude dispatch
and the sender proc from corrupting each others sendpkt() calls
with the QLock sl.
2017-04-19 21:03:26 +02:00
stanley lieber
778e2af7be
/lib/rob, /lib/theo: I don't think so.
2017-04-19 13:38:30 -04:00
aiju
cb4327700a
remove accidentally pushed change to .hgignore
2017-04-19 10:16:00 +00:00
aiju
b795a6d9dc
blit: always show top-left corner; add tony kaku's -m flag
2017-04-19 10:13:36 +00:00
aiju
759651e8a9
change cpurc to look for service folder in /cfg/$sysname and /cfg/default
2017-04-19 09:00:44 +00:00
aiju
9dee37a2b0
disable all services except 17019, 17020 by default
2017-04-19 08:51:18 +00:00
cinap_lenrek
283a1c0788
vt: but not too fast :-)
...
if drawing can't keep up with the host, make sure we
eventually redraw the screen and check for user events.
2017-04-19 02:18:28 +02:00
cinap_lenrek
219050cc36
vt: make it fast
2017-04-19 01:46:20 +02:00