Age | Commit message (Expand) | Author |
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling |
2015-06-04 | spacing, makes example fit on display. | Igor Sobrado |
2015-06-03 | Turn off -Werror in relayctl. | Reyk Floeter |
2015-06-03 | Explicitly request the sockaddr_dl when doing a RTM_GET rather than | Martin Pieuchot |
2015-06-03 | Do not assume that asprintf() clears the pointer on failure, which | Todd C. Miller |
2015-06-02 | Don't leak value returned by cgetstr(). OK deraadt@ | Todd C. Miller |
2015-06-02 | fix variable name typo | Joerg Jung |
2015-06-02 | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | Igor Sobrado |
2015-06-01 | Fix memory leak in error case. OK bluhm@ benno@ | Claudio Jeker |
2015-05-30 | Plug a memory leak by simplifying kv_free(). By checking the type and | Claudio Jeker |
2015-05-30 | Remove fields from struct that are not used. OK benno@ | Claudio Jeker |
2015-05-28 | detect crashes from constraint sub-processes, instead of ignoring them. | Theo de Raadt |
2015-05-28 | use "uri"; from yegor timoschenko | Jason McIntyre |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
2015-05-28 | Do not try to unlink the control socket in an unprivileged child | Florian Obser |
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 |