Age | Commit message (Expand) | Author |
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 |
2008-07-08 | Use correct format string specifier for int argument. Don't try to print it | Claudio Jeker |
2008-07-08 | Typo in summarize output. | Antoine Jacoutot |
2008-07-04 | Teach sysmerge to retrieve {etc,xetc}*.tgz files from FTP/HTTP | Stuart Henderson |
2008-07-04 | remove trailing whitespace; | Jason McIntyre |
2008-07-04 | Make the proxy module work with https again by allowing the destination | Marc Balmer |
2008-07-04 | clean up parser a bit, separating local/distant parts in a more reusable way, | Marc Espie |
2008-07-04 | some small text improvements; ok ajacoutot | Jason McIntyre |
2008-07-03 | deal with hrefs containing '/' instead of just the package file name | Nikolay Sturm |
2008-07-02 | kill a bunch of dead code. | Pierre-Yves Ritschard |
2008-07-02 | Prevent dvmrpd from using illegal ifindex's. | Esben Norby |
2008-06-29 | repetition, spotted by <bsd@openbsd.rutgers.edu> | Pierre-Yves Ritschard |
2008-06-29 | Use C99, not gcc-specific variadics. Ok miod@. | Anders Magnusson |
2008-06-29 | various macro/spelling/grammar fixes; | Jason McIntyre |
2008-06-29 | typo | Miod Vallat |
2008-06-29 | document the configuration directives for directories. | Pierre-Yves Ritschard |
2008-06-28 | add an underscore to argument name. | Igor Sobrado |
2008-06-27 | synch with rest of work | Marc Espie |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | tweak; | Jason McIntyre |
2008-06-26 | seperate out the openldap stuff that will be replaced | Theo de Raadt |
2008-06-26 | must be able to get at include file | Theo de Raadt |
2008-06-26 | cleanup include file. remove unneeded socket cleanup. | Pierre-Yves Ritschard |
2008-06-26 | ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a | Pierre-Yves Ritschard |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | fatalx instead of fatal because errno is not set of pipe is closed. OK henning | Claudio Jeker |
2008-06-25 | no need for sparc/sparc64 ifdefs, since this file is sparc only | Theo de Raadt |
2008-06-25 | Add _PW_BUF_LEN define and use it instead of hard-coding 1024 for | Todd C. Miller |
2008-06-25 | much better url parser. | Marc Espie |
2008-06-24 | Garbage collect some unused nor relevant config files. They're either | Brad Smith |