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