summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2008-08-01This log message is an excruiciating pain in the ass when it repeats 4000 tim...Bob Beck
2008-07-28some cleanup; Gleydson SoaresTheo de Raadt
2008-07-28Do not use __progname in inetd as it is not portable. Instead hardcode it toClaudio Jeker
2008-07-27Use __progname instead of hand rolled version using argv[0].Claudio Jeker
2008-07-26kill trailing whitespace;Jason McIntyre
2008-07-25Mention @bin plist element, ok espie@Ian Darwin
2008-07-25doc fix; from David HiggsJason McIntyre
2008-07-24Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@Claudio Jeker
2008-07-24isinf/isnan are macros now, therefore ap_config_auto.h differ. regenMartynas Venckus
2008-07-24reserve a few OpenBSD MIBs that might be implemented later or to avoidReyk Floeter
2008-07-23Stop printing the size of BARs; the way the code calculates it is wrong.Mark Kettenis
2008-07-23validate packet length in debug dns packet logging before printing the header.Reyk Floeter
2008-07-22Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired byReyk Floeter
2008-07-22more negotation -> negotiation; ok sthen@Martynas Venckus
2008-07-21fix ugly debug dump output. found with bluhm@Rainer Giedat
2008-07-21Initial stab at DHCPINFORM support. OK phessler@Todd C. Miller
2008-07-21Leave PATH alone.Antoine Jacoutot
2008-07-19link to apache web server, not the project group. found whileMartynas Venckus
2008-07-19Use errx instead of fprintf, exit combo.Claudio Jeker
2008-07-19minor wording tweaks;Jason McIntyre
2008-07-19print the host parent id if availableReyk Floeter
2008-07-19no need for using a TAILQ queue for the host children list, use aReyk Floeter
2008-07-19If the new 'parent' keyword is specified for a host in a table,Reyk Floeter
2008-07-19Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 insteadReyk Floeter
2008-07-18merge host_v6 with relayd's version to use getaddrinfo instead ofReyk Floeter
2008-07-18merge log_host with relayd's version using getnameinfo and rename itReyk Floeter
2008-07-18terminate the input buffer on failure in print_host()Reyk Floeter
2008-07-17final reorder diff to use TAILQ_INSERT_TAIL instead ofReyk Floeter
2008-07-17add the hosts in order to get host ids that match the order in the config fil...Reyk Floeter
2008-07-17give sane ids to hosts, tables, redirections, relays, etc. - startReyk Floeter