Age | Commit message (Expand) | Author |
2012-06-22 | 'ingnoring' -> 'ignoring' in a couple of note()'s. | Kenneth R Westerback |
2012-06-21 | rfc 3542 obsoletes rfc 2292; ok guenther | Jason McIntyre |
2012-06-20 | Finally get rid of the queue_kind enum in the queue API. Keep that | Eric Faurot |
2012-06-20 | fix runner spinning on message loop. | Eric Faurot |
2012-06-20 | more mac68k bits for the attic | Matthew Dempsky |
2012-06-19 | Use calloc() instead of malloc() for allocating the disk stats. | Matthew Dempsky |
2012-06-19 | There are five main sections, not four, since routing domain support was added. | Stuart Henderson |
2012-06-18 | fix potential use of uninitialized variable. | Charles Longeau |
2012-06-17 | - introduce struct scheduler_info and the scheduler_info() function to fill | Gilles Chehade |
2012-06-16 | rename filter.c --> filter_api.c (to be consistent with upcoming changes) | Charles Longeau |
2012-06-16 | Protect against fd exhaustion when reopening database files. Only accept | Jonathan Matthew |
2012-06-14 | - rename filter.h -> filter_api.h to be consistent with upcoming changes | Gilles Chehade |
2012-06-14 | - make sockaddr_as_fqdn() endian-safe | Gilles Chehade |
2012-06-14 | Add support for UCD-DISKIO-MIB. | Matthew Dempsky |
2012-06-14 | tweak pkg_info -S to separate pkgnames with @ from libraries with nothing. | Marc Espie |
2012-06-13 | update to 1.2.1 | Robert Nagy |
2012-06-12 | The router-dead-time is only a 16-bit value in ospf v3. | Claudio Jeker |
2012-06-11 | move PkgConfig.pm where it belongs | Marc Espie |
2012-06-10 | kr_init() now returns void so don't try to return 0 | Jonathan Gray |
2012-06-10 | Add error messages for BGP Finite State Machine Error subcodes as defined | Claudio Jeker |
2012-06-08 | document pkgpath matching a bit more thoroughly, be more consistent in | Marc Espie |
2012-06-08 | activate new pkg_create magic. | Marc Espie |
2012-06-08 | silent rename of @comment subdir= to @comment pkgpath= | Marc Espie |
2012-06-08 | add missing header needed by time() | Charles Longeau |
2012-06-06 | Add a fix for CVE-2012-1667, backported from ISC BIND. ok millert@ | Stuart Henderson |
2012-06-05 | don't use `reigai' that means `exception' in Japanese as labels. | YASUOKA Masahiko |
2012-06-04 | add a little vertical whitespace, for consistency; from robert peichaer org | Jason McIntyre |
2012-06-03 | Do not store the envelope id within the envelope, only the message id. | Eric Faurot |
2012-06-01 | allow to pause some subsystems at startup. | Eric Faurot |
2012-06-01 | on envelope creation, setup and reset the relevant envelope fields in | Eric Faurot |
2012-06-01 | use PRIu64 instead of llu in format string. | Charles Longeau |
2012-06-01 | remove unused fields | Charles Longeau |
2012-06-01 | move envelope dump/load functions to envelope.c | Eric Faurot |
2012-05-30 | ansi | Theo de Raadt |
2012-05-29 | do not overwrite the table timeout with the global timeout when a | Sebastian Benoit |
2012-05-29 | - introduce map_static.c as a backend to static maps in parse.y, this has | Gilles Chehade |
2012-05-29 | - introduce text_to_relayhost() which converts an url into a relayhost. | Gilles Chehade |
2012-05-28 | Plug a couple more fd leaks. As part of the fix, make all the *init | Joel Knight |
2012-05-28 | I'm an idiot, make sure we call the right routines every time | Marc Espie |
2012-05-27 | tweak previous; | Jason McIntyre |
2012-05-27 | Document network mrt file [ filter] used to load mrt dumps into bgpd. | Claudio Jeker |
2012-05-27 | Make it possible to load mrt table dumps into bgpd. This is a debug tool but | Claudio Jeker |
2012-05-27 | Extend the network code to allow attributes to be passed in with prefixes. | Claudio Jeker |
2012-05-26 | Plug some leaks when certain error conditions are met. | Joel Knight |
2012-05-26 | fix class hierarchy errors: print all Action (includes @newuser, @newgroup, | Marc Espie |
2012-05-25 | remove unused variable | Charles Longeau |
2012-05-25 | add missing header needed by time() | Charles Longeau |
2012-05-24 | exlusive -> exclusive | Miod Vallat |
2012-05-24 | put possible fragments in there. | Marc Espie |
2012-05-23 | - introduce temp_inet_net_pton_ipv6() temporarily until we have AF_INET6 | Gilles Chehade |