Age | Commit message (Expand) | Author |
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 |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-10 | Document new KERN_NTHREADS and KERN_MAXTHREAD sysctls | Philip Guenthe |
2012-04-06 | there is no need to cast an unsigned type with (unsigned). | Theo de Raadt |
2012-04-06 | no need to (unsigned) a small constant | Theo de Raadt |
2012-04-06 | Put raidctl in the attic. | Joel Sing |
2012-04-06 | tedu the raidctl. | Joel Sing |
2012-04-05 | rate-limit accepting of new connections while we are experiencing | Theo de Raadt |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-04-04 | Don't 'reserve' a head/track if there is only only 1 head and 1 | Kenneth R Westerback |
2012-03-31 | Make fsck_msdos work with non-512-byte sector devices. Problem noted | Kenneth R Westerback |
2012-03-24 | fix some leaks | Jonathan Gray |
2012-03-24 | set the vendor string to OpenBSD-5.2; ok mikeb@ | Markus Friedl |
2012-03-24 | fix some leaks | Jonathan Gray |
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre |
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback |
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2012-03-11 | typo reported by Ville Valkonen <weezelding at gmail dot com> on tech@ | Ingo Schwarze |
2012-03-05 | fix format string: | Henning Brauer |
2012-02-08 | Hammer fstab entries and command line entries into same format with | Kenneth R Westerback |
2012-02-02 | add netflow v9/ipfix support to pflow(4). | Sebastian Benoit |
2012-01-31 | fix a typo; Steffen Daode Nurpmeso | Theo de Raadt |
2012-01-30 | fix format string | Charles Longeau |