Age | Commit message (Expand) | Author |
2012-11-06 | Ensure that if_exists() always closes its socket before returning. | Lawrence Teo |
2012-11-06 | Kill two unused functions, subnet_number() and broadcast_addr(). | Kenneth R Westerback |
2012-11-05 | Some systems give ENETUNREACH when trying to add the 'standard' | Kenneth R Westerback |
2012-11-04 | Properly clear the UP flag while forcing the interface down/up | Stefan Sperling |
2012-11-04 | Use consistant initialization idiom to reduce confusion. | Kenneth R Westerback |
2012-11-04 | No need to pass interface name around when flushing routes. | Kenneth R Westerback |
2012-11-04 | No need to pass interface name around when creating routes. | Kenneth R Westerback |
2012-11-03 | Various fixes/tweaks for resolv.conf handling: | Kenneth R Westerback |
2012-11-03 | While this identical idiom caused problems when building an ifaliasreq | Kenneth R Westerback |
2012-11-02 | Avoid some misaligned access on sparc64 (at least) by bcopy()'ing | Kenneth R Westerback |
2012-11-02 | Don't add a 'nameserver' line to resolv.conf if the nameserver in | Kenneth R Westerback |
2012-11-02 | Watch the non-privileged end of the pipe to the privileged child | Kenneth R Westerback |
2012-11-01 | KNF some leading spaces into tabs. | Kenneth R Westerback |
2012-10-31 | Delete some leftover debug code and the array it rode in on. | Kenneth R Westerback |
2012-10-31 | chris@ spotted a '2038' where a '2048' was meant and pointed out | Kenneth R Westerback |
2012-10-31 | Forcibly delete all existing ipv4 addresses from an interface when | Kenneth R Westerback |
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback |
2012-10-30 | New file holding functions to perform direct interface and routing | Kenneth R Westerback |
2012-10-29 | backout possible infinit-loop (from rev 1.5) when parsing nat_d; | Markus Friedl |
2012-10-29 | Teach wsconsctl(8) about the elantech mouse type. Diff from shadchin@. | Stefan Sperling |
2012-10-27 | Change dhclient.conf directive 'ignore' to take a list of option names | Kenneth R Westerback |
2012-10-25 | Include the license and copyright notice in the generated files. | Reyk Floeter |
2012-10-25 | Move the arrays of default IKE and ESP transforms into parse.y instead | Reyk Floeter |
2012-10-23 | Change the order of variables just to shrink the diff to the (not yet | Reyk Floeter |
2012-10-23 | Allow to overwrite a few more definitions like file paths from the | Reyk Floeter |
2012-10-23 | Add a cast for input to inet_pton() to silence a possible but harmless | Reyk Floeter |
2012-10-22 | tweak previous; | Jason McIntyre |
2012-10-22 | Fix NAT-T support in iked, both on the initiator and the responder | Reyk Floeter |
2012-10-19 | rtableid must be BREAK instead of MERGE, otherwise the optimizer might | Henning Brauer |
2012-10-18 | Disallow tables and interface address pools for rdr-to, nat-to and | Reyk Floeter |
2012-10-13 | move the exit status stuff into an EXIT STATUS section; | Jason McIntyre |
2012-10-11 | fix "disable lidsuspend on shutdown": | Alexander Hall |
2012-10-11 | The RSA public keys will be found in a subdirectory of /etc/iked/ | Reyk Floeter |
2012-10-11 | Remove the new (as of r1.56) line of code which updates ifi->linkstat in | Stuart Henderson |
2012-10-10 | Revert r1.155. Routing breaks if dhclient-script flushes the | Kenneth R Westerback |
2012-10-09 | "If srcid is omitted, the default is to use the hostname of the local | Reyk Floeter |
2012-09-29 | Remove extra .Pp | Lawrence Teo |
2012-09-25 | Correct DPADD to not list libssl which is not used by iked. | Brad Smith |
2012-09-25 | lost preposition "in" | Otto Moerbeek |
2012-09-23 | Allow route -T 3 add to create a table even if the table does not exist | Claudio Jeker |
2012-09-22 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-20 | add more sensor types to sensor framework. | Yojiro Uo |
2012-09-19 | Show which limit cannot be set. idea mikeb | Camiel Dobbelaar |
2012-09-18 | Once resolv.conf.saved has been copied back as resolv.conf, delete it so | Kenneth R Westerback |
2012-09-18 | update email addresses to match reality. | Reyk Floeter |
2012-09-18 | prio 0 is valid, therefore, I chose an "impossible" value for prio meaning | Henning Brauer |
2012-09-18 | Don't accept leases that offer a subnet that is already configured | Kenneth R Westerback |
2012-09-18 | remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set | Markus Friedl |
2012-09-17 | unbreak the last commit by making sure that the transform name | Markus Friedl |
2012-09-17 | When a link is lost, call dhclient-script with reason "FAIL". This | Kenneth R Westerback |