Age | Commit message (Expand) | Author |
2011-05-10 | fix an off-by-one that made smtpd skip an "invalid" bucket that was | Gilles Chehade |
2011-05-10 | Update EXAMPLES to reflect current behaviour. | lum |
2011-05-09 | Installing -> Updating. | Antoine Jacoutot |
2011-05-09 | ospfctl bits for opaque LSA support. | Claudio Jeker |
2011-05-09 | First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can | Claudio Jeker |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | Reorganize the relayd code to use the proc.c privsep API/commodity | Reyk Floeter |
2011-05-09 | fix segfault in newaliases after global env move. | Eric Faurot |
2011-05-08 | Make sure /etc/group and /etc/master.passwd are handled first in case we | Antoine Jacoutot |
2011-05-07 | there is already a function to set the portno. | Eric Faurot |
2011-05-06 | move dns session specific structs and prototypes out of smtpd.h. | Eric Faurot |
2011-05-06 | If it doesn't exist, create the directory holding the link we are about | Antoine Jacoutot |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-06 | Do not special case loopback interfaces on init. Instead force them | Claudio Jeker |
2011-05-05 | order static types | Claudio Jeker |
2011-05-05 | KNF | Claudio Jeker |
2011-05-05 | Update all logging and debug functions to use the __func__ macro | Reyk Floeter |
2011-05-05 | Allow a user to specify the route priority | Peter Hessler |
2011-05-05 | ibuf_add returns 0 or -1. adding up the return values in errs and then | Henning Brauer |
2011-05-04 | Massive diff to handle logins more correctly. iscsid will now do | Claudio Jeker |
2011-05-04 | When enqueueing offline mail, use a wait list to keep the number of | Eric Faurot |
2011-05-02 | More spring cleaning | Claudio Jeker |
2011-05-02 | Wrap some long lines and other cleanup. No functional change. | Claudio Jeker |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-05-02 | Some cleanup, some KNF and sync non functional differences with | Claudio Jeker |
2011-05-02 | Some KNF, some other cleanup, fix some fatalx() messages. | Claudio Jeker |
2011-05-02 | Sync with ospfd/database.c | Claudio Jeker |
2011-05-02 | wrap long line | Claudio Jeker |
2011-05-02 | Don't include sys/param.h and reformat some lines. | Claudio Jeker |
2011-05-02 | Rework the logout code and use this to do a proper logout when | Claudio Jeker |
2011-05-01 | the smtpd env is meant to be global, so do not pass it all around. | Eric Faurot |
2011-05-01 | On reload the filtersets attached to a network need to be moved to the | Claudio Jeker |
2011-05-01 | Free cname and rcname on exit. Found by Milosz Jakubowski | Claudio Jeker |
2011-04-30 | Remove some unused code, from Michael W Bombardieri. ok yasuoka | Nicholas Marriott |
2011-04-30 | Use gid_t for setgroups(), from Michael W Bombardieri. ok yasuoka | Nicholas Marriott |
2011-04-30 | no need to escape |, pointed out by jmc@ | Stuart Henderson |
2011-04-28 | Try to schedule a new task for the connection in conn_task_cleanup() | Claudio Jeker |
2011-04-28 | DATA OUT operations need to be piggibacked on the same connection as | Claudio Jeker |
2011-04-28 | divert-to is picky about the address family so adjust the rule | Mike Belopuhov |
2011-04-28 | switch ftp-proxy over to divert-to instead of rdr-to. this avoids | Mike Belopuhov |
2011-04-27 | Implement "log verbose|brief" and allow the configuratuin of the | Claudio Jeker |
2011-04-27 | Implement CTRL_LOG_VERBOSE to toggle log verbosity. | Claudio Jeker |
2011-04-27 | Rename task_cleanup() to conn_task_cleanup() seems a better place for | Claudio Jeker |
2011-04-27 | Add log_verbose() like all the other log.c users. | Claudio Jeker |
2011-04-27 | Cosmetic: | Antoine Jacoutot |
2011-04-27 | Start implementing the FSM. Introduce a session FSM that is run via a | Claudio Jeker |
2011-04-25 | don't erase 1st manpage in case two manpages have the first name. | Marc Espie |
2011-04-24 | Get rid of casts to struct rsession in relayd by not declaring a | Alexander Bluhm |
2011-04-23 | improve line breaking in SYNOPSIS now that semantics of the .Bk macro | Igor Sobrado |
2011-04-23 | Only print changed TOS in returned packets when -t is set (last commit was | Stuart Henderson |