summaryrefslogtreecommitdiff
path: root/usr.sbin/bad144/bad144.c
AgeCommit message (Collapse)Author
2002-06-10Switch to modern (post 4.xBSD) world, with changes lying in my tree for aMiod Vallat
lot of time: - use getopt() - use err() and warn() - NBT_BAD instead of 126 - remove the vax-only parts since this is only build on i386. They can come back later whenever necessary.
2002-06-09strlcpy fix, PR 2727Jun-ichiro itojun Hagino
2002-05-29more snprintfTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-07-02-Wall cleanup; ok millert@jasoni
2000-12-09avoid buf oflow; belu@kriton.orgTheo de Raadt
1999-12-05oflowTheo de Raadt
1999-06-16i386Marc Espie
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1997-07-27use RAW_PARTTheo de Raadt
1997-06-29Wall, in part from mikelTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt