summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2008-07-17use getaddrinfo/getnameinfo to parse ipv6 addresses instead ofReyk Floeter
2008-07-16relay_connect() may fail, close the session in the bindany callbackReyk Floeter
2008-07-16use getsockname() to find out the local address of a connection beforeReyk Floeter
2008-07-16fix nat lookup to use the correct pf_addr offset. now it also worksReyk Floeter
2008-07-16Dynamically allocate fd_sets so we are not limited to FD_SETSIZETodd C. Miller
2008-07-11httpd deamon -> httpd daemonMartynas Venckus
2008-07-11add missing ssl art after manual has been moved, instead of usingMartynas Venckus
2008-07-10Fix "etc source" output when not using a tarballAntoine Jacoutot
2008-07-10retry port allocation on all errors, not just EADDRINUSE; ok jakob@Damien Miller
2008-07-09let the kernel choose the random port. code from djm@. ok markus@.Jakob Schlyter
2008-07-09missing new-line character.Igor Sobrado
2008-07-09an ellipsis is not an optional argument.Igor Sobrado
2008-07-09documentation tweaks.Igor Sobrado
2008-07-09reintroduce our own shuffle ID generator. ok djm@ millert@Jakob Schlyter
2008-07-09merge and resolve conflicts introduced by 9.4.2-P1Jakob Schlyter
2008-07-09always verify that the received dns response id matches our request.Reyk Floeter
2008-07-09Use OpenBSD's knuth shuffle algorithm of random values from bind toReyk Floeter
2008-07-09remove an unused variable that is a leftover from the old alg.Reyk Floeter
2008-07-09also set the protocol, either TCP or UDP, in the NAT lookup. thisReyk Floeter
2008-07-09only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP.Reyk Floeter
2008-07-09update the relay dns code to open a new udp socket to send theReyk Floeter