2023-03-06 |
stsp | add support for iwx TLC config command v4 |
commit | commitdiff | tree | snapshot |
2023-03-06 |
stsp | add support for iwx firmware alive response version 6 |
commit | commitdiff | tree | snapshot |
2023-03-06 |
stsp | recognize more iwx ucode TLV sections which are present... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
job | Fix comment |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | Fix some return checks in ecdh_cms_encrypt() |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | Fix incorrect RSA_public_decrypt() return check |
commit | commitdiff | tree | snapshot |
2023-03-06 |
tb | ASN.1 enc: check ASN1_item_ex_i2d() consistency |
commit | commitdiff | tree | snapshot |
2023-03-06 |
jmc | whack the *phy entries in SEE ALSO: it was becoming... |
commit | commitdiff | tree | snapshot |
2023-03-06 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-03-06 |
jsg | drm/amd/display: Properly reuse completion structure |
commit | commitdiff | tree | snapshot |
2023-03-06 |
jsg | drm/amd/display: Fix race condition in DPIA AUX transfer |
commit | commitdiff | tree | snapshot |
2023-03-06 |
jsg | drm/amd/display: Move DCN314 DOMAIN power control to... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
tobhe | Fix clean process shutdown by storing env globally... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
ajacoutot | Actually, LANG only set the default. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jsing | Remove #ifndef OPENSSL_EC_NISTP_64_GCC_128. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
kettenis | arm64 needs -DBOOT_STTY as well. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jsing | Remove ec_GFp_nistp.* prototypes. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jsing | Remove duplicate function prototypes. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
patrick | Mask off IPL flags before storing the IPL for an interrupt. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
tb | openssl: make all config structs static |
commit | commitdiff | tree | snapshot |
2023-03-05 |
tb | openssl/cms: zap some trailing whitespace |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jmc | knock out double .Pp; |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jmc | oops, overridden has two d's; apologies ajacoutot for... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
espie | adjust documentation to explain tags, which are still... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
ajacoutot | Values for categories that are not set in the environme... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
kettenis | Add RK356x-specific initialization. Also initialize... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
dtucker | Fix mem and FILE leaks in moduli screening. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
dtucker | Plug mem leak in moduli checkpoint option parsing. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
dtucker | Remove unused compat.h includes. We've previously... |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jmatthew | Mask off IPL flags before storing the IPL for an interrupt. |
commit | commitdiff | tree | snapshot |
2023-03-05 |
jsg | Xt -> Xr |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Add ytphy(4); pointed out by jmc@ |
commit | commitdiff | tree | snapshot |
2023-03-04 |
krw | Don't whine about invalid start/end values when |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Turns out the RK3566 has a different value in the GPIO_... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | On RK356x many devices need to be explicitly routed... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Enable ytphy(4) here too. |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | ytphy(4) |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Add ytphy(4) to files.mii (forgotten in the previous... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | enable ytphy(4) |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Add ytphy(4), a driver for the MotorComm YT8511 PHY. |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kettenis | Use ISC licence. |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tobhe | Sync proc.c from vmd(8) to enabled fork + exec for... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | openssl enc doesn't really support AEAD ciphers and... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Simplify the consistency checks in old_dsa_priv_decode() |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Enforce a lower bound of of EC group order so 80 bits... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Cap the number of iterations in ECDSA signing |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Cap the number of iterations in DSA signing |
commit | commitdiff | tree | snapshot |
2023-03-04 |
krw | Use nitems() in the simple iterations over mbr->mbr_prt[]. |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Small readability tweak in old_dsa_priv_decode() |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Call dsa_check_keys() before signing or verifying |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Add dsa_check_key() calls on DSA decoding |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Provide dsa_check_key() |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Provide DSA_R_INVALID_PARAMETERS error code |
commit | commitdiff | tree | snapshot |
2023-03-04 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-03-04 |
jsing | Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
deraadt | move to 7.3-beta |
commit | commitdiff | tree | snapshot |
2023-03-04 |
krw | Toss in some const's to ensure that static data pointed to |
commit | commitdiff | tree | snapshot |
2023-03-04 |
jsing | Rename field_data1 and field_data2. |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | bio_chain test: fix error message |
commit | commitdiff | tree | snapshot |
2023-03-04 |
jmc | expand Nd (missed in previous); ok claudio |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | Avoid infinite loop in bio_asn1 state machine |
commit | commitdiff | tree | snapshot |
2023-03-04 |
sashan | pf(4) should be enforcing TTL=1 to packets sent to... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
jmatthew | Add mvortc(4) and mvodog(4) here too |
commit | commitdiff | tree | snapshot |
2023-03-04 |
kn | properly initialise LIST head |
commit | commitdiff | tree | snapshot |
2023-03-04 |
tb | openssl/req: garbage collect a pointless EVP_MD_CTX_init() |
commit | commitdiff | tree | snapshot |
2023-03-04 |
dtucker | Use time_t instead of u_int for remaining x11 timeout... |
commit | commitdiff | tree | snapshot |
2023-03-04 |
dlg | handle polling when cold in tipmic_thermal_opreg_handler(). |
commit | commitdiff | tree | snapshot |
2023-03-04 |
cheloha | tee(1): explicitly check read(2) return value for 0... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
cheloha | initclocks: don't reinitialize ticks, jiffies at runtime |
commit | commitdiff | tree | snapshot |
2023-03-03 |
bluhm | Process accounting and lastcomm(1) can detect execve... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
job | In filemode, print the certification path towards the... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
claudio | Use EXTRACT_16BITS() in default_print() instead of... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
dtucker | Ensure ms_remain is always initialized, similar to... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
dtucker | Check for non-NULL before string comparison. From... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
jsg | namservers -> nameservers |
commit | commitdiff | tree | snapshot |
2023-03-03 |
djm | guard against getsockname(-1, ...) from Coverity CID... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
djm | some options are not first-match-wins. Mention that... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
djm | actually print "channeltimeout none" in config dump... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
dtucker | Check return values of dup2. Spotted by Coverity,... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
dtucker | Use time_t for x11_refuse_time timeout. We need SSH_TI... |
commit | commitdiff | tree | snapshot |
2023-03-03 |
dtucker | Check return value from fctnl and warn on failure.... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Simplify the ct Makefile slightly |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Clean up the x509 regress make file a little |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Remove a few more unnecessary line continuations |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Nitpick error checks of BN_get_mem_data() |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Some more Makefile cosmetics |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | The evp_ecx_test no longer needs static linking |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Hide the hexdumps behind a verbose flags. Should have... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Simplify evp test Makefile. |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | evp_pkey_check: make this test silent on success |
commit | commitdiff | tree | snapshot |
2023-03-02 |
tb | Remove a few unnecessary line continuations |
commit | commitdiff | tree | snapshot |
2023-03-02 |
jmc | restructure the page into one single list for all routi... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
jmc | improve the Nd lines such that the format is consistent... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2023-03-02 |
millert | No need to protect exports from SIGHUP, the handler... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
millert | When parsing %s, the result should be in the local... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
millert | rad_recv: verify length field in received auth_hdr_t... |
commit | commitdiff | tree | snapshot |
2023-03-02 |
jsg | add arch to Dt |
commit | commitdiff | tree | snapshot |
2023-03-02 |
jsg | mention eephy(4) |
commit | commitdiff | tree | snapshot |
2023-03-02 |
dtucker | Remove SUDO in proxy command wrapper. Anything that... |
commit | commitdiff | tree | snapshot |
next |