summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-02-18- mention ftp facility keyword.Niall O'Higgins
ok jmc@
2006-02-16add types for google earth shitzHenning Brauer
From: Alex Holst <a@mongers.org>
2006-02-16validate() can also take sample files into account.Marc Espie
2006-02-15Initialize snaplen also when reading a dump file. Fixes problemsOtto Moerbeek
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@
2006-02-15Repair call to gethostname(). From adobriyan at gmail.com. Patch submittedAaron Campbell
upstream to the arla-drinkers at stacken.kth.se mailing list. henning@ ok
2006-02-15Do not try to dirty an area when adding LSA ext.Esben Norby
OK henning@
2006-02-15remove "the the" in comment; ok jmc@David Krause
2006-02-13spelling in error message; ok otto@Kevin Steves
2006-02-11Fix a few "discards qualifier" warnings. From A. Farber in PR 5114.Otto Moerbeek
ok kettenis@
2006-02-10imsg API changed so adapt to it.Claudio Jeker
2006-02-10ospfd does not need fd passing via the imsg framework so remove that codeClaudio Jeker
and remove other unneeded functions that are only used in bgpd.
2006-02-10Make it possible to turn suftreconfig in/out on or off. Default is on forClaudio Jeker
both directions. Manpage update follows. OK henning@
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-10reset $state->{dir} to the correct value after deleting the replaced package.Marc Espie
Fixes a problem noticed by steven.
2006-02-10Use the ProgressMeter engine to display the update messages. This makesBernd 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-10If the length of the message in OpenBSD::ProgressMeter::message() is shorterBernd Ahlers
than the length of the playfield, fill up the difference with whitespace. Prevents leftover characters from previous message()s. ok espie@
2006-02-09Implement "set community delete 65001:*" and friends. This will removeClaudio 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-09When comparing community type, cast to u_int16_t. The same is done for theClaudio Jeker
AS. OK henning@
2006-02-09attr_free() should not modify others_len as it does not resize the othersClaudio 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-09Don't calculate all areas every time the link state database is updated,Esben Norby
only calculate the dirty ones. ok claudio@
2006-02-09inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitlyClaudio Jeker
for it. OK henning@
2006-02-09Prevent the neighbor FSM from getting stuck forever in state EXSTART.Esben Norby
ok claudio@
2006-02-09Turn validate_plist() into a real visitor that calls validate() for eachMarc 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-09use 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-09Add 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-08For 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 pathCamiel Dobbelaar
- do not suppress logging if there is no configuration yet, otherwise we cannot log that configuration parsing failed ok mpf@ mcbride@
2006-02-08fix logic both in the decision when to re-init the capabilities negotiationHenning Brauer
structures
2006-02-07typos from alexey dobriyan;Jason McIntyre
ok jakob, who is passing these fixes upstream...
2006-02-07synchMarc Espie
2006-02-07minor 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-07look at noexec as wellMarc Espie
2006-02-07Don't push undef into the todo list. This avoids some perl warnings.Bernd Ahlers
ok espie@
2006-02-06tell user about collision much earlier, so that they do not wonder whatMarc Espie
is taking so long...
2006-02-06typos from alexey dobriyan;Jason McIntyre
ok marco
2006-02-06don't error out but give a warning when sysctl()Moritz Jodeit
fails with something else than ENOENT. suggested by tedu@ ok henning@
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-02-05tweaks; ok claudioJason McIntyre
2006-02-04Document the new special community part "neighbor-as". OK henning@Claudio Jeker
2006-02-03If the aspath gets copied because it is modified use the copy for filterClaudio Jeker
matching. With this it is possible to make later filters depend on previous filter changes -- e.g. via community attributes.
2006-02-03Doh! Fix stupid copy paste error. Setting the community type to the AS insteadClaudio Jeker
of the more obvious type produces really funny errors and gives you some happy hours of debugging.
2006-02-03Cleanup and "simplify" iso checksum implementation. OK norby@Claudio Jeker
2006-02-02Be less verbose about DR/BDR selection this seems to be rock solid now.Claudio Jeker
OK norby@
2006-02-02zap md_list_empty, found by lint.Esben Norby
ok claudio@
2006-02-02zap cand_list_empty, found by lint.Esben Norby
ok claudio@
2006-02-02Implement new special community "neighbor-as". neighbor-as is expanded onClaudio 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-01Simplify expression code. Patch from markus@.Marco Pfatschbacher
ok mcbride@
2006-02-01Run external tests synchronous at state changes andMarco 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-01If 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-01spf_calc should only do what the name says - calculate the spf tree.Esben Norby
ok claudio@