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