summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-08-17damn liesHenning Brauer
2003-08-16more errx/warnx style \n errors; tom.cosgrove@arches-consulting.comTheo de Raadt
2003-08-16no return() after errx(); andrushockHenning Brauer
2003-08-15remove extra \n in {warn,err}{,x} callsTheo de Raadt
2003-08-15-S basedir, simpler to use than -s.Marc Espie
Sets prefix logic better, so that it doesn't interfere with existing @cwd in packing lists. tests by naddy@
2003-08-14add tgz, prodded by wimHenning Brauer
2003-08-12More unused files with bad string functions in them. Bye bye.Hans Insulander
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12These files are unused by us and have strcat/strcpy badness in them,Hans Insulander
so they'll just go away.
2003-08-12fix pkg->tail as needed, so that last md5 in CONTENTS does not get erased.Marc Espie
2003-08-08Remove a buffer which got added during the safe stringification, but leftMiod Vallat
unused. ok tedu@
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-08-07use setusercontext(3) instead of initgroups/setuid/et al., making possibleFederico G. Schwindt
to limit resources based on the user class the binary is run under. while i'm here, use %u for gid_t and uid_t. input and ok from millert and henning.
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
I've skipped the GNU stuff for now. From Patrick Latifi.
2003-08-06Plug some memory leaks; from Patrick LatifiTodd C. Miller
2003-08-06Fix strlcat() args; from Patrick LatifiTodd C. Miller
2003-08-05Install AliasDB(5)Hans Insulander
2003-08-05Minor cleanupsHans Insulander
2003-08-05Don't say things twice.Hans Insulander
2003-08-05Option -t (testmode) no longer exists.Hans Insulander
Small cleanups while i'm here.
2003-08-05TypoHans Insulander
2003-08-05cvs merge marker thingie accidentally left. oops. sorry.Hans Insulander
2003-08-05Default to using /dev/xfs0, not /dev/nnpfs0Hans Insulander
2003-08-05New files, libroken cleanup, linking cleanup, and other small fixes.Hans Insulander
2003-08-05More files to compile, small cleanups and various other changes neededHans Insulander
after arla update.
2003-08-05No more librokenHans Insulander
2003-08-05Bye bye libroken and krb4Hans Insulander
2003-08-05Fix <des.h> include confusion.Hans Insulander
2003-08-05TPOINTER -> YDR_TPOINTERHans Insulander
Somehow, cvs seems to have to have missed this change, probably a merge error.
2003-08-05getprogname() -> __prognameHans Insulander
2003-08-05Removing strcpy/strcat is nice, but don't change a _wire protocol_Hans Insulander
when fixing it. Instead, spend 30 seconds to find the real solution. Why was i not asked to approve this before it was commited?
2003-08-05Set arla version to something sensible. (This is arla -current, not anHans Insulander
official release. We can't use a released version of arla, because they all need krb4)
2003-08-05RegenerateHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05MergeHans Insulander
2003-08-05Import of arla -current as of Aug 5 2003Hans Insulander
ok todd@ deraadt@
2003-08-04ClientAliveInterval requires Protocol 2;Jason McIntyre
noted by Marc Revial on misc@; ok markus@
2003-08-01clean up debug output some, and correct an incorrect error check inAnil Madhavapeddy
priv_gethostbyaddr()
2003-08-01Add -q flag to pkg_delete: don't check md5 before removing.Marc Espie
Useful for bulk-package builders who want to clean /usr/local quickly.
2003-08-01tickets are now u_int32_t, not int, fixes tree breakage; from Andrey SmaginTodd C. Miller
2003-07-31delintTheo de Raadt
2003-07-31knfAnil Madhavapeddy
2003-07-31Privilege separated syslog daemon. The child listening to log requests dropsAnil Madhavapeddy
to user _syslogd and chroots itself, while the privileged parent grants it access to open logfiles and other calls it needs. The only difference from existing behaviour is that if syslog.conf changes and syslogd receives a HUP, it will re-exec itself and have two new PIDs. A HUP with an unchanged config will make syslogd reopen logfiles as before. Lots of help and code from deraadt@ , and advice from millert@ Various versions tested by todd, cloder, mpech, markus, tdeval and others
2003-07-30indents; jfb okTheo de Raadt
2003-07-30Use (char *)NULL instead of (char *)0 in execl and execle; Andrey MatveevTodd C. Miller
2003-07-30basic support for ftp:// in PKG_PATH. ok pvalchev@Ted Unangst