Age | Commit message (Expand) | Author |
2016-07-12 | add "recvfd" to doas(1) for use with skey. | Sebastien Marie |
2016-07-11 | Make all components of the URI individually optional, | Ingo Schwarze |
2016-07-11 | Add missing "recvfd" pledge promise: Raf Czlonka reported ssh coredumps | Theo Buehler |
2016-07-11 | obsolete note about fascistloggin is obsolete. ok djm dtucker | Ted Unangst |
2016-07-10 | Fix a nasty typo that prevented .so links to gziped manuals | Ingo Schwarze |
2016-07-10 | Simplify the code and the server setup by deleting the pseudo-manpath | Ingo Schwarze |
2016-07-10 | rename variable for consistency | Ted Unangst |
2016-07-09 | Do not treat PATH_INFO as a complete path if it doesn't contain | Ingo Schwarze |
2016-07-09 | getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed; | Ingo Schwarze |
2016-07-08 | ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) on | Ingo Schwarze |
2016-07-08 | POSIX requires that a process calling tcsetpgrp(3) from the background | Ingo Schwarze |
2016-07-08 | Pass errret pointer to setupterm() to prevent setupterm() | Todd C. Miller |
2016-07-08 | Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. | Damien Miller |
2016-07-07 | sync with mdocml.bsd.lv: mention httpd(8) and slowcgi(8) | Ingo Schwarze |
2016-07-07 | Revert previous since the libtls change has been reverted. | Joel Sing |
2016-07-07 | biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. | Sebastien Marie |
2016-07-07 | tmux: only consider ACCESSPERMS for setting mode on socket_path. | Sebastien Marie |
2016-07-06 | Remove manual file loading (now that libtls does this for us) and adjust | Joel Sing |
2016-07-05 | Modify code added in rev 1.30 to use the correct variable instead of a | Jonathan Gray |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-07-04 | Use fstatat() instead of crafting a filename to use with stat() | Philip Guenther |
2016-07-04 | The -I flag is documented but not implemented. This fixes that and | Todd C. Miller |
2016-07-02 | do not uppercase "hop limit"; | Jason McIntyre |
2016-07-01 | Update and simplify the documentation of the -s option, | Ingo Schwarze |
2016-07-01 | update currency exchange rates; | Jason McIntyre |
2016-07-01 | Simplify IP proto-specific sockopt error handling. | Brent Cook |
2016-06-30 | Use CLOCK_UPTIME instead of CLOCK_MONOTONIC, as the later makes jumps | Alexandre Ratchov |
2016-06-30 | Explicitly check for 100% completion to avoid potential floating point | Darren Tucker |
2016-06-29 | If /tmp/vi.recover doesn't exist, don't create it. Warn once | Theo Buehler |
2016-06-29 | sort the -o list; | Jason McIntyre |
2016-06-28 | Add -M and -m options to specify the outgoing and incoming minimum TTL | Jeremie Courreges-Anglas |
2016-06-28 | If an error path if close() is called, save errno so that original error | Theo de Raadt |
2016-06-27 | Be more careful initializing and tracking socket s through main, this is | Theo de Raadt |
2016-06-27 | minor tweaks; ok tedu | Jason McIntyre |
2016-06-27 | somehow nopass snuck onto the :wheel example. i think it's better without. | Ted Unangst |
2016-06-27 | revise environment handling. | Ted Unangst |
2016-06-27 | whitespace | Theo de Raadt |
2016-06-24 | move a space to the correct spot | Ted Unangst |
2016-06-23 | fix AuthenticationMethods during configuration re-parse; | Damien Miller |
2016-06-21 | use the same argument name for -f in usage() as in SYNOPSIS; | Jason McIntyre |
2016-06-21 | Make usage string match the man page. | Alexandre Ratchov |
2016-06-21 | some formatting and comma tweaks; ok ratchov | Jason McIntyre |
2016-06-21 | Update manual to "new" audioctl: | Alexandre Ratchov |
2016-06-21 | Reimplement audioctl using new api in a simper way. | Alexandre Ratchov |
2016-06-21 | Fix a bug loading the default certificate path locations. | Brent Cook |
2016-06-19 | Move the RB_ code from doas.h to env.c, and limit the environment interface to a | Martijn van Duren |
2016-06-19 | revert 1.34; causes problems loading public keys | Damien Miller |
2016-06-17 | grammar fix; | Jason McIntyre |
2016-06-17 | translate OpenSSL error codes to something more meaninful; | Damien Miller |
2016-06-17 | ban AuthenticationMethods="" and accept AuthenticationMethods=any | Damien Miller |