Age | Commit message (Expand) | Author |
2015-07-15 | check n before cbs_init, coverity - ID 125063 | Bob Beck |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-15 | test for n<0 before use in CBS_init - mostly to shut up coverity. | Bob Beck |
2015-07-15 | Recognize CARP interfaces when sending packet to a multicast address. | Martin Pieuchot |
2015-07-15 | The exynos gic is not at a fixed offset from periphbase unlike | Jonathan Gray |
2015-07-15 | Drop comments; we already have a fully documented file under | Antoine Jacoutot |
2015-07-15 | Flense out dead code, we don't do ecdhe_clnt_cert. | Bob Beck |
2015-07-15 | Fix inverted test in previous. Commit message told what we intended, but | Miod Vallat |
2015-07-15 | typo. | Igor Sobrado |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-15 | Simplify the error path of the previous commit: by using ret = -1 by | Reyk Floeter |
2015-07-15 | Fix urtw(4) error code paths to not panic the kernel. Makes the driver work | Stefan Sperling |
2015-07-15 | Remove dead code. Coverity CID 21688 | Miod Vallat |
2015-07-15 | Fix two theoretical NULL pointer dereferences which can only happen if you | Miod Vallat |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-15 | Close connections that fail to complete a TLS handshake. | Joel Sing |
2015-07-15 | Unbreak configurations that have a non-TLS listen statement followed by a | Joel Sing |
2015-07-15 | Fix possible 32 byte buffer overrun, found by coverity, CID 78869 | Bob Beck |
2015-07-15 | Fix typo in comment. | Joel Sing |
2015-07-15 | Document default locations for TLS certificate and key. | Joel Sing |
2015-07-15 | Memory leak; Coverity CID 78836 | Miod Vallat |
2015-07-15 | Unchecked allocations, and make sure we do not leak upon error. Fixes | Miod Vallat |
2015-07-15 | Avoid leaking objects upon error; tweaks & ok doug@ | Miod Vallat |
2015-07-15 | Do not allow TS_check_signer_name() with signer == NULL from | Miod Vallat |
2015-07-15 | Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0, | Miod Vallat |
2015-07-15 | Describe the behavior when no user is specified. OK jca@ deraadt@ | Todd C. Miller |
2015-07-15 | httpd don't sanitize variables before putting them in logs. It is possible for | semarie |
2015-07-15 | Send the TLS certificate and key via separate imsgs, rather than | Joel Sing |
2015-07-15 | typo in manual page. | Igor Sobrado |
2015-07-15 | Explicitly check for and handle EOF on a TLS connection. | Joel Sing |
2015-07-15 | Fix memory leaks that can occur when config_getserver() fails. | Joel Sing |
2015-07-15 | Use mallocarray() and unsigned integers. | Miod Vallat |
2015-07-15 | Add OPTION_ARG_LONG for handling of options with a long type. | Joel Sing |
2015-07-15 | Fix base rc.d scripts after the recent rc.subr change. | Antoine Jacoutot |
2015-07-15 | By default, require an exact match of the process name and argument list. | Antoine Jacoutot |
2015-07-15 | Match another Netgear WG111T. This one shares the Non-Firmware ID of a | Martin Pieuchot |
2015-07-15 | regen | Martin Pieuchot |
2015-07-15 | Another ID for the Netgear WG111T. | Martin Pieuchot |
2015-07-15 | Fix two bugs in the variable keys handling: | Miod Vallat |
2015-07-15 | Always use the default flags when running !start. | Antoine Jacoutot |
2015-07-15 | add support for newer PCsensor TEMPerHUM thermo- and hygrometers: | Joerg Jung |
2015-07-15 | fix NULL-deref when SSH1 reenabled | Damien Miller |
2015-07-15 | regen RSA1 test keys; the last batch was missing their private parts | Damien Miller |
2015-07-15 | Make 'openssl pkeyutl -verify' return exit code 0 on success. | Brent Cook |
2015-07-15 | tweak previous; | Jason McIntyre |
2015-07-15 | Make it possible to get the daemon_class. | Antoine Jacoutot |
2015-07-15 | Fix a crash caused by uath(4) if device init fails. | Stefan Sperling |
2015-07-15 | Merge comments. | Antoine Jacoutot |
2015-07-15 | Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapd | Stefan Sperling |
2015-07-15 | Sort 'ls all'. | Antoine Jacoutot |