summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-05-26Handle strdup returning NULL. OK hshoexerChad Loder
2005-05-26switch the max_src_{states,conn,conn_rate} from superblock breaks to superblockMike Frantzen
2005-05-26disallow interface group names that end in a digit to differentiate them fromMike Frantzen
2005-05-26remove reference to MNT_UNIONPedro Martelletto
2005-05-26bye byePedro Martelletto
2005-05-26remove the stackable filesystemsPedro Martelletto
2005-05-26Clean up some cleanup code. Fixes at least one leak, possibly more.Chad Loder
2005-05-25make the remaining pf_rule fields named superblock BREAKs instead just lettingMike Frantzen
2005-05-25make the optimizer safe in the presence of interface groups. they must act asMike Frantzen
2005-05-25Fix a commentHans-Joerg Hoexer
2005-05-25rearrange order of messages sent to the kernelHans-Joerg Hoexer
2005-05-25set incoming flows to "use", outgoing to "require"Hans-Joerg Hoexer
2005-05-25prepare for new sysctl interface, not used yetHans-Joerg Hoexer
2005-05-25do not swap srcid/dstid for INOUT rules.Hans-Joerg Hoexer
2005-05-25use bzeroHans-Joerg Hoexer
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-25aesctr and null supportMarkus Friedl
2005-05-24Identify states that will not be synchronised in pfctl -vvss output.Christopher Pascoe
2005-05-24fix minor ouput glitch, by using strtonum instead of strtol.Moritz Jodeit
2005-05-24support trunk stacking (trunks as trunk ports) and some fixesReyk Floeter
2005-05-24add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsdMarkus Friedl
2005-05-24kill unneeded exit(). log_fatal() already does it. ok hshoexer@Moritz Jodeit
2005-05-24no more 'ifconfig $if 0.0.0.0 up' only 'ifconfig $if up' since dhclientTodd T. Fries
2005-05-24typoMoritz Jodeit
2005-05-24initial import of a trunking (link aggregation and link failover)Reyk Floeter
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
2005-05-23Mention interface names can be used in Listen-on. OK hshoexerChad Loder
2005-05-23minor memset->bzero, clarify an error condition, and plug a leak.Kjell Wooding
2005-05-23endpwent() not needed here, pointed out by theo.Hakan Olsson
2005-05-23endpwent() after last use. hshoexer@ okHakan Olsson
2005-05-23remove code that duplicates getservice()Camiel Dobbelaar
2005-05-23tap. tap. is this thing on?Kjell Wooding
2005-05-22Add support to kill states that match networks.Marco Pfatschbacher
2005-05-22No more ifdef KAME. From hshoexerChad Loder
2005-05-22rewrite the interface groups printing code:Henning Brauer
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2005-05-19sort options + sync usage();Jason McIntyre
2005-05-19p's and q's;Jason McIntyre
2005-05-18remove certpatch(8) stuff;Jason McIntyre
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18bye byeHans-Joerg Hoexer
2005-05-18there's no need for certpatch anymore, so remove itHans-Joerg Hoexer
2005-05-18allow payload types 20 and 21 for nat-tHans-Joerg Hoexer
2005-05-14more logical section order;Jason McIntyre
2005-05-14- openssl req can create self-signed certs in one stepJason McIntyre
2005-05-14Give example of how to spin down a device since this is a questionTodd C. Miller
2005-05-12add some missing section descriptions to make this page a littleJason McIntyre
2005-05-10no need to use select()Hans-Joerg Hoexer
2005-05-07Add support for the domain keyboards, and simplify the kbd -l logic.Miod Vallat
2005-05-07Check for kvm_nlist failure to retrieve all keyboard map symbols, and doMiod Vallat