summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2003-06-12Sync with FreeBSD's xargs plus some fixes by me. This makes usTodd C. Miller
2003-06-12final bits of obvious UCB term 3 removalTheo de Raadt
2003-06-11de-registerTheo de Raadt
2003-06-11$OpenBSD$Damien Miller
2003-06-11make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@Damien Miller
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-06-11clean up check_host_key() and improve SSHFP feedback. ok markus@Jakob Schlyter
2003-06-10Whoops, <= 0 should be < 0. Problem noticed by marc@Todd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10add missing copyright noticeTodd C. Miller
2003-06-10knfTheo de Raadt
2003-06-10predict() was broken for n > 1 in rev 1.2; this fixes it and closes PR 3306Todd C. Miller
2003-06-10- section reorderJason McIntyre
2003-06-09o replace remaining strtoul() with strtol() and check for < 0Todd C. Miller
2003-06-09Use strtol() not strtoul() so we can detect a negative number in a pid file.Todd C. Miller
2003-06-09Need to include time.h to get ctime() proto.Todd C. Miller
2003-06-09Also exit waitpid() loop when pid == 0. Fixes a problem where the sudoTodd C. Miller
2003-06-09more 3/4 cleanup for pefoTheo de Raadt
2003-06-09Protect all get_line calls against null pointers.Marc Espie
2003-06-08Better argv tests, enough to fix autoconf 2.57, apparently.Marc Espie
2003-06-08Let patsubst handle empty patterns: those match anywhere, and don'tMarc Espie
2003-06-07Show filename and line number in regexp error.Marc Espie
2003-06-07Use interruptible syscalls instead of setjmp/longjmp. This makesTodd C. Miller
2003-06-05remove some incorrect documentation;Jason McIntyre
2003-06-04Base this on a newer version of time.h w/ a better license.Todd C. Miller
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
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
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
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
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
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
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
2003-06-01various format string cleanups; tedu okTheo de Raadt
2003-05-30kill an unused variableMichael Shalayeff