Age | Commit message (Expand) | Author |
2015-10-20 | The table could change when retrying so don't save it at start of | Nicholas Marriott |
2015-10-20 | Replace a function-local allocation with stack memory. | mmcc |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-10-19 | style cleanup, no functional change | Ingo Schwarze |
2015-10-19 | Simplify, no functional change: | Ingo Schwarze |
2015-10-19 | including <ohash.h> requires including <stdint.h> beforehand; | Ingo Schwarze |
2015-10-19 | pledge "stdio exec proc" early on, setpriority, then pledge "stdio exec" | Theo de Raadt |
2015-10-18 | pledge bgplg(8). | Sebastian Benoit |
2015-10-18 | Pass current directory as a string rather than a file descriptor because | Nicholas Marriott |
2015-10-18 | Use "getpw" rather than "flock", per deraadt@'s suggestion. | Miod Vallat |
2015-10-18 | pledge+=flock, for /var/run/ypbind.lock. ok semarie@ | Miod Vallat |
2015-10-18 | Do not warn for sort -o if we can't chown the output temporary file | Todd C. Miller |
2015-10-18 | Use offsetof() instead of adding the sizes of the preceeding struct members | Philip Guenther |
2015-10-18 | sorry, sdiff -o interactive mode does another spawn | Theo de Raadt |
2015-10-18 | Add "dns" to the pledges. Previously these worked because of "inet", | Theo de Raadt |
2015-10-18 | unrelated commit; not ready yet | Theo de Raadt |
2015-10-18 | First casualty of making pledge "dns" mandatory for dns users. | Theo de Raadt |
2015-10-18 | A whole buncha unsigned char casts for ctype function arguments. | mmcc |
2015-10-18 | Describe dnssocket / dnsconnect arguments | Theo de Raadt |
2015-10-17 | Tighten pledge: We only write to stdio and never to any files if | Christian Weisgerber |
2015-10-17 | remove some unneccessary macros; from michael reed | Jason McIntyre |
2015-10-17 | Add pledge "stdio unix sendfd proc exec tty" to tmux client process, | Nicholas Marriott |
2015-10-17 | Exit if a pledge call fails in non-interactive mode. | Doug Hogan |
2015-10-17 | Pledge; OK millert@ tobias@ | Tim van der Molen |
2015-10-17 | add "tty" for several subcommands of openssl | Sebastien Marie |
2015-10-17 | The file(1) magic-parsing process was using pledge "stdio getpw proc recvfd" | Theo de Raadt |
2015-10-17 | Very tricky diff to fix macro interpretation and spacing around tabs | Ingo Schwarze |
2015-10-16 | increase the minimum modulus that we will send or accept in | Damien Miller |
2015-10-16 | Once apropos(1) or man(1) are done with database access, or if the | Ingo Schwarze |
2015-10-16 | better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostname | Damien Miller |
2015-10-16 | Cast isspace() argument to unsigned char. | mmcc |
2015-10-16 | Modernize allocation by: | mmcc |
2015-10-16 | 0 -> NULL when comparing with a char*. | mmcc |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-16 | Don't free after calling paste_set but do after evbuffer_add, from Theo | Nicholas Marriott |
2015-10-16 | Add native support for ed-style diffs. No need to pledge "proc exec" anymore. | Tobias Stoeckmann |
2015-10-16 | doug and I think the kernel has enough features to support | Theo de Raadt |
2015-10-16 | Pledge for ftp(1) in non-interactive mode. | Doug Hogan |
2015-10-15 | fix some signed/unsigned integer type mismatches in format | Damien Miller |
2015-10-15 | Do not abuse .Nm for emphasis; | Ingo Schwarze |
2015-10-15 | Delete two preprocessor constants that are no longer used. | Ingo Schwarze |
2015-10-15 | argument to sshkey_from_private() and sshkey_demote() can't be NULL | Damien Miller |
2015-10-15 | After spawning, the parent can pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-10-15 | Simplify the part of args() that is handling .Bl -column phrases: | Ingo Schwarze |
2015-10-15 | When blk_full() handles an .It line in .Bl -column and indirectly | Ingo Schwarze |
2015-10-15 | Avoid a race between fopen(3) and fchmod(2). Use umask(2) and | Alexander Bluhm |
2015-10-15 | Plegde x99token with "stdio rpath wpath cpath fattr getpw tty". | Alexander Bluhm |
2015-10-15 | Cast arguments of ctype functions to Char, a lexism defined as unsigned | mmcc |
2015-10-15 | lock needs pledge(proc exec) to use bsd auth system. from trondd | Ted Unangst |
2015-10-14 | Copy permissions AND ownership when -o will override an input file. | Tobias Stoeckmann |