summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-05-26build wsconsctl and wsconscfg on armv7Jonathan Gray
2015-05-25only scan sensors if they are configuredTheo de Raadt
2015-05-25allow pkg_add as nonroot to soft-fail when outside of local base.Marc Espie
2015-05-24pass subst to the installer state, so that -Dunsigned would workMarc Espie
2015-05-23fix a memory leak in an error pathJonathan Gray
2015-05-22fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVEJonathan Gray
2015-05-22fix a non safe use of LIST_FOREACH with LIST_REMOVEJonathan Gray
2015-05-21No need to call tzset() and log_init() in the forked constraintReyk Floeter
2015-05-20Remove hotplug(4) sensor support: the code has been disabled byReyk Floeter
2015-05-20Use off_t instead of size_t to pass file size and print it using %lld whenMark Kettenis
2015-05-19better spacing in media types.Igor Sobrado
2015-05-19sort media type extensions for text/html and image/jpeg as given inIgor Sobrado
2015-05-19drop comment about being possible to include /etc/nginx/mime.types,Igor Sobrado
2015-05-19Get the rdomain from the newly exposed ifi_rdomain field in if_dataReyk Floeter
2015-05-19When a user is specified via the -u flag, use setusercontext() toTodd C. Miller
2015-05-18identical common code -> refactorMarc Espie
2015-05-18better error in case we can't create tempfilesMarc Espie
2015-05-18Tweak parsing so that hostnames starting with 0-9 are accepted.Kenneth R Westerback
2015-05-18Fix a crash reported and analyzed by Bertrand PROVOST. When a HTTPAlexander Bluhm
2015-05-18The first line of a HTTP request is the method-url-version. TheAlexander Bluhm
2015-05-18Currently, after 4 failed constraint checks, we suspect the constraintReyk Floeter
2015-05-18Simplify example constraints URL to reduce load on the server side.Darren Tucker
2015-05-18simplify progressmeter calls to visit_and: we retrieve the state from theMarc Espie
2015-05-18have visit_with_count and visit_with_size use the same parameter conventions.Marc Espie
2015-05-18since the progressmeter is always tied to a state, store the state always,Marc Espie
2015-05-17When resolving the "constraint" (singular), store all returned IPReyk Floeter
2015-05-15add missing placeholder so that the "UNSIGNED PACKAGES: " line actuallyJasper Lievisse Adriaanse
2015-05-15Fix kill'n'yank error: the port is mandatory in relay listen on statements.Reyk Floeter
2015-05-15client/server mox ip;Jason McIntyre
2015-05-15the code to prevent AUTH PLAIN from logging credentials upon authenticationGilles Chehade
2015-05-13The enqueuer should never encouter the "From " separator in its headers, asGilles Chehade
2015-05-12Fix an uninitialized variable access when pptp.hostname is configured.YASUOKA Masahiko
2015-05-12Move the logit() prototype so parse.y will see it.Jonathan Gray
2015-05-06use res_hnok() to valid domain part in valid_domain()Gilles Chehade
2015-05-05Implement If-Modified-Since.Florian Obser
2015-05-05use the sizeof the struct not the sizeof a pointer to the structJonathan Gray
2015-05-03Implement byte ranges.Florian Obser
2015-05-03S was misplaced in r1.89, the optarg that was removed was actually neededGilles Chehade
2015-05-03smtpd enqueue -S does not take an argument, fix optstring accordinglyGilles Chehade
2015-05-02Hoist common assignments out of a series of if/if-else statementsKenneth R Westerback
2015-05-02Fix obvious problems with relayd config reload.Claudio Jeker
2015-05-02Correct switch between current and previous line buffers whenKenneth R Westerback
2015-04-29When the HTTP client did close the connection while relayd was stillAlexander Bluhm
2015-04-26mlarkin asks "bgpctl checks the length of the control socket path toSebastian Benoit
2015-04-26for every policy we write out, flush the output so we don't get anPeter Hessler
2015-04-25some people are capitalizing keywords, so ignore case when we test the tokensPeter Hessler
2015-04-25allow us to write rules that match directly on the peer ASPeter Hessler
2015-04-25Prepend files or directories containing ":" with "./" in directoryFlorian Obser
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-04-24Write (uid_t)-1 as -1 instead of UID_MAX in the v7 passwd file.Todd C. Miller