Age | Commit message (Expand) | Author |
2017-02-06 | amend the "unsigned package" message, commenting that signify(1) doesn't | Marc Espie |
2017-02-06 | basic installurl support, get installpath from it (appending the requisite | Marc Espie |
2017-02-06 | Bump bcrypt version to $2b$ and increase number of rounds in two examples. | Theo Buehler |
2017-02-06 | Use quotes to protect the password hash from shell expansion. Update hash | Theo Buehler |
2017-02-05 | The installer does not create pkg.conf during installation and does | Robert Peichaer |
2017-02-05 | Use a non-greedy regular expression for the installpath url. | Robert Peichaer |
2017-02-04 | Appropriately replace "domain name" with "hostname"; less misleading | Jeremie Courreges-Anglas |
2017-02-04 | Cast char to unsigned char for isspace() | Philip Guenther |
2017-02-04 | missing function prototype | Mike Larkin |
2017-02-03 | Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> and | Philip Guenther |
2017-02-03 | Don't use <sys/param.h> from userland without cause. Sort <sys/*> | Philip Guenther |
2017-02-02 | Fix support for HTTP pipelining by handling all requests in the buffer. | Reyk Floeter |
2017-02-02 | Disable client-initiated TLS renegotiation by default. | Reyk Floeter |
2017-02-01 | netinet/in.h should be included, and freebsd and some others | Bob Beck |
2017-01-31 | Teach ikectl to include extensions in the CSR, rather than just adding them | Stuart Henderson |
2017-01-31 | Don't include a literal "%" in the value for humidity sensorValue in | Stuart Henderson |
2017-01-31 | remove extra call setting OCSP staple now that it is done above | Bob Beck |
2017-01-31 | Correct mistake I made when converting this to new funciton | Bob Beck |
2017-01-31 | Add tls_config_[add|set]keypair_ocsp functions so that ocsp staples may be | Bob Beck |
2017-01-31 | Reimplement httpd's support for byte ranges. | Reyk Floeter |
2017-01-31 | The variable clt_done is used in too many places. | Reyk Floeter |
2017-01-31 | Do not set EVBUFFER_EOF on read/write errors and handle EOF correctly. | Reyk Floeter |
2017-01-31 | Use the sizeof operator on a struct not a pointer to one. | Jonathan Gray |
2017-01-30 | Drop empty line. | Antoine Jacoutot |
2017-01-30 | Fix error path of range requests, found while reviewing byte range support. | Reyk Floeter |
2017-01-30 | build mkuboot on arm64 | Jonathan Gray |
2017-01-29 | Fix tcpdump(8) display of duration values provided in 802.11 control frames. | Stefan Sperling |
2017-01-28 | - -N got changed to -D | Jason McIntyre |
2017-01-28 | Back out make(obj) hack: it doesn't solve the problem entirely and may | Theo Buehler |
2017-01-27 | Copyright notices don't belong in the displayed text of manual pages, | Ingo Schwarze |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove |
2017-01-26 | oscp -> ocsp; | Jason McIntyre |
2017-01-26 | Document the ldomctl(8) 'select' command previously not mentioned in the | Stefan Sperling |
2017-01-26 | Remove unused _REL variable | Robert Peichaer |
2017-01-26 | Move setting _OSrev to immediately after verifying _KERNV and exit | Robert Peichaer |
2017-01-26 | No need to escape '.' in shell patterns - it has no special meaning. | Robert Peichaer |
2017-01-26 | Spacing and use arithmetic test | Robert Peichaer |
2017-01-26 | Use numeric exit codes consistently rather than a mix | Bob Beck |
2017-01-26 | style | Bob Beck |
2017-01-26 | Fix the structure initialzation to compile. bad inioguchi and millert :) | Bob Beck |
2017-01-25 | Fix array initialization syntax for ocspcheck.c | Kinichiro Inoguchi |
2017-01-25 | if the fs got badly damaged, display a decent error message instead of | Marc Espie |
2017-01-25 | In some cases, pkg_info -e spec would display the spec instead of the | Marc Espie |
2017-01-25 | some run environnement do not properly reset signals (e.g., python) and | Marc Espie |
2017-01-25 | remove __BEGIN_DECLS and __END_DECLS from http.h | Kinichiro Inoguchi |
2017-01-25 | bring changes from acme-client over here. | Sebastian Benoit |
2017-01-25 | Hopefully the last of the struct rib rototilling. Peer just points to a | Claudio Jeker |
2017-01-25 | Switch rde_generate_update and rde_send_kroute to accept a struct rib instead | Claudio Jeker |
2017-01-25 | Flag the Loc-RIB with F_RIB_LOCAL so we can remove one ugly hack somewhere else | Claudio Jeker |
2017-01-24 | Save some space in struct rib_entry so it is back to 64bytes (on 64bit archs). | Claudio Jeker |