Age | Commit message (Expand) | Author |
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 |
2012-09-17 | De-obfuscate and update reality correspondance of some comments. | Kenneth R Westerback |
2012-09-15 | Encode the transform parameters in the transform name, too. | Markus Friedl |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-10 | Only keep track of the bio(4) cookie, not an entire bio_locate struct. | Joel Sing |
2012-09-07 | no need for the ../bioctl | Theo de Raadt |
2012-09-06 | move pkcs5_pbkdf5 function to libutil so everybody can play with it | Ted Unangst |
2012-09-04 | sort sections; | Jason McIntyre |
2012-09-03 | - resolve unchecked malloc()'s; prompted by rustyBSD. | Okan Demirmen |
2012-09-01 | Oops. Missed a reinitialize_interface() declaration. | Kenneth R Westerback |
2012-09-01 | Nuke a static global I can't get my head around - interfaces_invalidated. | Kenneth R Westerback |
2012-08-31 | modload needs to invoke ld with -nopie now on ELF platforms | Matthew Dempsky |
2012-08-31 | Nuke a bunch of annoying "/* Send a packet. */" comments above | Kenneth R Westerback |
2012-08-30 | Do not issue a spurious "force" when "group none" is specified. | Christian Weisgerber |
2012-08-29 | no point having two copies of this file - this copy never got | Jason McIntyre |
2012-08-27 | correct the description of VLAN_MTU; from brad smith | Jason McIntyre |
2012-08-26 | Junk global cur_time, and use time(NULL) or local variables where | Kenneth R Westerback |
2012-08-24 | ikev2 is described in rfc 5996 now; | Jason McIntyre |
2012-08-23 | - rfc 4443 replaces rfc 2463 | Jason McIntyre |
2012-08-23 | remove unneccessary .Pp; | Jason McIntyre |
2012-08-23 | get rid of mount_nnpfs | Theo de Raadt |
2012-08-22 | - open a remote file/device with the same flags we use when opening a | Alexander Hall |
2012-08-22 | add ignore keyword to conf file, allowing one to ignore unwanted info | Ted Unangst |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2012-08-21 | Don't abandon time_t precision for intervals. Use (long long) and %lld when | Kenneth R Westerback |
2012-08-18 | Don't store a time_t into an int. Make the variable time_t. | Kenneth R Westerback |
2012-08-18 | Don't try to printf() a time_t value with %d. Cast to (int) just | Kenneth R Westerback |
2012-08-18 | Remove unused field 'next' from struct timeout. There's only one | Kenneth R Westerback |
2012-08-18 | Update global cur_time after exiting poll() and before calling the | Kenneth R Westerback |
2012-08-17 | Don't forget to byteswap the state_flags since it's a uint16_t now. | Mike Belopuhov |
2012-08-14 | fix bad argument passed to errx() | Charles Longeau |