summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-21remove -R flag; ok markus@Jakob Schlyter
2001-01-20KNF; ok markusDamien Miller
2001-01-20Check for NULL return from strdelim; ok markusDamien Miller
2001-01-20do not loop forever if askpass does not exist; from andrew@pimlott.ne.mediaon...Markus Friedl
2001-01-20dh_new_group() does not return NULL. ok markus@Kevin Steves
2001-01-20fix SIGSEGV from -o ""; problem noted by jehsom@togetherweb.comTheo de Raadt
2001-01-20typoMarkus Friedl
2001-01-20pass the filename to auth_parse_options()Markus Friedl
2001-01-19clear and free digest, make consistent with other code (use dlen); from stevesk@Markus Friedl
2001-01-19fix typo; from stevesk@Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-19only auth-chall.c needs #ifdef SKEYMarkus Friedl
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-18log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systemsMarkus Friedl
2001-01-18don't call rsa-keygen from signalhandler.Markus Friedl
2001-01-16indentTheo de Raadt
2001-01-16remove some statics. simpler handles; idea from nisse@lysator.liu.seMarkus Friedl
2001-01-16make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...Markus Friedl
2001-01-15readable long listing for sftp-server, ok deraadt@Markus Friedl
2001-01-15rename must fail if newpath exists, debug off by defaultMarkus Friedl
2001-01-15use error() not stderr!Markus Friedl
2001-01-15use log() instead of stderrMarkus Friedl
2001-01-13move callback to headerfileMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2001-01-13oopsMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2001-01-13WallMarkus Friedl
2001-01-13fix commentMarkus Friedl
2001-01-13reorder, typoMarkus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2001-01-13enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ksul...Markus Friedl
2001-01-13typo, from stevesk@sweden.hp.comMarkus Friedl
2001-01-13free() -> xfree(); fix memory leak; from stevesk@pobox.comMarkus Friedl
2001-01-13use SSH_DEFAULT_PORT; from stevesk@pobox.comMarkus Friedl
2001-01-13getopt() returns -1 not EOF; stevesk@pobox.comMarkus Friedl
2001-01-13small ssh-keygen manpage cleanup; stevesk@pobox.comMarkus Friedl
2001-01-11maxfd+1Markus Friedl
2001-01-11fix select overflow, work by deraadt and me.Markus Friedl
2001-01-10cleanup sftp-server implementation:Markus Friedl
2001-01-10XXX -- generate_empheral_server_key() is not safe against races, because it c...Theo de Raadt
2001-01-09allow TCP_NDELAY for ipv6; from netbsd via itojun@Markus Friedl
2001-01-08implement option 'Banner /etc/issue.net' for ssh2, move version toMarkus Friedl
2001-01-08O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.comMarkus Friedl
2001-01-08more cleanups and fixes from stevesk@pobox.com:Markus Friedl
2001-01-08missing free; thanks stevesk@pobox.comMarkus Friedl
2001-01-08yet another typo; bad markusMarkus Friedl
2001-01-07typoMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl