Age | Commit message (Expand) | Author |
2009-05-25 | merge smtp_listener_setup into its only caller; ok gilles@ | Jacek Masiulaniec |
2009-05-25 | Recent event masking scheme change turned the S_GREETED and S_HELO cases | Jacek Masiulaniec |
2009-05-25 | In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100% | Claudio Jeker |
2009-05-25 | Disallow submission using /usr/sbin/sendmail while the server is | Jacek Masiulaniec |
2009-05-25 | add a missing check for truncated dport in the returned UDP header for | Stuart Henderson |
2009-05-24 | Parent process shouldn't be base64-decoding untrusted strings, move | Jacek Masiulaniec |
2009-05-24 | Implement pipelining detection inside session_readline, makes the calling | Jacek Masiulaniec |
2009-05-24 | Parent process forks 3 types of processes, track them all in a single tree | Jacek Masiulaniec |
2009-05-24 | Instead of keeping stats private to each process, and querying every | Jacek Masiulaniec |
2009-05-24 | put back the ambiguous message in non-interactive mode | Marc Espie |
2009-05-21 | Make it possible to turn off the decision process per RIB. This is mainly | Claudio Jeker |
2009-05-21 | no longer create a dynamic map with 127.0.0.1 and ::1 for every single rule | Gilles Chehade |
2009-05-21 | fix sockaddr_storage lenght check in mfa_check_source() | Gilles Chehade |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
2009-05-20 | Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls). | Jacek Masiulaniec |
2009-05-20 | Whitespaces cleanup. | Michele Marchetto |
2009-05-20 | previous commit to add reload support was missing some code, this diffs | Gilles Chehade |
2009-05-20 | fix looking at the mode bits so that we do not reply to broadcast and other | Henning Brauer |
2009-05-20 | replace a TAILQ_FOREACH loop with a TAILQ_FIRST loop when releasing entries | Gilles Chehade |
2009-05-20 | first step towards configuration reload in smtpd, smtpctl reload will parse | Gilles Chehade |
2009-05-20 | fix a pasto causing "smtpctl resume mta" to try to resume mda | Gilles Chehade |
2009-05-19 | ever since we switched from delivering to mboxes ourselves to using the | Gilles Chehade |
2009-05-19 | remove useless check on NULL ssl cert and key, the check cannot be reached | Gilles Chehade |
2009-05-19 | Accept STARTTLS only after EHLO; ok gilles@ | Jacek Masiulaniec |
2009-05-19 | - Don't advertise nor accept STARTTLS command when session is secure. | Jacek Masiulaniec |
2009-05-19 | Do not ever run /usr/sbin/sendmail, it could link to sendmail | Jacek Masiulaniec |
2009-05-19 | Verify the amount of IMSG payload is exactly as expected; ok gilles@ | Jacek Masiulaniec |
2009-05-18 | Complete rework of bufferevent event masking allowing for more | Jacek Masiulaniec |
2009-05-18 | move text on weight to where it is first referred to; | Kevin Steves |
2009-05-17 | F_LOCAL and F_ORIGINAL are gone. The Adj-Rib-In is now a distinct tree. | Claudio Jeker |
2009-05-17 | Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK is | Claudio Jeker |
2009-05-17 | Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sending | Claudio Jeker |
2009-05-17 | rib_dump_r needs to check the af of the prefix because there is no rib per | Claudio Jeker |
2009-05-17 | Adjust show rib memory output after the monster commit to bgpd. | Claudio Jeker |
2009-05-17 | Rework most of the RDE to allow multiple RIBs. This is mostly preparation | Claudio Jeker |
2009-05-17 | fascinating how make parses if statements... | Theo de Raadt |
2009-05-15 | Stop this silliness with machine dependent man pages | Theo de Raadt |
2009-05-15 | Do not ignore the route metric for "redistribute default". | Marco Pfatschbacher |
2009-05-14 | use the nitems() macro where appropriate | Eric Faurot |
2009-05-14 | correct function name in fatal | Jacek Masiulaniec |
2009-05-13 | Remove unused args from getopts. | Antoine Jacoutot |
2009-05-13 | do MX lookups in both "relay" and "relay via" case; ok gilles@ | Jacek Masiulaniec |
2009-05-13 | log dbopen and db->get errors; based on diff from Daniel Ouellet. | Jacek Masiulaniec |
2009-05-13 | no need for _KERNEL or the rtentry; ok claudio | Theo de Raadt |
2009-05-13 | when using a timedelta sensor for -s, if the sensor is invalid during | Kevin Steves |
2009-05-12 | simplify the descriptions of -a and -b; this has taken me and antoine | Jason McIntyre |
2009-05-12 | - tweak the description of -a | Jason McIntyre |
2009-05-11 | This commit adds a new feature to sysmerge(8), usable in '-a' mode. | Antoine Jacoutot |
2009-05-11 | remove an extraneous slash from the requested URL; some strict proxies | Stuart Henderson |
2009-05-11 | Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in the | Claudio Jeker |