Age | Commit message (Expand) | Author |
2014-07-20 | Make sure the correct errno is reported by warn* or err* and not | Philip Guenther |
2014-07-19 | Flense the telnet code base of unwanted ifdefs: authentication/encryption | Philip Guenther |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-19 | Security fix: | Ingo Schwarze |
2014-07-18 | Do not use the HTTP_HOST CGI variable, | Ingo Schwarze |
2014-07-18 | When the MAN_DIR/manpath.conf configuration file does not exist or is empty, | Ingo Schwarze |
2014-07-18 | restore umask around listener socket creation (dropped in streamlocal patch | Damien Miller |
2014-07-17 | reflect stdio-forward ("ssh -W host:port ...") failures in exit status. | Damien Miller |
2014-07-17 | silence "incorrect passphrase" error spam; reported and ok dtucker@ | Damien Miller |
2014-07-17 | ifdef SYS_sendsyslog so this will compile without patching on -stable | Damien Miller |
2014-07-17 | preserve errno across syscall | Damien Miller |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-16 | add the streamlocal* options to ssh's -o list; millert says they're | Jason McIntyre |
2014-07-16 | tweak previous; | Jason McIntyre |
2014-07-16 | Clean up the ifdef maze in usage() by reformatting it to have distinct | Lawrence Teo |
2014-07-15 | remove support for the non-standard BSDmakefile, which make tries to | Theo de Raadt |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-07-14 | Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. | Joel Sing |
2014-07-14 | Repair handling of ^C and ^D around command prompts, by inserting | Theo de Raadt |
2014-07-14 | Eliminate a warning from -Wformat=2 by using an additional 'prefix' | Philip Guenther |
2014-07-13 | Display zero page hit and miss counters in vmstat -s. | Mark Kettenis |
2014-07-13 | Show an error if cmd_find_session can't find the current session, like | Nicholas Marriott |
2014-07-13 | An EOF is a good reason to close a connection. | Kenneth R Westerback |
2014-07-13 | If a client is killed while suspended with ^Z so has gone through the | Nicholas Marriott |
2014-07-13 | compare snprintf return value with -1. this isn't really necessary because | Ted Unangst |
2014-07-13 | Compatibility hack for the old "manpath=OpenBSD<blank>" query parameter format; | Ingo Schwarze |
2014-07-13 | Make the calltree a bit easier to understand by giving the | Ingo Schwarze |
2014-07-13 | make source vs. formatted guessing a bit more robust | Ingo Schwarze |
2014-07-13 | By popular demand, bring man.cgi default mode closer to what man(1) does: | Ingo Schwarze |
2014-07-13 | Install the manuals of the web interface below the same directory | Ingo Schwarze |
2014-07-13 | update after recent code changes | Ingo Schwarze |
2014-07-12 | Polish the search form using feedback from beck@ and others, | Ingo Schwarze |
2014-07-12 | No need for run-time configuration, add minimal compile-time | Ingo Schwarze |
2014-07-12 | Simplify: Delete 74 lines of code including one enum type, one | Ingo Schwarze |
2014-07-12 | Start fixing issues that beck@ helped find: | Ingo Schwarze |
2014-07-12 | Fix whatis(1) to correctly match words instead of any substrings. | Ingo Schwarze |
2014-07-12 | The statdb code has never been complete here | Philip Guenther |
2014-07-12 | Kill never enabled #ifdefs | Philip Guenther |
2014-07-12 | config-def.h is now unnecessary; merge config-data.h into defs.h | Philip Guenther |
2014-07-12 | Kill os-openbsd.h: we have <paths.h>, _PATH_RSH, and utimes() | Philip Guenther |
2014-07-12 | SETARGS and NEED_HASMNTOPT paths are dead; rshrcmd() and libz stuff are | Philip Guenther |
2014-07-12 | Deleted unused local prototypes for systems stuff | Philip Guenther |
2014-07-12 | No really, assume POSIX: errno is declared for us and sys/stat.h has | Philip Guenther |
2014-07-12 | Rename 'link' parameter to eliminate shadow warnings | Philip Guenther |
2014-07-12 | Delete unused global | Philip Guenther |
2014-07-12 | Eliminate some annoying variable shadowing | Philip Guenther |
2014-07-12 | Yes, we have setproctitle(). Delete that and several unused HAVE_* #defines | Philip Guenther |
2014-07-12 | Unused variable from oldrdist cleanup | Philip Guenther |
2014-07-12 | fix the two links on the start page | Ingo Schwarze |
2014-07-11 | make http decode linear time. also remove a redundant null check. | Ted Unangst |