Age | Commit message (Expand) | Author |
2010-12-31 | Add missing #includes instead of assuming that some system header pulls in | Philip Guenthe |
2010-12-20 | Only set SO_REUSEPORT for listening ports. | David Hill |
2010-11-30 | The returned SSL_METHOD of SSLv23_server_method()/SSLv23_client_method() | Reyk Floeter |
2010-11-30 | The relayd processes did already bump up the socket file descriptor | Reyk Floeter |
2010-11-24 | When disabling and enabling tables set the number of hosts that are up | Jonathan Gray |
2010-11-16 | Add support for enable/disable table when using relays instead of redirects. | Jonathan Gray |
2010-10-26 | no need for .Pp before lists; | Jason McIntyre |
2010-10-26 | redirects are loaded as "pass in quick ... rdr-to" pf rules by default. In | Reyk Floeter |
2010-10-18 | Missing semicolon, ok henning@ | Stuart Henderson |
2010-10-12 | Plug a significant memory leak when using SSL. | David Hill |
2010-09-02 | remove trailing spaces and tabs from source code; no binary changes | Igor Sobrado |
2010-08-26 | stray spaces, no binary change | Marco Peereboom |
2010-08-07 | Fix carp demotion on tables. For some reason the default values were | Claudio Jeker |
2010-08-03 | fix linecount bug with comments spanning multiple lines | Henning Brauer |
2010-08-01 | Allow fallback tables for relays, not just redirections. | Stuart Henderson |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-24 | now that we can handle >9 args, put "-D name=value" on one line: it's a bit | Jason McIntyre |
2010-05-18 | use the right capitalization for "HyperText Transfer Protocol (HTTP)" | Igor Sobrado |
2010-05-14 | allocate all struct event's on the heap, it looks cleaner, feels better | Reyk Floeter |
2010-05-14 | zero out the allocate memory for a new control connection via calloc() | Reyk Floeter |
2010-05-14 | spacing | Reyk Floeter |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-04-27 | imsg.h does not need sys/tree.h. | Nicholas Marriott |
2010-04-07 | Remove XXX comment and just close received fd if calloc() fails. | Nicholas Marriott |
2010-03-24 | DSR got broken with the move towards the new pf. | Pierre-Yves Ritschard |
2010-02-24 | Sync the list of initialisation steps done for the default | Jonathan Gray |
2010-02-23 | Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which, | Ingo Schwarze |
2010-02-18 | Fix a leak that could happen with multiple requests on the one | Jonathan Gray |
2010-02-18 | Do an event_del before event_set/event_add in case we double add | Jonathan Gray |
2010-02-17 | Always call the shutdown code after returning from event_dispatch(). | Jonathan Gray |
2010-02-04 | In event_again() call event_del() before calling event_set() so we | Jonathan Gray |
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 |