2021-12-07 |
djm | better error message for FIDO keys when we can't match... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
tb | Simple conversion to opaque EVP_CIPHER. |
commit | commitdiff | tree | snapshot |
2021-12-07 |
stsp | Teach the net80211 stack to remove corresponding frames... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | uvm_map_inentry() is provided a format string that... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | The ypproto buffer (which supports + lines in passwd... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kettenis | Fix typo in Tiger Lake H configuration. |
commit | commitdiff | tree | snapshot |
2021-12-07 |
guenther | Continue to delete emulation support: we only have... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
guenther | Delete an #if block that dates from rev 1.1 and hasn... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
bluhm | In ipo_tdb the flow contains a reference counted TDB... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
tobhe | Add test case for authentication with locally stored... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
tobhe | Fix locally stored peer certificates in /etc/iked/certs... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
schwarze | be more specific which NETSCAPE stuff to ignore, and why |
commit | commitdiff | tree | snapshot |
2021-12-07 |
schwarze | Some improvements allowing to handle asn1.h and x509v3.h: |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | print the failed method number |
commit | commitdiff | tree | snapshot |
2021-12-07 |
krw | Don't truncate the default OpenBSD partition at the... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
visa | Add EVFILT_EXCEPT filter for pipes |
commit | commitdiff | tree | snapshot |
2021-12-07 |
robert | switch from tradcpp(1) to cpp(1); ok jsg@ |
commit | commitdiff | tree | snapshot |
2021-12-07 |
schwarze | Improve the COMMAND SECTION section in multiple respect... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
claudio | Use one common function to build the base directory... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kettenis | Fix parsing of SR_IRQ resource descriptors here as... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
kettenis | Fix parsing of SR_IRQ resource descriptors. |
commit | commitdiff | tree | snapshot |
2021-12-07 |
anton | Add missing kernel unlock in error path. |
commit | commitdiff | tree | snapshot |
2021-12-07 |
nicm | Respond to OSC 4 query. |
commit | commitdiff | tree | snapshot |
2021-12-07 |
nicm | Use four digits not two for RGB responses to match... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
guenther | Continue to delete emulation support: since we're Just... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | Two of the umount -f are not neccessary, and only risk... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
cheloha | lsearch(3): append key to array with memmove(3) instead... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
cheloha | sleep.3: miscellanous cleanup, rewrites |
commit | commitdiff | tree | snapshot |
2021-12-07 |
cheloha | uvn_reference(): correct printf(9) argument order |
commit | commitdiff | tree | snapshot |
2021-12-07 |
mvs | Make `unp_msgcount' and `unp_file' protection with... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | sys/signal.h (or some master include) must happen befor... |
commit | commitdiff | tree | snapshot |
2021-12-07 |
deraadt | Use PATH_MAX (the standard name) rather than MAXPATHLEN... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
tobhe | Logging received addresses and DNS configuration only... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
guenther | Start to delete emulation support: since we're Just... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
kettenis | Implement DMA address translation for "raw" loads as... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
schwarze | In the next major bump, some BN macros will become... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
kettenis | Implement DMA address translation for "raw" loads as... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
kettenis | Add missing short-circuit in bcmpcie_dmamap_load_raw(). |
commit | commitdiff | tree | snapshot |
2021-12-06 |
tb | Clean up a bunch of dead code in s_server.c and s_socket.c |
commit | commitdiff | tree | snapshot |
2021-12-06 |
nicm | Fix g/G keys to be in line with copy mode. |
commit | commitdiff | tree | snapshot |
2021-12-06 |
nicm | Do not dereference NULL window when resizing client... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
jsg | zero correct var in cpu_dump() |
commit | commitdiff | tree | snapshot |
2021-12-06 |
sashan | fix odd check in pfi_kif_free() |
commit | commitdiff | tree | snapshot |
2021-12-06 |
visa | Test poll/select with various I/O conditions; not hooke... |
commit | commitdiff | tree | snapshot |
2021-12-06 |
cheloha | gettimeofday.2: miscellaneous manpage cleanup |
commit | commitdiff | tree | snapshot |
2021-12-06 |
cheloha | time.3: miscellaneous manpage cleanup |
commit | commitdiff | tree | snapshot |
2021-12-05 |
deraadt | sys/select.h is not needed, if howmany/NBBY are needed... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
cheloha | kbind(2): disable system call if not initialized before... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
tobhe | Add test case for policy matching on responder with... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
deraadt | libpcap parser uses a memory tracker to only free all... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jmc | elf64_checkum->elf64_checksum; adapted from changes... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jmc | sytle -> style; adapted from changes by saitoh masanobu |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jsg | add missing mtx_leave() calls in error paths |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jsg | fix use after free |
commit | commitdiff | tree | snapshot |
2021-12-05 |
tb | Allow libradius tests to compile with opaque HMAC_CTX. |
commit | commitdiff | tree | snapshot |
2021-12-05 |
tb | Simplify DH_check_params a bit. |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jsing | Add initial regress for CT. |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jsg | fix unintended sizeof pointer in debug path |
commit | commitdiff | tree | snapshot |
2021-12-05 |
jsg | fix unintended sizeof pointer |
commit | commitdiff | tree | snapshot |
2021-12-05 |
stsp | Defer rtm_80211info() call from ieee80211_set_link_stat... |
commit | commitdiff | tree | snapshot |
2021-12-05 |
tb | Add RCS markers |
commit | commitdiff | tree | snapshot |
2021-12-04 |
dv | vmm(4): reload vmcs after possible sleep points |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | gross trailing whitespace |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | List subdirectories as a simple list. Avoids a source... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Annotate the structs to be moved to bn_lcl.h in the... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Use BN_is_negative(p) instead of p->neg in one place. |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Add #include "bn_lcl.h" to the files that will soon... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
kettenis | Previous diff was incomplete, we also need to do DMA... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Implement the BN_to_montgomery() macro as a function |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Implement the BN_is_negative macro as a function |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Provide function implementations for various BN_* macros |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Provide replacement functions for the BN_{get,set,with... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Provide replacement functions for the BN_GENCB_set... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jsing | Consolidate {d2i,i2d}_{pr,pu}.c |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jsing | Clean up and refactor server side DHE key exchange. |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jsing | Move the minimum DHE key size check into ssl_kex_peer_p... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jsing | Check DH public key in ssl_kex_peer_public_dhe(). |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tobhe | Send out dstid as initiator if configured. This makes... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Free cert, key and ocsp_staple on exit of do_keypair_te... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Convert main into single exit to appease asan. |
commit | commitdiff | tree | snapshot |
2021-12-04 |
tb | Explicitly free EVP_MD_CTX to appease asan. Reported... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jmc | list backup files created by adduser; from leon fischer |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jmc | update the firmware file list, helped by stsp; |
commit | commitdiff | tree | snapshot |
2021-12-04 |
anton | Consolidate error paths in usbd_new_device, shaving... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
florian | Do not setup pipes between SERVER processes, they don... |
commit | commitdiff | tree | snapshot |
2021-12-04 |
jsing | Add regress for ECPKParameters ASN.1 encoding/decoding. |
commit | commitdiff | tree | snapshot |
2021-12-04 |
naddy | RSA/SHA-1 is not used by default anymore on the server |
commit | commitdiff | tree | snapshot |
2021-12-03 |
uaa | add Allwinner H6 support |
commit | commitdiff | tree | snapshot |
2021-12-03 |
uaa | support AXP805 PMIC |
commit | commitdiff | tree | snapshot |
2021-12-03 |
uaa | - support I2C connected PMIC, add "early 1" to sxitwi. |
commit | commitdiff | tree | snapshot |
2021-12-03 |
tobhe | Add tdb_delete_locked() to replace duplicate tdb deleti... |
commit | commitdiff | tree | snapshot |
2021-12-03 |
kettenis | Perform DMA address translation if required. |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros... |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Group and sort includes. |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() |
commit | commitdiff | tree | snapshot |
2021-12-03 |
bluhm | Add TDB reference counting to ipsp_spd_lookup(). If... |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Convert ASN1_PCTX_new() to calloc(). |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Use calloc() for X509_CRL_METHOD_new() instead of malloc(). |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Rewrite ASN1_STRING_cmp(). |
commit | commitdiff | tree | snapshot |
2021-12-03 |
jsing | Convert ASN1_STRING_type_new() to calloc(). |
commit | commitdiff | tree | snapshot |
next |