Age | Commit message (Expand) | Author |
2013-05-30 | Fix bug when starting ldpd with a configured interface in the down state. | Claudio Jeker |
2013-05-30 | Stop trying to send hello messages if the interface is down. | Claudio Jeker |
2013-05-30 | Simplify hello holdtime calculation and stop the timeout timer if the | Claudio Jeker |
2013-05-30 | This might be useful on beagle, too. | Florian Obser |
2013-05-30 | Improve sanity checks on received UDP messages | Claudio Jeker |
2013-05-30 | Do not use a carp address as ldp router id because it is not unique. | Claudio Jeker |
2013-05-30 | Add partial support to bgpd for the ttl hack with ipv6. This sends the correct | Stuart Henderson |
2013-05-29 | I had misgivings about that one, I was right. Missed an obvious testcases, | Marc Espie |
2013-05-29 | allow installpath to use +=, requested by quite a few people, | Marc Espie |
2013-05-27 | No need to build asr files anymore. | Eric Faurot |
2013-05-27 | undo previous: apparently "on the order of" is legitimate | Jason McIntyre |
2013-05-26 | add B: to the list of options actually handled. | Marc Espie |
2013-05-24 | tweak the "deliver to lmtp" text, and zap an extraneous space; | Jason McIntyre |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-05-24 | *in* the order of, not *on* the order of; | Jason McIntyre |
2013-05-24 | the -a option probes multiple ifs now, not exits with error; | Jason McIntyre |
2013-05-23 | tweaks; ok florian | Jason McIntyre |
2013-05-23 | off by one, from Henri Kemppainen <duclare-at-guu.fi>, thanks! | Florian Obser |
2013-05-23 | Fix pasto where 'c' instead of 'clients' is checked for NULL and add missing | Jasper Lievisse Adriaanse |
2013-05-23 | Put slowcgi(8) a FastCGI to CGI wrapper in to work on it in tree. | Florian Obser |
2013-05-23 | .Xr mpe and ldpd for interested parties. ok deraadt | Ted Unangst |
2013-05-22 | Set the correct route priority in send_rt6msg, as done for send_rtmsg. | Stuart Henderson |
2013-05-22 | whitespace nits | Stuart Henderson |
2013-05-20 | D'oh, add missing break in prefix_writebuf(). Another find by blambert@ | Claudio Jeker |
2013-05-20 | Call pt_getaddr() a bit earlier so that addr.aid is available when first | Claudio Jeker |
2013-05-19 | add some messages when entering suspend as well | Ted Unangst |
2013-05-18 | gabage->garbage in log string; | Jason McIntyre |
2013-05-16 | poll(2) might have slept for an arbitrary amount of time. We should | Gerhard Roth |
2013-05-15 | If execing an /etc/apm/* program fails, log the failure and error message. | Philip Guenther |
2013-05-15 | update to 1.2.9; several bugfixes and security fix for CVE-2013-2070 | Robert Nagy |
2013-05-14 | Don't bother printing vm_swrss of a process, the current uvm accounting | Miod Vallat |
2013-05-13 | specialfiles ARE file while destated, so they set lastfile, which is | Marc Espie |
2013-05-11 | change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls | Sebastian Benoit |
2013-05-09 | Simplify code, no binary change. | Claudio Jeker |
2013-05-08 | fix previous; | Jason McIntyre |
2013-05-08 | To enable smtpd you should comment a crontab entry too | Giovanni Bechis |
2013-05-08 | Replace use of strncpy with memcpy. Previous code used strncpy on data | Brad Smith |
2013-05-08 | Reduce size of some unused arrays. | Brad Smith |
2013-05-08 | Minor style cleanups. | Brad Smith |
2013-05-08 | Fix a comparison when building a packet with DNS search lists. | Brad Smith |
2013-05-08 | Correctly compute packet size when including DNS search lists. | Brad Smith |
2013-05-08 | tweak hvmd_init_guest() to check if everything was OK in md_read(), | Gleydson Soares |
2013-05-07 | - Add a simple check to prevent that the client-provided hex HTTP chunk size | Reyk Floeter |
2013-05-07 | alloc the size of the struct not the size of a pointer to it | Jonathan Gray |
2013-05-07 | fix some leaks in error paths | Jonathan Gray |
2013-05-07 | getpwnam doesnt set errno on failure, so use errx, not err, to say it | David Gwynne |
2013-05-05 | typo in log message. ok sthen@ | Darren Tucker |
2013-05-04 | Add crypto.c to provide smtpd with a way to encrypt envelopes and messages | Gilles Chehade |
2013-05-04 | fix a use after free | Jonathan Gray |
2013-04-30 | point people at pkg_check | Marc Espie |