summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
do with this software, just happend to be my only valid email address at the time.
2005-01-28More spaces.Esben Norby
2005-01-28spacesEsben Norby
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
do with this software, just happend to be my only valid email address at the time.
2005-01-28Control program like bgpctl but this time for ospfd.Claudio Jeker
Currently only basic show commands work. Not yet connected to the builds. OK henning@
2005-01-28Welcome ospfdClaudio Jeker
started by Esben Norby some time ago by using the imsg/three process framework of bgpd. He implemented the basic concept plus the ospf finite state machines. Later I joined and helped him cleanup, debug and extend his work. Right now it is not particularly useful, major parts are still missing but is imported to allow more people to work on it. status: The basic protocol works for broadcast networks and the LS database is synchronized and updated. It is not possible to be DR or BDR on a network and other interface types like point-to-point are not yet supported. The shortest path tree is not calculated and so no routing information is exchanged with the kernel FIB. Not yet connected to the builds. OK henning@
2005-01-28Simplify interval scaling and randomize query intervals; ok henning@Darren Tucker
2005-01-28fatal() if daemon() fails, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-01-28Make network unreachable errors non-fatal; ok henning@Darren Tucker
2005-01-27Scale query interval by the overall offset not per-peer offset, so weDarren Tucker
don't query outliers more often than any other server. ok henning@
2005-01-27Delay before retrying a query on timeout; ok henning@Darren Tucker
2005-01-26fix CERT VU#938617 (vulnerable to denial of service in validator code)Jakob Schlyter
2005-01-25Fixed a typo.Esben Norby
ok henning@ claudio@
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
the machine architecture. We now output amd64 instead of x86_64 as it should be. ok deraadt@ pvalchev@
2005-01-22do not clean-up shared items in pretend mode (for now, need extra logicMarc Espie
to pretend cleaning it up).
2005-01-22explicitly shows fragment names that were not found.Marc Espie
2005-01-22although arguments to `ip proto' and `ether proto' are keywords, and doJason McIntyre
need to be escaped, they are not shell keywords; this wording seems to have been introduced when the page was mdoc'd; it now matches (more or less) how it was, and {F,N}BSD pages; found by naddy@
2005-01-20backout workaround from rev 1.29 as it breaks host routes and is notMarkus Friedl
required because multipath routes require RTF_MPATH; ok claudio
2005-01-19APM emulation framework and zaurus scoop driver. Not enabled yet.Uwe Stuehler
ok drahn@, deraadt@
2005-01-18Also call sete{u,g}id() when dropping privs. From mpech@. ok millert@.Otto Moerbeek
2005-01-18Build hotplug on zaurus, link manpage in zaurus dir.Dale Rahn
2005-01-16allow locking of database in quiet mode, where we don't display anyMarc Espie
message. Display the lock message on stderr anyways, so that we don't disturb normal displays. postpone locking after we know about -q in pkg_info's case. Display command line if pkg_create fails, so that we can see what arguments it found in bsd.port.mk.
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
Main features: - MI hil drivers, allowing live plug/unplug of devices, and the keyboard does not need to be at id 1 anymore. - SGC bus support on 4xx models. SGC frame buffers are supported too, but not as console, though you can use them as a regular glass terminal if you run a getty on ttyC0. Currently not compiled-in, awaiting for an sti(4) fix to be commited. - HP-UX compatibility interfaces are removed. grfinfo and hilinfo are removed. X11 support is currently broken by these changes; X.org X11R6 support will be available very soon. Tested on hyperion and 4 different flavours of catseye/topcat/kathmandu; other, older frame buffers (davinci, gatorbox and renaissance) could not been tested but should work; please report any regression.
2005-01-14`big lock' model: lock the whole db for reading/writing.Marc Espie
design checked with millert@, relying on process termination for unlock at his suggestion. Perf optimization: don't try to reinstall installed packages in kitchensink mode if !-r.
2005-01-13build explictly on zaurus, not all arm, because of MANSUBDIRDale Rahn
2005-01-13Build on zaurus too, (all arm)Dale Rahn
2005-01-13Fix snprintf length field; from cloder@Todd C. Miller
2005-01-13just mark it down when we can't install a package, instead of tryingMarc Espie
later, so that we can erase some temp info. Saves memory and time for -F kitchensink, mostly nop otherwise...
2005-01-13let collision reports give the name of the package they're trying toMarc Espie
install. When you add 2000 packages, this can be *real* confusing otherwise.
2005-01-08SECURITY: CAN-2004-0940 (cve.mitre.org)Theo de Raadt
mod_include: Fix potential buffer overflow with escaped characters in SSI tag string. [Martin Kraemer, Jim Jagielski] merged by fgsch
2005-01-04Enable ARP table manipulation on CARP interfaces.Christopher Pascoe
ok niklas@ mcbride@
2005-01-04simplified FILTER AND TRANSLATION RULES;Jason McIntyre
from michael knudsen;
2005-01-03- use .Bk/.Ek to keep SYNOPSIS tidyJason McIntyre
- `-F keyword' -> `-F keywords' in SYNOPSIS for consistency
2005-01-03rename -f -> -FMarc Espie
okay pvalchev@, naddy@, marco@, deraadt@ (keep -f around for the transition, will scrap it soon)
2005-01-02add zaurus, fix cats entry. ok jakob@ pvalchev@ deraadt@Dale Rahn
2005-01-02breaks at least vax; backoutTheo de Raadt
2005-01-02document ssl(8);Jason McIntyre
2005-01-02"bad-timestamp" is a valid logging reason;Jason McIntyre
from joel knight;
2005-01-01Make sure uextraloc ends up in .data so UKC works. OK deraadt@Todd C. Miller
2004-12-31add ssl(8) to SEE ALSO;Jason McIntyre
2004-12-31document using neighbor descriptions to specify neighbors whereJared Yanovich
applicable. ok henning, jmc
2004-12-30-c is required when generating initial specification;Jason McIntyre
ok deraadt@
2004-12-29show `reading plist' while deleting packages, since we can do this easily,Marc Espie
and this gives a hint about what is going on for big packages (like tetex).
2004-12-29remove vreaddir support, since library lookup no longer needs it.Marc Espie
important memory gain, since virtual and virtual_dir account for the lion's share of pkg_add's memory consumption.
2004-12-29round number of stars immediately, avoids off-by-1 display error.Marc Espie
fixes an elusive problem reported ages ago by sturm@...
2004-12-28add a boguslibs forced option, that rescans packages for librariesMarc Espie
not marked with @lib. This allows pkg_add -current to deal with 3.6 packages fully.
2004-12-28document that suexec has to be setuid to work correctly;Jason McIntyre
slightly more logical layout of the page; ok henning@
2004-12-28clearer error/warningMarc Espie
2004-12-28improve message quality: don't say we can't update stuff when we are goingMarc Espie
to force it. Group the verification of forward dependencies, so that it is less verbose. Also, register .libs conflict, even if it's not that useful.
2004-12-28synchronize conflict lists when we add/remove anything.Marc Espie