summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
1996-11-05Enable NFSThorsten Lockert
1996-11-04Remove dead code as pointed out by bitblt. Also nuke the gross #defines,Todd C. Miller
1996-11-04Don't use access(2) -- from Theo.Todd C. Miller
1996-11-03Improve portability by using ANSI/POSIX interfaces when possible.Todd C. Miller
1996-11-02"K" and "Kb" -> "KB" as well as "Mb" -> "MB" so people don't get confusedTodd C. Miller
1996-11-01Check malloc/strdup ret val and deal.Todd C. Miller
1996-11-01gethostname correctlyTheo de Raadt
1996-11-01Revert obvious commentimp
1996-11-01Buffer oflow possible, but unlikelyimp
1996-11-0140 buf oflowsTheo de Raadt
1996-11-01HAVENISTheo de Raadt
1996-10-31bye byeTheo de Raadt
1996-10-31buf oflows pendantryTodd C. Miller
1996-10-31Proper strncpy() usage.Todd C. Miller
1996-10-30import ctm (current through mail)Thomas Graichen
1996-10-28Safe $HOME handling.Todd C. Miller
1996-10-27Check for __OpenBSD__. From Matthieu Herrb <Mathieu.Herrb@mipnet.fr>Todd C. Miller
1996-10-26Prefer $LOGNAME to $USER.Todd C. Miller
1996-10-26we are so ftp bounce paranoid, we checked twice!Theo de Raadt
1996-10-26getopt returns -1 on OpenBSDimp
1996-10-25proactive buf checkTheo de Raadt
1996-10-25proactive bounds checking; help from millertTheo de Raadt
1996-10-23Merge of NetBSD 961020. Includes flexible build/source dir specsNiklas Hallqvist
1996-10-16kill __yp_token.Jason Downs
1996-10-16check strdup ret val.Todd C. Miller
1996-10-16check malloc() ret val!Todd C. Miller
1996-10-12Stop if the sum of unreachables and timeouts are >= number of probes, butThorsten Lockert
1996-10-08Prototype & Stylistic fixes for high -W gcc levelsNiklas Hallqvist
1996-10-08Attempt at cleanup.michaels
1996-10-08Attempt at cleanup.michaels
1996-10-06fixing a portmap bug i introduced just before release makes me happyTheo de Raadt
1996-10-05strcasecmp hostnames; from netbsdTheo de Raadt
1996-10-03net byte order for clear checkTheo de Raadt
1996-10-02int ch; from ws@netbsdTheo de Raadt
1996-10-02warn: do not use this because it has bugsTheo de Raadt
1996-10-01comment out unused typedef, nameclash on Amiga.michaels
1996-10-01simplify checkTheo de Raadt
1996-09-30avoid NOFILE; from bde@freebsdTheo de Raadt
1996-09-30sin_port in net order; _exit() after vfork()Theo de Raadt
1996-09-30Don't allow certain operations if not from a reserved port. -mojMats O Jansson
1996-09-30OpenBSDTheo de Raadt
1996-09-30warn about YP & bootparam security problem; suggested by bitbltTheo de Raadt
1996-09-29document in field; spotted by peterTheo de Raadt
1996-09-29Fix hostname lookups (improper use of strncpy).dm
1996-09-28Perl adduser(8) from FreeBSD.Jason Downs
1996-09-28Add -c flag from FreeBSD.Jason Downs
1996-09-27Fixed spelling noticed by bitblt. -mojMats O Jansson
1996-09-27clean & cleandir & obj, should be effective for videomode alwaysNiklas Hallqvist
1996-09-25Fixed buffer overflow.bitblt
1996-09-23avoid oflowsTheo de Raadt