Age | Commit message (Expand) | Author |
2023-05-24 | replace "$(cat file)" with the ksh construct "$(<file)" | Christian Weisgerber |
2023-05-24 | mark S_ISVTX with Dv in sticky(8); makes `man -k any=S_ISVTX' more useful | Omar Polo |
2023-05-24 | ksh: make $(< filename) error output include the errno string. | Todd C. Miller |
2023-05-24 | Default pf rule "block return; pass" interferes with test. | Alexander Bluhm |
2023-05-24 | Update X509_VERIFY_PARAM_inherit() to reflect the change of behavior | Theo Buehler |
2023-05-24 | Copy the verify param hostflags independently of the host list | Theo Buehler |
2023-05-24 | Add a test to verify that an SSL inherits the hostflags from the SSL_CTX | Theo Buehler |
2023-05-24 | Provide CRYPTO_INT for statically linking libcrypto for libssl regress | Theo Buehler |
2023-05-24 | Provide X509_VERIFY_PARAM_set_hostflags() | Theo Buehler |
2023-05-23 | Force comport initialization for some class of device | Denis Fondras |
2023-05-23 | regen | Denis Fondras |
2023-05-23 | Add qcaoss(4), a driver for the Always On Subsystem found on Qualcomm SoCs. | Patrick Wildt |
2023-05-23 | Replace ibuf_advance() with ibuf_reserve(). | Claudio Jeker |
2023-05-23 | With the retirement of expert mode, get_fsize(), get_bsize() and | Kenneth R Westerback |
2023-05-23 | Replace ibuf_release() with ibuf_free() since the former just calls the latter | Claudio Jeker |
2023-05-23 | There is no need to ibuf_zero() or memset() any buffers. | Claudio Jeker |
2023-05-23 | Avoid calling malloc with a zero length argument. | Claudio Jeker |
2023-05-23 | Simplify OBJ_obj2txt() | Theo Buehler |
2023-05-23 | Add empty line for consistency | Theo Buehler |
2023-05-23 | Add regress coverage for obj_dat.c r1.52 | Theo Buehler |
2023-05-23 | Always NUL terminate buf in OBJ_obj2txt() | Theo Buehler |
2023-05-23 | don't pass state, we get them from the progressmeter | Marc Espie |
2023-05-23 | Add IBT support to the retpoline PLTs. Since we use retpoline PLTs by | Mark Kettenis |
2023-05-23 | Don't use ibuf_open(0) as test. 0 lenght ibufs make little sense and | Claudio Jeker |
2023-05-23 | New counters for LRO packets from hardware TCP offloading. | Jan Klemkow |
2023-05-23 | cms_asn1.c: zap stray tabs | Theo Buehler |
2023-05-23 | Convert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64() | Theo Buehler |
2023-05-23 | Simplify as_id_parse() using ASN1_INTEGER_get_uint64() | Theo Buehler |
2023-05-22 | Drop unused md_prep_fdisk() argument in disk crypto question handler | Klemens Nanni |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-05-22 | Remove misplaced semicolons in .Fa | Theo Buehler |
2023-05-22 | Fix TSO for traffic to a local address on a physical interface. | Alexander Bluhm |
2023-05-22 | Bye, bye, horrible reacharounds into libcrypto | Theo Buehler |
2023-05-22 | Convert generalizedtime_to_tm() to ASN1_TIME_to_tm() | Theo Buehler |
2023-05-22 | Convert x509_get_time() to ASN1_TIME_to_tm() | Theo Buehler |
2023-05-22 | Avoid use of LibreSSL-specific ASN1_time_tm_cmp() API | Theo Buehler |
2023-05-22 | Add EPYC Embedded 3000 10GbE NIC | Denis Fondras |
2023-05-22 | Remove unused variable kerr. | Tobias Heider |
2023-05-22 | Remove duplicate entries in kvars. | Alexander Bluhm |
2023-05-22 | gc unused/old code | Marc Espie |
2023-05-22 | fix usage, name arg is optional | Klemens Nanni |
2023-05-22 | Keep trying LDAP servers until we get full results from one, rather than | Jonathan Matthew |
2023-05-22 | The fp_ex_[st]w struct savefpu members were inherited from NetBSD where | Philip Guenther |
2023-05-22 | NENTRY() doesn't provide an endbr64, so give memmove one in | Philip Guenther |
2023-05-21 | If an MBR partition start or end can be represented by CHS, set | Kenneth R Westerback |
2023-05-21 | Typo in comment. 'parititon' -> 'partition'. | Kenneth R Westerback |
2023-05-21 | missed one | Marc Espie |
2023-05-21 | move the interface to SharedLibs to be somewhat object oriented | Marc Espie |
2023-05-21 | document how this is used... There's nothing that actually uses the | Marc Espie |
2023-05-21 | "fix" for 5.36: pass the possible option value as an extra param | Marc Espie |