summaryrefslogtreecommitdiff
path: root/usr.sbin/sup/source
AgeCommit message (Expand)Author
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
2008-05-30let us be 0.3christos
2008-05-30PR/38797: FreeBSD support from ttw plus bsd at cobbled dot net.christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-03get only the last path component of the program name.christos
2007-12-20make sup-0.2christos
2007-12-20include libc.h and c.h after all the headers, so that __unused is not definedchristos
2007-12-20use setproctitle, so that we know which host we are serving.christos
2007-12-20- add setproctitlechristos
2007-12-20If the filesystem where the scan file resides got full while the scanner ischristos
2007-12-20more EE_XXX stuff for different layout.christos
2007-12-20__unused for those who don't have it [linux]christos
2007-12-20setproctitle for those who don't have it [linux]christos
2007-12-06patch from pkgsrcchristos
2007-10-07Remove an unused variable at previous commit in listdir().taca
2007-10-06portability fixes from joerg.christos
2007-07-20more cygwin fixes.christos
2007-07-20cygwin support.christos
2007-04-29fix typosmsaitoh
2006-12-20From Anon Ymous:christos
2006-05-25use memcpy instead of bcopy.christos
2006-05-10rename clog to sup_clog. (ugh. we don't even have clog())mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-13Revert part of the previous coverity fix (Urban Boquist)christos
2006-04-02rename salloc to estrdup.christos
2006-03-22Coverity CID 621: Remove dead code.christos
2006-03-22Coverity CID 798: t can only be null if p is null. otherwise p needs to containchristos
2006-03-22Coverity CID 888: Detect error when host is not found.christos
2006-03-22Coverity CID 893: Check the pointer for NULL before using anyway, althoughchristos
2006-03-22Coverity CID 1644: Plug memory leak.christos
2006-03-22Coverity CID 1645: Fix memory leak.christos
2006-03-22Coverity CID 1646: Free storage on errorchristos
2006-03-22Coverity CID 1647: Close file on error.christos
2006-03-22Coverity CID 1701: Fix memory and descriptor leak on error.christos
2006-03-22Coverity CID 1708: Close file on error.christos
2006-03-22Coverity CID 2581: set variable to NULL after free.christos
2006-03-22Coverity CID 2582: Set variables to NULL after freeing.christos
2006-03-22Coverity CID 2583: Appease error by setting name to NULL after free.christos
2006-03-14add a tar target.christos
2006-03-14provide a declaration for crypt(). Casting to char * will not work forchristos