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