summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-01-31make struct chng.status a enum for readability.Sebastian Benoit
2019-01-31restrict commands reload and log to root onlysolene
2019-01-30missed in previous revert, function not called anymoreGilles Chehade
2019-01-30revert previous commit, i wasn't happy with it and it probably came from aGilles Chehade
2019-01-30consistently talk about domain key; ok bennoJason McIntyre
2019-01-30don't be too strict with .forward permissions, it's ok to process it if theGilles Chehade
2019-01-30Check ferror(3) on the right stream.Sunil Nimmagadda
2019-01-29add an extra check for existing "api ..." line in the config.Sebastian Benoit
2019-01-29We don't need IMSG_SHUTDOWN, we can just close the sockets.Florian Obser
2019-01-29strip \r from lmtp responsesGilles Chehade
2019-01-27DoT bits.Florian Obser
2019-01-26hook up unwind(8) to the build; OK deraadtFlorian Obser
2019-01-26fix microsecond output of timestamp deltas (-tttt)Richard Procter
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-23import unwindctlFlorian Obser
2019-01-23enable the apm(4) programs on arm64Peter Hessler
2019-01-23teach ldpd to ask if a potential pseudowire interface can do pwe3David Gwynne
2019-01-23factor out parsing of ldp router ids by making it part of the grammarDavid Gwynne
2019-01-23rework how tcp md5 signatures are configured.David Gwynne
2019-01-22vmd: reorder PCI device assignment to fix Linux network interface numberingMike Larkin
2019-01-22PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callsKenneth R Westerback
2019-01-21Don't return 1 if we rollback and there's no installed patches.Antoine Jacoutot
2019-01-21Warn user to reboot the machine when a new kernel is installed and let him knowAntoine Jacoutot
2019-01-21While using buffered stdio over a socket, fflush(3) command beforeSunil Nimmagadda
2019-01-21Improve logging for TLS certificate validity checking.Joel Sing
2019-01-21Explicitly check timegm() return value.Joel Sing
2019-01-21Perform manual validity checking of the X.509 certificate for constraints.Joel Sing
2019-01-21Zap unused ntop_bufkn
2019-01-21Use Adj-RIB-Out to push UPDATE messages to peers instead of having anotherClaudio Jeker
2019-01-20Allow 'neighbor descripton' to be used like neighbor group descriptionClaudio Jeker
2019-01-20Support group descriptions in control messages that accept a neighborClaudio Jeker
2019-01-20Don't use *a - *b as compare idiom, it does not work as expected forOtto Moerbeek
2019-01-20explicitly check if the session engine exited by comparing the pidBrent Cook
2019-01-18Don't store the mpe information in struct ktable but instead pass theClaudio Jeker
2019-01-18Increase the socket buffer size for sendsyslog(2) to 1 MB. DuringAlexander Bluhm
2019-01-18disable vmd/vmctl for i386pd
2019-01-17use $OpenBSD markers onlyTed Unangst
2019-01-17convert to using $OpenBSD markersTed Unangst
1995-10-18initial import of NetBSD treeTheo de Raadt
2019-01-16Exit for real as soon as we update ourself.Antoine Jacoutot
2019-01-15For external LSAs the type (1 or 2) is encoded in the metric field. Do notremi
2019-01-15Swap 'token' and 'id' place in filter protocol.Sunil Nimmagadda
2019-01-14Improve error message when daemon is already running.Florian Obser
2019-01-14Prevent multiple ntpds from tripping over each other.Florian Obser
2019-01-14correctly retrieve envelope strings. fixes mailq output.Eric Faurot
2019-01-13document how program names are extracted from log linesIngo Schwarze
2019-01-13When parsing log lines in order to select syslog.conf(5) line blocks, supportIngo Schwarze
2019-01-12Add -q flag to suppress the message that ACPI information can't be found.Mark Kettenis
2019-01-12delete <locale.h>Ingo Schwarze
2019-01-10an alloca() snuck into the tree. We don't use alloca() in our tree unlessTheo de Raadt