Age | Commit message (Collapse) | Author |
|
from xavier venient;
while i'm in here, remove a blank line that serves no purpose;
|
|
from alexey e. suslikov;
|
|
move the whole section to SEE ALSO, which is more appropriate anyway;
from alexey e. suslikov;
|
|
ok mcbride@
|
|
|
|
optional" to "SSLVerifyClient require"
fixes CAN-2005-2700
ok henning@, "go for it" deraadt@
|
|
- tweak -o description a little
ok espie@
|
|
when a new peer in initialized, the configured capailities are copied.
this copy is modified as part of the capabilities negotiation.
now if teh session drops we want to re-negotiate capabilities at the next
establishment, last not least because the configured capabilities might
have changed in between (that's how I stumbled over it, added v6 shitz)
so copy the configured capabilities over every time a session goes to
IDLE state, unless the reason is EVNT_RCVD_OPEN, because then we're in
capabilities negotiation.
|
|
|
|
pkg_* bits;
ok espie@
|
|
|
|
|
|
|
|
|
|
|
|
while here, make the list item a bit better grammatically.
|
|
idea from a mail to misc@ from simon dassow;
|
|
while here, a little macro cleanup.
|
|
fixes pr #4491
|
|
output goes to syslog and not console by moving around log_init
OK henning@, markus@ and mblamer@
|
|
|
|
|
|
* move the signature code to a packing-list method, prepend the pkgname.
* depend on distant listings, cache these systematically.
* cut the PKG_PATH at :/ systematically, much simpler than parsing URLs.
People should get used to trailing /s.
* let pkg_add -u actually run the update.
* check for signature in more places, for instance, let pkg_add installed_stuff
be a void operation.
* grab enough stuff during updates to check signatures, so that pkg_add -u
can report updates that are not needed right away, instead of waiting
for the more confusing `trying to update'
* beginning of @module support.
* @pkgpath support, including updates.
* systematically expand stems when applicable.
* use visitors systematically in pkg_info.
* pkg_info -S reports signature.
* remove hardcoding of categories in PackingList, so that future modules
will be able to expand them.
* add @updateset and @incompatibility keywords.
|
|
routes where not cleared even though the advertising router was no longer
reachable. Same problem has the rt_dump() function that is used for
ospfctl show rib. Tested by me and norby@
OK norby@ deraadt@
|
|
ok deraadt@
|
|
One of the main problems is that the RFC is very unprecise about the process
and so a bit of guessing and "violating" the RFC is needed.
The problem was that on fast restarts ospfd computed wrong DR and BDR
routers. OK norby@ deraadt@
|
|
routing table where most entries used the local interface IP as nexthop. This
bug was found by jakob@ and he verified that it fixes his problems. Additional
tests by me and norby@.
OK norby@ deraadt@
|
|
tests sturm@, aanriot@
okay deraadt@
|
|
tcpdump process being terminated when tcpdump running with -vv tries to
print a a short IKE SA payload.
Specifically OK'd for 3.8 release by deraadt@. OK canacar@, hshoexer@.
|
|
spotted by matthieu and miod
sorry bill, but you stopped just hacking far too long ago..
|
|
During exit, just rethrow the signals, so that a wrapping process
can know what's going on.
|
|
|
|
|
|
if create() fails, we want to remove any stub file (and report the
problem), so that tools won't get confused in believing the packing-list
got created correctly.
|
|
Do not report more than 3 problems per filesystem unless -v -v.
|
|
|
|
(remember, perl signal handlers are safe, e.g., there's a redirection).
Handle critical section where we create the directory so that we die after
it's registered.
|
|
hit memory barriers. Without this patch, running the resolving
name server out of memory would lead to "unpredictable results."
From glebius FreeBSD
ok deraadt@ millert@ cloder@ krw@
|
|
package at all.
|
|
|
|
link to RequiredBy(3p) now that it exists.
|
|
jmc@ insisted... and yeah, it's a bit confusing.
|
|
|
|
|
|
|
|
ditch this test, pkg_delete -n should no longer loop indefinitely.
|
|
quite generic.
|
|
thanks to Brian Poole.
|
|
|
|
with p suffixes in a safe way.
|