Age | Commit message (Expand) | Author |
2017-02-01 | Switch from splsoftnet to taking the netlock in if_attachhead(). | Jonathan Gray |
2017-02-01 | sync | Jonathan Gray |
2017-01-31 | Teach ikectl to include extensions in the CSR, rather than just adding them | Stuart Henderson |
2017-01-31 | Don't include a literal "%" in the value for humidity sensorValue in | Stuart Henderson |
2017-01-31 | tweak previous; | Jason McIntyre |
2017-01-31 | remove extra call setting OCSP staple now that it is done above | Bob Beck |
2017-01-31 | add missing HISTORY information | Ingo Schwarze |
2017-01-31 | Mark the IO::Socket::SSL server socket with SSL_server to avoid | Alexander Bluhm |
2017-01-31 | Correct mistake I made when converting this to new funciton | Bob Beck |
2017-01-31 | Sprinkle some free sizes in uvm/ | David Hill |
2017-01-31 | The libssl and libcrypto error messages have changed. Adapt the | Alexander Bluhm |
2017-01-31 | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | Bob Beck |
2017-01-31 | Disable client-initiated renegotiation for libtls servers. | Joel Sing |
2017-01-31 | Provide an SSL_OP_NO_CLIENT_RENEGOTIATION option that disallows | Joel Sing |
2017-01-31 | Configure rtwn's ACMHWCTRL register correctly. Bits in this register | Stefan Sperling |
2017-01-31 | Reimplement httpd's support for byte ranges. | Reyk Floeter |
2017-01-31 | Fix links to USB audio specs. | Jeremie Courreges-Anglas |
2017-01-31 | LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont | Kinichiro Inoguchi |
2017-01-31 | LibreSSL : Truncated packet could crash via OOB read | Kinichiro Inoguchi |
2017-01-31 | The variable clt_done is used in too many places. | Reyk Floeter |
2017-01-31 | Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly. | Reyk Floeter |
2017-01-31 | Issue a pause instruction in the busy-wait loop on SP kernels as well | Mike Belopuhov |
2017-01-31 | Remove the inifioctl hack, checking for an unheld NET_LOCK() in | Martin Pieuchot |
2017-01-31 | In a comment inside ieee80211_up_to_ac(), update a reference section | Stefan Sperling |
2017-01-31 | Use CTASSERT instead of KASSERT for a few sysctl that use the counters API | Jeremie Courreges-Anglas |
2017-01-31 | Update the struct iwm_scan_results_notif to FW Api version 3, and remove | Stefan Sperling |
2017-01-31 | Fix creation of the library name, as assigning a string to a StringRef | Patrick Wildt |
2017-01-31 | When telling clients which EDCA parameters to use, copy these parameters | Stefan Sperling |
2017-01-31 | Clean up code in rtwn(4)/urtwn(4) which handles EDCA parameters: | Stefan Sperling |
2017-01-31 | Protect <sys/atomic.h> with #ifdef _KERNEL. This unbreaks userland | Visa Hankala |
2017-01-31 | Use the sizeof operator on a struct not a pointer to one. | Jonathan Gray |
2017-01-31 | Document functions returning standard moduli for DH key exchange. | Ingo Schwarze |
2017-01-30 | Small correction to the known_hosts section on when it is updated. | Darren Tucker |
2017-01-30 | Make urtwn(4) run slot time updates from a USB task. | Stefan Sperling |
2017-01-30 | When a flag option is used in a format, it should use the number form | Nicholas Marriott |
2017-01-30 | Fix TLS tests. Keys and log files are now in obj, not in obj/htdocs | Reyk Floeter |
2017-01-30 | Rework fill mode handling for -man -Thtml. | Ingo Schwarze |
2017-01-30 | Adjust CLEANFILES for new httpd root | Reyk Floeter |
2017-01-30 | Enable ieee80211_edca_table, which was under #if 0. This table can be used | Stefan Sperling |
2017-01-30 | unbreak httpd regress tests after wobj change | Reyk Floeter |
2017-01-30 | whitespace, from bluhm@ | Sebastian Benoit |
2017-01-30 | Make rtwn(4) and urtwn(4) tell the hardware about short preamble and | Stefan Sperling |
2017-01-30 | removes the pf_consistency_lock and protects the users with | Sebastian Benoit |
2017-01-30 | Mention MODGO_LDFLAGS. | Antoine Jacoutot |
2017-01-30 | Fix size passed to free(9) | Jeremie Courreges-Anglas |
2017-01-30 | Drop empty line. | Antoine Jacoutot |
2017-01-30 | sync | Theo Buehler |
2017-01-30 | Stop athn(4) 11n hostap from applying HT protection to non-11n clients. | Stefan Sperling |
2017-01-30 | Fix error path of range requests, found while reviewing byte range support. | Reyk Floeter |
2017-01-30 | Prevent athn(4) from using RTS for non-data frames. | Stefan Sperling |