Age | Commit message (Expand) | Author |
2008-07-28 | some cleanup; Gleydson Soares | Theo de Raadt |
2008-07-28 | Do not use __progname in inetd as it is not portable. Instead hardcode it to | Claudio Jeker |
2008-07-27 | Use __progname instead of hand rolled version using argv[0]. | Claudio Jeker |
2008-07-26 | kill trailing whitespace; | Jason McIntyre |
2008-07-25 | Mention @bin plist element, ok espie@ | Ian Darwin |
2008-07-25 | doc fix; from David Higgs | Jason McIntyre |
2008-07-24 | Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@ | Claudio Jeker |
2008-07-24 | isinf/isnan are macros now, therefore ap_config_auto.h differ. regen | Martynas Venckus |
2008-07-24 | reserve a few OpenBSD MIBs that might be implemented later or to avoid | Reyk Floeter |
2008-07-23 | Stop printing the size of BARs; the way the code calculates it is wrong. | Mark Kettenis |
2008-07-23 | validate packet length in debug dns packet logging before printing the header. | Reyk Floeter |
2008-07-22 | Add dynamic IPv6-to-IPv4 and IPv4-to-IPv6 translation inspired by | Reyk Floeter |
2008-07-22 | more negotation -> negotiation; ok sthen@ | Martynas Venckus |
2008-07-21 | fix ugly debug dump output. found with bluhm@ | Rainer Giedat |
2008-07-21 | Initial stab at DHCPINFORM support. OK phessler@ | Todd C. Miller |
2008-07-21 | Leave PATH alone. | Antoine Jacoutot |
2008-07-19 | link to apache web server, not the project group. found while | Martynas Venckus |
2008-07-19 | Use errx instead of fprintf, exit combo. | Claudio Jeker |
2008-07-19 | minor wording tweaks; | Jason McIntyre |
2008-07-19 | print the host parent id if available | Reyk Floeter |
2008-07-19 | no need for using a TAILQ queue for the host children list, use a | Reyk Floeter |
2008-07-19 | If the new 'parent' keyword is specified for a host in a table, | Reyk Floeter |
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter |
2008-07-18 | merge host_v6 with relayd's version to use getaddrinfo instead of | Reyk Floeter |
2008-07-18 | merge log_host with relayd's version using getnameinfo and rename it | Reyk Floeter |
2008-07-18 | terminate the input buffer on failure in print_host() | Reyk Floeter |
2008-07-17 | final reorder diff to use TAILQ_INSERT_TAIL instead of | Reyk Floeter |
2008-07-17 | add the hosts in order to get host ids that match the order in the config fil... | Reyk Floeter |
2008-07-17 | give sane ids to hosts, tables, redirections, relays, etc. - start | Reyk Floeter |
2008-07-17 | use getaddrinfo/getnameinfo to parse ipv6 addresses instead of | Reyk Floeter |
2008-07-16 | relay_connect() may fail, close the session in the bindany callback | Reyk Floeter |
2008-07-16 | use getsockname() to find out the local address of a connection before | Reyk Floeter |
2008-07-16 | fix nat lookup to use the correct pf_addr offset. now it also works | Reyk Floeter |
2008-07-16 | Dynamically allocate fd_sets so we are not limited to FD_SETSIZE | Todd C. Miller |
2008-07-11 | httpd deamon -> httpd daemon | Martynas Venckus |
2008-07-11 | add missing ssl art after manual has been moved, instead of using | Martynas Venckus |
2008-07-10 | Fix "etc source" output when not using a tarball | Antoine Jacoutot |
2008-07-10 | retry port allocation on all errors, not just EADDRINUSE; ok jakob@ | Damien Miller |
2008-07-09 | let the kernel choose the random port. code from djm@. ok markus@. | Jakob Schlyter |
2008-07-09 | missing new-line character. | Igor Sobrado |
2008-07-09 | an ellipsis is not an optional argument. | Igor Sobrado |
2008-07-09 | documentation tweaks. | Igor Sobrado |
2008-07-09 | reintroduce our own shuffle ID generator. ok djm@ millert@ | Jakob Schlyter |
2008-07-09 | merge and resolve conflicts introduced by 9.4.2-P1 | Jakob Schlyter |
2008-07-09 | always verify that the received dns response id matches our request. | Reyk Floeter |
2008-07-09 | Use OpenBSD's knuth shuffle algorithm of random values from bind to | Reyk Floeter |
2008-07-09 | remove an unused variable that is a leftover from the old alg. | Reyk Floeter |
2008-07-09 | also set the protocol, either TCP or UDP, in the NAT lookup. this | Reyk Floeter |
2008-07-09 | only use SOCK_STREAM for TCP in bindany(), otherwise SOCK_DGRAM for UDP. | Reyk Floeter |
2008-07-09 | update the relay dns code to open a new udp socket to send the | Reyk Floeter |