Age | Commit message (Expand) | Author |
2018-04-28 | delete the reference to the obsolete networks(5) file | Ingo Schwarze |
2018-04-28 | simplify code | Eric Faurot |
2018-04-28 | Some drivers handle settting a new wifi link state manually, so make sure | Peter Hessler |
2018-04-28 | Remove references to the obsolete getnetent(3) and networks(5). | Ingo Schwarze |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-28 | Stop talking about /etc/networks, which is no longer used, | Ingo Schwarze |
2018-04-28 | Say that sethostent(3), gethostent(3), and endhostent(3) do nothing. | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make getnetby*(3) | Ingo Schwarze |
2018-04-28 | Minor cleanup, no functional change: | Ingo Schwarze |
2018-04-28 | To allow us to get rid of /etc/networks, make setnetent(3), | Ingo Schwarze |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-28 | Fix WEP key selection in ieee80211_get_txkey(). | Stefan Sperling |
2018-04-28 | If ieee80211_encrypt() is passed a key with an unrecognized cipher | Stefan Sperling |
2018-04-28 | Fix a small timing side channel in dsa_sign_setup(). Simple adaptation | Theo Buehler |
2018-04-28 | Fix a small timing side channel in ecdsa_sign_setup(). Up to whitespace | Theo Buehler |
2018-04-28 | remove left-over comma from log message | Gilles Chehade |
2018-04-28 | Remove redundant error check | kn |
2018-04-28 | pgt(4): do not tsleep in the scan ioctl. | Paul Irofti |
2018-04-28 | move code around | Eric Faurot |
2018-04-28 | use the transaction as argument to the message parser. | Eric Faurot |
2018-04-28 | disallow executing by root and replace execve() with system() as we want | Gilles Chehade |
2018-04-28 | handle subaddresses | Gilles Chehade |
2018-04-28 | pass transaction instead of session to smtp_message_*() functions. | Eric Faurot |
2018-04-28 | update-plist wants to ask the ports tree as well, so refactor so that | Marc Espie |
2018-04-28 | Ignore SIGPIPE in case a TCP client resets the connect | Philip Guenther |
2018-04-28 | need instrumentation for fragments | Marc Espie |
2018-04-28 | move code around. no functional change. | Eric Faurot |
2018-04-28 | pass a struct smtp_tx pointer to functions that apply to SMTP transactions, | Eric Faurot |
2018-04-28 | Print more debug informations in the event xfer handler. | Martin Pieuchot |
2018-04-28 | Correct IST macro and add a new macro for setting Frame IDs. | Martin Pieuchot |
2018-04-28 | bump my copyright | Peter Hessler |
2018-04-28 | don't check if we still have the BFD flag set when sending a packet, as we | Peter Hessler |
2018-04-28 | properly delete the bfd configuration when it is disabled | Peter Hessler |
2018-04-28 | use unsigned variables for things that we use as unsigned | Peter Hessler |
2018-04-28 | add the socket lock around our use of sockets | Peter Hessler |
2018-04-28 | Clean up the parameters of VOP_LOCK() and VOP_UNLOCK(). It is always | Visa Hankala |
2018-04-27 | rasops: implement scrollback | Joshua Stein |
2018-04-27 | Add getnumber() to extract simple deciaml values from the | Kenneth R Westerback |
2018-04-27 | Create and use a couple of #defines for the magic return | Kenneth R Westerback |
2018-04-27 | Add test for stat behavior to make sure we can stat executable only | Bob Beck |
2018-04-27 | If a wifi driver does not provide an ic_bgscan_start() function there is no | Stefan Sperling |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2018-04-27 | use nitems() | Jasper Lievisse Adriaanse |
2018-04-27 | Fix WEP. | Stefan Sperling |
2018-04-27 | Fix regress that was depengin on pledgepath() being able to | Bob Beck |
2018-04-27 | Fix the scan loop: We were only looking for an AP once and stopped | Stefan Sperling |
2018-04-27 | -fretpoline for non-RAMDISK kernels. Skylake product needs it, and | Theo de Raadt |
2018-04-27 | trailing whitespace, and move arg checking before pledge | Bob Beck |
2018-04-27 | factorize code | Eric Faurot |
2018-04-27 | Introduce an helper function to extract endpoint's max burst value. | Martin Pieuchot |