summaryrefslogtreecommitdiff
path: root/sbin/ccdconfig/ccdconfig.c
AgeCommit message (Expand)Author
2010-08-24- plugs two fd leaksJasper Lievisse Adriaanse
2010-08-12correct a format string. not sure who thought size_t would be a good matchTed Unangst
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-04-17remove mention of -g and assocatiated options that aren't working nowTed Unangst
2007-04-06use rwlocks instead of hand-rolled. make the softc private parts private.Ted Unangst
2006-03-26fix output of ``ccdconfig -gv'': one typo, and one missing \tAlexander von Gernler
2006-03-13Cleanup and plug a fe memleaks and; from Davif Hill with a twist fromOtto Moerbeek
2006-03-06convert permanent privilege revocation to use setresuid/setresgid;Damien Miller
2005-11-12FILE * leak, missing fclose(); evol@online.ptt.ruTheo de Raadt
2005-11-12left a free() behind, spotted by cloderTheo de Raadt
2005-11-12more asprintf; ok dhill@mindcry.orgTheo de Raadt
2005-03-29less ugly printoutMichael Shalayeff
2005-02-24changes for ccd changesMichael Shalayeff
2004-05-29memory leak; andrushock@korovino.netTheo de Raadt
2003-12-17Add support for -DSMALL that doesn't need -lkvm (no -g option)Todd C. Miller
2003-06-11ansificationTheo de Raadt
2003-03-30snprintfTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2000-09-30Some format string problems that were missed during initial audit; deraadt@ andAaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
1998-08-15fix reallocTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1997-11-26Add a CCDF_OLD flag used to get the old I/O policyNiklas Hallqvist
1997-09-14WallTheo de Raadt
1997-05-28be more paranoid about gid revokingTheo de Raadt
1997-01-13egid for open; spotted by oliver@secnet.comTheo de Raadt
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesTheo de Raadt
1996-05-30revoke privs before opening kvm if user has specified mem/kernel pathsTheo de Raadt
1996-05-22libutilTheo de Raadt
1996-03-21From NetBSD: Merge of 960317Niklas Hallqvist
1995-11-13from netbsd:Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt