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