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