Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger | |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-08 | only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org> | Anil Madhavapeddy | |
canacar@ ok | |||
2004-04-08 | In error message, use saved errno, not current errno. | Anil Madhavapeddy | |
From Moritz Jodeit <moritz at jodeit.org> | |||
2004-04-08 | document s_time (from s_time.pod); | Jason McIntyre | |
consistency fixes; | |||
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-07 | Fix bounds check for printing of ip6 options. Similar fix in tcpdump | Otto Moerbeek | |
3.8.1. From Greg Taleck <taleck at oz dot net>, with twist from me to keep diffablility. | |||
2004-04-06 | sort SYNOPSIS and options, and various other fixes, | Jason McIntyre | |
for s_client and s_server; | |||
2004-04-06 | dont write more than 4 bytes even on 64-bit. beck@ ok | Anil Madhavapeddy | |
2004-04-06 | Print DELETE payload contents. ok markus@. | Hakan Olsson | |
2004-04-05 | move to our new dhclient | Theo de Raadt | |
2004-04-05 | Change sizeof(ptr) to the correct sizeof(*ptr) to fix a bug when clearing out | Aaron Campbell | |
memory. krw@, beck@, deraadt@ ok plus approval from lha at stacken.kth.se. | |||
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre | |
.Pp removal; | |||
2004-04-03 | - correct SYNOPSIS | Jason McIntyre | |
- sync usage() - some small tweaks | |||
2004-04-03 | more .Pp removal; | Jason McIntyre | |
2004-04-03 | correct option is `dhcp-lease-time', not `requested-lease-time'; | Jason McIntyre | |
tracked down w/ help from krw@ also kill a dose of unnecessary .Pp's in here; | |||
2004-04-03 | remove a scad of .Pp's before displays, making postscript | Jason McIntyre | |
output nicer; | |||
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 | |
- dont close an invalid fd canacar@ ok | |||
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre | |
ok deraadt@ | |||
2004-04-02 | Do not bother closing an fd when we know it has failed. | Anil Madhavapeddy | |
Based on diff from Moritz Jodeit <moritz at jodeit.org> | |||
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 | |
the program's basename as argv[0]. Problem found by mpech@. OK deraadt@ beck@ | |||
2004-03-31 | it is no longer required to have local-address set with tcp md5sig, | Henning Brauer | |
so remove the check. | |||
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 | |
us a chance to register what's already happened. | |||
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 | |
ok deraadt@ | |||
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 | |
list uses @owner, @group and/or @mode, setting these did not use the install prefix. ok deraadt@ | |||
2004-03-18 | when we are in state CONNECT, i. e. we have a half-open tcp connection | Henning Brauer | |
to the peer, and we get a connection from exactly that peer, we used to refuse it (because we already had a - tho only half-open - connection). this diff changes that so that the connection request from the neighbor is preferred in only that specific case, and the existing half-open connection is teared down. this can speed up session re-establishment quite a bit, especially with multihop. claudio ok | |||
2004-03-18 | various fixes from Jared Yanovich; | Jason McIntyre | |
thanks Jared! | |||
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 | |
(root:wheel 0640) can send queries, claudio ok | |||
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 | |
suggested by tedu@ | |||
2004-03-16 | add -M and -N to options list; | Jason McIntyre | |
sort options; sync usage(); | |||
2004-03-16 | add fstat(1) reference to SEE ALSO; | Jason McIntyre | |
suggested by Drew Einhorn; | |||
2004-03-16 | fix dud example; from leopold-bloom at foni dot net; | Jason McIntyre | |
ok deraadt@ | |||
2004-03-16 | tcp md5sig requires that local-address is specified as well for now, so | Henning Brauer | |
enforce it. | |||
2004-03-16 | delay creating the control socket until after forking, but before chroot | Henning Brauer | |
(lives in /var/run, i. e. outside chroot) and privdrop. claudio ok |