Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-23 | The asr structure must always be freed in asr_done(). This is a | Eric Faurot | |
left-over from a former implementation where asr_ctx didn't exist and struct asr was refcounted. spotted by Jared Yanovich. ok gilles@ | |||
2011-03-23 | Simplify resolver initialization. This is done only once | Eric Faurot | |
since resolv.conf reloading is handled automatically by asr. ok gilles@ | |||
2011-03-23 | remove unused states in enum | Eric Faurot | |
ok gilles@ | |||
2011-03-23 | cache user name for ~user | Marc Espie | |
2011-03-23 | allow scp://hostname/~user/subdir to work | Marc Espie | |
2011-03-23 | Print a warning when rtsol or rtsold are used to do IPv6 autoconfiguration | Alexander Bluhm | |
but accepting redirects is turned off. If the -F switch is given, set sysctl net.inet6.icmp6.rediraccept to 1 instead. ok claudio@ deraadt@ sthen@ | |||
2011-03-22 | Don't be to strict when checking the length of an ospf packet. | Claudio Jeker | |
Allow for padding bytes in the IP packet (length > ntohs(op->ospf_len)) but report both length in that case. OK sthen@, deraadt@ | |||
2011-03-22 | use timerclear macro | Okan Demirmen | |
ok miod@ | |||
2011-03-21 | do not close msgfd in bounce_session(), it is closed by client_close() | Gilles Chehade | |
2011-03-21 | - reset smtp_client pointer to NULL after client_close() | Gilles Chehade | |
- datafd is closed in client_close() | |||
2011-03-21 | fix a memory leak in client.c and properly close envelope in | Gilles Chehade | |
queue_shared.c diff from Jared Yanovich, sent to bugs@ by Jonny Mosco | |||
2011-03-20 | document new stuff | Marc Espie | |
2011-03-20 | pass url name to Ustar, for error messages | Marc Espie | |
2011-03-20 | allow Ustar to be more precise in its error messages: record position | Marc Espie | |
in archive, and caller can set description of file handle | |||
2011-03-19 | use timerclear macro | Okan Demirmen | |
ok henning@ | |||
2011-03-19 | Pass the new -c option to grotty when building manuals, to avoid ANSI | Ingo Schwarze | |
escape sequences and continue using traditional backspace escaping. Using feedback from millert@ and espie@. Tested by landry@ in bulk builds. ok naddy@ landry@ When installing this patch, make sure to upgrade your textproc/groff package to groff-1.21 before trying to build ports, because the old groff-1.15 grotty will error out when being fed the -c option. | |||
2011-03-19 | I can remove duplicate flag since that's handled upwards. | Marc Espie | |
2011-03-19 | put back -L in handle_options, so that it works in pkg_add/pkg_delete/pkg_create | Marc Espie | |
prompted by jmc@, noticed by Gregory Edigarov | |||
2011-03-19 | fix some name[=value] horrors; | Jason McIntyre | |
2011-03-19 | Xr pkg.conf.5; from Patrick Lamaiziere | Jason McIntyre | |
ok espie | |||
2011-03-16 | fix trap sending in snmpd by adjusting snmpctl to the imsg libutil | Reyk Floeter | |
change and fixing the ber element handling in snmpd itself. tested by jsg@ | |||
2011-03-16 | spelling. | Okan Demirmen | |
ok yasuoka@ | |||
2011-03-16 | use timerclear macro. while here, fix spelling. | Okan Demirmen | |
ok yasuoka@ | |||
2011-03-15 | let smtpd use user-provided Diffie-Hellman parameters for ephemeral key | Gilles Chehade | |
exchange. if no DH parameters are found, fallback to builtin parameters as was done until now. since we now accept user-provided DH parameters, make smtpd more strict and fatal() if the parameters are bogus. bump the key size of the DH parameters from 512bits to 1024bits, it might be bumped further after some more research. thanks to mikeb@ for his suggestions diff ok mikeb@ , man ok jmc@ | |||
2011-03-15 | use appropriate timerclear macro - from Christiano F. Haesbaert | Okan Demirmen | |
ok mcbride@ | |||
2011-03-13 | consistently use "Wake on LAN (WoL)"; i don;t care if anyone wants to | Jason McIntyre | |
change that, but let's keep it consistent; ok stsp | |||
2011-03-12 | Fix previous commit. When data arrives from the client before the | Alexander Bluhm | |
server connection is set up, do not enable read events for the other side. | |||
2011-03-12 | A connection that is constantly sending data uni-directionaly from | Alexander Bluhm | |
the client to the server did always trigger the session timeout. The reason for this behavior was that any read event reset the client side timeout. A read event on one side must reset the timeout for the other side instead. ok deraadt@ | |||
2011-03-12 | Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption. | Claudio Jeker | |
Do not insert neighbors first to the address tree and then assign the address to the struct. Instead pass the address to nbr_new() so all keys for the various RB trees are available when setting the neighbor up. | |||
2011-03-12 | Log the fact that a session was not accepted because of missing HELLOs. | Claudio Jeker | |
2011-03-09 | smtpctl show stats displays inet4/inet6 repartition for incoming sessions | Gilles Chehade | |
2011-03-09 | make similar code .. more similar | Todd T. Fries | |
ok gilles@ previous commit should have read: when copying 'struct sockaddr' data, use sa_len not sizeof(struct sockaddr_in) this fixes truncation of IPv6 addresses in the mail delivery path ok gilles@ | |||
2011-03-09 | *** empty log message *** | Todd T. Fries | |
2011-03-08 | It was not possible to send out LS updates larger then the MTU. | Claudio Jeker | |
Change the code in such a way that single huge LSA get fragmented but avoid IP fragmentation when packing multiple ones. Problem found and fix tested by Benjamin Papillon. Tested & OK sthen@ | |||
2011-03-08 | Instead of using IBUF_READ_SIZE as upper bound when building various | Claudio Jeker | |
packets use a better upper bound based on IP_MAXPACKET. Also change one IBUF_READ_SIZE to READ_BUF_SIZE since that is what the rest of the code uses. Tested and OK sthen@ | |||
2011-03-07 | run makewhatis during pkg_create in verbose mode. | Marc Espie | |
tweak temp manpage generation a bit, so that it has correct names in its own directory, because makewhatis will be really pissed off otherwise. | |||
2011-03-07 | continguous -> contiguous | Henning Brauer | |
From: "Anthony J. Bentley" <anthonyjbentley at gmail dot com> | |||
2011-03-04 | Indent block correctly. | Claudio Jeker | |
2011-03-03 | Reset the SIGPIPE signal handler immediately before executing a command. | Todd C. Miller | |
We ignore it by default so cron doesn't die if sendmail is missing or exits prematurely but the actual command being run should have the default handler installed. | |||
2011-03-03 | fix ss_to_text() and ss_to_ptr() so IP addresses are logged correctly | Gilles Chehade | |
on big-endian machines ... spotted and tested by landry@ (and I) | |||
2011-03-02 | Don't use a flag value as index into the 2 element array on_off. | Alexander Bluhm | |
Fixes a segmentation fault. ok deraadt@ | |||
2011-03-02 | fix typo; spotted by Peter J. Philipp | Theo de Raadt | |
2011-02-28 | fix a buffer overflow in the pppoe receive packet handling. | David Gwynne | |
diff from yasuoka@ ok deraadt@ | |||
2011-02-28 | If 'check script' doesn't exit(), treat the service as 'down' rather | Stuart Henderson | |
than 'unknown'. Fixes a problem where the script is killed due to expiry of the interval timer. ok pyr@ deraadt@ | |||
2011-02-21 | call setusercontext(3) before chroot. ok miod@ sthen@ | Jakob Schlyter | |
2011-02-15 | Use log_as() to print the offending neighbor-as instead of printing it | Claudio Jeker | |
as an int. This way 4-byte ASes should be printed nicely. OK deraadt@ henning@ | |||
2011-02-13 | fix from pr 6314: allow debug logging before daemonization to help | Okan Demirmen | |
identify configuration issues. ok sthen@ pyr@ | |||
2011-02-11 | Make "crontab -l" not crash on crontab files that don't have the | Philip Guenthe | |
expected three lines of comments. Factor out the "copy a crontab" logic and merge it into ignore_comments(). ok miod@ | |||
2011-02-10 | Clarify how the -c and -w options interact. OK tedu@ jmc@ | Todd C. Miller | |
2011-02-09 | - move ypldap to the conditional YP block | Jasper Lievisse Adriaanse | |
from dinar talypov ok miod@ |