Age | Commit message (Expand) | Author |
2017-06-03 | Move slaacd to /sbin | Florian Obser |
2017-06-01 | Expand $eapid in iked tags, allowing PF rules to be written based on EAP | Stuart Henderson |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-05-31 | fold the vnetid and parent lines into a single encap line. | David Gwynne |
2017-05-30 | Fix escaping: .Nm Op Fl "Dx" turning into "pflogd [-DragonFly]" | Ingo Schwarze |
2017-05-30 | fix a comment | Henning Brauer |
2017-05-28 | Don't check np->port for NULL - it's an array, it's never NULL. | Michal Mazurek |
2017-05-28 | Elegant and reliable link status checking courtesy of mpi@. | Kenneth R Westerback |
2017-05-28 | print_ioctl() is unused if not debugging. Found with clang, after | Michal Mazurek |
2017-05-27 | Move includes. | Michal Mazurek |
2017-05-27 | Mention the display.font variable in EXAMPLES. | Frederic Cambus |
2017-05-26 | Move logic to set default client-identifier into a | Kenneth R Westerback |
2017-05-26 | Whitespace rectification of a couple of mis-indentations. | Kenneth R Westerback |
2017-05-26 | Move the two loops through the leases file | Kenneth R Westerback |
2017-05-21 | A few more freezero() uses | Theo de Raadt |
2017-05-19 | tweak partition sizes for auto-alloction to better suit 8G disks | Otto Moerbeek |
2017-05-15 | Fixup printing of queue bandwidth specifications | Mike Belopuhov |
2017-05-15 | Put the closing parenthesis in the right spot and fix std-dev calculation | Mike Belopuhov |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-05-12 | Make the markup of negative parameters consistently use .Cm; | Ingo Schwarze |
2017-05-04 | Merge headers defining identifiers from sysctl.8 into sysctl.3. Shorten and | Theo Buehler |
2017-05-03 | Use the safe idiom of cleaning sensitive data from memory with explicit_bzero, | Ricardo Mestre |
2017-04-28 | Remove double assignments | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-26 | cope with IP address changes. before, we were trying to resend the msg | Henning Brauer |
2017-04-25 | Use strtonum instead of strto{,u}ll for simpler and better overflow | Theo Buehler |
2017-04-24 | Fix configuration of ASN1_DN IDs. | Reyk Floeter |
2017-04-23 | oops, this was meant to be committed with the pfctl.8 change: | Jason McIntyre |
2017-04-23 | trim the documentation for -k: make it more consistent, | Jason McIntyre |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |
2017-04-19 | Rename all SA groups to bundles consistently. The first kernel | Alexander Bluhm |
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano |
2017-04-19 | Bump numbers for /usr/obj allocation with *big* compilers. | Theo Buehler |
2017-04-19 | enlarge obj to satisfy new world order that has *big* compilers and | Otto Moerbeek |
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback |
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback |
2017-04-18 | use freezero() | Theo de Raadt |
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray |
2017-04-14 | Up to now ipsecctl(8) grouped SAs with identical src and dst to the | Alexander Bluhm |
2017-04-13 | fix wrongly indented lines | Jonathan Gray |
2017-04-13 | Add a NAT-T keepalive timer in case we are behind a NAT gateway. | Patrick Wildt |
2017-04-12 | Prevent inosused from wrapping when soft updates is enabled while | Todd C. Miller |
2017-04-12 | RTM_PROTO3 messages should not trigger a resolv.conf check. | Kenneth R Westerback |
2017-04-12 | Shuffle another function. | Kenneth R Westerback |
2017-04-11 | Shuffle route/interface changing functions together into kroute.c. Try to | Kenneth R Westerback |
2017-04-11 | Fold priv_write_file() into its only remaining user | Kenneth R Westerback |
2017-04-10 | Rework -L logic to use the idiom used in handling the leases file. | Kenneth R Westerback |
2017-04-10 | Found another len += snprintf... | Theo de Raadt |
2017-04-10 | Remove always false comparison: inosused type is ino_t, which is | Frederic Cambus |
2017-04-09 | Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the | Kenneth R Westerback |