Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-19 | unbreak -t; ok jakob, henning | Markus Friedl | |
2004-11-19 | Rename struct as_filter to struct filter_as. | Claudio Jeker | |
2004-11-19 | For consistency reasons rename struct as_filter to struct filter_as. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | Add NO_PEER to the list of well-known communities and use 65535 instead of | Claudio Jeker | |
0xffff. OK henning@ | |||
2004-11-19 | Make "set network 127.0.0.1" work and use = instead of |= for the | Claudio Jeker | |
blackhole/reject case as $$ is not zeroed. This caused funny results in merge_filterset(). OK henning@ | |||
2004-11-19 | Only unlink and link the asp in nexthop_modify if the asp is linked. | Claudio Jeker | |
OK henning@ | |||
2004-11-19 | tweaks; | Jason McIntyre | |
2004-11-18 | unsafe operations is better than impossible to update, especially since it | Marc Espie | |
can go on anyways. | |||
2004-11-18 | document @wantlib, @depend. Provide -P and -W flags to be able to specify | Marc Espie | |
those on the command line instead of having to generate a separate plist. | |||
2004-11-18 | support depend (similar to libdepend and newdepend) and wantlib: | Marc Espie | |
put lookup_library code in a separate routine, and add a `harder' mode for wantlib, that will also look in system libraries, and in the full tree of dependent packages. | |||
2004-11-18 | add @wantlib and @depend keyword | Marc Espie | |
2004-11-18 | embed two struct capabilities, one for the capas announced by the peer and | Henning Brauer | |
one for the capas we announced him, into the session_up imsg to the RDE after brainstorming with claudio | |||
2004-11-18 | add an instance of struct capabilities to peer_conf, and inherit | Henning Brauer | |
peer->capa.ann from this | |||
2004-11-18 | cope with changes in capabilities announcement shitz | Henning Brauer | |
2004-11-18 | inside struct peer, replace the occurance of the older struct peer_capa | Henning Brauer | |
by two instances of the new struct capabilities, one for announcements and one for the received capabilities | |||
2004-11-18 | remove the global 'announce' flag from struct peer_capa, clear | Henning Brauer | |
individual capability flags where needed | |||
2004-11-18 | let peer->capa.mp_[v4|v6] contain the SAFI, don't just use it as bool | Henning Brauer | |
2004-11-18 | Subsequent Address Family Indicators (SAFI) in hex and add SAFI_NONE | Henning Brauer | |
2004-11-18 | struct capa_mp is not needed any more, spotted by claudio | Henning Brauer | |
2004-11-18 | introduce session_capa_mp() which adds the multiprotocol announcements | Henning Brauer | |
to OPEN messages. eases session_open() quite a bit and kills duplicate code claudio ok | |||
2004-11-18 | add code to announce support for IPv6 Unicast. | Henning Brauer | |
disabled for now, claudio ok | |||
2004-11-18 | it's oupsa oupsa oupsa time... | Henning Brauer | |
writing to a member of a const struct is no good, so un-const struct peer for log_statechange() | |||
2004-11-18 | supress logging of subsequent connect() failures as long as: | Henning Brauer | |
-the session alternates between Active and Connect. Other states reset logging -the error is the same as the last connect() error seen jajajaja claudio | |||
2004-11-17 | print ipv6 on enc0, too; ok otto, tests by fries | Markus Friedl | |
2004-11-17 | NI_WITHSCOPEID is no more. | Jun-ichiro itojun Hagino | |
2004-11-16 | Re-implement LQM, this time according to the rfc. | Brad Smith | |
From FreeBSD ok deraadt@ | |||
2004-11-15 | sort options; | Jason McIntyre | |
add .Bk/.Ek to avoid synopsis split; | |||
2004-11-15 | hit the clueless... | Marc Espie | |
2004-11-15 | generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, ↵ | Marc Espie | |
PERMIT_PACKAGE_FTP if none is available elsewhere. | |||
2004-11-15 | compile patterns once, should be a slight speed up. | Marc Espie | |
2004-11-15 | minimal documentation for -E. | Marc Espie | |
2004-11-15 | tweaks; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | say goodbye to old example code, since pkg_info now does it... | Marc Espie | |
2004-11-15 | find_pkg function to iterate through pkgs, wherever they might be. | Marc Espie | |
New -E filename option that looks for a filename through specified packages (or installed packages if no packages specified). Can be very, very slow, since it scans all packing-lists, but at least it works... | |||
2004-11-15 | repair -l | Marc Espie | |
2004-11-15 | clean-up: pull all option parsing together. | Marc Espie | |
2004-11-15 | don't Fatal out if -e thingy -q, since we're only interested in the | Marc Espie | |
result code. | |||
2004-11-15 | oops - one more option sort; | Jason McIntyre | |
2004-11-15 | sort options; whitespace; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options; whitespace; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | sort options, and some whitespace issues; | Jason McIntyre | |
ok espie@ | |||
2004-11-15 | use Carp | Marc Espie | |
2004-11-14 | pass full item to CollisionReport, so that it can compute md5 for files | Marc Espie | |
not registered with any package, and tell you if the file differs or not. | |||
2004-11-14 | stop storing @pkdep into packing-lists, use separate REQUIRING file instead. | Marc Espie | |
Cases where we need to tweak dependencies are well-delimited, and we simply convert the old installed package to the new model in one step. | |||
2004-11-14 | make sure REQUIRING file is an integral part of what we do. | Marc Espie | |
2004-11-14 | allows for several -f options, since OpenBSD::Getopt makes this possible | Marc Espie | |
2004-11-14 | current unsolved issues. | Marc Espie | |
2004-11-14 | -K -L option that prefixes each file name with keyword. | Marc Espie | |
2004-11-14 | cosmetic | Marc Espie | |