summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20zap whitespacesRicardo Mestre
2018-07-20No need to copy rdns_lifetime around with an IMSG, it gets send to theFlorian Obser
2018-07-20Fix mem leaks on config reload:Florian Obser
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
2018-07-20fix mem leak: missing freeifaddrsFlorian Obser
2018-07-20Introduce MTU option.bket
2018-07-20We need to track the auto prefix in ra_prefix_conf otherwise we can'tFlorian Obser
2018-07-20Now that aliases in smtpd.conf default to plain text files and notTodd C. Miller
2018-07-20Move the nlri_get_prefix functions to util.c so that bgpctl can use them too.Claudio Jeker
2018-07-20Rename rde_update_get_prefix and friends to nlri_get_prefix. Will be movedClaudio Jeker
2018-07-20Rename rde_update_extract_prefix to extract_prefix and make it static.Claudio Jeker
2018-07-20Rename "resolver" to "nameserver" in the configuration file.Florian Obser
2018-07-20Print the timestamp embedded in mrt files for update and status messages.Claudio Jeker
2018-07-20There is no need to have bgpd running when running bgpctl show mrt.Claudio Jeker
2018-07-20Add missing RCS Id.helg
2018-07-20Stop checking table commands for `create'kn
2018-07-20add regress test for "bypassunveil" where a path should be unveil'd byRobert Nagy
2018-07-20inform that diagnostics in functions won't work, but don't error outMarc Espie
2018-07-20Correctly copy across unveil's from parent to child process on fork().Bob Beck
2009-10-15import of gcc-4.2.1, the last gcc release under GPLv2Robert Nagy
2018-07-20match on marvell,armada-38x-uart linux >= 4.18-rc1 changed the compatJonathan Gray
2018-07-20slightly-clearer description for AuthenticationMethods - the listsDamien Miller
2018-07-20remove unused zlib.hDamien Miller
2018-07-20Missed a 'ksi' -> '*ksip' change in previous commitPhilip Guenther
2018-07-19Fix typo in comment. From Alexandru Iacob via github.Darren Tucker
2018-07-19i found a nicer way to describe -join;Jason McIntyre
2018-07-19Enable kernel profiling on arm64Dale Rahn
2018-07-19attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ...Stuart Henderson
2018-07-19syncStuart Henderson
2018-07-19Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at ...Stuart Henderson
2018-07-19Reuse implicit padding to export the port number of a USB device inMartin Pieuchot
2018-07-19Deprecate UsePrivilegedPort now that support for running ssh(1)Darren Tucker
2018-07-19revert previous, something isn't quite right as clients see ntpdStuart Henderson
2018-07-19ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is alwaysFlorian Obser
2018-07-19Add regress test for inheritance of unveil's across fork to childrenBob Beck
2018-07-18Remove the unused leftovers of the 4.4BSD libm, which was only usedChristian Weisgerber
2018-07-18Convert from fgetln(3) to getline(3). Based on a diff from Lauri Tirkkonen.Todd C. Miller
2018-07-18Revert the change that delivers process signals to any threads. AsAlexander Bluhm
2018-07-18Bob's license was missing, add it.Theo Buehler
2018-07-18replace manual zero initialization of various fields with memset;Florian Obser
2018-07-18Stop our own router advertisements from looping back to us.Florian Obser
2018-07-18tidy up the flags section a little: supply a little more indent, and reduceJason McIntyre
2018-07-18When running flood ping with count packets (-c) set an alarm afterFlorian Obser
2018-07-18make the logic for deleting first slightly more obviousMarc Espie
2018-07-18Remove support for running ssh(1) setuid and fatal if attempted.Darren Tucker
2018-07-18Replace VATTR_NULL() with memset(3) in fusefs_getattr(). VATTR_NULL()helg
2018-07-18Don't log_warn on normal conditions, it should be log_debug.Florian Obser
2018-07-17stop assuming prefix lengths, remove inet6_makenetandmask()kn
2018-07-17TX packets, which can be either Ethernet or control packets, must bePatrick Wildt
2018-07-17When a key isn't in the first table, we need to try the same key againNicholas Marriott