summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-09-12move dns lookups to its own (privilege revoking, not chrooting) process.Henning Brauer
2008-09-12Don't be to strict in find_iface() about what we accept on point-to-pointClaudio Jeker
2008-09-11remove hackery to un-demote after the session has been established forHenning Brauer
2008-09-11Do not clean ${PACKAGES} as this is the source files, if run without obj dirDale Rahn
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-09-10Properly free allocated memory if carp_demote_get encounters an error.Tobias Stoeckmann
2008-09-10Proper format string modifiers and missing includes to get correct prototypesMiod Vallat
2008-09-10bzero' the option buffer with the correct buffer size. this fixesReyk Floeter
2008-09-08clean warnings on all architecturesTheo de Raadt
2008-09-06- don't list *.merged files in the "remaining for you to merge by hand"Antoine Jacoutot
2008-09-06adapt to API changes in OpenSSL 0.9.8hDamien Miller
2008-09-06update for openssl-0.9.8hDamien Miller
2008-09-06correct name. -mojMats O Jansson
2008-09-05ignore unknown SAFIs in the MP capabilities. used by some to distributeHenning Brauer
2008-09-04Check for the correct ioctl failure case and reflect thatJonathan Gray
2008-09-03Missing breaks.Jonathan Gray
2008-09-03; -> : in getopt optstring.Jonathan Gray
2008-09-03Missing break in case statement.Jonathan Gray
2008-09-02- make sure they are no sendmail leftovers in src when sysmerge stopsAntoine Jacoutot
2008-09-02Install in the correct directory with NOMAN set. Based on makewhatisDale Rahn
2008-09-02be more careful in checking disk space; ok millertTheo de Raadt
2008-09-01sync synopsis and usage; KNF.Igor Sobrado
2008-08-31Fix AS check in parse_community() -- well-known communities have the ASClaudio Jeker
2008-08-29- prevent sysmerge from installing a virgin master.passwd and groupAntoine Jacoutot
2008-08-23- document -hJason McIntyre
2008-08-23ufs -> UFS;Jason McIntyre
2008-08-22make it section 8Theo de Raadt
2008-08-22move mksuncd to here (but still only sparc64 build)Theo de Raadt
2008-08-22merge crunchide into crunchgen as the -h flag. this is not yet done theTheo de Raadt
2008-08-22Merge crunchgen & crunchhide (using name checking), and move to usr.sbinTheo de Raadt
2008-08-14let's make this half useful to recover from crashed disks with wrong info.Marc Espie
2008-08-14simplify S definition to just srcdir, since it appears there's no specialMarc Espie
2008-08-13sync synopsis/usage; fix double "usage:"; KNF.Igor Sobrado
2008-08-12basic bounds check on elf header info. avoid crashes on i.e.e truncatedOtto Moerbeek
2008-08-11Build apm(8) and apmd(8) on sparc64.Mark Kettenis
2008-08-11Use only safe functions in signal handlers.Tobias Stoeckmann
2008-08-11more goto fail on gettimeofday errorReyk Floeter
2008-08-11better handling of HTTP POSTs or requests with Content-Length.Reyk Floeter
2008-08-11add missing 'break' to read HTTP content correctlyReyk Floeter
2008-08-08add a variable $SERVER_NAME which is "OpenBSD relayd" by default.Reyk Floeter
2008-08-08chunked encoding may include empty lines at random places, do notReyk Floeter
2008-08-08fix possible memleaks in chunked encoding handlerReyk Floeter
2008-08-08only dump all protocol nodes with DEBUG > 1.Reyk Floeter
2008-08-08Support HTTP responses that neither specify a Content-Length headerReyk Floeter
2008-08-08Check gettimeofday() against -1; Add a missing error check in one place.Thordur I. Bjornsson
2008-08-07Fix a typo, inteface -> interface.Brad Smith
2008-08-05Do not advertise the default route with wrong metric of 0. Set it to 1Claudio Jeker
2008-08-04Update to BIND 9.4.2-P2 and adapt our dynamic select changes. OK deraadt@Todd C. Miller
2008-08-03Don't print a warning when the random device cannot be opened ifTodd C. Miller
2008-08-02usage() has to exit 1; Gleydson SoaresTheo de Raadt