Age | Commit message (Expand) | Author |
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 |
2015-10-14 | gc lst_ForEachNodeWhile, which isn't actually in use anywhere | Marc Espie |
2015-10-14 | make sure we use stdbool.h | Marc Espie |
2015-10-13 | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze |
2015-10-13 | Major character table cleanup: | Ingo Schwarze |
2015-10-13 | Check if a file name can be extracted from a line before marking for | Mark Lumsden |
2015-10-13 | Ignore the setuid/setgid/sticky bits when copying the permissions of an input | Tim van der Molen |
2015-10-13 | Replace our /^\.\././ expression with /.//. The term is simpler and has | Tobias Stoeckmann |
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 | Reduce the amount of code by moving the three copies of the ohash | Ingo Schwarze |
2015-10-13 | pledge "stdio rpath wpath cpath" | Theo de Raadt |
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 | Obvious pledge "stdio" for yes. | Doug Hogan |
2015-10-13 | free the correct IV length, don't assume it's always the cipher | Damien Miller |
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 | Delete an assignment that is unconditionally overwritten two lines later; | Ingo Schwarze |
2015-10-12 | Garbage collect an unused variable, no functional change; | Ingo Schwarze |
2015-10-12 | Check the right pointer against NULL; | Ingo Schwarze |
2015-10-12 | these callers of ttyname() no longer need to pledge "tty" | Theo de Raadt |
2015-10-12 | ttyname() no longer does ioctl TIOCGETA, so pledge("tty") is no longer | Christian Weisgerber |
2015-10-12 | Maintain a list of files marked for deletion while refreshing a dired | Mark Lumsden |
2015-10-12 | ftp(1) was static for years, as a recovery seatbelt. These days | Theo de Raadt |
2015-10-12 | Use "-" rather than "\(hy" for the heads of .Bl -dash and -hyphen lists. | Ingo Schwarze |
2015-10-12 | Pledge "stdio wpath tty"; "awesome" deraadt@ | Tim van der Molen |
2015-10-12 | in fuser mode with -k or -s mode, kill(2) might be called and | Theo de Raadt |
2015-10-12 | These no longer need to be static. The ramdisk's no longer reach-around | Theo de Raadt |