Age | Commit message (Expand) | Author |
2018-08-14 | Improve consistency of the substitution command further. | Ingo Schwarze |
2018-08-14 | Don't fail by default in the -new case; ok tb jca | cheloha |
2018-08-14 | Add size to arguments struct too. | Nicholas Marriott |
2018-08-14 | Some tidying, use a struct for arguments (there will be more later) and | Nicholas Marriott |
2018-08-14 | support tail arguments on the .ME and .UE macros, | Ingo Schwarze |
2018-08-13 | Print global IPsec counters. | Martin Pieuchot |
2018-08-13 | revert compat.[ch] section of the following change. It causes | Damien Miller |
2018-08-12 | Change ber_write_elements() to return ssize_t instead of int. | rob |
2018-08-12 | better diagnosics on alg list assembly errors; ok deraadt@ markus@ | Damien Miller |
2018-08-11 | Refactor the nearly identical benchmark loops into a single loop. | cheloha |
2018-08-11 | actually s/unveil/pledge on err(3), I missed it on previous commit. | Ricardo Mestre |
2018-08-11 | the only fs access kdump(1) needs is to the tracefile which by default is | Ricardo Mestre |
2018-08-11 | look(1) will access /usr/share/dict/words to look for the string we want, or it | Ricardo Mestre |
2018-08-11 | Just like in mesg(1) in biff(1) we just need to push down pledge(2) a little | Ricardo Mestre |
2018-08-11 | this one was my fault, when an error occurrs on mesg(1) it must exit with error | Ricardo Mestre |
2018-08-10 | handle the non-portable GNU-style \[charNN], \[charNNN] character | Ingo Schwarze |
2018-08-10 | The groff man-ext macros define fonts CB, CI, and CR, | Ingo Schwarze |
2018-08-10 | crank to 6.4-beta | Theo de Raadt |
2018-08-10 | In typical swiss-army style, various modes and options cause | Theo de Raadt |
2018-08-10 | Implement the roff(7) .nop (no operation) request. | Ingo Schwarze |
2018-08-10 | improve | Damien Miller |
2018-08-10 | Describe pubkey format, prompted by bz#2853 | Damien Miller |
2018-08-10 | fix numbering | Damien Miller |
2018-08-09 | If somebody asks "man 3 chmod", | Ingo Schwarze |
2018-08-09 | Whoops, didn't mean to commit this. | Nicholas Marriott |
2018-08-09 | Bump the UTF-8 character array up to 18 to allow for more combining | Nicholas Marriott |
2018-08-08 | pledge with "unveil" at the top, so that the various modes can unveil | Theo de Raadt |
2018-08-08 | Use unveil(2) in the helper process to disallow access to other files | Alexandre Ratchov |
2018-08-08 | add unveil(2) to ctfconv(1) | Ricardo Mestre |
2018-08-08 | add unveil(2) to mixerctl(1) | Ricardo Mestre |
2018-08-08 | After authentication is complete, unveil login.conf "r" (to discover | Theo de Raadt |
2018-08-08 | An early pledge takes away many risk factors during spool opening/parsing. | Theo de Raadt |
2018-08-08 | In the early pledge, add "unveil" to permit changes a little later on. | Theo de Raadt |
2018-08-08 | Use new private key format by default. This format is suported by | Damien Miller |
2018-08-07 | unveil can be used to restrict access to utmp and /dev | Theo de Raadt |
2018-08-05 | calloc the mode data instead of malloc and initialize everything. | Nicholas Marriott |
2018-08-05 | document some more escapes which are hit by restricted mode, | Jason McIntyre |
2018-08-04 | fix a glitch in rev. 1.24: getline(3) returns ssize_t, not size_t; | Ingo Schwarze |
2018-08-04 | obvious KNF: avoid '!' for tests of non-boolean variables, | Ingo Schwarze |
2018-08-04 | Use POSIX getline(3) rather than the non-standard and error-prone fgetln(3). | Ingo Schwarze |
2018-08-04 | invalidate dh->priv_key after freeing it in error path; avoids | Damien Miller |
2018-08-03 | unveil _PATH_UTMP at startup. Time for a commentary: | Theo de Raadt |
2018-08-03 | pledge() a little later, after getopt operation, in case -f option changes | Theo de Raadt |
2018-08-03 | pledge() a little later, after getopt operation, when we know tty name. | Theo de Raadt |
2018-08-03 | unveil of _PATH_DEVDB "/var/run/dev.db" can be done before pledge for | Theo de Raadt |
2018-08-03 | The first unveil userland commit! | Theo de Raadt |
2018-08-03 | This does not need pledge "wpath" | Theo de Raadt |
2018-08-03 | Place a limit on the number of elements in a ber sequence/set. This prevents | rob |
2018-08-02 | Log command arguments. | Nicholas Marriott |
2018-08-02 | session_groups can be static also. | Nicholas Marriott |