Age | Commit message (Collapse) | Author |
|
on 4-byte AS path. Since this function is also called with 2-byte ASPATH
attributes. Instead inline the check using the as_size.
Problem found by Tom Beard (tom at exilien.uk), thanks for the report
OK job@
|
|
|
|
errors.
Pointed out by benno
|
|
testing tb, sthen
OK benno, sthen
|
|
loaded. This makes sure that the local prefix specied in the config is
always used.
OK ccardenas@
|
|
These are the direct sources from NLnet Labs upstream, minus these:
compat contrib libunbound/python pythonmod testcode testdata winrc
ok deraadt@ jakob@
|
|
ok sthen
|
|
From Raf Czlonka, ok sthen@
|
|
both cases. Avoids race in the exit path. ok sthen@ florian@
|
|
ok gilles@
|
|
been the default for a long time now) but users still assume this is the
way to update aliases within the MTA.
when smtpctl is invoked as newaliases, have it notify the daemon that it
has had the aliases table updated, no matter what backend it uses, as it
will at worst be a noop and at best do what user expected.
ok eric@
|
|
port is stored in the listener structure using the network order.
ok eric@
|
|
prevent possible loops on badly configured spf records.
ok gilles@
|
|
|
|
certificate for some time.
While they stopped doing so it seems best to follow redirects anyway.
More status codes pointed out by & OK sthen
OK benno
|
|
Also changes an error message in vmctl to reflect same.
|
|
|
|
ok sthen
knock out a dud Tn while here
|
|
in packet loss on busy and big networks and therefor to instability.
From camield@
|
|
in packet loss on busy and big networks and therefor to instability.
Also adjust the SO_SNDBUF to real 64k just for consistency.
From camiel@
|
|
from Andrew Marks
ok deraadt@
|
|
a recent cleanup we accidentally removed one of the ways breaking some .net
lib apparently, sorry.
this commit reintroduces the "pass password in the same line as username"
method
ok millert@
|
|
ok deraadt@ mestre@ gilles@
|
|
- Fix memory leak in zone file read of unknown rr formatted RRs.
- Fix memory leak when rehashing nsec3 after axfr or zonefile read,
in the selectively allocated precompiled nsec3 hashes.
|
|
|
|
|
|
ok jmc@
|
|
|
|
OK espie@
|
|
|
|
note that this is only part of raf's original diff: the rest is for
code. although i'm sure the diff itself is correct, i don;t judge
myself qualified to decide whether those changes are warranted.
still, i'd appreciate at least a reply to raf's diff from another
developer (yay! nay!)
|
|
ok krw@, tweaks by jmc@
|
|
Use rtc_reschedule_per in mc146818_start instead of re arming the
periodic interrupt without checking if it's enabled in REGB.
reported by Dave Voutila
ok phessler@
|
|
- have confirm go thru f() every time (adding
confirm_defaults_to_no/confirm_defaults_to_yes apis... verbose but effective)
- check DESCR in pkg_create, as suggested by sthen@
- don't do the whole safe dance when not needed (optimization)
- misnamed allowed -> forbidden (schwarze@)
This effectively prevents DESCR from using diacritics. Sorry!
Ingo makes a compelling argument that using UTF8 while installing a new
box is currently fairly dangerous, considering tty setups.
This affects about 10 ports at the moment, all of which were fixed before
this commit.
|
|
|
|
|
|
|
|
|
|
- use it for every parameter to say/print
- extend it for actual printable characters, plus a hack for \n
- add confirmf for passing formats to the confirm
- adjust PkgCheck accordingly
- tweak the files test in PkgCheck to also hunt unknown files under
/var/db/pkg/somepackage
okay sthen@
|
|
Clear up ambiguous error message when attaching to a console fails as
the vm id is not guaranteed to be populated.
ok mlarkin@
|
|
- add an explicit dir thingy so that we don't look for /var/db/pkg/+CONTENTS
- actually prepend dir name to info name, oops
- also check for files/dirs that do not belong to root:wheel or have too
lax permissions.
|
|
pkg_check is most often run as root. In case of a garbled file systems
it won't notice when permissions are completely wrong.
|
|
|
|
|
|
*ctl programs
OK mlarkin@ benno@ deraadt@
|
|
|
|
The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to
a state of 2-Way or higher. There is no need to trigger the event for new
neighbors. With this situations with multiple DRs after a netsplit should
be solved.
OK sthen@ and remi@
|
|
a state of 2-Way or higher. There is no need to trigger the event for new
neighbors. With this situations with multiple DRs after a netsplit should
be solved.
OK sthen@ and remi@
|
|
generated configure file, but old configure.ac.
|
|
check if vm id is valid before sending to vmm for pausing. The 'lock' is caused
by vmm sending back ENOENT for a non existent vm but vmd drops the message
because it doesn't recogize the vmid vmm is talking about. This is an artifact
of the 'policy' don't trust any imsg from a sibling priv sep process and do
your own checking.
reported by Abel Abraham Camarillo Ojeda
ok mlarkin@ and ccardenas@
|