summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-02-13add libedit support.Federico G. Schwindt
2003-02-12replace crc32.c with a BSD licensed version; noted by David TurnerMarkus Friedl
2003-02-12Add support for rotating files at a specific time; from FreeBSDTodd C. Miller
2003-02-12Remove commons; inspired by netbsd.Jason Wright
2003-02-12merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@Markus Friedl
2003-02-10xref sshd_config.5 (not sshd.8); mark@summersault.com; bug #490Markus Friedl
2003-02-09typos;Jason McIntyre
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
2003-02-07More paranoia, make sure temp file owner matches real uid.Todd C. Miller
2003-02-06undo broken fix for #387, fixes #486Markus Friedl
2003-02-06fix races in rename/symlink; from Tony Finch; ok djm@Markus Friedl
2003-02-06support 'ProxyCommand none'; bugzilla #433; binder@arago.de; ok djm@Markus Friedl
2003-02-06missing call to setproctitle() after authentication; ok provos@Markus Friedl
2003-02-05simplify ProxyCommand parsing, remove strcat/xrealloc; ok henning@, djm@Markus Friedl
2003-02-04turns out that was theo quoting someone, so it has no place here... bummer.Henning Brauer
2003-02-04skey/bsdauth: use 0 to indicate failure instead of -1, becauseMarkus Friedl
2003-02-04better debug3 messageMarkus Friedl
2003-02-04anotherHenning Brauer
2003-02-03typos;Jason McIntyre
2003-02-03don't call error() for readonly /dev; from soekris list; ok mcbride,Markus Friedl
2003-02-02More paranoia when opening temp file; don't follow symlinks andTodd C. Miller
2003-02-02When disk activity exceeds 100kB/s divide length of bar by 10s and reportHenning Brauer
2003-02-02add support for key exchange guesses; based on work byMarkus Friedl
2003-02-02call okname() only when using system(3) for remote-remote copy;Markus Friedl
2003-02-01Fix out-of-bounds access to nl[255], found by naddy@ in context ofDaniel Hartmeier
2003-02-01ansiTheo de Raadt
2003-01-31typos;Jason McIntyre
2003-01-28add a license goo; pt out by ray@securityfoo.netMichael Shalayeff
2003-01-28remove example not pertinent with -1 addition; ok markus@Kevin Steves
2003-01-28document -l; pekkas@netcore.fiMarkus Friedl
2003-01-28Document the rest of cu's options; from Andrey SmaginTodd C. Miller
2003-01-27more specific error message when /var/empty has wrong permissions;Markus Friedl
2003-01-27Follow art's lead on the license.Dale Rahn
2003-01-27Add licenses where I forgot them. (I'm ashamed).Artur Grabowski
2003-01-27missing license; pointed out by ray at securityfoo dot net.Federico G. Schwindt
2003-01-27missing $OpenBSD$Jason Wright
2003-01-26catched -> caughtRyan Thomas McBride
2003-01-25it is 2003 nowTodd C. Miller
2003-01-25Move parsing of the monitor notification user with the rest of theTodd C. Miller
2003-01-25Make monitor section match the actual code.Todd C. Miller
2003-01-23'conjunction' typosAnil Madhavapeddy
2003-01-23scp -12; Sam Smith and others; ok provos@, deraadt@Markus Friedl
2003-01-23bandwidth limitation patch (scp -l) from niels@; ok todd@, deraadt@Markus Friedl
2003-01-23ssh-add -c, prompt user for confirmation (using ssh-askpass) whenMarkus Friedl
2003-01-23typos;Jason McIntyre
2003-01-23Don't log TIS auth response; "get rid of it" - markus@Damien Miller
2003-01-22more sync from freebsd; tedu@Stanford.EDUTheo de Raadt
2003-01-22line2 may overrun if line is too long (> 200). be more careful on strcpy.Jun-ichiro itojun Hagino
2003-01-21typos;Jason McIntyre
2003-01-21Add a -t life option to ssh-agent that set the default lifetime.Marco S Hyman