Age | Commit message (Expand) | Author |
2012-06-27 | leftover code re-enqueued the same item on the list multiple times | Mike Belopuhov |
2012-06-27 | prevent an endless loop | Mike Belopuhov |
2012-06-26 | Add some more paranoia and make code clearer. Check that the required | Kenneth R Westerback |
2012-06-26 | RFC 2132 says "Options containing NVT ASCII data SHOULD NOT include | Kenneth R Westerback |
2012-06-26 | improve ikev2_msg_retransmit_timeout | Mike Belopuhov |
2012-06-26 | close SA when IKE_SA_INIT or IKE_AUTH exchanges fail; | Mike Belopuhov |
2012-06-26 | compare exchange types as well when looking up a message; | Mike Belopuhov |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-06-24 | Nuke interface_link_status() (check media status only) and use | Kenneth R Westerback |
2012-06-22 | Add initial support for retransmition timeouts and response retries. | Mike Belopuhov |
2012-06-22 | decouple timer initialization from timer_register | Mike Belopuhov |
2012-06-22 | Two 'ioctl() < 0' -> 'ioctl() == -1'. guenther@ says they're odd. | Kenneth R Westerback |
2012-06-22 | Set state to S_REBOOTING when calling state_reboot() and set state | Kenneth R Westerback |
2012-06-20 | Cancel all timeouts in state_reboot(), since we can get there from any state | Mark Kettenis |
2012-06-20 | no more boot_mac68k(8); | Jason McIntyre |
2012-06-20 | more mac68k bits for the attic | Matthew Dempsky |
2012-06-20 | Delete some more SUBDIR += mac68k. | Matthew Dempsky |
2012-06-04 | Rounding up a number of bytes in a bignum returned by the BN_num_bytes() | Mike Belopuhov |
2012-06-01 | revert previous, breaks tcpdump | Jonathan Gray |
2012-06-01 | Make the -P flag work with -ss, so that states can be printed with port | Lawrence Teo |
2012-05-31 | Clarify issues del (bridge command) vs delete (IP address command); | Theo de Raadt |
2012-05-31 | Let quotacheck work with duid based fstab. Missed one open() -> opendev() | Kenneth R Westerback |
2012-05-30 | more timer changes | Mike Belopuhov |
2012-05-30 | when changing peer's address in the SA, remove the old entry from the | Mike Belopuhov |
2012-05-30 | pass a file descriptor in the msg_fd instead of a function argument | Mike Belopuhov |
2012-05-29 | Fix tyop in error message; this was copied from/to umount(8)'s umount.c which... | Jasper Lievisse Adriaanse |
2012-05-29 | Make 'mount nfssrv:/path' without mount point work again : | Landry Breuil |
2012-05-29 | Fix typo in error message ("Cannot MNT PRC"->RPC) | Landry Breuil |
2012-05-29 | improve timer framework; will be needed soon | Mike Belopuhov |
2012-05-24 | don't increment the next expected message id when sending a response back. | Mike Belopuhov |
2012-05-23 | fixup from/to specification | Mike Belopuhov |
2012-05-23 | remove hardcoded values for esp and let ikev2_add_proposals decide | Mike Belopuhov |
2012-05-23 | factor out proposal matching code from ikev2_sa_negotiate and eliminate | Mike Belopuhov |
2012-05-14 | ansi. no binary change | Jonathan Gray |
2012-05-08 | When setting up NAT-T notify payloads, make sure to supply an | Mike Belopuhov |
2012-05-08 | rename espxforms to ipsecxforms for clarity | Mike Belopuhov |
2012-05-07 | fixup formatting in the generated files | Mike Belopuhov |
2012-05-07 | fix printing of wildcard anchors, from lteo, ok phessler sthen me | Henning Brauer |
2012-05-07 | Sync up several defines with RFC 5996. IANA has changed the existing | Mike Belopuhov |
2012-05-02 | remove redundant check; from lteo; ok haesbaert | Henning Brauer |
2012-05-02 | don't call getifmtu in -n mode, assume 1500. calling getifmtu requires | Henning Brauer |
2012-04-25 | Before writing it to disk, warn the user if their new MBR contains | Matthew Dempsky |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-19 | clear memory before passing to ioctl routines instead of praying it | Theo de Raadt |
2012-04-18 | not (unsigned); ok henning | Theo de Raadt |
2012-04-18 | undo an error introduced by myself in previous; | Jason McIntyre |
2012-04-17 | typo | Theo de Raadt |
2012-04-17 | Add type numbers for upcoming sgi work, forgotten during newport(4) import. | Miod Vallat |
2012-04-15 | fix a leak | Jonathan Gray |
2012-04-12 | do not downsize a type before calling malloc | Theo de Raadt |