Age | Commit message (Expand) | Author |
2009-04-22 | ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps | Henning Brauer |
2009-04-21 | small corrections to log_warns and fatals | Jacek Masiulaniec |
2009-04-21 | Make /usr/sbin/sendmail not fail due to smtpd being down. | Jacek Masiulaniec |
2009-04-21 | instead of calling getpid() all over the place do it once, claudio ok | Henning Brauer |
2009-04-21 | correct some fatal(x) calls and error strings | Eric Faurot |
2009-04-21 | ignore pfkey replies not for us and discard them | Henning Brauer |
2009-04-20 | Allow MAIL FROM only in the S_HELO state, which results in behaviour | Jacek Masiulaniec |
2009-04-20 | fix previous, evtimer_set should be called only once, in session_init. | Jacek Masiulaniec |
2009-04-20 | Rewrite smtp session timeouts; use evtimer_* from event(3) instead | Jacek Masiulaniec |
2009-04-20 | restore tagged user packages to functionality (for now) | Marc Espie |
2009-04-19 | Correct function name in log_warnx(). | Claudio Jeker |
2009-04-19 | remove class FatPackageLocation. Instead make PackageLocation a hierarchy | Marc Espie |
2009-04-19 | synch with my new style search/location changes | Marc Espie |
2009-04-19 | Wrap the EV_READ+EVLOCKED dance in one well documented function. | Jacek Masiulaniec |
2009-04-19 | error checking for readdir(2); ok gilles@ | Jacek Masiulaniec |
2009-04-19 | update protocols for s_client;s -starttls; from brad | Jason McIntyre |
2009-04-18 | correct function name in fatal | Jacek Masiulaniec |
2009-04-18 | remove dead code; made possible by previous commit. | Jacek Masiulaniec |
2009-04-18 | don't copy DigitalSig to partial packages, it makes no sense | Marc Espie |
2009-04-17 | correcto in comment; from Amarendra Godbole | Jason McIntyre |
2009-04-17 | handle case when no input is provided, fixes confusing error: | Jacek Masiulaniec |
2009-04-17 | close filedescriptors with closefrom(STDERR_FILENO + 1) before executing | Reyk Floeter |
2009-04-17 | keep the parent relations of hosts after reloading the configuration. | Reyk Floeter |
2009-04-17 | add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1 | Reyk Floeter |
2009-04-16 | fix a few more typos found by spell(1); rectify a double "with" pointed out | Igor Sobrado |
2009-04-16 | Notify the rde when a neighbor goes down. | Michele Marchetto |
2009-04-16 | Update kernel forwarding informations when a neighbor reports we are | Michele Marchetto |
2009-04-16 | Total rewrite of the sendmail interface. Adds support for -t, -v, | Jacek Masiulaniec |
2009-04-15 | don't call setproctitle for parent, at least one process should | Jacek Masiulaniec |
2009-04-15 | s/ssmtp/smtps/; ok gilles@ | Jacek Masiulaniec |
2009-04-15 | fix a bug where after all MX-es were found to be non-contactable, | Jacek Masiulaniec |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |
2009-04-14 | Route costs can be safely stored in one byte. | Michele Marchetto |
2009-04-14 | initial implementation of package signatures, based on x509 certificates and | Marc Espie |
2009-04-13 | explicitely say that package signatures contain run time dependencies | Ingo Schwarze |
2009-04-12 | restrict YP UID and GID ranges | Ingo Schwarze |
2009-04-12 | Code assumed the certificate name to always match the interface name, even | Gilles Chehade |
2009-04-12 | When runner_check_loop() detects a mail loop, remove the envelope. This is | Gilles Chehade |
2009-04-12 | when an error occurs while delivering a message with an empty envelope as a | Gilles Chehade |
2009-04-12 | Better output (i.e. /etc instead of //etc) | Antoine Jacoutot |
2009-04-12 | Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: make | Antoine Jacoutot |
2009-04-12 | When in automode, sysmerge will now automatically install files | Antoine Jacoutot |
2009-04-11 | fix two typos; "fine" jmc@ | Ingo Schwarze |
2009-04-11 | When inserting a new route add as downstream interfaces just the ones with | Michele Marchetto |
2009-04-11 | Show debug informations when a route is added and when a downstream router | Michele Marchetto |
2009-04-10 | tweaks; | Jason McIntyre |
2009-04-09 | make the manpage fairly complete, contains bits from jmc@ | Jacek Masiulaniec |
2009-04-09 | fixes for smtp auth LOGIN, inspired from smtp auth PLAIN fixes | Todd T. Fries |
2009-04-09 | change syntax of the "listen on" and "relay via" directives: | Jacek Masiulaniec |
2009-04-09 | Update rt_calc() for OSPFv3. The Routing Information Base is being | Stefan Sperling |