Age | Commit message (Expand) | Author |
2009-03-15 | since we are going to share code in smtp sessions and mta sessions, we need | Gilles Chehade |
2009-03-15 | the mda process no longer uses struct batch as its central structure to | Gilles Chehade |
2009-03-15 | save 4 bytes per message by moving the datafp field of struct message to | Gilles Chehade |
2009-03-14 | Initial support for pruning. When every single interface is removed from the | Michele Marchetto |
2009-03-13 | No need for a line break, makes code a bit more compact. | Claudio Jeker |
2009-03-13 | Next step in mrt cleanup. Switch buf_write to a smarter version of itself. | Claudio Jeker |
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker |
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker |
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker |
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker |
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker |
2009-03-12 | Add new function time_to_text to correctly display the date. | pea |
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling |
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea |
2009-03-11 | fix log_info(), while other processes know about message uid, the smtp | Gilles Chehade |
2009-03-10 | implement basic logging, needs more work; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | when calling external mda, use restricted environment; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | run external mda with cwd set to $HOME or /; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | kill few lines, saving one seteuid(2) call; ok gilles@ | Jacek Masiulaniec |
2009-03-10 | - Use setsid(2) to create new process group for external mda. | Jacek Masiulaniec |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling |
2009-03-10 | Revert previous, I committed the wrong file, should have been rde_spf.c. | Stefan Sperling |
2009-03-10 | The linked() function had an identity crisis and referred to itself | Stefan Sperling |
2009-03-10 | it's simpler to use pipe(2) than socketpair(2) to communicate with | Jacek Masiulaniec |
2009-03-10 | by default drop privs to www/www, not nobody/nogroup if User/Group | Martynas Venckus |
2009-03-10 | fork(2) or socketpair(2) failures are temporary, delivery attempt should be | Jacek Masiulaniec |
2009-03-10 | ascribe copyright to code taken from OpenSSH, pointed out by deraadt | Jacek Masiulaniec |
2009-03-09 | run external mda directly, not via sh -c; this steals addargs() API | Jacek Masiulaniec |
2009-03-09 | Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@ | Jacek Masiulaniec |
2009-03-09 | add hunk that should have been included in rev. 1.12, fixes occasional | Jacek Masiulaniec |
2009-03-09 | add basic support for outgoing authentication (AUTH PLAIN over ssl) which | Gilles Chehade |
2009-03-08 | adapt example to reflect a recent change in parse.y | Gilles Chehade |
2009-03-08 | supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported, | Gilles Chehade |
2009-03-08 | when operating in enqueue mode, it was easy to make smtpctl fatal() by | Gilles Chehade |
2009-03-08 | shrink struct message a bit by removing a couple fields which are no longer | Gilles Chehade |
2009-03-08 | ~/.forward files handling was fixed recently so that it is the privileged | Gilles Chehade |
2009-03-08 | Remove #ifdef'd code which had a TODO comment essentially asking | Stefan Sperling |
2009-03-07 | Get rid of rde_nbr structure as it is no more needed in RDE to make | Michele Marchetto |
2009-03-07 | tweak code to use same comparison operations as PackageNames. | Marc Espie |
2009-03-07 | introduce versionspecs as a derivative object from version. | Marc Espie |
2009-03-07 | Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree. | Stefan Sperling |
2009-03-06 | missing prototype | Gilles Chehade |
2009-03-06 | introduce map_dblookup() which allows us to query db maps for plain entries | Gilles Chehade |
2009-03-06 | make_plain() deals with a c-string, val->size should contain the nul-byte | Gilles Chehade |
2009-03-06 | fix a bug in the generation of plain maps which would cause the value not | Gilles Chehade |
2009-03-06 | Make RDE aware of multicast group members per interface. This is needed to | Michele Marchetto |
2009-03-05 | DOMAINNNAME -> DOMAINNAME; | Jason McIntyre |
2009-03-05 | call may_check_digest after extraction | Marc Espie |
2009-03-05 | more stuff to check digests during extraction, if wanted. | Marc Espie |
2009-03-04 | typo; | Michele Marchetto |