summaryrefslogtreecommitdiff
path: root/usr.sbin/sup
AgeCommit message (Expand)Author
2013-05-28document the anon account for anonymous accessspz
2013-04-09- add new ignore chown/chgrp flagchristos
2013-04-09return busy for checkchild instead of killing the connectionchristos
2013-03-08fix compilation issues.christos
2013-03-08- don't allow multiple active connections from the same hostchristos
2012-04-25"errs" might be clobbered by longjmp, so declare it volatile.martin
2012-04-25forgot the %s for the errorchristos
2012-04-25- don't declare victory when there are errors.christos
2011-12-07be more portable, explain what we are doing, simplify.christos
2011-09-22remove an extra ".TP" that broke my build.mrg
2011-09-21New sentence, new line. Remove empty EXAMPLE section.wiz
2011-09-21Add a canonicalize option to avoid disaster when one converts directorieschristos
2011-09-21constifychristos
2011-08-31NULL does not need a castplunky
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-03-17don't decrement if children are 0christos
2011-03-16- safer way to count kidschristos
2011-03-16provide unconst for the havenotschristos
2011-01-04unifdef -U RCSSTATwiz
2011-01-04Fix fd leaks in error cases. Found by cppcheck.wiz
2010-10-20improve error handling and logging.christos
2009-11-02Drop undefined macros.joerg
2009-11-02Drop ".i0", it is an undefined macro.joerg
2009-11-01Fix markup.joerg
2009-10-21Remove 3rd and 4th clauses. Approved by Mats O Jansson (copyright holder).snj
2009-10-18fix size_t issues on _LP64christos
2009-10-17pass lintchristos
2009-10-17change to strchr and strrchrchristos
2009-10-16Make this compile again. I should have tried to compile the patches myself,christos
2009-10-16constification from Paul Ripke to make it compile on OS/Xchristos
2009-10-13- use const where appropriatechristos
2009-07-17doswitch() has changed the value of argc by the time it's checked here,jakllsch
2009-06-20fix for non NetBSD systemschristos
2009-06-19Use the definition in <sys/param.h> instead of redefining MAX().dyoung
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-03-04fix horrible memory trashing.christos
2009-01-16Fix one more build breakage ("warning: 'er' may be used uninitialized injunyoung
2009-01-16Fix build error (hi christos).junyoung
2009-01-15- remove errmsg; we all have strerror() these days.christos
2009-01-15- Don't use TOOL_SED; we are not a regular Makefilechristos
2009-01-04remove debugging.christos
2008-12-18print the hostname in the subject of the notification message.christos
2008-12-17fix extra argument parsing I broke in previous commit.christos
2008-12-17- in silent run, only print notifications on error.christos
2008-12-17- use getopt to parse argument instead of home brewed codechristos
2008-12-17document -M flag.christos
2008-10-25Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.apb
2008-10-01mention the delete bug in the man page. prompted by perry.christos
2008-09-30Fix symlink lossage:christos
2008-07-28fix signed comparison warning.christos