2015-06-23 |
semarie | This patch ensure that e_shentsize (sections header... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
semarie | corrects a read after bound that occurs in strcmp ... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
bluhm | If the kernel symbols fit completely into the 2 MB... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
semarie | add some check before accessing data: |
commit | commitdiff | tree | snapshot |
2015-06-23 |
mpi | Pass a "struct ifnet *" instead of a "struct arpcom... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
giovanni | fix emacs pkg names |
commit | commitdiff | tree | snapshot |
2015-06-23 |
deraadt | delete more p==NULL checks; discussed with miod, ketten... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
mpi | Adapt bridge(4) to the new if_input() framework. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
yasuoka | Fix npppd to check the size of received GRE packets... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
yasuoka | Fix the problem when npppd receives a zero length 1701... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
yasuoka | Fix the links to pppx(4). |
commit | commitdiff | tree | snapshot |
2015-06-23 |
doug | Change CBS_dup() to also sync the offset. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
doug | Convert bytestringtest to individual checks and don... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
doug | Remove unnecessary regress target. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
djm | Don't count successful partial authentication as failur... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
bluhm | Add an #ifdef HIBERNATE to allow to build a kernel... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
kettenis | Make it possible to create write combing mappings throu... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
jmc | document that boot.conf can contain comments; |
commit | commitdiff | tree | snapshot |
2015-06-22 |
mikeb | Increment rule counters only after successful state... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
kettenis | Flush out another small diff to reduce the diffs with... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
jmc | theo buehler points out that posix specifies a prompt... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
mpi | Do not update frame lengths to reflect what has really... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
dtucker | Don't call setgroups if we have zero groups; there... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
reyk | After the last change, we also have to url_encode ... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
mpi | Make xhci(4)'s root hub report the same status bits... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
mpi | rtrequest1(9) error code path cleanup. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
mpi | Apparently some BIOSes not supporting xHCI natively... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
krw | Don't use uninitialized data as a return value. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
jca | Don't leak mem if wsfont_rotate() fails. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
kettenis | Count transmitted packets. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-21 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-21 |
deraadt | 5.9 base key |
commit | commitdiff | tree | snapshot |
2015-06-21 |
doug | Check for failure with CBB_init() in bs_ber.c. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
reyk | When encoding the Location url, only encode the query... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
claudio | There is a race between sending notifications to the... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
reyk | Add .mkv (video/x-matroska). |
commit | commitdiff | tree | snapshot |
2015-06-21 |
claudio | There is no need to include sys/ucred.h. Only sys/file... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
millert | Just return if nmemb is 0. Avoids a NULL dereference... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
deraadt | memory leak on failure; from Maxime Villard |
commit | commitdiff | tree | snapshot |
2015-06-20 |
kettenis | Fix a bug that causes uvm_pmr_get1page() to fail for... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Convert ssl3_get_new_session_ticket to CBS. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Convert ssl3_get_next_proto to CBS. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Convert ssl_parse_serverhello_renegotiate_ext to CBS. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Handle NIST curve names in openssl(1) ecparam. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Handle NIST curve names. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Have ECPKParameters_print() include the NIST curve... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Less mdc2. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Provide EC_curve_nid2nist() and EC_curve_nist2nid(). |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Make SSL_OP_ALL readable. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jsing | Replace remaining CRYPTO_memcmp() calls with timingsafe... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
mpi | Only match devices with a valid configuration. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jca | sort +0n -> sort -n, the former is historical |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Convert ssl_parse_clienthello_renegotiate_ext to CBS. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Replace internal call to CRYPTO_memcmp with timingsafe_... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jca | Bump major after {,asr_}print_sockaddr() renaming. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Fix warning on vax due to old gcc. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
jca | Rename print_sockaddr() to avoid symbol visibility... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Crank major for libcrypto, ssl and tls due to MDC-2DES... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
doug | Remove obsolete MDC-2DES from libcrypto. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
jca | Tweak whitespace and remove dangling, unneeded "else". |
commit | commitdiff | tree | snapshot |
2015-06-19 |
jmatthew | remove a bit more isp(4), from brad |
commit | commitdiff | tree | snapshot |
2015-06-19 |
jmatthew | isp(4) man page needs to go too, pointed out by jmc@ |
commit | commitdiff | tree | snapshot |
2015-06-19 |
uaa | Only match devices with a valid configuration. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
millert | Remove needless casts. There's no reason to cast delim... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-19 |
jsing | Add missing message digests to function table. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
phessler | show the number of (currently) known prefixes and the... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
naddy | add 5.9 packages key |
commit | commitdiff | tree | snapshot |
2015-06-19 |
jmatthew | remove isp(4) now that the ql* family have replaced it |
commit | commitdiff | tree | snapshot |
2015-06-19 |
bcook | Remove fallback dynamic engine loading support. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
bcook | Return the failing engine ID in the error stack. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
bcook | Add standard headers, C++ support to tls.h. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
bcook | Disable ENGINE_load_dynamic (dynamic engine support). |
commit | commitdiff | tree | snapshot |
2015-06-19 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-19 |
doug | Convert tls1_alpn_handle_client_hello() to CBS. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
doug | Add CBS_dup() to initialize a new CBS with the same... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
nicm | Use the SRCDST define for usage. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
nicm | Use xsnprintf. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
nicm | Remove a stray : and tweak paragraph. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
doug | Extend the input types for CBB_add_*() to help catch... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
doug | Remove Microsoft Server Gated Crypto. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
doug | Change DTLS client cert request code to match TLS. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
miod | I'm afraid it will be a sunday. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
sthen | add 5.9 firmware key |
commit | commitdiff | tree | snapshot |
2015-06-18 |
naddy | For unsupported sample formats, don't return EINVAL... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
martynas | Fix stack shuffle such that sj includes si and the... |
commit | commitdiff | tree | snapshot |
2015-06-18 |
jmc | spelling fixes from theo buehler; |
commit | commitdiff | tree | snapshot |
2015-06-18 |
jsg | CP2110 is handled by uslhcom not uslcom |
commit | commitdiff | tree | snapshot |
2015-06-18 |
mpi | Only match devices with a valid configuration. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
mpi | Only match devices with a valid configuration. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
mpi | Only match devices with a valid configuration. |
commit | commitdiff | tree | snapshot |
2015-06-18 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2015-06-17 |
deraadt | my keyboard is conspiring against me |
commit | commitdiff | tree | snapshot |
2015-06-17 |
deraadt | crank to 5.8-beta |
commit | commitdiff | tree | snapshot |
2015-06-17 |
nicm | Use strdup in xstrdup; from Fritjof Bornebusch. |
commit | commitdiff | tree | snapshot |
2015-06-17 |
jcs | when no fingers are down, send 0 for z |
commit | commitdiff | tree | snapshot |
2015-06-17 |
jcs | fix compilation with UBCMTP_DEBUG |
commit | commitdiff | tree | snapshot |
next |