summaryrefslogtreecommitdiff
path: root/usr.bin/rdist
AgeCommit message (Expand)Author
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14 o Sync w/ freerdist 0.92 minus the compress optionTodd C. Miller
2003-05-06not compiled, nuke itTodd C. Miller
2003-05-06Whoops, forgot a return statement in last commitTodd C. Miller
2003-05-06use POSIX regexTodd C. Miller
2003-05-06Now that rcmdsh(3) can deal with an rsh command w/ args, deal withTodd C. Miller
2003-04-25add missing .El's for .Bl macros;Jason McIntyre
2003-04-19strcpy/strcat/sprintf removal; krw@ OKTodd C. Miller
2003-04-07replace strcpy calls that got inlined by gcc; Hans-Joerg.Hoexer@yerbouti.fran...Theo de Raadt
2003-04-06kill another strcat; ok krwTheo de Raadt
2003-04-05strings; ok miod ho krwTheo de Raadt
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-06-23uid_t and gid_t are unsignedTheo de Raadt
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-05-30snprintf in .y filesTheo de Raadt
2002-05-27unsigned vs unsigned intTheo de Raadt
2002-05-10Convert to mdoc, though there are still a few troff font directives left.Todd C. Miller
2002-05-09Now use ssh, not rsh by default.Todd C. Miller
2002-05-09Fix noexec option on ELF systemsTodd C. Miller
2002-05-06do not install a SIGSEGV handlerTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-12-29Collapse two if statements into one (introduced in previous commit)Todd C. Miller
2001-12-29Don't use the contents of the RSH environment variable if it is empty.Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-08-31Don't need signal.c since we have standard signals...Todd C. Miller
2001-08-23recieve -> receiveAaron Campbell
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-23Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering andTodd C. Miller
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-03-11Various cleanups and standardizations.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-05- remove trailing white spaceAaron Campbell
1999-05-14correct error msg so it considers the terminating null byteAaron Campbell
1999-03-05make output look more like what BSD pritnf does when it hits a NULLTodd C. Miller
1999-03-05Don't assume printf will deal gracefully with NULL pointers for %s, BSD does ...Todd C. Miller
1999-02-23Check lp->target for NULL, not *lp->target as required by dynamic allocation ...Todd C. Miller
1999-02-06kill redundant (and incorrect) check for mallco failureTodd C. Miller
1999-02-05Use rchildfdsn+1, not FD_SETSIZE for nfds in select()Todd C. Miller
1999-02-04Fix a serious memory consumption problem when running over directoriesTodd C. Miller
1998-08-13buf oflow; spotted by jmcdonal@UNF.EDUTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-07-16add prototypesTodd C. Miller
1998-07-16prototype yyerrorTodd C. Miller
1998-06-26save_errnoTodd C. Miller
1998-06-26rdist 6.1.4 + OpenBSD patches + some -WallTodd C. Miller
1998-06-26we have a real paths.hTodd C. Miller
1998-06-26we use rcmdsh(3) from libcTodd C. Miller
1998-05-18readlink len-1Theo de Raadt