Age | Commit message (Expand) | Author |
2009-01-29 | In tcpdump some printf() had an additional \n at the end. Removing | Alexander Bluhm |
2009-01-29 | log warning when can't read drift file; allows detection of | Kevin Steves |
2009-01-28 | fix missing prototype and format related warnings | Gilles Chehade |
2009-01-28 | now that mta uses a struct session, it can also use session_respond() just | Gilles Chehade |
2009-01-28 | mta session state belongs to struct session, not struct batch, remove the | Gilles Chehade |
2009-01-28 | everything we need for the event handling dance is in struct session, the | Gilles Chehade |
2009-01-28 | Add 'show database intra' command, which displays Intra-Area-Prefix LSAs. | Stefan Sperling |
2009-01-28 | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list | Stefan Sperling |
2009-01-28 | Add brackets around return values. | Michele Marchetto |
2009-01-28 | since we're expanding "relay via ssl foobar.org" into two mxhosts (one with | Gilles Chehade |
2009-01-28 | first steps towards better mta code. currently mta uses struct batch to | Gilles Chehade |
2009-01-28 | cleanup; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | when pausing listeners, do not simply disable their events as new | Gilles Chehade |
2009-01-28 | reuse recipient_to_path; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | relayhost flags were not properly copied to the relayhost array of the | Gilles Chehade |
2009-01-28 | Print the right header for Intra-Area-Prefix LSAs when showing the database. | Stefan Sperling |
2009-01-28 | Make races between queue and runner impossible by implementing the policy: | Jacek Masiulaniec |
2009-01-28 | if recipient was provided as a username, append the local hostname, this | Gilles Chehade |
2009-01-28 | Add wake to the build. ok claudio. | Marc Balmer |
2009-01-28 | minor improvement to usage() | Igor Sobrado |
2009-01-28 | it's -> its | Ian Darwin |
2009-01-28 | wake is a command to send wake on lan frames over an ethernet to wake on lan | Marc Balmer |
2009-01-28 | bring loop detection support. we handle this with a qmail-like approach which | Gilles Chehade |
2009-01-28 | move some functions from queue.c to queue_shared.c as they are not only | Gilles Chehade |
2009-01-28 | in safe_fclose, ensure file is closed upon return, and additionally | Jacek Masiulaniec |
2009-01-28 | ">From" escaping and \n appending is not needed for maildir; ok gilles@ | Jacek Masiulaniec |
2009-01-28 | add a struct path to struct message so that we can keep track of the RCPT | Gilles Chehade |
2009-01-28 | Correct dup to dupstr. | aschrijver |
2009-01-28 | a bit of enqueue cleanup, and while at it set the sender local address to | Gilles Chehade |
2009-01-28 | - remove debug messages | Gilles Chehade |
2009-01-27 | instead of relying on socket permissions to allow or disallow imsg's that | Gilles Chehade |
2009-01-27 | keep namespace clean. | Pierre-Yves Ritschard |
2009-01-27 | follow the naming convention of other files, discussed with jacekm@ | Gilles Chehade |
2009-01-27 | first bricks of enqueue code which allows smtpctl to submit mail to queue | Gilles Chehade |
2009-01-27 | Propagate the neighbour's interface ID, as received in hello packets, | Stefan Sperling |
2009-01-27 | Add space after keywords. | aschrijver |
2009-01-27 | err, actually session_set_path was moved to utils.c because it was used by | Gilles Chehade |
2009-01-27 | *** empty log message *** | Gilles Chehade |
2009-01-27 | Oops, fix the error handling. Found by blambert@ | aschrijver |
2009-01-27 | fix printf format specification to print max len 4 for refid, | Kevin Steves |
2009-01-27 | the data member of ibuf was not set to the environment in control_accept() | Gilles Chehade |
2009-01-27 | Fix another double free in the filter parser. | aschrijver |
2009-01-27 | Again, no need to double check if neighbor exists. | Michele Marchetto |
2009-01-27 | No need to check if neighbor exists before adding it | Michele Marchetto |
2009-01-27 | temporarily drop privileges to the final user before each delivery attempt, | Gilles Chehade |
2009-01-27 | Remove unnecessary comment. | aschrijver |
2009-01-27 | Add correct error handling to the aldap API. | aschrijver |
2009-01-27 | Get rid of the 24h timer as it useless here. | Michele Marchetto |
2009-01-27 | new sentence, new line; | Jason McIntyre |
2009-01-26 | Document that ospf6d tries to get the router ID from an IPv4 address | Stefan Sperling |