summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-12-24bump versionEric Faurot
2014-12-24Correctly fallback to PLAIN if opportunistics TLS fails during TLS handshake.Eric Faurot
2014-12-24Implement some kind ordering in the startup of package script daemons.Antoine Jacoutot
2014-12-24recheck list for non emptyness *after* filtering obsolete packages.Marc Espie
2014-12-24missing includeEric Faurot
2014-12-23pf now supports source-hash and random with tables so we can allow itReyk Floeter
2014-12-23Remove function mouse_map. This function is redundant.Alexandr Shadchin
2014-12-23Consistency: put variables between curly braces.Antoine Jacoutot
2014-12-23tweak meta-info checking a bit.Marc Espie
2014-12-23the kvm database only needs to be readable by kmem group. make it so.Ted Unangst
2014-12-22when we run into real errors, the progress meter is distracting, so haveMarc Espie
2014-12-22Now does not need to be initialized event.value.Alexandr Shadchin
2014-12-22Out out you evil network daemon.Florian Obser
2014-12-21Cleanup - remove event WSCONS_EVENT_WSMOUSED_SLEEP, WSCONS_EVENT_WSMOUSED_CLOSE.Alexandr Shadchin
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-12-19don't print vnodes if we didn't read themTed Unangst
2014-12-191. -T (totalflag) requires nlist too.Ted Unangst
2014-12-18Merge in some commits from upstream..Brad Smith
2014-12-18an hex -> a hex;Jason McIntyre
2014-12-18Update relayd to use siphash instead of sys/hash. The source-hash,Reyk Floeter
2014-12-18two more uses of siphash. better hash for ipv4. maybe not needed for rbtreeTed Unangst
2014-12-18simple to use siphash here. ok deraadtTed Unangst
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2014-12-18Document * and :: to listen on all IPv4 or IPv6 addresses.Reyk Floeter
2014-12-18Accept * as an alias for the default ipv4 listen address.Reyk Floeter
2014-12-18"tcp nodelay" shouldn't be discussing relaying SSH; this was a remnantReyk Floeter
2014-12-17the easier way to put a buffer on the stack is to put it on the stack,Ted Unangst
2014-12-17Use log_warnx() not log_warn() for mail loop warning since errnoTodd C. Miller
2014-12-17Add missing flag in the description field.Reyk Floeter
2014-12-16Replace setpgrp(0, getpid()) with setpgid(0, 0). OK deraadt@ tedu@Todd C. Miller
2014-12-14these are no longer used, removeGilles Chehade
2014-12-13Give the mop suite the ability to process alpha Elf64 files and create mopMiod Vallat
2014-12-13Add DKIM signing example based on eric@'s asiabsdcon slidesTodd C. Miller
2014-12-12convert some hash tables (the easy ones) to siphash. ok benno.Ted Unangst
2014-12-12Like previously done in relayd, change the keyword "ssl" to "tls" toReyk Floeter
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
2014-12-11When scanning backwards for the last dot in a filename,Ingo Schwarze
2014-12-11merge conflictsBrad Smith
2014-12-11update to Unbound 1.5.1, ok sthen@Brad Smith
2014-12-10If default file descriptors (0, 1, 2) have to be assigned to /dev/null,Tobias Stoeckmann
2014-12-10File descriptors are of type int, not short. While at it, adjust remainingTobias Stoeckmann
2014-12-10Fix a potential integer overflow in pppd options file parsing.Jonathan Gray
2014-12-09Use memmove() instead of strlcpy() for an overlapping string copyTodd C. Miller
2014-12-09Catch up with the BPF_ALIGNMENT switch to the uint32_t.Mike Belopuhov
2014-12-08Fix for CVE-2014-8602.Florian Obser
2014-12-08Do not send an error body in a HEAD request answer.Florian Obser
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2014-12-08read(2) returns ssize_t, not size_tBret Lambert
2014-12-08no need for arc4random_uniform() here, arc4random() does the jobGilles Chehade