Age | Commit message (Expand) | Author |
2012-07-18 | Implements wildcard matching in config file include. | Ondrej Zajicek |
2012-05-03 | Implements build options to specify socket dir and suffix. | Ondrej Zajicek |
2012-04-09 | Small bugfix in error message related to reconfiguration. | Ondrej Filip |
2012-03-23 | Adds krt_source route attribute. | Ondrej Zajicek |
2012-03-19 | Fixes problem with dirname(). | Ondrej Zajicek |
2012-03-18 | Route Origin Authorization basics. | Ondrej Zajicek |
2011-10-10 | Fixes for include. | Ondrej Zajicek |
2011-09-11 | Configuration can include other files. | Ondrej Filip |
2011-08-16 | The generalized TTL security mechanism (RFC 5082) support. | Ondrej Zajicek |
2011-05-15 | Update and document the privilege restriction. | Ondrej Zajicek |
2011-05-10 | Allows run with restricted privileges. | Ondrej Zajicek |
2011-04-28 | Use constants from /etc/iproute2/rt_* files. | Ondrej Zajicek |
2010-04-07 | Configurable syslog name. | Ondrej Zajicek |
2010-03-17 | Adds check for no protocol and some minor CLI fixes. | Ondrej Zajicek |
2010-02-21 | Restricted read-only CLI. | Ondrej Zajicek |
2010-02-06 | Adds some log messages related to configure. | Ondrej Zajicek |
2009-11-26 | Fix -p option. | Ondrej Zajicek |
2009-11-19 | Implement option to exit after config file parsing. | Ondrej Zajicek |
2009-11-13 | After shutdown, BIRD should have exit code 0. | Ondrej Zajicek |
2009-11-13 | Fixes BIRD socket unlink. | Ondrej Zajicek |
2009-07-14 | Fixes bug in CLI TX buffer management. | Ondrej Zajicek |
2009-06-19 | Adds support for soft reconfiguration. | Ondrej Zajicek |
2008-08-24 | Close fd of config file after reconfiguration. | Ondrej Filip |
2007-06-20 | Detach from the TTY properly. | Martin Mares |
2004-06-06 | Test old instance of BIRD. | Ondrej Filip |
2004-06-05 | Marked unused parameters in sysdep code as such. | Martin Mares |
2004-06-02 | Deleted useless rfree. (Socked was freed by cli_free()) | Ondrej Filip |
2004-05-31 | Move CLI socket to the newly created CLI's pool. | Martin Mares |
2004-05-31 | Rewritten the I/O loop. All socket operations are now safe, meaning that | Martin Mares |
2004-05-31 | Fix handling on full pipe to client in bird. Prevent packet overflows | Martin Mares |
2004-05-31 | *BSD port added. (Tested on FreeBSD and NetBSD) | Ondrej Filip |
2000-06-19 | If compiled with --enable-debug, don't even try to log to syslog unless | Martin Mares |
2000-06-09 | During initialization, log to both syslog and stderr. When a configuration | Martin Mares |
2000-05-29 | Tracing of CLI connections/commands can be now controlled | Martin Mares |
2000-05-29 | Support --version and --help. | Martin Mares |
2000-05-08 | Fixed type in daemonization code. | Martin Mares |
2000-05-08 | When not debugging, daemonize automatically. | Martin Mares |
2000-05-04 | #ifdef out lots of debugging information. | Martin Mares |
2000-04-27 | Fixed a couple of nasty CLI bugs which were triggered on long or multi-part | Martin Mares |
2000-04-26 | Changed handling of incoming connections, so that we can send data | Martin Mares |
2000-04-01 | Changed initialization of protocol list -- now we call proto_build() instead | Martin Mares |
2000-03-31 | Include "lib/string.h" instead of <string.h>. It should give us bzero() | Martin Mares |
2000-03-30 | Defined sk_close() which closes the socket safely even if called from | Martin Mares |
2000-03-12 | Fixed a bunch of FIXME's by removing them :) | Martin Mares |
2000-03-12 | Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules, | Martin Mares |
2000-01-16 | Converted shutdown to a kind of reconfiguration, it's no more handled | Martin Mares |
2000-01-16 | First attempt on dynamic reconfiguration. There are still lots of bugs | Martin Mares |
1999-12-09 | Added universal locking mechanism which will solve problems | Martin Mares |
1999-12-08 | - Path to control socket is selectable via command-line option. | Martin Mares |
1999-12-06 | Logging is now configurable. You can define multiple log outputs (to both | Martin Mares |