summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2002-04-20Add missing copyrightThorsten Lockert
2002-04-18Reuse cddb code to support FreeBSD new cdid command.Marc Espie
(who knows ? scripts might use it). ok fgs@, pval@
2002-04-18remove extra spaces, fix rcsid (noticed by millert)Marc Espie
2002-04-18KNFTheo de Raadt
2002-04-18Add cddb support.Marc Espie
2002-04-18correct description of undefine, both according to the code, and toMarc Espie
single unix.
2002-04-17Disallow condTop from ever becoming <0. Fixes regress/mk17 mk18.Marc Espie
ok millert@
2002-04-16explain how conditionals/includes/loops interact.Marc Espie
ok aaron@
2002-04-15use fchmod and fchown instead; vincentTheo de Raadt
2002-04-15Fix sed(1) in the case where a last line is specified and hold spaceTodd C. Miller
is not specified, and then the first part of the pattern space is deleted, when there are two or more input lines, as this results in subtraction of one from an unsigned integral value of '0'. That bogus value is used in one case for a loop (that will run far too many times in this case) and a function to search for a value within a specified range of memory, however now the range of memory is obscenely large and a segmentation (or memory) fault will occur. This is fixed by checking for and appropriately handling a nil pattern space as if the specified search in memory failed, as indeed it obviously will with nil pattern space. From Tim J. Robbins by way of FreeBSD
2002-04-10OpenSSH_3.2Markus Friedl
2002-04-10strip '@' from username only for KerbV and known broken clients, bug #204Markus Friedl
2002-04-08Don't do tilde escapes unless we are in interactive mode. Now theTodd C. Miller
behavior matches the man page...
2002-04-08Correct usage() for od syntax; Peter StrombergTodd C. Miller
2002-04-06Fixes potental double // within path.mouring
http://bugzilla.mindrot.org/show_bug.cgi?id=76
2002-04-06Fix occasional corruption on upload due to bad reuse of request id, spottedDamien Miller
by chombier@mac.com; ok markus@
2002-04-05clarify sshrc some and handle X11UseLocalhost=yes; ok markus@Kevin Steves
2002-04-03re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.netMarkus Friedl
2002-04-02ignore SSH_BUG_SIGBLOB for ssh-rsa; #187Markus Friedl
2002-04-02always call log_init()Markus Friedl
2002-04-02check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199Markus Friedl
2002-04-01fallback to stat if server does not support lstatMarkus Friedl
2002-04-0120480 is an upper limit for older serverMarkus Friedl
2002-04-01typo: assign to self; ok markus@ solar@openwall.comKevin Steves
2002-04-01Add some frightening quote.Miod Vallat
2002-03-30check waitpid for EINTR; based on patch from peter@ifm.liu.seMarkus Friedl
2002-03-30 warn -> warnx, because we put the strerror() manually.Vincent Labrecque
ok millert
2002-03-30stretch bannersTheo de Raadt
2002-03-29remove the IGNORE_PREAD_ERRORS backwards compat goo which really, REALLY, ↵Theo de Raadt
just is not needed, come on
2002-03-29make RSA modulus minimum #define; ok markus@Kevin Steves
2002-03-29RSA key modulus size minimum 768; ok markus@Kevin Steves
2002-03-29retrieve last login time before the pty is allocated, store per sessionMarkus Friedl
2002-03-28Fix bug I introduced in previous commit.Todd C. Miller
2002-03-28do not call record_login twice (for use_privsep)Markus Friedl
2002-03-28core files from new processorsTheo de Raadt
2002-03-28Fix err*() usage.Oleg Safiullin
ok millert@
2002-03-27try to import keys with extra trailing === (seen with ssh.com < 2.0.12)Markus Friedl
2002-03-27Fix write() loop in ttflush(). Pointed out by vincent@Todd C. Miller
2002-03-27We uyse 'krb4', not 'kerberos' for the authentication type. AlsoTodd C. Miller
provide an example for -a usage. Closes PR 2423.
2002-03-27monitor_allowed_key() returns int instead of pointer. ok markus@mouring
2002-03-27Fixes the the following problems (from zyrnix)Todd C. Miller
1) Mg crashes with column width of 1, rows > 2 2) Mg panics on resizing due to incomplete write 3) Mg doesn't compile with STARTUPFILE defined deraadt@ OK
2002-03-26generate a new cookie for each SSH2_MSG_KEXINIT message we send outMarkus Friedl
2002-03-26disallow RSA keys < 768 for protocol 1, too (rhosts-rsa and rsa auth)Markus Friedl
2002-03-26CHANNEL_EFD_OUTPUT_ACTIVE is false for CHAN_CLOSE_RCVD, tooMarkus Friedl
2002-03-26Add instructions for changing acl on private key fileJim Rees
2002-03-26try_AUT0 in read_pubkey too, for those paranoid few who want to acl 'sh'Jim Rees
2002-03-26client side support for PASSWD_CHANGEREQMarkus Friedl
based on work by johan.andersson@appgate.com; ok provos@
2002-03-26Add liniya (0.1 inch); old russian emperial unit; ok pjanzen/mickeyJason Wright
2002-03-26do not talk about packets in bufauxMarkus Friedl
2002-03-26update CopyrightMarkus Friedl