| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
argv and don't suppress the handling of leading '-' in optstring when
POSIXLY_CORRECT is set.
Based on patch from Eric Blake.
ok and manpage update from millert@, manpage ok jmc@
|
| | | |
| | | |
| | | |
| | | | |
ok beck@ fgsch@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
invokes handlers registered with __cxa_atexit().
"seems right" deraadt@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
number of bits when connecting via a SOCKS 5 proxy over ipv6, but we
also need to read the same number depending on the received address
type. this issue is not noticeable with ssh's SOCKS 5 support since it
always set the address type as ipv4. this fixes connections via SOCKS 5
proxies which set their address type as ipv6 when using ipv6.
after review with, and ok, nicm@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
ok markus@ jasper@ miod@
AFAIK nothing in base uses this, though apache2 from ports may be affected.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
test -n "`pkg-config --cflags openssl`"
don't assume that OpenSSL isn't available.
ok miod@, sthen@, ajacoutot@, djm@
|
| | | |
| | | |
| | | |
| | | | |
the \: roff escape is an optional line break.
|
| | | |
| | | |
| | | |
| | | | |
prompted by brad
|
| | | |
| | | |
| | | |
| | | | |
ok jmc@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
OK jmc@, nicm@, tedu@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Separate commit requested by deraadt@.
OK nicm@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Previously, using -U with -u was an error that was not documented
in the man page. Now it will use a unix socket in datagram mode.
Bidirectional unix datagram communication requires a socket at
both ends, so in client mode (without -l), a temporary socket is
created so that responses from the server can be received.
If -s is specified with -U and -u, it specifies the location of
the temporary socket to create.
This was mostly written way back in 2007. Since then, various
improvements implemented based on suggestions from guenther@,
tedu@, and nicm@. Man page help from nicm@ and jmc@.
Unix datagram support requires a small change to atomicio.c
in order to function correctly, this will be committed separately
shortly.
OK nicm@
|
| | | |
| | | |
| | | |
| | | | |
Fix some gcc warnings.
|
| | | |
| | | |
| | | |
| | | | |
- zap a trailing tab
|
| | | |
| | | |
| | | |
| | | | |
common/encouraged practice
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
projects depend on being present (e.g. various ports).
as discussed with various porters in a hungarian spa
help/feedback from ingo@ and also OK halex@
no objections from djm@
|
| | | |
| | | |
| | | |
| | | | |
ok deraadt@ djm@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
tested for a while by me.
ok otto@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
file it will be used from.
requested by/ok mikeb@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
which should have been declared as CRYPTO_ALGORITHM_MAX + 1,
fix this and reserve enough space for the VIA additions as well.
ok/comments from mikeb & deraadt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://www.openssl.org/news/secadv_20101202.txt.
where clients could modify the stored session
cache ciphersuite and in some cases even downgrade the suite to weaker ones.
This code is not enabled by default.
ok djm@
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
ok djm@ deraadt@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
deraadt@ nicm@ (on an earlier version)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Update local engines for the EVP API change (len u_int => size_t)
- Use hw_cryptodev.c instead of eng_cryptodev.c
- Make x86_64-xlate.pl always write to the output file and not stdout,
fixing "make -j" builds (spotted by naddy@)
ok naddy@
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There's not much use for the declassified cipher from the 80's
with a questionable license these days. According to the FIPS
drafts, Skipjack reaches its EOL in December 2010.
The libc portion will be removed after the ports hackathon.
djm and thib agree, no objections from deraadt
Thanks to jsg for digging up FIPS drafts.
|
| | | |
| | | |
| | | |
| | | | |
but i'll get to those shortly...
|
| | | |
| | | |
| | | |
| | | | |
Revert the "set -e" additions and kill unneeded subshells. ok djm@
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
u_long on i386. suggested by deraadt@ and kettenis@
|