Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-12 | Add an example using -prune at Theo's request. | Todd C. Miller | |
2003-06-12 | Check snprintf rval for -1 | Todd C. Miller | |
2003-06-12 | Add the -o option to the getopt() string; missed in last commit. | Todd C. Miller | |
2003-06-12 | Sync with FreeBSD's xargs plus some fixes by me. This makes us | Todd C. Miller | |
POSIX-compliant and adds some useful extensions. Most of the work in FreeBSD was done by jmallett. | |||
2003-06-12 | final bits of obvious UCB term 3 removal | Theo de Raadt | |
2003-06-11 | de-register | Theo de Raadt | |
2003-06-11 | $OpenBSD$ | Damien Miller | |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller | |
2003-06-11 | sync with check_host_key() change | Jakob Schlyter | |
2003-06-11 | clean up check_host_key() and improve SSHFP feedback. ok markus@ | Jakob Schlyter | |
2003-06-10 | Whoops, <= 0 should be < 0. Problem noticed by marc@ | Todd C. Miller | |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | add missing copyright notice | Todd C. Miller | |
2003-06-10 | knf | Theo de Raadt | |
2003-06-10 | predict() was broken for n > 1 in rev 1.2; this fixes it and closes PR 3306 | Todd C. Miller | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-09 | o replace remaining strtoul() with strtol() and check for < 0 | Todd C. Miller | |
o use %lld, not %qd in printf and scanf o fix some whitespace issues | |||
2003-06-09 | Use strtol() not strtoul() so we can detect a negative number in a pid file. | Todd C. Miller | |
2003-06-09 | Need to include time.h to get ctime() proto. | Todd C. Miller | |
2003-06-09 | Also exit waitpid() loop when pid == 0. Fixes a problem where the sudo | Todd C. Miller | |
process would spin eating up CPU until sendmail finished when it has to send mail. | |||
2003-06-09 | more 3/4 cleanup for pefo | Theo de Raadt | |
2003-06-09 | Protect all get_line calls against null pointers. | Marc Espie | |
Problem pointed out by Pedro Bastos, thanks Pedro. | |||
2003-06-08 | Better argv tests, enough to fix autoconf 2.57, apparently. | Marc Espie | |
okay millert@ | |||
2003-06-08 | Let patsubst handle empty patterns: those match anywhere, and don't | Marc Espie | |
replace any character. Like gnu-m4 does, and other regexp languages do. okay fries@ | |||
2003-06-07 | Show filename and line number in regexp error. | Marc Espie | |
Okay fries@ | |||
2003-06-07 | Use interruptible syscalls instead of setjmp/longjmp. This makes | Todd C. Miller | |
less's signal handlers safe. No one has reported problems so far... | |||
2003-06-05 | remove some incorrect documentation; | Jason McIntyre | |
from Aldo Cortesi (PR 3277); ok deraadt@ | |||
2003-06-04 | Base this on a newer version of time.h w/ a better license. | Todd C. Miller | |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt | |
2003-06-04 | 3/4 cleanup for aaron | Theo de Raadt | |
2003-06-04 | fix stdout line width handling; different from fix in 3289 | Theo de Raadt | |
2003-06-04 | Update flex license from sourceforge version (is now 2-term BSD) | Todd C. Miller | |
2003-06-04 | term 3 & 4 from tholo after permission | Theo de Raadt | |
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | kill ssh process on receipt of signal; ok markus@ | Damien Miller | |
2003-06-04 | kill ssh process upon receipt of signal, bz #241. | Damien Miller | |
based on patch from esb AT hawaii.edu; ok markus@ | |||
2003-06-04 | ansify; ok markus@ | Damien Miller | |
2003-06-04 | remove bitrotten commet; ok markus@ | Damien Miller | |
2003-06-04 | remove duplicated group-dropping code; ok markus@ | Damien Miller | |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller | |
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@ | |||
2003-06-04 | 4 was deleted, should be 3 | Theo de Raadt | |
2003-06-04 | It 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-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt | |
2003-06-03 | three four kills | Michael Shalayeff | |
2003-06-03 | fix various 3/4 licenses according to "terms" file | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus 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-02 | VerifyHostKeyDNS is v2 only. ok markus@ | Jakob Schlyter | |
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |