Age | Commit message (Expand) | Author |
2004-09-14 | vnd key is u_char * | Theo de Raadt |
2004-09-14 | install mtree. | Marc Espie |
2004-09-14 | remove unused variables | Theo de Raadt |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | remove gcc specific extensions, and ARGSUSED where useful | Theo de Raadt |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie |
2004-09-14 | paranoia: reset query->fd to -1 after close, from canacar some time ago | Henning Brauer |
2004-09-10 | mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@ | Pedro Martelletto |
2004-09-10 | expand @@ServerRoot@@ variable | David Krause |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer |
2004-09-09 | Add missing section heading "DESCRIPTION". | Tom Cosgrove |
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller |
2004-09-08 | security fix: | Henning Brauer |
2004-09-07 | ignore ntp_sendmsg()s return value in server_dispatch. could result in | Henning Brauer |
2004-09-06 | Reset signal mask in the rate limiting case; check for interrupted | Otto Moerbeek |
2004-09-03 | sleep instead of busy waiting on ENOBUFS. reduces cpu time. | Ted Unangst |
2004-08-30 | don't forget to set *hn... theo ok | Henning Brauer |
2004-08-30 | skip early DNS lookups -- they are deferred to later; ok otto ho henning | Theo de Raadt |
2004-08-30 | ENOBUFS, EHOSTUNREACH, ENETDOWN and EHOSTDOWN are bad reasons to log; ok otto... | Theo de Raadt |
2004-08-27 | make sure pkg_create keeps track of cwd. | Marc Espie |
2004-08-26 | updates for openssl verify; | Jason McIntyre |
2004-08-25 | typos from -f (PR #3908); | Jason McIntyre |
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre |
2004-08-24 | Add missing config statements -- route-reflector and enforce neighbor-as. | Claudio Jeker |
2004-08-24 | don't do the pftable_exists() check if we are running -n, needs root | Henning Brauer |
2004-08-24 | correctly inherit conf->opts from xconf->opts in parse_config(), | Henning Brauer |
2004-08-24 | don't fatal() if getaddrinfo() returns EAI_NONAME | Henning Brauer |
2004-08-24 | back out rev. 1.136. I commited that unintentionally and it does not work | Claudio Jeker |
2004-08-24 | missing space in log message. | Claudio Jeker |
2004-08-24 | Forgot to update printconf.c once again. foobar-AS is now foobar-as. | Claudio Jeker |
2004-08-24 | use session_socket_blockmode() instead of hand-rolling roughly the same | Henning Brauer |
2004-08-24 | - describe which interfaces respect local-mac-address?; this is based | Jason McIntyre |
2004-08-23 | update bootp example "filename" location to reflect tftp default of | Peter Valchev |
2004-08-20 | document "neighbor 1.2.3.4 clear" | Henning Brauer |
2004-08-20 | add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again | Henning Brauer |
2004-08-20 | add IMSG_CTL_NEIGHBOR_CLEAR, takes a session down and restarts it, | Henning Brauer |
2004-08-20 | merge IMSG_CTL_NEIGHBOR_UP and _DOWN handling, kills some duplicate code, | Henning Brauer |
2004-08-20 | Grrr. copy paste error. Dump MED and not local-pref. OK henning@ | Claudio Jeker |
2004-08-20 | foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords | Claudio Jeker |
2004-08-19 | document use of "isakmpd -Ka" with bgpd. | Hans-Joerg Hoexer |
2004-08-19 | better diagnostics | Henning Brauer |
2004-08-19 | logic error: when there's changes affecting nexthop reachability, | Henning Brauer |
2004-08-17 | Merge set constructs in neighbor statements. This fixes a common problem: | Claudio Jeker |
2004-08-17 | when sending a file descriptor, close it on the receiving side in | Henning Brauer |
2004-08-17 | Always update prefix timestamp even if nothing has changed. Without this | Claudio Jeker |
2004-08-16 | sync synopsis with usage | Jared Yanovich |