summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2006-08-17Remove -Wredundant-decls from CFLAGSClaudio Jeker
2006-08-17Remove -Wredundant-decls from CFLAGSClaudio Jeker
2006-08-17-Wmissing-declarations -Wredundant-decls are not very useful and especiallyClaudio Jeker
-Wredundant-decls causes many false warnings because of redeclarations in header files. Remove them, requested by deraadt@
2006-08-15need to print leading space nowKevin Steves
2006-08-15stupid error: increment not decrement here.Kevin Steves
2006-08-14after a bulk transfer (initial or caused by route refresh request),Henning Brauer
send an "empty" UPDATE message, used as End-of-RIB marker for implementions understanding this, ignored by anything else. see draft-ietf-idr-restart-13.txt, ok claudio
2006-08-13Add Auto-Submitted header in generated mail as per RFC 3834.Todd C. Miller
OK henning@, ckuethe@, krw@, ian@. From Tamas TEVESZ.
2006-08-11typo in commentBernd Ahlers
2006-08-10sync usage();Jason McIntyre
2006-08-10various fixes;Jason McIntyre
2006-08-10fixes up;Jason McIntyre
2006-08-10sync usage();Jason McIntyre
2006-08-10- better .NdJason McIntyre
- remove some unneccessary .Bk/.Ek - provide a DESCRIPTION (albeit brief) - text improvements - use .Ex - update SEE ALSO
2006-08-09Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byteChad Loder
client identifier would cause dhcpd to mistakenly exit. From Debian bug 380273, affecting ISC dhcpd 2.x, upon which our dhcpd is based. OK beck@
2006-08-09handle SIGQUIT instead of SIGSTOP, from Stefan KrahDaniel Hartmeier
2006-08-09typo in example config; ok henning@Kevin Steves
2006-08-07Avoid divide by zero in visual effects; spotted by Tobias Stoeckmann.Miod Vallat
2006-08-07Remove the Sony wsfonts from the list of fonts with special encoding.Mark Kettenis
requested by miod@
2006-08-06Remove a XXX in a comment.Claudio Jeker
2006-08-06There is no need to initialize the log framework twice. Especially becauseClaudio Jeker
between the two calls no logging can happen.
2006-08-05actually perform error-checking on every read/write.Marc Espie
2006-08-04add "restart" to max-prefix, allows sessions suspended due to reachingHenning Brauer
max-prefix to be restarted automagically after a given number of minutes requested by "Sylwester S. Biernacki" <obeer@obeer.com>, manpage help jmc, ok claudio
2006-08-04Sigh, use .Nm, not the literal name of the binary...Marc Balmer
2006-08-04Add a '-q' option to suppress warning messages.Marc Balmer
2006-08-04Remove reference to tb(4). Found by jmc@, thanks.Marc Balmer
2006-08-03On startup in fetchtable() clean the routing table of all PROTO1 routes.Claudio Jeker
These may be leftovers from a crash or so and result in an strange behaving bgpd parent process additionally it causes huge CPU loads because of a linear list walk done on every insert. Code stolen from ospfd which does the same thing since a long time ago. This is a temporary fix until we have real routing priorities and all this PROTO1 flagging can be removed. PROTO1 is not exclusive to bgpd but for correct operation we currently need to enforce it. OK because it is only temporary henning@ Found and fix tested by Sylwester S. Biernacki
2006-08-01add ProxyPreserveHost support to mod_proxy. it allows to pass the originalFederico G. Schwindt
Host header to the backend. default off. henning@ ok.
2006-08-01If pkg_delete is trying to remove more than one package at the same time andBernd Ahlers
is finding some dependency problems, explain which package depend on what. (with -v, -i or '-F verbosedeps') idea & ok espie@
2006-07-31cosmetic: comments, and better method name.Marc Espie
2006-07-31add missing licence info.Marc Espie
use strict/warning where applicable, and fix relevant warnings.
2006-07-30there's a nasty little race condition when the neigbor reached max-prefixHenning Brauer
and at the same time there is messages from him in the socket buffer, because we process the imsgs from the RDE (which tells us max-prefix was reached) first, and put the session to IDLE, close connection and deallocate buffers. if we then try to read from the socket and write to the deallocated buffer we crash, of course. so check wether we have a buffer before reading. crash seen and fix tested by "Sylwester S. Biernacki" <obeer@obeer.com>
2006-07-28factor out the code to build bgp messages, ok claudio a long time agoHenning Brauer
2006-07-28avoid printing the server built dateHenning Brauer
2006-07-28avoid printing server built date, we set that to "unknown" anywayHenning Brauer
leave the function there of course, it's part of the API
2006-07-28A vulnerability has been reported in Apache HTTP Server, which potentially canHenning Brauer
be exploited by malicious people to compromise a vulnerable system. The vulnerability is caused by a off-by-one error in mod_rewrite and can be exploited to cause a one-byte buffer overflow. http://secunia.com/advisories/21197/ report "Alexey E. Suslikov" <cruel@texnika.com.ua>, the obvious fix mailed in by Stuart Henderson <stu@spacehopper.org>
2006-07-25amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spreadHenning Brauer
(and how long it went unnoticed) From: Alexey Dobriyan <adobriyan@gmail.com>
2006-07-25kill redundant prototypesHenning Brauer
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-18Tyop fix: simultaniousMichael Knudsen
2006-07-12makeinfo --no-split, simplifies sets immensely.Marc Espie
Approved deraadt@, kettenis@
2006-07-09Use sigaction() instead of signal() in the parent and use theTodd C. Miller
SA_NOCLDSTOP flag for the SIGCHLD handler so the kernel does not notify us when the child has been stopped, only when it exits. Fixes a problem where if you suspended the child process the parent would exit. OK otto@
2006-07-06In rt_invalidate() skip all as_ext routes if routes matching a specific areaClaudio Jeker
are invalidated. as_ext routes have a uninitalised area id (aka 0.0.0.0) and so bad stuff happend when area 0.0.0.0 was invalidated. Because of this the FIB and RIB got out of sync in some scenarios.
2006-07-03Add missing breaks and suddenly all starts to make sense again. WonderedClaudio Jeker
why one of my boxes started to redistribute all my bgpd routes into ospf.
2006-07-02Recognise OpenBSD vendor IDHans-Joerg Hoexer
2006-07-01Don't warn for kernel_text being zero on (some) m68k systems.Miod Vallat
2006-07-01remove some unneeded includes; one found by vetinariOtto Moerbeek
2006-07-01clean this page up;Jason McIntyre
2006-07-01simplify synopsis/usage(); ok teduJason McIntyre
2006-06-30spacesTheo de Raadt
2006-06-30add -K option which uses a salt file and pkcs5 pbkdf2 to create aTed Unangst
more secure key. with feedback from djm and markus pkcs5 pbkdf2 code from netbsd's cgdconfig