summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2008-07-08Use correct format string specifier for int argument. Don't try to print itClaudio Jeker
2008-07-08Typo in summarize output.Antoine Jacoutot
2008-07-04Teach sysmerge to retrieve {etc,xetc}*.tgz files from FTP/HTTPStuart Henderson
2008-07-04remove trailing whitespace;Jason McIntyre
2008-07-04Make the proxy module work with https again by allowing the destinationMarc Balmer
2008-07-04clean up parser a bit, separating local/distant parts in a more reusable way,Marc Espie
2008-07-04some small text improvements; ok ajacoutotJason McIntyre
2008-07-03deal with hrefs containing '/' instead of just the package file nameNikolay Sturm
2008-07-02kill a bunch of dead code.Pierre-Yves Ritschard
2008-07-02Prevent dvmrpd from using illegal ifindex's.Esben Norby
2008-06-29repetition, spotted by <bsd@openbsd.rutgers.edu>Pierre-Yves Ritschard
2008-06-29Use C99, not gcc-specific variadics. Ok miod@.Anders Magnusson
2008-06-29various macro/spelling/grammar fixes;Jason McIntyre