summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-10-29security fix from upcoming apache 1.3.29:Henning Brauer
SECURITY: CAN-2003-0542 (cve.mitre.org) Fix buffer overflows in mod_alias and mod_rewrite which occurred if one configured a regular expression with more than 9 captures. [André Malo] ok markus@
2003-10-28let pkg_delete evaluate dependencies earlier: check that all packagesMarc Espie
that the user wants removed are actually a complete set with respect to dependencies. Otherwise, report a list of packages that would have to be removed as well for this pkg_delete to work, and stop right there. okay naddy@
2003-10-28oopsMarc Espie
2003-10-28zapMarc Espie
2003-10-28OpenBSD-specific Makefile. We keep Makefile.PL around for portability toMarc Espie
other OSes. A bit more maintenance, since each module will need to be added, but there are too many fun things that can happen with depend/clean/whatever. Should please that Theo guy who sometimes sends me spam. okay millert@
2003-10-27extra block around do while loop.Marc Espie
perl quick: this is needed for last to work. Found out by sturm@
2003-10-26correct bad dprintf, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2003-10-26update for crl and crl2pkcs7;Jason McIntyre
2003-10-26cosmetic change, people read preadd as p_read_d, so make it explicit:Marc Espie
preadd -> pre_add reallyadd -> really_add
2003-10-26Partial synch with reality, ok sturm.Marc Espie
2003-10-24fix an occasional hang noticed by mpech@ when a SIGHUPCan Erkin Acar
is received after the configuration is modified. tested by mpech@, ok avsm@
2003-10-24dont compare int to NULL, millert@ okAnil Madhavapeddy
2003-10-24initgroups() before chroot(), found by Daniel LucqHenning Brauer
ok deraadt@
2003-10-24small update for CIPHERS;Jason McIntyre
2003-10-23Allows close() on already closed locator.Marc Espie
Fix second problem seen by krw@
2003-10-23Typo. Fix removal for multiple times the same dependency.Marc Espie
2003-10-23typos from Jared Yanovich, plus a few more independant -> independent;Jason McIntyre
2003-10-23missing space in DEINSTALL message.Marc Espie
allow pkg_delete stem to work, unless ambiguous. put all pkg_info's work into a single function, so that pkg_info autoconf will work. ok fries@ sturm@
2003-10-22setgroups; avsm okTheo de Raadt
2003-10-22- slight update and sort options for CA sectionJason McIntyre
- remove some unnecessary .Ns's - typos
2003-10-21Prefix ${DESTDIR} to installation directory.Marc Espie
Oops. Problem found by danh@, thx!
2003-10-20let it build even if depend stage gets skipped.Marc Espie
ok miod@
2003-10-20switch to new pkgtools, agreed between pval, naddy and I.Marc Espie
2003-10-20note str* fixesJakob Schlyter
2003-10-20Missing undef. conflicts is an error.Marc Espie
2003-10-20Forgot that one.Marc Espie
2003-10-20snprintfify; noted by david krauseJakob Schlyter
2003-10-20realloc fixesTheo de Raadt
2003-10-19plist's has/get methods for accessing elements: perl ->{} has quirksMarc Espie
that make it unusable for looking up constants correctly.
2003-10-19pkgpath is . by default.Marc Espie
2003-10-19Add is_stem/find_stemMarc Espie
2003-10-19Add is_stem, findstem and use them in pkg_info.Marc Espie
2003-10-19Let @cwd followed by no files work (for @extra), like the old tools.Marc Espie
ok pval
2003-10-19Add manpages, with a few minor changes from old ones.Marc Espie
ok pval
2003-10-19ISC BIND version 9.3.0. ok deraadt@Jakob Schlyter
2003-10-19add support for SSHFP resource recordsJakob Schlyter
2003-10-19I committed the wrong diff which would remove all files in pkg_add/Nikolay Sturm
in case $USER forgot make obj before make cleandir, this fixes it espie@ ok
2003-10-19new targets clean and cleandirNikolay Sturm
espie@ ok
2003-10-17use u_int32_t instead of unsigned long, a 32-bit quantity is needed.Daniel Hartmeier
ok deraadt@
2003-10-16new import of my pkgtools, after a slight naming disagreement with theMarc Espie
Upper Management...
2003-10-16poll() arg mistake. Tatoku OgaitoJun-ichiro itojun Hagino
2003-10-16safer realloc. deraadt okJun-ichiro itojun Hagino
2003-10-12buf oflow, fixed badly in freebsd by tjr, i changed it to give a niceTheo de Raadt
warning instead of blind truncation; millert ok
2003-10-12Default snaplen is 96 not 68, from Pyun YongHyeon, ok deraadt@Daniel Hartmeier
2003-10-12Make it compile without INET6, from Max Laier, ok deraadt@Daniel Hartmeier
2003-10-08ugly hack to fix digest authentication for ie, safari et al. FreeBSD PR#55401.Jakob Schlyter
ok henning@
2003-10-08cleanup of PASS PHRASE ARGUMENTS and ASN1PARSE;Jason McIntyre
2003-10-07FILES /etc/sensorsd.confHenning Brauer
spotted by millert@ ok millert@ jmc@
2003-10-06connect sensorsd to the buildHenning Brauer
ok deraadt@
2003-10-06.Xr it 4Henning Brauer
PR3512, From: zejames@greyhats.org