Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-15 | use uid_t and fix some sign compare warnings; OK krw@ and deraadt@ | Todd C. Miller | |
2003-06-14 | Add a "-c class" option to specify that the given login class should | Todd C. Miller | |
be used to find the cipher to user. | |||
2003-06-14 | use correct length instead of sizeof(char *) for some strl* bound values | Anil Madhavapeddy | |
millert@ ok | |||
2003-06-13 | readable code | Theo de Raadt | |
2003-06-13 | ian gives permission for 3/4 removal | Theo de Raadt | |
2003-06-13 | add cvs tag | Todd C. Miller | |
2003-06-13 | Close correct fd after dup2(); Maxime Henrion | Todd C. Miller | |
2003-06-13 | use proper varargs(3), as opposed to a hack; ok millert | Peter Valchev | |
2003-06-13 | Like the man page, this file is in the public domain; confirmed with | Todd C. Miller | |
the author. | |||
2003-06-12 | knf | Theo de Raadt | |
2003-06-12 | cleanup; ok deraadt | Peter Valchev | |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt | |
2003-06-12 | add sc_get_key_label; larsch at trustcenter.de; bugzilla#591 | Markus Friedl | |
2003-06-12 | spelling | Peter Valchev | |
2003-06-12 | tweak; | Jason McIntyre | |
ok millert@ | |||
2003-06-12 | Typo. | Nils Nordman | |
Ok markus@. | |||
2003-06-12 | switch from linked list to hash table for traced macros. | Marc Espie | |
speeds up recent autoconf somewhat, since it traces a large set of individual macro. (more rework of m4 internal interfaces to unify lookup tables in order) okay fries@ | |||
2003-06-12 | mention more copyright holders; ok markus@ | Damien Miller | |
2003-06-12 | typos; dtucker at zip.com.au | Markus Friedl | |
2003-06-12 | - document -ltu options; | Jason McIntyre | |
from PR 3307 (Zoltan Glozik) - sync SYNOPSIS and usage(); ok henning@ deraadt@ | |||
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 | |