Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-03 | NULL for NULL pointers, not 0 | Ted Unangst | |
2003-11-03 | combine ugly printf(), exit() combo statements into err() or errx(). | Ted Unangst | |
mostly from tom cosgrove. | |||
2003-10-31 | New libedit api changes. | Otto Moerbeek | |
Tested by djm@, mouring@, jmc@. ok deraadt@ | |||
2003-10-31 | These should build on pegasos | Dale Rahn | |
2003-10-30 | malloc failures in init? never. but try to be reasonable for one dumb one | Theo de Raadt | |
2003-10-28 | better partition finding. instead of groveling around looking for | Ted Unangst | |
a device, and then trying to guess what partition it is, use opendev(), fstat(), and DISKPART() to know what what's going on. most of the diff from Tom Cosgrove <tom.cosgrove at arches-consulting.com> | |||
2003-10-26 | fix partition selection to allow all partitions to be grown. | Ted Unangst | |
report by Mitja Muzenic <mitja at muzenic.net> | |||
2003-10-26 | "advbase" is the correct operand. | Ryan Thomas McBride | |
diff from Daniel Cavanagh <nofsk@vtown.com.au> | |||
2003-10-25 | OpenSSL generates DNs with emailAddress, not Email. | Ryan Thomas McBride | |
2003-10-25 | receiveing -> receiving; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | adddress -> address; from Jared Yanovich; | Jason McIntyre | |
2003-10-25 | controlls -> controls; from Jared Yanovich; | Jason McIntyre | |
2003-10-22 | spacing | Theo de Raadt | |
2003-10-22 | use setgroups too; canacar ok | Theo de Raadt | |
2003-10-22 | caution with kill | Theo de Raadt | |
2003-10-22 | privilege seperated pflogd | Can Erkin Acar | |
_pflogd user and group must be created for proper operation. ok frantzen@ henning@ mcbride@ deraadt@ | |||
2003-10-21 | don't use NULL as (int)0. henning ok | Jun-ichiro itojun Hagino | |
2003-10-19 | Remove commented out debug line committed by mistake. | Ryan Thomas McBride | |
2003-10-18 | sync with usage(); | Jason McIntyre | |
2003-10-18 | new sentence, new line; | Jason McIntyre | |
2003-10-18 | quote a macro's args to make it expand correctly; | Jason McIntyre | |
2003-10-18 | CARP documentation cleanups, mostly from jmc@ | Ryan Thomas McBride | |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-10-17 | slight options reorder; from NetBSD | Jason McIntyre | |
2003-10-17 | mention some defaults; noticed by John L. Scarfone | Jason McIntyre | |
ok tedu@ | |||
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller | |
the bug where signals would not be handled until the next mount request. | |||
2003-10-14 | constant_lookup() to constant_name() cleanup. markus@ ok. | Hakan Olsson | |
2003-10-14 | getopt() returns int not char. ok pvalchev@ | Dale Rahn | |
2003-10-13 | Add a UI FIFO debug class. ok markus@ plus I think henning@ | Hakan Olsson | |
2003-10-11 | consistent newlines, from tom cosgrove at arches-consulting.com. | Ted Unangst | |
2003-10-09 | Remove errant semicolon introduced in rev 1.60; joshua stein | Todd C. Miller | |
2003-10-08 | fix cedric's breakage: | Henning Brauer | |
int is not the same as u_long caused an integer overflow on our 64 bit archs and thus made pf not working there ok mcbride@ marc@ millert@ cedric@ | |||
2003-10-07 | better guess for ncyls. allows chuck yerkes to make small file systems again. | Ted Unangst | |
2003-10-07 | add support for modifying attribute cache parameters | Henning Brauer | |
inspired by PR2567, the included diff was wrong tho and not used here manpage from millert@ ok millert@ on code and jmc@ on manpage | |||
2003-10-04 | Avoid crash on invalid config file (missing value for LIFE_DURATION). | Chad Loder | |
OK ho@ | |||
2003-10-02 | clean up p = realloc(p | Ryan Thomas McBride | |
ok deraadt@ henning@ | |||
2003-10-01 | note that for user mounts special should be -rw user, and node owned by user; | Jason McIntyre | |
from a thread on misc@ ok tedu@ | |||
2003-10-01 | free without test | Theo de Raadt | |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger | |
This brings us close to 100% atomicity for a "pfctl -f pf.conf" command. (some splxxx work remain in the kernel). Basically, improvements are: - Anchors/Rulesets cannot disappear unexpectedly anymore. - No more leftover in the kernel if "pfctl -f" fail. - Commit is now done in a single atomic IOCTL. WARNING: The kernel code is fully backward compatible, but the new pfctl/authpf userland utilities will only run on a new kernel. The following ioctls are deprecated (i.e. will be deleted sooner or later, depending on how many 3rd party utilities use them and how soon they can be upgraded): - DIOCBEGINRULES - DIOCCOMMITRULES - DIOCBEGINALTQS - DIOCCOMMITALTQS - DIOCRINABEGIN - DIOCRINADEFINE They are replaced by the following ioctls (yes, PF(4) will follow) which operate on a vector of rulesets: - DIOCXBEGIN - DIOCXCOMMIT - DIOCXROLLBACK Ok dhartmei@ mcbride@ | |||
2003-09-26 | Walking up to a firewall box which had the console logged in, to see | Theo de Raadt | |
the entire screen full of "Reopened logfile" is CLEAR and OBVIOUS reason that that message is UTTERLY USELESS and is wiping important stuff off the screen. | |||
2003-09-26 | check strdup failure; ok anil millert | Theo de Raadt | |
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell | |
2003-09-26 | don't listen to INADDR_ANY if Listen-on is specified. | Cedric Berger | |
patch from markus@, ok ho@ | |||
2003-09-26 | .Xr mount_ntfs; | Jason McIntyre | |
2003-09-26 | realloc properly; ok jason | Theo de Raadt | |
2003-09-25 | Fix off-by-one out-of-bounds write; millert@ ok | Aaron Campbell | |
2003-09-25 | Fix one case of set length before realloc. Fix another case of | Chad Loder | |
foo = realloc(foo...) and avoid possible memory leaks. Avoid leaving things pointing to freed memory on failure. | |||
2003-09-25 | realloc fixes; 3rd rev to make markus happier | Theo de Raadt | |
2003-09-25 | do not crank size first, do not do p = realloc(p, ... | Theo de Raadt | |
2003-09-25 | whack commons as wanted by ho | Theo de Raadt | |