Age | Commit message (Expand) | Author |
2010-01-12 | when generating rdr rules, ensure the nat address is PF_ADDR_NONE to avoid | David Gwynne |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2010-01-11 | add "log brief" and "log verbose" to change logging verbosity | Jonathan Gray |
2009-12-02 | log_warn() consistency. | Michael Knudsen |
2009-11-23 | Unbreak tree, rs_num is now type and while there use PF_TRANS_RULESET instead | Claudio Jeker |
2009-11-22 | style | Tobias Stoeckmann |
2009-11-11 | don't leak memory in an error case. | Jonathan Gray |
2009-11-03 | reorder structure elements for struct netroute & router: static config | Reyk Floeter |
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-09-30 | Bring in sync with the bgpd version of carp.c. This fixes a memory leak | Claudio Jeker |
2009-09-30 | carp_demote_ioctl() can handle more then +/-1 steps so there is no need to | Claudio Jeker |
2009-09-15 | Enclose repeated buffer draining code in a new msgbuf_drain() | Jacek Masiulaniec |
2009-09-01 | sync with new pf | Reyk Floeter |
2009-08-27 | lookup(n.) -> look up(v.) | Jason McIntyre |
2009-08-27 | allow to specify interface names as addresses, for example "listen on | Reyk Floeter |
2009-08-17 | also report routers and their host states in relayctl | Reyk Floeter |
2009-08-14 | do not timeout disabled hosts in the icmp checks | Reyk Floeter |
2009-08-13 | add new 'router' functionality to dynamically add or remove routes | Reyk Floeter |
2009-08-08 | Make imsg_clear close and free any fds in the received fd queue as well as | Nicholas Marriott |
2009-08-07 | get the default ttl via sysctl instead of using IPDEFTTL | Reyk Floeter |
2009-08-07 | rename 'struct session' to 'struct rsession' because it conflicts with | Reyk Floeter |
2009-08-07 | allow to modify the IP TTL value for host checks. this can be used to | Reyk Floeter |
2009-08-07 | add missing line | Reyk Floeter |
2009-08-07 | allow to specify host attributes in an arbitrary order (parent, retry) by | Reyk Floeter |
2009-08-07 | cosmetic change - move address into an own element | Reyk Floeter |
2009-08-05 | prevent configuration of relays listening to a single addr:port tuple twice | Reyk Floeter |
2009-08-05 | support multiple 'listen on' lines in a single relay block | Reyk Floeter |
2009-08-05 | tables don't need pf if running in "l7" relay mode | Reyk Floeter |
2009-07-23 | make buf_write() behave like msgbuf_write(): send out only the | Eric Faurot |
2009-06-09 | missing header file; bring things into scope | Theo de Raadt |
2009-06-08 | revert this change by eric@: | David Gwynne |
2009-06-07 | Change the way fds passed over a socket are retreived on the receiving side. | Eric Faurot |
2009-06-07 | Make the imsg protocol network-safe. | Eric Faurot |
2009-06-06 | change the imsg header fields a bit to prepare for upcoming changes. | Eric Faurot |
2009-06-06 | Get ready for including imsg.h from a lib, when it comes along. | Pierre-Yves Ritschard |
2009-06-06 | allocate the correct amount of memory | Eric Faurot |
2009-06-06 | remove unnecessary and scary pid check in imsg_init. | Pierre-Yves Ritschard |
2009-06-05 | didn't we just say we remove libevent from the imsg framework? | Eric Faurot |
2009-06-05 | 4 handed diff with eric: | Pierre-Yves Ritschard |
2009-06-05 | bring buf_write here as well. | Pierre-Yves Ritschard |
2009-06-05 | Add an unused data field, to allow smtpd and ypldap to work, all lib | Pierre-Yves Ritschard |
2009-06-05 | bump MAX_IMSGSIZE here as well | Pierre-Yves Ritschard |
2009-06-05 | sync buffer.c with ospfd, send out buf->wpos and not buf->size. | Pierre-Yves Ritschard |
2009-06-05 | some KNF cleanup following the last sed. | Pierre-Yves Ritschard |
2009-06-05 | Make imsg completely async model agnostic by not requiring an | Pierre-Yves Ritschard |
2009-06-04 | move logging functions out of imsg.h, make imsg.c more library ready | Pierre-Yves Ritschard |
2009-06-04 | change imsg_close() return type to void. It never fails nor does it | Eric Faurot |
2009-06-04 | - move message types enum back to relayd.h | Eric Faurot |
2009-06-04 | revert previous commit for now since it won't play well with snmpd. | Eric Faurot |