summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2003-06-043/4 cleanup for aaronTheo de Raadt
2003-06-04fix stdout line width handling; different from fix in 3289Theo de Raadt
2003-06-04Update flex license from sourceforge version (is now 2-term BSD)Todd C. Miller
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-04fix some more UCB term 3Theo de Raadt
2003-06-04kill ssh process on receipt of signal; ok markus@Damien Miller
2003-06-04kill ssh process upon receipt of signal, bz #241.Damien Miller
based on patch from esb AT hawaii.edu; ok markus@
2003-06-04ansify; ok markus@Damien Miller
2003-06-04remove bitrotten commet; ok markus@Damien Miller
2003-06-04remove duplicated group-dropping code; ok markus@Damien Miller
2003-06-04disable challenge/response and keyboard-interactive auth methods upon hostkeyDamien Miller
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@
2003-06-044 was deleted, should be 3Theo de Raadt
2003-06-04It turns out that POSIX specifies more should prompt with the file name,Todd C. Miller
not --More-- like the old UCB more did. Back out a hack I did to make the prompt look like the old UCB more.
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl
with IP based access control as noted by Mike Harding; replace with a UseDNS option, UseDNS is on by default and includes the VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@ ok deraadt@, djm@
2003-06-02VerifyHostKeyDNS is v2 only. ok markus@Jakob Schlyter
2003-06-02remove terms 3 and 4 of some of my licencesTheo de Raadt
2003-06-01some string formats.Artur Grabowski
vincent@ ok
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-30kill an unused variableMichael Shalayeff
2003-05-30Add pmdb to the build.Miod Vallat
ok deraadt@
2003-05-30m88k pmdb support bits; only compile-tested at the moment.Miod Vallat
2003-05-30Fix BREAKPOINT_DECR_PC value.Miod Vallat
2003-05-30Preliminary m68k pmdb support.Miod Vallat
Currently, this works as well as gdb, i.e. breakpoints do not work. Will be fixed soon, hopefully.
2003-05-30Handle process_load() failure. This prevents "pmdb foo" to dump core uponMiod Vallat
run command, if foo does not exist. ok art@
2003-05-29-I${.CURDIR} not neededTheo de Raadt
2003-05-29avoid more signal racesTheo de Raadt
2003-05-29seteuid and setegid; markus okTheo de Raadt
2003-05-26of course my 1000th commit has to go to theo.c and must be about germans ;-)Henning Brauer
2003-05-26fix format strings; ok markus@Damien Miller
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-05-24pass logged data through strnvis; ok markusDamien Miller
2003-05-23fix leak; ok markus@Damien Miller
2003-05-22c2k3 hack-a-tonMichael Shalayeff
2003-05-21From NetBSD:Paul Janzen
Fix an ancient typo which made "_POSIX_PATH_MAX" actually return "_POSIX_PIPE_BUF".
2003-05-20new sentence, new lineJason McIntyre
2003-05-20- new sentence, new lineJason McIntyre
- added .Xr's - typos ok djm@
2003-05-20Finish KNF of prototypes. That should be all of them.Chad Loder
OK vincent@
2003-05-19kill dead (if 0) code.Artur Grabowski
2003-05-18use syslog_r() in a signal handler called place; markus okTheo de Raadt
2003-05-18unreliable non-hurlersHenning Brauer
2003-05-18moose bbq is full of quotesTodd T. Fries
2003-05-17live from the moose bbqHenning Brauer
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@
2003-05-17just in case, put numbers to sscanf %s arg.Jun-ichiro itojun Hagino
2003-05-17Don't link with unneeded kerberos librariesHans Insulander