Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-18 | - mention ftp facility keyword. | Niall O'Higgins | |
ok jmc@ | |||
2006-02-16 | add types for google earth shitz | Henning Brauer | |
From: Alex Holst <a@mongers.org> | |||
2006-02-16 | validate() can also take sample files into account. | Marc Espie | |
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-02-15 | Repair call to gethostname(). From adobriyan at gmail.com. Patch submitted | Aaron Campbell | |
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok | |||
2006-02-15 | Do not try to dirty an area when adding LSA ext. | Esben Norby | |
OK henning@ | |||
2006-02-15 | remove "the the" in comment; ok jmc@ | David Krause | |
2006-02-13 | spelling in error message; ok otto@ | Kevin Steves | |
2006-02-11 | Fix a few "discards qualifier" warnings. From A. Farber in PR 5114. | Otto Moerbeek | |
ok kettenis@ | |||
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker | |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker | |
and remove other unneeded functions that are only used in bgpd. | |||
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker | |
both directions. Manpage update follows. OK henning@ | |||
2006-02-10 | If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@ | Claudio Jeker | |
2006-02-10 | reset $state->{dir} to the correct value after deleting the replaced package. | Marc Espie | |
Fixes a problem noticed by steven. | |||
2006-02-10 | Use the ProgressMeter engine to display the update messages. This makes | Bernd Ahlers | |
'pkg_add -u' less chatty. (turn on verbose output to restore the old behaviour) Advise the user to re-run 'pkg_add -u' in interactive mode if there are ambiguities. Discussed with steven@ and espie@. Testing and some ideas by steven@, thanks. ok espie@ | |||
2006-02-10 | If the length of the message in OpenBSD::ProgressMeter::message() is shorter | Bernd Ahlers | |
than the length of the playfield, fill up the difference with whitespace. Prevents leftover characters from previous message()s. ok espie@ | |||
2006-02-09 | Implement "set community delete 65001:*" and friends. This will remove | Claudio Jeker | |
communities from the path attributes. Useful to make sure that the ones you set later are set by a (evil) peer. OK henning@ | |||
2006-02-09 | When comparing community type, cast to u_int16_t. The same is done for the | Claudio Jeker | |
AS. OK henning@ | |||
2006-02-09 | attr_free() should not modify others_len as it does not resize the others | Claudio Jeker | |
array. It just clears on entry by setting it to NULL and moving that NULL to the end of the array. With this it will be possible to remove attributes without readding them right afterwards. Because of this attr_diff() needs to be more careful because of passed NULL pointers. OK henning@ | |||
2006-02-09 | Don't calculate all areas every time the link state database is updated, | Esben Norby | |
only calculate the dirty ones. ok claudio@ | |||
2006-02-09 | inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitly | Claudio Jeker | |
for it. OK henning@ | |||
2006-02-09 | Prevent the neighbor FSM from getting stuck forever in state EXSTART. | Esben Norby | |
ok claudio@ | |||
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc Espie | |
object in the packing-list. Move some checks earlier, so that update of packages fails before deleting the old package. Add more checks, like verifying that install/deinstall scripts are indeed located on exec'able partitions. | |||
2006-02-09 | use new interface (*close*) | Marc Espie | |
optimization: store dir into state earlier, so that do_script and other stuff can have access to it. | |||
2006-02-09 | Add some nice interfaces instead of the hint() argument to close(). | Marc Espie | |
This allows the cache to finish properly even in some weird cases like fat packages (calling finish_and_close). | |||
2006-02-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker | |
Issue found by Andre Oppermann. | |||
2006-02-08 | - configuration file can have relative path | Camiel Dobbelaar | |
- do not suppress logging if there is no configuration yet, otherwise we cannot log that configuration parsing failed ok mpf@ mcbride@ | |||
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer | |
structures | |||
2006-02-07 | typos from alexey dobriyan; | Jason McIntyre | |
ok jakob, who is passing these fixes upstream... | |||
2006-02-07 | synch | Marc Espie | |
2006-02-07 | minor independent tweaks: | Marc Espie | |
- make Newuser and Newgroup subclasses of Newauth, so that code can be shared. - add property type() for these, that expands to user/group - add property to SpecialFile() that says whether this is executed on add/delete, so that we can check for noexec fs and error out early on these. | |||
2006-02-07 | look at noexec as well | Marc Espie | |
2006-02-07 | Don't push undef into the todo list. This avoids some perl warnings. | Bernd Ahlers | |
ok espie@ | |||
2006-02-06 | tell user about collision much earlier, so that they do not wonder what | Marc Espie | |
is taking so long... | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
ok marco | |||
2006-02-06 | don't error out but give a warning when sysctl() | Moritz Jodeit | |
fails with something else than ENOENT. suggested by tedu@ ok henning@ | |||
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2006-02-05 | tweaks; ok claudio | Jason McIntyre | |
2006-02-04 | Document the new special community part "neighbor-as". OK henning@ | Claudio Jeker | |
2006-02-03 | If the aspath gets copied because it is modified use the copy for filter | Claudio Jeker | |
matching. With this it is possible to make later filters depend on previous filter changes -- e.g. via community attributes. | |||
2006-02-03 | Doh! Fix stupid copy paste error. Setting the community type to the AS instead | Claudio Jeker | |
of the more obvious type produces really funny errors and gives you some happy hours of debugging. | |||
2006-02-03 | Cleanup and "simplify" iso checksum implementation. OK norby@ | Claudio Jeker | |
2006-02-02 | Be less verbose about DR/BDR selection this seems to be rock solid now. | Claudio Jeker | |
OK norby@ | |||
2006-02-02 | zap md_list_empty, found by lint. | Esben Norby | |
ok claudio@ | |||
2006-02-02 | zap cand_list_empty, found by lint. | Esben Norby | |
ok claudio@ | |||
2006-02-02 | Implement new special community "neighbor-as". neighbor-as is expanded on | Claudio Jeker | |
the fly to the remote AS of the current neighbor. This can be used to simplify rulesets in a dramatic way -- going from a script based nightmare down to a handfull rules. jajajaja henning@ | |||
2006-02-01 | Simplify expression code. Patch from markus@. | Marco Pfatschbacher | |
ok mcbride@ | |||
2006-02-01 | Run external tests synchronous at state changes and | Marco Pfatschbacher | |
call adjust_external_expressions() which updates the expressions for all states. Address similar state caching problems for external tests as in previous commit. Don't ignore set-state actions if they are happening right after a state change. (Based on a patch from Holger Mikolon). ok markus@, testing sturm@, ok mcbride@. | |||
2006-02-01 | If we reenter a state, it still has the old link state values cached. | Marco Pfatschbacher | |
Therefore, if it enters a state without calling scan_ifstate() (e.g. through an external-test) ifstated will do the wrong thing (tm). Change scan_ifstate() to first walk over all states and update the expressions _before_ they are evaluated. Help and ok markus@, testing sturm@, ok mcbride@. | |||
2006-02-01 | spf_calc should only do what the name says - calculate the spf tree. | Esben Norby | |
ok claudio@ |