Age | Commit message (Expand) | Author |
2015-10-13 | After the socket is open, the remainder is just io operations. | Theo de Raadt |
2015-10-13 | Remove -b flag and let ping6 set the socket buffer size automatically | Florian Obser |
2015-10-13 | -C and -c allow at most one input file. Ensure this is the case when the | Tim van der Molen |
2015-10-13 | apply PubkeyAcceptedKeyTypes filtering earlier, so all skipped | Damien Miller |
2015-10-13 | allow getsockopt IP_RECVDSTPORT & IPV6_RECVDSTPORT for an "inet" pledge | Theo de Raadt |
2015-10-13 | semarie points out i am already forgetting the rules are very tight around | Theo de Raadt |
2015-10-13 | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze |
2015-10-13 | oops, a chown appears late on the code. to satisfy this pledge | Theo de Raadt |
2015-10-13 | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | Joel Sing |
2015-10-13 | can pledge "stdio" after opening device. | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath fattr"; fattr due to locking code borrowed | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath", full path handling to satisfy dbopen() | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath proc exec". creates files throughout | Theo de Raadt |
2015-10-13 | pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-13 | Don't use exp2f(), it breaks build on vax. Use a shift instead. | Stefan Sperling |
2015-10-13 | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | Joel Sing |
2015-10-13 | Single byte read/write tests. | Joel Sing |
2015-10-13 | Add test coverage for peer certificate info and connection info. | Joel Sing |
2015-10-13 | Make regress work again post hackathon tls_handshake/tls_read/tls_write | Joel Sing |
2015-10-13 | Group d2i/i2d function prototypes by type and add missing externs for the | Joel Sing |
2015-10-13 | Sync printf family return value with ISO C which specifies that | Todd C. Miller |
2015-10-13 | Add a helper for writing the message to simplify the code. | Eric Faurot |
2015-10-13 | pledge() queue process | Gilles Chehade |
2015-10-13 | pledge() control process | Gilles Chehade |
2015-10-13 | Make use of rtisvalid(9) to check if local route entries match existing | Martin Pieuchot |
2015-10-13 | Simplify arptfree() to no longer look at the route entry's refcounter. | Martin Pieuchot |
2015-10-13 | Use rtisivalid(9) to check if the given (cached) route can be used. | Martin Pieuchot |
2015-10-13 | Make sure RTF_LOCAL route entries are UP when added to the tree. | Martin Pieuchot |
2015-10-13 | Initialize va_filerev in vattr_null() to avoid leaking stack garbage; | Philip Guenther |
2015-10-13 | ctype functions isxdigit() expect an unsigned char value; add missing casts | Philip Guenther |
2015-10-13 | To alter just the atime of the mailspool, use utimensat()+UTIME_OMIT instead | Philip Guenther |
2015-10-13 | Plug a leak. | Sunil Nimmagadda |
2015-10-13 | pledge("stdio") the scheduler process | Gilles Chehade |
2015-10-13 | pledge("stdio") the RSA-privsep process | Gilles Chehade |
2015-10-13 | let the enqueuer pledge() in both online and offline modes | Gilles Chehade |
2015-10-13 | Pass unsigned chars to ctype functions. | Reyk Floeter |
2015-10-13 | new sentence, new line; | Jason McIntyre |
2015-10-13 | offline queue is no longer user-writable, do not attempt resetting fchflags | Gilles Chehade |
2015-10-13 | Pledge "stdio rpath" requests for nologin. | Doug Hogan |
2015-10-13 | Obvious pledge "stdio" for yes. | Doug Hogan |
2015-10-13 | revert previous. changes the behaviour of: | Daniel Dickman |
2015-10-13 | Add some newer DT_* and DF_* constants | Philip Guenther |
2015-10-13 | Tighten the ranges in wcrtomb(3). | Anthony J. Bentley |
2015-10-13 | free the correct IV length, don't assume it's always the cipher | Damien Miller |
2015-10-13 | Pledge "fattr" request should allow fchflags(). | Doug Hogan |
2015-10-12 | satisfy jmc! | Theo de Raadt |
2015-10-12 | pledge "proc" request should allow setsid() | Theo de Raadt |
2015-10-12 | plegde(2) for apropos(1), help(1), man(1), mandoc(1), and whatis(1): | Ingo Schwarze |
2015-10-12 | pledge(2) for makewhatis(8): | Ingo Schwarze |
2015-10-12 | do not call sync() when committing a message, it's not helping in any way | Gilles Chehade |