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