summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2000-12-07only accept real files for the calendar file. requires some cuteTheo de Raadt
2000-12-07tftp argv parsing overflow; fix by vogelke@dnaco.net and ITheo de Raadt
2000-12-07Typo fix from Wilfredo Sanchez <wsanchez@apple.com>; ok theoDamien Miller
2000-12-07Forgot to copy end of name in nested variable names, so thatMarc Espie
2000-12-06unexpand(1)Markus Friedl
2000-12-06new rijndael implementation. fixes endian bugsMarkus Friedl
2000-12-06disable debug messages for ssh.com/f-secure 2.0.1x, 2.1.0Markus Friedl
2000-12-06we actually have useful code for '.for' loops, its not a no-op. ok espie@Todd T. Fries
2000-12-06err(3) -> internal error(), from stevesk@sweden.hp.comMarkus Friedl
2000-12-05async connects for -R/-L; ok deraadt@Markus Friedl
2000-12-05tweak comment to reflect real location of pid file; ok provos@Todd T. Fries
2000-12-04David Maziere's ssh-keyscan, ok niels@Markus Friedl
2000-12-03remove fallback to SSH_BUG_HMAC now that the drafts are updatedMarkus Friedl
2000-12-03correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhatMarkus Friedl
2000-12-03support f-secure/ssh.com 2.0.12; ok niels@Markus Friedl
2000-12-02Check for symlinks before overwriting kerberos ticket files.Hans Insulander
2000-12-01-Wall cleanupEric Jackson
2000-12-01typo; from green@FreeBSD.orgMarkus Friedl
2000-11-30debug -> warn if server tries to do -R style fwd w/o client requesting this; ...Markus Friedl
2000-11-30disable agent/x11/port fwding if hostkey has changed; ok niels@Markus Friedl
2000-11-30agents must not dump core, ok niels@Markus Friedl
2000-11-30-T is for both protocolsMarkus Friedl
2000-11-30check -T before isatty()Markus Friedl
2000-11-29document -u flag and environment variablesTodd C. Miller
2000-11-29sshd -D, startup w/o daemon(), for monitoring scripts or initab;Markus Friedl
2000-11-29des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IVMarkus Friedl
2000-11-29show IP address and hostname when new key is encountered. okay markus@Niels Provos
2000-11-27This patch fixes ArchFindMember so that it handles SVR4 membersMarc Espie
2000-11-27This does fix some nasty issues: ar field members are NOT null-terminated.Marc Espie
2000-11-27We take of the SVR4 archive handling data structure from our archive,Marc Espie
2000-11-27Factorise duplicated code involved in touching archives.Marc Espie
2000-11-26Print select collisions in the vmstat -s output.Artur Grabowski
2000-11-26Update for pw_mkdb(3) interface change. All but vipw and userdel canTodd C. Miller
2000-11-25print keytype when generating a key.Markus Friedl
2000-11-25reorder check for illegal ciphers, bugreport from espie@Markus Friedl
2000-11-24Include err.h and util.hTodd C. Miller
2000-11-24Include strings.h for strlen() prototypeTodd C. Miller
2000-11-24As it stands now, arch.c does not work.Marc Espie
2000-11-24Change the time stamp interface to use an abstract datatype.Marc Espie
2000-11-24Take advantage of VarModifiers_Apply, which can parse a variable specMarc Espie
2000-11-24Clean-ups:Marc Espie
2000-11-23complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaultsMarkus Friedl
2000-11-22Don't use light-weight Lst_ForEach when the list is going away from underMarc Espie
2000-11-22talk about /etc/primes, okay markus@Niels Provos
2000-11-22Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21When doing tail -f from stdin don't reopen a local file named stdin.Artur Grabowski
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Document -h option and correctly describe half-reverse and half-reverseAaron Campbell
2000-11-21Sync usage() output with man page; mpech@prosoft.org.lvAaron Campbell
2000-11-21Oops. sum(1) has a different SYNOPSIS.Aaron Campbell