summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-02-04add 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-04cross checking of announced vs actual pktype in pubkey/hostbaed auth; ok ↵Markus Friedl
stevesk@
2002-02-04unneeded includesKevin Steves
2002-02-03ssh-add also adds $HOME/.ssh/id_rsa and $HOME/.ssh/id_dsa now.Kevin Steves
2002-02-03some KeepAlive cleanup/clarify; ok markus@Kevin Steves
2002-02-03more cross checking if announced vs. used key type; ok stevesk@Markus Friedl
2002-02-03generic callbacks are not really used, remove andMarkus Friedl
add a callback for msg of type SSH2_MSG_CHANNEL_OPEN_CONFIRMATION ok djm@
2002-02-03remove unused channel_input_channel_requestMarkus Friedl
2002-02-03don't use channel_input_channel_request and callbackMarkus 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-01Document -vArtur Grabowski
2002-02-01Add a verbose flag. Print unused memory types when verbose.Artur Grabowski
Don't print unused pools when not verbose.
2002-02-01strlcpyJun-ichiro itojun Hagino
2002-01-31no need for WNOHANG; ok stevesk@Markus Friedl
2002-01-31cross check announced key type and type from key blobMarkus Friedl
2002-01-31Bugfix 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-31OBEY!Michael Shalayeff
2002-01-30use defined(__ELF__) instead of a list of ELF architectures from whichMatthieu Herrb
sparc64 was missing. This fixes a bug with ELF static libraries on sparc64
2002-01-29mention exit status; ok stevesk@Markus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29add DIAGNOSTICS; ok stevesk@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-29exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@Markus Friedl
2002-01-27handle simple case to identify FamilyLocal display; ok markus@Kevin Steves
2002-01-27need privileged uid for krb5_verify_user(), ok hin@, dugsong@, netbsdMarkus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-26revert code to add x11 localhost display authorization entry forKevin 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-25use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@Markus Friedl
2002-01-25do not build debug version either; markus@ okMichael Shalayeff
2002-01-25use 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-25unused includeMarkus Friedl
2002-01-25this existed in v4 and does not appear in v3, though the latter does not ↵Michael Shalayeff
exist in it's entirety
2002-01-24Fix `necesary' typos; Alexander YurchenkoTodd 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-24need misc.h for set_nodelay()Kevin Steves
2002-01-24add 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-24fix the history refsMichael Shalayeff
2002-01-24it was in v4 already, diff was forwarded to the current maintainer as wellMichael Shalayeff
2002-01-24at least the man page existed in v3, not v6Michael Shalayeff
2002-01-23update to sudo 1.6.5p2Todd C. Miller
2002-01-22open for writing only if needed so, accept multiple var assignments for -w; ↵Michael Shalayeff
from meself and Vladimir Popov <jumbo@narod.ru>
2002-01-22typo in error message; from djast@cs.toronto.eduKevin Steves
2002-01-21cleanup channels faster if the are empty and we are in drain-state; ok deraadt@Markus Friedl
2002-01-21remove "rijndael-*", just use "aes-" since this how rijndael is calledMarkus Friedl
in the drafts; ok stevesk@
2002-01-21s/deamon/daemon/Theo de Raadt
2002-01-21use read_passphrase+ECHO in confirm(), allows use of ssh-askpassMarkus Friedl
for hostkey confirm.
2002-01-21correct usage; ok deraadt@Kevin Steves
2002-01-18clarify Allow(Groups|Users) and Deny(Groups|Users); suggestion fromKevin Steves
allard@oceanpark.com; ok markus@
2002-01-18unneeded cast cleanup; ok markus@Kevin Steves
2002-01-18correct Ciphers default; paola.mannaro@ubs.comKevin Steves
2002-01-18When listing buffers, detect if the buffer name is too long to fit in theArtur 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.