Age | Commit message (Expand) | Author |
2015-10-02 | prevent users from playing hardlink/symlink/mkfifo games with their offline | Gilles Chehade |
2015-10-02 | introduce imsg_read_nofd() to allow reading imsg while discarding fd's when | Gilles Chehade |
2015-10-02 | fix a stack-based buffer overflow in the token expansion code of the lookup | Gilles Chehade |
2015-10-02 | reset static pointer to NULL after we free it, just in case another bug | Gilles Chehade |
2015-10-02 | do not allow connid to wrap and collide with another active connection id. | Gilles Chehade |
2015-10-01 | Fix tame(2) setsockopt check for TCP level. | Doug Hogan |
2015-10-01 | sync | Theo de Raadt |
2015-10-01 | Revert previous, it also breaks naddy@'s nested NFS setup. | Martin Pieuchot |
2015-10-01 | Update to tzdata2015g from ftp.iana.org | Todd C. Miller |
2015-10-01 | change the option INET example to INET6, since we no longer have INET; | Jason McIntyre |
2015-10-01 | no more INET option, apparently; from ilya kaliman | Jason McIntyre |
2015-10-01 | some radiusd updates, from theo buehler | Jason McIntyre |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-10-01 | In uvm_map_splitentry(), grab the kernel lock before calling into the amap | Mark Kettenis |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-10-01 | Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it as | Stuart Henderson |
2015-10-01 | remove the #if bsdi path from here as well | Jonathan Gray |
2015-10-01 | remove a bsdi ifdef path | Jonathan Gray |
2015-10-01 | include ctype.h for the isspace(3) using _NG_ISSPACE | Jonathan Gray |
2015-10-01 | sync proc.c with httpd. no functional change, only switching to C99 types. | Reyk Floeter |
2015-10-01 | Fix interoperability with Apple iOS9: If we don't get a (valid) | Reyk Floeter |
2015-10-01 | include <sys/types.h> for ssize_t | Brent Cook |
2015-10-01 | add IPv6 equivalents for the permitted IPv4 setsockopts, noticed by doug@, | Stuart Henderson |
2015-10-01 | update currency exchange rates; | Jason McIntyre |
2015-10-01 | Use rtdeletemsg() in nd6_free() to align it with arptfree(). | Martin Pieuchot |
2015-10-01 | Remove support for the AUCAT_COOKIE environment variable. | Alexandre Ratchov |
2015-10-01 | Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/. | Joel Sing |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-30 | rename the internal functions that do ml_foo ops on classes to hfsc_cl_foo. | David Gwynne |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-09-30 | Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly, | Joel Sing |
2015-09-30 | s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | Joel Sing |
2015-09-30 | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | Joel Sing |
2015-09-30 | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | Joel Sing |
2015-09-30 | s/M_ASN1_TIME_free/ASN1_TIME_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-30 | Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets | Joel Sing |
2015-09-30 | sync | Theo de Raadt |
2015-09-30 | fix some spelling messes. | Igor Sobrado |