Age | Commit message (Expand) | Author |
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 |
2011-04-23 | BRKSIZ is the right constant now, so I don't get lots of teeny tiny heaps | Ted Unangst |
2011-04-21 | no need to escape `|'; | Jason McIntyre |
2011-04-21 | Make nsd-zonec less verbose in nsdc runs by removing the -v | Claudio Jeker |
2011-04-21 | Oopsy. | Antoine Jacoutot |
2011-04-21 | Better detection of obsolete files (naddy@ reported a false positive). | Antoine Jacoutot |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2011-04-21 | daemon() can fail; don't hide this for the user if that's the case. | Jasper Lievisse Adriaanse |
2011-04-20 | grammar fix; from Michael W. Bombardieri | Jason McIntyre |
2011-04-20 | Enhance sysmerge(8) output so that it is more readable and make it more | Antoine Jacoutot |
2011-04-18 | people (should) bump REVISION nowadays. | Jasper Lievisse Adriaanse |
2011-04-18 | yeouch | Marc Espie |
2011-04-18 | Fix a bug where OBSOLETE_FILES would contain only the last appended | Antoine Jacoutot |
2011-04-17 | improve line breaking in the SYNOPSIS section. | Igor Sobrado |
2011-04-17 | cleanups, cosmethic changes, functions that should be static are now static | Gilles Chehade |
2011-04-17 | remove unused IMSG_ defines | Gilles Chehade |
2011-04-17 | a structure describing an envelope should be called struct envelope, not | Gilles Chehade |