summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2014-07-25Rewrite http_parse() completely:Ingo Schwarze
2014-07-24Mention UNIX-domain socket forwarding too. OK jmc@ deraadt@Todd C. Miller
2014-07-24Sort result pages first by section number, then by name.Ingo Schwarze
2014-07-24Provide a dropdown entry "All Architectures" and make it the default.Ingo Schwarze
2014-07-23Security fix:Ingo Schwarze
2014-07-22Security fix:Ingo Schwarze
2014-07-22Security fix to prevent XSS attacks:Ingo Schwarze
2014-07-22Repair two deep targets mistakenly called as afterinstall, ratherTheo de Raadt
2014-07-22use ansi style function declarationsJonathan Gray
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
2014-07-22Prevent spam from key_load_private_pem during hostbased auth. ok djm@Darren Tucker
2014-07-22Pull in all the parts. Let's face the facts -- .PATH from otherTheo de Raadt
2014-07-21fix a minibug reported by kristaps@:Ingo Schwarze
2014-07-21Revert the up/down wheel emulation for now, there will be a better wayNicholas Marriott
2014-07-21use getlist() instead of hand-rolled equivalent, no functional change;Ingo Schwarze
2014-07-21Kristaps points out that the current HTTP/1.1 draft standard (RFCIngo Schwarze
2014-07-21lockf is entirely useless and it was a mistake to change to it, go backNicholas Marriott
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfoNicholas Marriott
2014-07-20Eliminate silly call() routine that fakes up internal calls as ifPhilip Guenther
2014-07-20Fix array overflow in command line handlingPhilip Guenther
2014-07-20Mark a slurry of functions as staticPhilip Guenther
2014-07-20use NULL instead of 0 when dealing with pointersJonathan Gray
2014-07-20Kill lint comments; mark ExitString() as __deadPhilip Guenther
2014-07-20Switch from memmove() to memcpy() where appropriate; simplify addressPhilip Guenther
2014-07-20VSUSP and SIGTSTP are required by POSIXPhilip Guenther
2014-07-20Delete an insane chunk of code for handling broken poll() emulation.Philip Guenther
2014-07-20Add prototypes to some function callbacks and fix the type errors thatPhilip Guenther
2014-07-20More encryption tentacles: intr_happened and intr_waiting vanishPhilip Guenther
2014-07-20Eliminate trivial wrappers TerminalWrite() and TerminalRead()Philip Guenther
2014-07-20Don't depend on <sys/param.h> for MAXPATHLENPhilip Guenther
2014-07-20Correctly cast to unsigned char for ctype functions/macrosPhilip Guenther
2014-07-20ring_init() can't failPhilip Guenther
2014-07-20-8 is the defaultPhilip Guenther
2014-07-20Don't need -I${.CURDIR}Philip Guenther
2014-07-20Simplify #includes, start pushing them into the .c files, eliminatePhilip Guenther
2014-07-20tweak -W optionsPhilip Guenther
2014-07-20Ooops, verbose_encrypt option is gone too.Philip Guenther
2014-07-20The manpage claims the -a option uses getlogin(2), so do so. Also,Philip Guenther
2014-07-20The only authentication info now is the login namePhilip Guenther
2014-07-20remove a variable called wantencryption.Theo de Raadt
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