Age | Commit message (Expand) | Author |
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 |
2004-08-16 | Be more careful setting next and deadline, they should not both be != 0 | Otto Moerbeek |
2004-08-15 | -p and -q are no more | Jared Yanovich |
2004-08-15 | document the use of "authpf/*" as anchor name for pf to process | Can Erkin Acar |
2004-08-13 | Fix minor issues with IPv6 dumps and add a function for dumping the RIB table | Claudio Jeker |
2004-08-13 | Reset deadline on failed transmit. Avoids a spinning process if | Otto Moerbeek |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller |
2004-08-12 | add missing $ | Brad Smith |
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer |
2004-08-12 | ditch File::Copy so that buffering is consistent. | Marc Espie |
2004-08-12 | Just ignore RFC2545 and the silly idea of using link local addresses as | Claudio Jeker |
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker |
2004-08-11 | config is not set up with regdef.h. force it in if OpenBSD. | Per Fogelstrom |
2004-08-11 | Typo. OK henning@ | Claudio Jeker |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie |
2004-08-11 | buf_write() returns -1 on error and -2 on connection closed. Treat both | Claudio Jeker |
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie |
2004-08-10 | print checksum differences on -vv; ok otto@ | Markus Friedl |
2004-08-10 | print ip/port for truncated tcp packets; ok otto@ | Markus Friedl |
2004-08-10 | print the original ip packet on -vv; based on tcpdump.org; ok otto@ | Markus Friedl |
2004-08-10 | order #includes, Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | wrong sizeof; Brian Poole <raj@cerias.purdue.edu> | Henning Brauer |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker |
2004-08-10 | Always free message buffer on error. | Claudio Jeker |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker |
2004-08-10 | style, use sizeof() instead of a hardcoded value. | Claudio Jeker |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker |
2004-08-10 | Correctly set the MED in outgoing UPDATEs. OK henning@ | Claudio Jeker |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie |
2004-08-10 | in the pool case ("servers somepool.somewhere"), we add new peers while | Henning Brauer |
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer |
2004-08-10 | typo | Marc Espie |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie |
2004-08-09 | document new list expansion syntax & add examples | Jared Yanovich |
2004-08-09 | Do not fill uae_error[] out of its bounds; this is especially dangerous | Miod Vallat |
2004-08-09 | record remaining DirRms. | Marc Espie |
2004-08-08 | do the right math to find out what the average kbytes per transfer is | Pedro Martelletto |