summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
2003-05-11Slight style fix for .cst files. Permit comments also after a definition.Hakan Olsson
2003-05-11fix ID-type for ipv6; ok niklas; report friesMarkus Friedl
2003-05-11Don't ntohs() the translation port for nat as it is already in host byte order.Ryan Thomas McBride
2003-05-10typos;Jason McIntyre
2003-05-10typo;Jason McIntyre
2003-05-10- setup -> set upJason McIntyre
2003-05-10document that kernel automatically handles first swap partitionJason McIntyre
2003-05-10support loading of anchors from within the main ruleset viaHenning Brauer
2003-05-09No longer need -lcompatTodd C. Miller
2003-05-08Close sockets (otherwise the file handle limit can be reached when manyDaniel Hartmeier
2003-05-07typo.Jason McIntyre
2003-05-06KNF while I'm hereHenning Brauer
2003-05-06for hw.sensors, print stuff in a human friendly way - temperatures inHenning Brauer
2003-05-06remove FSIRAND define and make it non-optional. ok millert@Ted Unangst
2003-05-06after switch to mmap, we need to zero other malloc'd data. use calloc.Ted Unangst
2003-05-05Describe format of pfctl -sl output, reported by Alejandro G. Belluscio.Daniel Hartmeier
2003-05-03these files all had >9 arguments to .Nd, causing the name description to beJason McIntyre
2003-05-03The 'memleft' calcuations assume that the data address starts atTodd C. Miller
2003-05-03don't free() the char * carrying the rule label too earlyHenning Brauer
2003-05-01ease label handlingHenning Brauer
2003-05-01allow label on antispoof; requested by Gregor Binder <gbinder at sysfive.com>Henning Brauer
2003-04-30only compare suberblock fields that are interesting, instead of trying toTed Unangst
2003-04-30cast size_t to unsigned long and use %lu;ok hoJason Wright
2003-04-30kill globals anchorname and rulesetname; have them in main instead and passHenning Brauer
2003-04-30Allow tables to be loaded into anchors.Cedric Berger
2003-04-30a on or off thing -> an on or off thing;Jason McIntyre
2003-04-29Fix parsing of noac option; noticed and OK by henning@Todd C. Miller
2003-04-27Update the pfioc_table IOCTL structure.Cedric Berger
2003-04-27Describe the 'C set' FIFO command better. (PR#3148, also)Hakan Olsson
2003-04-27Make the 'C set' FIFO command work as expected. PR#3148.Hakan Olsson
2003-04-26strcpy -> strlcpy.Kenneth R Westerback
2003-04-26bye byeTheo de Raadt
2003-04-26string cleanup; ok teduTheo de Raadt
2003-04-26remove a bit more junkTheo de Raadt
2003-04-26remove stuff not neededTheo de Raadt
2003-04-26string cleaning; ok teduTheo de Raadt
2003-04-26blow away file not neededTheo de Raadt
2003-04-25string cleanupTheo de Raadt
2003-04-25Support for accessing the information from the hardware monitoring sensorsAlexander Yurchenko
2003-04-25Very little tweak for consistency in space vs \tAlexander Yurchenko
2003-04-25kill a workaround now that inet_net_pton acts reasonablyHenning Brauer
2003-04-25check asprintf return value for error as well, some implementations doPeter Valchev
2003-04-25Properly copy the second part of nat proxy port range, when specified.Daniel Hartmeier
2003-04-24get rid of incorrectly sized buffer by using asprintf; ok millertPeter Valchev
2003-04-24mount_cd9660 is not normally executed at boot time;Jason McIntyre
2003-04-23most programs do not syslog at startup. especially this oneTheo de Raadt
2003-04-21a few string cleanups; ok dhartmeiTheo de Raadt
2003-04-20print "direxec" when it's enabled on msdosfs.Ted Unangst
2003-04-19change "%12.f" -> "%12.0f" to avoid a -Wformat warningAnil Madhavapeddy