Age | Commit message (Expand) | Author |
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre |
2004-04-03 | - correct SYNOPSIS | Jason McIntyre |
2004-04-03 | more .Pp removal; | Jason McIntyre |
2004-04-03 | correct option is `dhcp-lease-time', not `requested-lease-time'; | Jason McIntyre |
2004-04-03 | remove a scad of .Pp's before displays, making postscript | Jason McIntyre |
2004-04-03 | dont try to close an invalid fd, canacar@ ok | Anil Madhavapeddy |
2004-04-03 | - dont send junk err in parent_open_dump() if filename is NULL | Anil Madhavapeddy |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-04-02 | Do not bother closing an fd when we know it has failed. | Anil Madhavapeddy |
2004-04-02 | spelink | Henning Brauer |
2004-04-01 | Off by 1 ! OK millert@, tedu@ | Thierry Deval |
2004-04-01 | audio/x-vorbis, ok henning@ | Todd T. Fries |
2004-04-01 | document ipv6ification changes to s_client, polished by jmc@ | Damien Miller |
2004-03-31 | For non-internal services, if no program arguments are specified use | Todd C. Miller |
2004-03-31 | it is no longer required to have local-address set with tcp md5sig, | Henning Brauer |
2004-03-31 | allow empty (wildcard) sockaddr for src or dst | Henning Brauer |
2004-03-30 | wrap each install operation into eval {} so that a die there will leave | Marc Espie |
2004-03-30 | do not allow non-sensible stuff in packing-lists. | Marc Espie |
2004-03-24 | privsep documentation from canacar | Theo de Raadt |
2004-03-22 | Add support for PFSYNC_ACT_BUS. (Bulk Update Status) | Ryan Thomas McBride |
2004-03-20 | comment spelling fixes; ok henning@ | David Krause |
2004-03-19 | Pass SIGINT to child. Noticed by mpech@, ok jakob@ | Can Erkin Acar |
2004-03-19 | Fix memory leak in error path. Found by Patrick Latifi. OK henning@ | Claudio Jeker |
2004-03-19 | Remove errant ';' from end of for() statement. deraadt@ ok | Aaron Campbell |
2004-03-19 | procmap/pmap confusion, spotted by jmc@ | Ted Unangst |
2004-03-18 | When using an install prefix with -B to install packages, and the packing | Thorsten Lockert |
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning Brauer |
2004-03-18 | various fixes from Jared Yanovich; | Jason McIntyre |
2004-03-18 | 0 vs NULL, from Joris Vink | Ted Unangst |
2004-03-17 | consistency | Henning Brauer |
2004-03-17 | remove getpeereid() call so that those who have write access to the socket | Henning Brauer |
2004-03-17 | Add missing space for sets in network statements. | Claudio Jeker |
2004-03-17 | add references to procmap(1) in SEE ALSO; | Jason McIntyre |
2004-03-16 | add -M and -N to options list; | Jason McIntyre |
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre |
2004-03-16 | fix dud example; from leopold-bloom at foni dot net; | Jason McIntyre |
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer |
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer |
2004-03-16 | typos from Andrey Matveev; | Jason McIntyre |
2004-03-16 | errno is not specified to be int, but something from errno.h. ok millert@ | Ted Unangst |
2004-03-15 | if (foo); ok aaron@ | Damien Miller |
2004-03-15 | call daemon(3) early; from tholo@; ok mcbride@ | Markus Friedl |
2004-03-15 | use switch instead of if { } else if { } else { } | Henning Brauer |
2004-03-15 | add a default: case to the switch (sensor type) in the config file parser | Henning Brauer |
2004-03-15 | Plug memory leak caused by errant semi-colon. Already submitted and committed | Aaron Campbell |
2004-03-15 | properly check chdir success after chroot() and tweak err msgs a little, | Henning Brauer |
2004-03-15 | correct .Pa for ppp.conf.sample; | Jason McIntyre |
2004-03-15 | more accurate msg, pr3713 from Andre Lucas | Ted Unangst |
2004-03-15 | iffy syntax; ok deraadt@ | Damien Miller |
2004-03-15 | zero struct sockaddr_un before use, from andrushock AT korovino.net; ok deraadt@ | Damien Miller |