summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2001-12-10check that server supports v1 for -t rsa1, report from wirth@dfki.deMarkus Friedl
2001-12-10possible fd leak on error; ok markus@Kevin Steves
2001-12-10bogus __deadTheo de Raadt
2001-12-09add auth2_challenge_stop(), simplifies cleanup of kbd-int sessions,Markus Friedl
fixes memleak.
2001-12-08use only one path to X11 UNIX domain socket vs. an array of pathsKevin Steves
to try. report from djast@cs.toronto.edu. ok markus@
2001-12-07move back. pvalchev -- the bug was quite obscureTheo de Raadt
2001-12-07back out latest changes which cause problems on alpha/sparc64 untilPeter Valchev
they are fixed
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler in ypgetnewpasswd()Todd C. Miller
too. Restore old signal handler at the end of ypgetnewpasswd() and getnewpasswd().
2001-12-07Catch SIGINT and SIGQUIT via the kbintr() signal handler.Todd C. Miller
Now that getpass() is interuptible we need to catch these so that the "Password unchanged." message is printed.
2001-12-06disable nagle for X11 fake server and client TCPs. from netbsd.Kevin Steves
ok markus@
2001-12-06strncpy->strlcpy. remaining strncpy's are necessary. ok markus@Kevin Steves
2001-12-06shutdown(sock, SHUT_RDWR) not needed here; ok markus@Kevin Steves
2001-12-06add -o to sshd, too. ok deraadt@Markus Friedl
2001-12-06rcsid and hostory sectionMichael Shalayeff
2001-12-06long leftoversMichael Shalayeff
2001-12-05update from Nsk dudesMichael Shalayeff
2001-12-05make theo and djm happy: bye bye regexpMarkus Friedl
2001-12-05post 3.0.2Markus Friedl
2001-12-05minor KNFTheo de Raadt
2001-12-05KNF, and remove part of the TLI garbageTheo de Raadt
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-12-05deal with LP64 printf issue with sig_atomic_t. from thorpejJun-ichiro itojun Hagino
2001-12-05Get maxslp with sysctl. Not the constant.Artur Grabowski
2001-12-04duplicate prohibition entry; from Dan Weeks <danimal@danimal.org>Michael Shalayeff
2001-12-04some grammer in previous; fromBrian Poole <raj@cerias.purdue.edu>Michael Shalayeff
2001-12-02zap };Theo de Raadt
2001-12-02remove some };Theo de Raadt
2001-12-02Clarify man page and usage string to say 'pathname' and not 'string'Todd C. Miller
or 'dir'. Closes PR 2216; s AT msmith.net
2001-12-02Put back the interrupt fixed code, since it's not the issue.Marc Espie
2001-12-01don't pass user defined variables to /usr/bin/loginMarkus Friedl
2001-12-01KNFTheo de Raadt
2001-11-30sscanf() length dependencies are clearer now; can also shrink protoKevin Steves
and data if desired, but i have not done that. ok markus@
2001-11-30harrison dies, zappa died, jcs debutedMichael Shalayeff
2001-11-29fix protocol error: send 'failed' message instead of a 2nd challengeMarkus Friedl
(happens if the same key is in authorized_keys twice). reported Ralf_Meister@genua.de; ok djm@
2001-11-29sshd X11 fake server will now listen on localhost by default:Kevin Steves
$ echo $DISPLAY localhost:12.0 $ netstat -an|grep 6012 tcp 0 0 127.0.0.1.6012 *.* LISTEN tcp6 0 0 ::1.6012 *.* LISTEN sshd_config gatewayports=yes can be used to revert back to the old behavior. will control this with another option later. ok markus@
2001-11-29remove dead function prototype; ok markus@Kevin Steves
2001-11-29make sure that va_start() has matching va_end()Mike Pechkin
millert@ help&ok
2001-11-29typoMichael Shalayeff
2001-11-29Restore historic behavior:Todd C. Miller
o don't fmt lines that start with '.' to avoid hosing *roff o add -n flag to disable above behavior (undocumented feature in old fmt) Patch from Ruslan Ermilov (FreeBSD)
2001-11-28Some minor format beautification from FreeBSD and add the AUTHORSTodd C. Miller
section back in.
2001-11-28from FreeBSD:Todd C. Miller
Some KNF Call setlocale() Remove some silliness for non-BSD systems
2001-11-28remove unused varEric Jackson
2001-11-28Catch SIGINT in sendmessage() so user can interupt a long messageTodd C. Miller
that is being output. Make statusput() return an int and return -1 if ferror()
2001-11-28Fix typo; SIGTTIN where SIGINT meant and rename a variable for clarity.Todd C. Miller
2001-11-27Fix uninitialized variable introduced in rev 1.40; found by lebel@Todd C. Miller
If fgets() fails, set err to a reasonable value. Otherwise we could send the signal to pid 0 which would be bad...
2001-11-26fix AF_INET6 dgram socket printing (missing curly brace)Jun-ichiro itojun Hagino
2001-11-25Well, since I can't do my mondo openssl commitBob Beck
2001-11-25snprintf makes me happyTheo de Raadt
2001-11-24handle NL terminated pid files correctly, OK deraadt@Marco S Hyman
2001-11-24argh! i messed something up!Theo de Raadt