summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2014-01-24Sort getopt cases, reduces diff to traceroute6Florian Obser
2014-01-24Implement -c flag; from traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24It's an error to have more than 2 arguments; reduces diff to traceroute6Florian Obser
2014-01-24Sync "port" type to traceroute6; reduces diff to traceroute6Florian Obser
2014-01-24Sync "port" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync "nprobes" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync max_hops and first_hop to same type as the corospondingFlorian Obser
2014-01-24rename s to rcvsockFlorian Obser
2014-01-24subject -z hints (fuzzy update) to quirks' tweak_search.Marc Espie
2014-01-24fix the matching for filter rules of 'prefixlen = XX'Peter Hessler
2014-01-23allow the somewhat special caseSebastian Benoit
2014-01-23tweak the way we create and sign packages significantly:Marc Espie
2014-01-23specifically NOT suppress signify error outputRobert Peichaer
2014-01-23oops, pkg_sign is unhappy without -o.Marc Espie
2014-01-23more sophisticated warning: builds with empty SIGNING_PARAMETERSMarc Espie
2014-01-23new interface to be able to manipulate output betterMarc Espie
2014-01-23explain signaturesMarc Espie
2014-01-23clean-up synopsisMarc Espie
2014-01-23check parameters better.Marc Espie
2014-01-23separate pkg_sign documentation. Option description becomes MUCH saner.Marc Espie
2014-01-23don't create cheap gzip archives if non signed, there's a better way.Marc Espie
2014-01-23zap the sign-only part (moved to PkgSign.pm).Marc Espie
2014-01-23reorg code: make "signing only" a separate command, as it has nothing inMarc Espie
2014-01-23More output enhancements, put errors and warnings where they belong.Antoine Jacoutot
2014-01-23Verify both the signature and the checksum in check_sig().Antoine Jacoutot
2014-01-22Fixed typo in error message.Tobias Stoeckmann
2014-01-22Do not bother comparing/merging empty files. Regression from previousAntoine Jacoutot
2014-01-22fix a leakJonathan Gray
2014-01-22Don't remove the SHA256 file twice.Antoine Jacoutot
2014-01-22Cleanup and simplify:Antoine Jacoutot
2014-01-22RTA_GENMASK is going to die soon so no need to handle it anymore.Claudio Jeker
2014-01-22Fix a bug where stale routes were not properly flushed on sessions announcingClaudio Jeker
2014-01-22allow -s<abrev> in addition to -s <word> in ntpctl commandline, likeSebastian Benoit
2014-01-22Fix the ambigous text in afterboot. For a newbie, the text reallyjuanfra
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2014-01-21use arc4random for chap generation; ok teduTheo de Raadt
2014-01-21add back ctype.h include for isspace()Jonathan Gray
2014-01-21include stdlib.h for drand48()Jonathan Gray
2014-01-21include unistd.h for getopt()Jonathan Gray
2014-01-21fix a a double free caused by a config with two listen on statementsSebastian Benoit
2014-01-21Document -S and the new signify(1) use by sysmerge(8).Antoine Jacoutot
2014-01-21Protect variable names.Antoine Jacoutot
2014-01-21sort;Jason McIntyre
2014-01-21Add and enable signature checking per default.Robert Peichaer
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-20add HISTORY and AUTHORS; triggered by a much shorter patchIngo Schwarze
2014-01-20Use SEEK_SET instead of hardcoded 0.Tobias Stoeckmann
2014-01-20Fix race condition during symlink check. If there was no symbolic linkTobias Stoeckmann