Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-01 | vgamach64xx: remove drawdebug reference | cinap_lenrek | |
2017-05-01 | merge | cinap_lenrek | |
2017-05-01 | ip/torrent: avoid requesting same chunks | cinap_lenrek | |
instead of always just requesting the missing range of the current piece, remember the workpiece offset and request sequential chunks from the workpiece. this avoids double requests of the same ranges when the peer does not respond with the data immidiately. | |||
2017-04-30 | libregexp: miscellaneous little cleanups | spew | |
2017-04-30 | sshfs: fix -r / retulting in "//foo" paths, memory leaks, use estrdup9p() | cinap_lenrek | |
just use cleanname() to implement pathcat(), which handles double slashes and ".." elements already. have to free the partial dir structue on error in parsedir(). use estrdup9p() instead of strdup(). | |||
2017-04-30 | vnc: substitute iprint() with fprint(2, (gone from libmemdraw) | cinap_lenrek | |
2017-04-30 | kernel: fix rewinding in directories with pread() offset | cinap_lenrek | |
reading directories with pread() offset has to work the same way as read(), otherwise exportfs breaks rewinding in directories. | |||
2017-04-30 | lib9p: allow rewinding in 9pfile directories | cinap_lenrek | |
2017-04-29 | libmemdraw: get rid of kernel iprint() emulation | cinap_lenrek | |
2017-04-29 | libmemdraw/libmemlayer: get rid of drawdebug prints | cinap_lenrek | |
2017-04-29 | devdraw: ignore drawdebug command | cinap_lenrek | |
2017-04-29 | libdraw: get rid of _drawdebug variable | cinap_lenrek | |
2017-04-29 | sshfs: add -r and -M options | aiju | |
2017-04-29 | cwfs: allow "none" user to rename files | cinap_lenrek | |
2017-04-29 | sshfs: don't crash when no /etc/password file could be read on the remote side | cinap_lenrek | |
in a cygwin environment, theres no /etc/passwd file to translate numeric uid/gid's. changing passwdparse() to ignore nil string argument. | |||
2017-04-28 | sshfs: check correctly for directory bits; calculate parent directory correctly | aiju | |
2017-04-28 | sshfs: reset SReq->reqid field to fix double-free of request ids | aiju | |
2017-04-28 | sshfs: remove debug print | aiju | |
2017-04-28 | sshfs: don't cache directory contents | aiju | |
2017-04-28 | add sshfs(4) manpage | aiju | |
2017-04-28 | sshfs: look up uid/gid from /etc/^(passwd group) | aiju | |
2017-04-28 | add sshfs | aiju | |
2017-04-28 | ssh: add support for subsystems | aiju | |
2017-04-27 | upas/fs: fix warning about unused Err: label | cinap_lenrek | |
2017-04-27 | games/md: copy updated cpu.c from blit | aiju | |
2017-04-27 | add blit(1) manpage | aiju | |
2017-04-24 | ssh: make number of retries configurable | aiju | |
2017-04-24 | ssh: loop keyboard-interactive on failure | aiju | |
2017-04-24 | ssh: fix typo | aiju | |
2017-04-24 | ssh: add "none" method to find out list of acceptable methods | aiju | |
2017-04-24 | libavl: fix documentation | spew | |
2017-04-24 | ssh(1): refer to thumbprint(6) for the sshthumbs file format | cinap_lenrek | |
2017-04-24 | ssh: print the whole ssh-rsa hostkey in base64 when thumb check fails | cinap_lenrek | |
in addition to the thumbprint, also print the whole hostkey in base64 (same format as openssh uses) to make verification easier. | |||
2017-04-23 | libsec: sha256 support for thumbprint files, use it in ssh as well | cinap_lenrek | |
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 | upas/fs: don't abort on malformed unix header | cinap_lenrek | |
2017-04-23 | ssh(1): add $home/lib/thumbfile to FILE section | cinap_lenrek | |
2017-04-23 | ssh: document thumbfile options | cinap_lenrek | |
2017-04-23 | ssh: implement primitive hostkey verification | cinap_lenrek | |
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 | ssh(1): add bugs section about host not being authenticated | cinap_lenrek | |
2017-04-23 | ssh(1): initial documentation, needs examples for authentication | cinap_lenrek | |
2017-04-22 | vt: handle underline attribute | cinap_lenrek | |
2017-04-22 | merge | cinap_lenrek | |
2017-04-22 | vt: handle nocolor flag and reversed background colors | cinap_lenrek | |
2017-04-22 | merge | spew | |
2017-04-22 | replica: use libavl for avl tree implementation | spew | |
2017-04-22 | vt: handle insert/delete/home/end keys for vt220/xterm | cinap_lenrek | |
2017-04-22 | libavl: lookup can return the closest match | spew | |
2017-04-22 | vt: handle application/normal mode (really fixes cursor keys) | cinap_lenrek | |
2017-04-22 | merge | cinap_lenrek | |
2017-04-22 | vt: fix xterm cursor keys | cinap_lenrek | |