summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2011-07-06Harden the checks on the provided sets/src to make sure they are legit.Antoine Jacoutot
2011-07-06I forgot to delete files on my previous commit. sorry.YASUOKA Masahiko
2011-07-06fix that fscking "fgetln(): bad file descriptor" bug experienced by many.Gilles Chehade
2011-07-06Add RADIUS accounting support and some authentication related changes:YASUOKA Masahiko
2011-07-06Consistency in stdout redirections.Antoine Jacoutot
2011-07-06Indent, no change.Antoine Jacoutot
2011-07-06future code to handle HTTP 1.1 connection: need to establish a somewhatMarc Espie
2011-07-05Make it possible to pass https:// and file:// (along with ftp:// andAntoine Jacoutot
2011-07-05fix some memset sizeofs, found by jsg. ok deraadt krwTed Unangst
2011-07-05correct memsets of key contexts which were shorter than they needed to beTheo de Raadt
2011-07-05Do not use (ifam + 1) to find the start of the sockaddrs. Use theClaudio Jeker
2011-07-05Fixed some bugs of priv_send(). The bugs caused sending routing messagesYASUOKA Masahiko
2011-07-04Make stdout line buffered.Marco Pfatschbacher
2011-07-04fix incorrect use of NULL, from 1.45 of upstreamJonathan Gray
2011-07-04%u in format string is rcpt.user not rcpt.domainGilles Chehade
2011-07-04Bring back byte-order conversion that was inadvertently removed in previousStuart Henderson
2011-07-04<sys/socketvar.h> isn't actually needed here, so revert previous and dropPhilip Guenthe
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-07-04Make sure that passive interfaces (like carp) are added to theClaudio Jeker
2011-07-04include sys/timeout.h with it's define/undef _KERNEL dance beforeAlexander Hall
2011-07-03imsg.h requires sys/queue.h and sys/uio.h.Nicholas Marriott
2011-07-02allows .libs* packages to match correctly in the presence of @conflict markersMarc Espie
2011-06-30make exact flavor specs smarter.Marc Espie
2011-06-28mention "include" support, boilerplate from ospfd.conf(5), ok dlg@Stuart Henderson
2011-06-28Use kvm_getfile2() instead of sysctl(KERN_FILE) for the -f optionPhilip Guenthe
2011-06-27fix an off by one which resulted in 'no next header' packets not beingDavid Hill
2011-06-27make things slightly more readableMarc Espie
2011-06-27add useless method for tied readabilityMarc Espie
2011-06-27compute checksum in plist's existing checksum class, so that very oldMarc Espie
2011-06-27bring include support for config files in from ospfd.David Gwynne
2011-06-26remove mcd example here tooTed Unangst
2011-06-26Remove obsolete mcast routes in ldpd and ripd.Claudio Jeker
2011-06-25even with tied files, still arrange to apply set_modes.Marc Espie
2011-06-24fix @extra dir/Marc Espie
2011-06-24seven main sections here, not six; from Nils AnspachJason McIntyre
2011-06-24speed up dependency checking:Marc Espie
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-06-22absolute_okay is more a property of the class than an extra parameter toMarc Espie
2011-06-22fix whitespaceStuart Henderson
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2011-06-21- adjust add_property() to allow more liberal whitespace usage.Jasper Lievisse Adriaanse
2011-06-20document -Ddonttie, even though I only put it in for performance testingMarc Espie
2011-06-20in an UpdateSet, match new files with old files based on their sha256.Marc Espie
2011-06-20zap extra try that's no longer needed: print-plist-with-depends shouldMarc Espie
2011-06-19another missing messageMarc Espie
2011-06-17close pipe_prnt[0] earlier, foremost before forking the dns processHenning Brauer
2011-06-17don't leak fds in failure path (ie when hosts are down)Jonathan Gray
2011-06-16remove redundant valuesMarc Espie
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer