Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-05 | tweak quick_lookup for a faster path. | Marc Espie | |
okay millert@ | |||
2002-06-05 | document -c, add Xr to core(5) and some minor changes as per mandoc(7). | Federico G. Schwindt | |
2002-06-05 | core support from Jean-Francois Brousseau <krapht@secureops.com> with | Federico G. Schwindt | |
a few tweaks of mine. tested on sparc64 and i386. | |||
2002-06-05 | remove warning. | Federico G. Schwindt | |
2002-06-05 | copy current request into an extra buffer and just flush this | Markus Friedl | |
request on errors, ok provos@ | |||
2002-06-05 | mention $SSH_AUTH_SOCK; dave@ugc.org.uk | Markus Friedl | |
2002-06-05 | '-a bind_address' binds the agent to user-specified unix-domain | Markus Friedl | |
socket instead of /tmp/ssh-XXXXXXXX/agent.<pid>; ok djm@ (some time ago). | |||
2002-06-05 | use types in inttypes.h directly | Jun-ichiro itojun Hagino | |
2002-06-04 | __FUNCTION__ -> __func__ | Markus Friedl | |
2002-06-04 | remove __FUNCTION__ | Markus Friedl | |
2002-06-04 | save the session id (hash) for ssh2 (it will be passed with the initial sign ↵ | Markus Friedl | |
request) and verify that this value is used during authentication; ok provos@ | |||
2002-06-04 | only allow enabled authentication methods; ok provos@ | Markus Friedl | |
2002-06-04 | We want sync usage() w/ manual since -4/-6 options have been added. | Mike Pechkin | |
millert@ ok | |||
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt | |
2002-06-03 | strlcpy | Theo de Raadt | |
2002-06-03 | KNF [return(foo) -> return (foo)]. ok millert@ | Kjell Wooding | |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt | |
decriptor -> descriptor authentciated -> authenticated transmition -> transmission | |||
2002-06-02 | KNF | Theo de Raadt | |
2002-06-02 | missing sockaddr inits; ok itojun | Theo de Raadt | |
2002-06-02 | mrtstat members are u_long, so use %lu not %ld | Jun-ichiro itojun Hagino | |
2002-06-02 | minor KNF | Theo de Raadt | |
2002-06-02 | KNF | Theo de Raadt | |
2002-06-01 | more snprintf | Theo de Raadt | |
2002-06-01 | cleanups | Theo de Raadt | |
2002-05-31 | recommit strlcpy/snprintf diff after i found my bug | Theo de Raadt | |
2002-05-31 | pad received signature with leading zeros, because RSA_verify expects | Markus Friedl | |
a signature of RSA_size. the drafts says the signature is transmitted unpadded (e.g. putty does not pad), reported by anakin@pobox.com | |||
2002-05-31 | add comment: | Markus Friedl | |
key_verify returns 1 for a correct signature, 0 for an incorrect signature and -1 on error. CVS ---------------------------------------------------------------------- | |||
2002-05-31 | move Authmethod definitons to per-method file. | Markus Friedl | |
2002-05-31 | extent ssh-keysign protocol: | Markus Friedl | |
pass # of socket-fd to ssh-keysign, keysign verfies locally used ip-address using this socket-fd, restricts fake local hostnames to actual local hostnames; ok stevesk@ | |||
2002-05-31 | Add kayser; update currencies. | Paul Janzen | |
2002-05-31 | undo until i find my #line bug | Theo de Raadt | |
2002-05-30 | a grammar knit; from Aidan Kehoe <kehoea@parhasard.net> | Michael Shalayeff | |
2002-05-30 | fix segfault when using just-one-space on an empty line; from | Vincent Labrecque | |
dkm_holdings@hotmail.com ok art@ | |||
2002-05-30 | use strlcpy and snprintf | Theo de Raadt | |
2002-05-30 | Avoid spinning poll, and while we're at it more closely reproduce the | Hugh Graham | |
original netcat's timeout behaviour. Theo says go. | |||
2002-05-30 | use rijndael/aes from libcrypto (openssl >= 0.9.7) instead of | Markus Friedl | |
our own implementation. allow use of AES hardware via libcrypto, ok deraadt@ | |||
2002-05-30 | snprintf in .y files | Theo de Raadt | |
2002-05-30 | -4 and -6 options; kanai@big.or.jp; itojun ok | Theo de Raadt | |
2002-05-29 | Don't hard-code a list of allowed baud rates. Instead, accept | Todd C. Miller | |
anything but check the return value of tcsetattr() and error out if it fails. This way we accept any baud rate the serial driver will support. mickey@ OK | |||
2002-05-29 | zap the ctrl-x ctrl-v keybinding for find-file-read-only. looks like | Vincent Labrecque | |
i need more studying of emacs' keybindings :-) ok art@ (i guess that's what "vincent, zap out the keybinding" meant) | |||
2002-05-29 | strlcat | Theo de Raadt | |
2002-05-29 | Don't call fclose() on a NULL file handle; from markus@ | Todd C. Miller | |
Also: Use ANSI function headers Use pid_t for pids Never do exit(-1) | |||
2002-05-29 | Add a few missing tests for BFREADONLY. | Vincent Labrecque | |
ok art@ | |||
2002-05-29 | add an "auto-execute" feature, that allows binding function calls to | Vincent Labrecque | |
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@ | |||
2002-05-29 | add an entry for "find-file-read-only" and one for toggle-read-only, | Vincent Labrecque | |
which was missing for an unknown reason. ok art@ | |||
2002-05-29 | add a function to visit a file read-only mapped to C-x C-v | Vincent Labrecque | |
ok art@ | |||
2002-05-29 | show the line number in the config file when we find an error. | Vincent Labrecque | |
ok art@ | |||
2002-05-29 | don't start if privsep is enabled and SSH_PRIVSEP_USER or | Markus Friedl | |
_PATH_PRIVSEP_CHROOT_DIR are missing; ok deraadt@ | |||
2002-05-29 | KNF | Theo de Raadt | |