Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-04 | add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1, | Markus Friedl | |
fixes arm/netbsd; based on patch from bjh21@netbsd.org; ok djm@ | |||
2002-02-04 | cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok ↵ | Markus Friedl | |
stevesk@ | |||
2002-02-04 | unneeded includes | Kevin Steves | |
2002-02-03 | ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now. | Kevin Steves | |
2002-02-03 | some KeepAlive cleanup/clarify; ok markus@ | Kevin Steves | |
2002-02-03 | more cross checking if announced vs. used key type; ok stevesk@ | Markus Friedl | |
2002-02-03 | generic callbacks are not really used, remove and | Markus Friedl | |
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@ | |||
2002-02-03 | remove unused channel_input_channel_request | Markus Friedl | |
2002-02-03 | don't use channel_input_channel_request and callback | Markus Friedl | |
use new server_input_channel_req() instead: server_input_channel_req does generic request parsing on server side session_input_channel_req handles just session specific things now ok djm@ | |||
2002-02-01 | Document -v | Artur Grabowski | |
2002-02-01 | Add a verbose flag. Print unused memory types when verbose. | Artur Grabowski | |
Don't print unused pools when not verbose. | |||
2002-02-01 | strlcpy | Jun-ichiro itojun Hagino | |
2002-01-31 | no need for WNOHANG; ok stevesk@ | Markus Friedl | |
2002-01-31 | cross check announced key type and type from key blob | Markus Friedl | |
2002-01-31 | Bugfix picked up from NetBSD, and checked by pval: | Hugh Graham | |
: date: 2001/10/20 10:04:50; author: aymeric : Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE, : by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it : where due. : Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> : diagnosed by Bang Jun-Young <bjy@mogua.org>, : quick-fixed by Robert Elz <kre@munnari.OZ.AU>. | |||
2002-01-31 | OBEY! | Michael Shalayeff | |
2002-01-30 | use defined(__ELF__) instead of a list of ELF architectures from which | Matthieu Herrb | |
sparc64 was missing. This fixes a bug with ELF static libraries on sparc64 | |||
2002-01-29 | mention exit status; ok stevesk@ | Markus Friedl | |
2002-01-29 | don't depend on servconf.c; ok djm@ | Markus Friedl | |
2002-01-29 | add DIAGNOSTICS; ok stevesk@ | Markus Friedl | |
2002-01-29 | limit subsystem length in log; ok markus@ | Kevin Steves | |
2002-01-29 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@ | Markus Friedl | |
2002-01-29 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | Markus Friedl | |
2002-01-27 | handle simple case to identify FamilyLocal display; ok markus@ | Kevin Steves | |
2002-01-27 | need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsd | Markus Friedl | |
2002-01-27 | add X11UseLocalhost; ok markus@ | Kevin Steves | |
2002-01-26 | revert code to add x11 localhost display authorization entry for | Kevin Steves | |
hostname/unix:d and uts.nodename/unix:d if nodename was different than hostname. just add entry for unix:d instead. ok markus@ | |||
2002-01-25 | use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ | Markus Friedl | |
2002-01-25 | do not build debug version either; markus@ ok | Michael Shalayeff | |
2002-01-25 | use static EVP_MAX_MD_SIZE buffers for EVP_DigestFinal; ok stevesk@ | Markus Friedl | |
don't use evp_md->md_size, it's not public. | |||
2002-01-25 | unused include | Markus Friedl | |
2002-01-25 | this existed in v4 and does not appear in v3, though the latter does not ↵ | Michael Shalayeff | |
exist in it's entirety | |||
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller | |
Alas many of these were introduced by yours truly as necessary just doesn't look right to me for some reason ;-) | |||
2002-01-24 | need misc.h for set_nodelay() | Kevin Steves | |
2002-01-24 | add set_nodelay() to set TCP_NODELAY on a socket (prep for nagle tuning). | Kevin Steves | |
no nagle changes just yet; ok djm@ markus@ | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2002-01-24 | it was in v4 already, diff was forwarded to the current maintainer as well | Michael Shalayeff | |
2002-01-24 | at least the man page existed in v3, not v6 | Michael Shalayeff | |
2002-01-23 | update to sudo 1.6.5p2 | Todd C. Miller | |
2002-01-22 | open for writing only if needed so, accept multiple var assignments for -w; ↵ | Michael Shalayeff | |
from meself and Vladimir Popov <jumbo@narod.ru> | |||
2002-01-22 | typo in error message; from djast@cs.toronto.edu | Kevin Steves | |
2002-01-21 | cleanup channels faster if the are empty and we are in drain-state; ok deraadt@ | Markus Friedl | |
2002-01-21 | remove "rijndael-*", just use "aes-" since this how rijndael is called | Markus Friedl | |
in the drafts; ok stevesk@ | |||
2002-01-21 | s/deamon/daemon/ | Theo de Raadt | |
2002-01-21 | use read_passphrase+ECHO in confirm(), allows use of ssh-askpass | Markus Friedl | |
for hostkey confirm. | |||
2002-01-21 | correct usage; ok deraadt@ | Kevin Steves | |
2002-01-18 | clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion from | Kevin Steves | |
allard@oceanpark.com; ok markus@ | |||
2002-01-18 | unneeded cast cleanup; ok markus@ | Kevin Steves | |
2002-01-18 | correct Ciphers default; paola.mannaro@ubs.com | Kevin Steves | |
2002-01-18 | When listing buffers, detect if the buffer name is too long to fit in the | Artur Grabowski | |
designated space and if it's too long, truncate it correctly and print a '$'-sign at the end of the name. Add support for selecting a buffer with ^M in the buffer list. |