summaryrefslogtreecommitdiff
path: root/sbin/ncheck_ffs/ncheck_ffs.c
AgeCommit message (Expand)Author
2005-04-12handle snprintf potential -1 caseTheo de Raadt
2004-08-08spacingTheo de Raadt
2003-11-21- standard SYNOPSISJason McIntyre
2003-09-25realloc fixes; 3rd rev to make markus happierTheo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-07-29spacesTheo de Raadt
2003-06-11ansificationTheo de Raadt
2003-06-04term 3 & 4 from tholo after permissionTheo de Raadt
2003-01-17Add a new option, -f, that allows the user to specify a custom outputTodd C. Miller
2003-01-17Don't report setugid directories in "ncheck -s" output since thoseTodd C. Miller
2002-08-12Swap args to calloc(3) so they are in the correct order; art@ ok.Aaron Campbell
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-07-03ansiTheo de Raadt
2002-05-22strcpy, sprintf death; mpech okTheo de Raadt
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01use strtoul() instead of atoi()Theo de Raadt
2001-11-05kill more registers;Mike Pechkin
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-08-14ncheck -i would never show any information as it did not cache the directoryThorsten Lockert
1996-06-30Accept mount points and block devicesThorsten Lockert
1996-06-30Fix usage and manpageThorsten Lockert
1996-06-25ncheck(8) implementationThorsten Lockert