Age | Commit message (Expand) | Author |
2015-07-30 | switch references from sudo to doas; | Jason McIntyre |
2015-07-30 | Allow ssh_config and sshd_config kex parameters options be prefixed | Damien Miller |
2015-07-29 | status_out and associated data structures are no longer used. | Nicholas Marriott |
2015-07-29 | gc macro that's no longer used since the move to reallocarray | Marc Espie |
2015-07-29 | fix bug in previous; was printing incorrect string for failed | Damien Miller |
2015-07-29 | include the peer's offer when logging a failure to negotiate a | Damien Miller |
2015-07-29 | refine a comment | Ted Unangst |
2015-07-28 | add Cisco to the list of clients that choke on the hostkeys update | Damien Miller |
2015-07-28 | wrap some exceedingly long lines | Theo de Raadt |
2015-07-28 | Use new AUDIO_GETPOS ioctl() to ensure "bytes" and "errors" counters | Alexandre Ratchov |
2015-07-28 | Rename some variables and add few comments in keepenv handling code. | Vadim Zhukov |
2015-07-28 | Remove the hack of scrolling forward and backward with +G1G that | Ingo Schwarze |
2015-07-28 | Tidy up the way terminals are described and move some structs out of tmux.h. | Nicholas Marriott |
2015-07-28 | let the hack that lets make kill jobs after sudo also work with doas. | Marc Espie |
2015-07-28 | Fix keepenv handling. Initially reported by Ze Loff on misc@. | Vadim Zhukov |
2015-07-28 | Add ktracing of structs iovec, msghdr, and cmsghdr for {,p}{read,write}v(), | Philip Guenther |
2015-07-27 | default permitted target is all users, not root. | Ted Unangst |
2015-07-27 | some improvements from michael reed; | Jason McIntyre |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | Igor Sobrado |
2015-07-27 | Permit kbind(2) use in the sandbox now, to ease testing of ld.so work using it | Philip Guenther |
2015-07-27 | Add -n to usage. As noticed by Theo Buehler. | Marc Espie |
2015-07-27 | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | Nicholas Marriott |
2015-07-26 | small clarifications | Ted Unangst |
2015-07-26 | checkconfig doesn't return anymore, noted by zhuk | Ted Unangst |
2015-07-26 | fix format string | Charles Longeau |
2015-07-26 | nflag (as in sudo, force non-interactive mode) | Marc Espie |
2015-07-26 | Oops, CVS mismerged changes, resulting in compilable and mostly working, | Vadim Zhukov |
2015-07-26 | tweak config checking slightly | Ted Unangst |
2015-07-26 | remove unused variable | Charles Longeau |
2015-07-26 | Stop exiting on cmdline overflow: it's used only for logging, so aborting | Vadim Zhukov |
2015-07-26 | Implement command matching without execution. This just extends | Vadim Zhukov |
2015-07-26 | Remove support for automatically checking files out of RCS. The | Todd C. Miller |
2015-07-25 | Simplify and make tag_put() more efficient by integrating tag_get() | Ingo Schwarze |
2015-07-25 | implement tagging for .Er | Ingo Schwarze |
2015-07-25 | basic tag support for function names; written at YYC | Ingo Schwarze |
2015-07-25 | basic support for tag priorities; written at YYC | Ingo Schwarze |
2015-07-24 | Crank watchdog timeout from 2 to 4 seconds. | Alexandre Ratchov |
2015-07-24 | Log when device is disconnected. | Alexandre Ratchov |
2015-07-24 | Clear watchdog timer when device is closed, fixes use-after-free in | Alexandre Ratchov |
2015-07-24 | Further improve syntax error reporting in doas: | Vadim Zhukov |
2015-07-23 | tweak previous; | Jason McIntyre |
2015-07-22 | Implement quoting support in doas.conf. Now you can pass environment | Vadim Zhukov |
2015-07-22 | Fix memory leak when tail -r is used with anything but regular files. | Tobias Stoeckmann |
2015-07-22 | Small tweaks: | Vadim Zhukov |
2015-07-22 | Revert ca.c r1.7 - BN_to_ASN1_INTEGER() only allocates an ASN.1 integer | Joel Sing |
2015-07-22 | tweak previous; ok zhuk | Jason McIntyre |
2015-07-22 | one whitespace out of place | Theo de Raadt |
2015-07-22 | Generate new moduli. | Darren Tucker |
2015-07-21 | options w/o args go first in SYNOPSIS, and add -C to usage(); | Jason McIntyre |
2015-07-21 | Convert openssl(1) nseq to new option handling. | Joel Sing |