summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
2003-07-26Add missing "break" in -s case and make usage() explicitly take void.Todd C. Miller
From Andrey Matveev.
2003-07-23bye byeTheo de Raadt
2003-07-22- use :L variable modifier with ELF_TOOLCHAIN variableBrad Smith
- change 2 instances of the check from != "yes" to == "no" ok deraadt@
2003-07-21gotta prune your objdir after makefile changes...; cleandir was not brokenMichael Shalayeff
2003-07-21no, you broke cleandirTheo de Raadt
2003-07-21do not symlink .x file -- build right out of include dir and only link .h; ↵Michael Shalayeff
deraadt@ ok
2003-07-21use __prognameMichael Shalayeff
2003-07-21protosTheo de Raadt
2003-07-21use more defines; andrushock@korovino.netTheo de Raadt
2003-07-20ignore backwards going entriesMichael Shalayeff
2003-07-18add missing includesDavid Krause
ok tedu@
2003-07-18remove the extra / in pathDavid Krause
ok deraadt@ millert@
2003-07-18#include "http_main.h" for the chroot functionsDavid Krause
fixes some implicit declaration warnings ok henning@