Age | Commit message (Expand) | Author |
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-12 | moved stests to src/regress/usr.bin/sort which is more appropriate | Todd C. Miller |
2001-01-12 | various small cleanups | Theo de Raadt |
2001-01-11 | maxfd+1 | Markus Friedl |
2001-01-11 | fix select overflow, work by deraadt and me. | Markus Friedl |
2001-01-11 | comment on a real nasty race | Theo de Raadt |
2001-01-11 | make closedown() use __svc_fdset, so that large fd_set sizes close down nice | Theo de Raadt |
2001-01-11 | grep() returns a list of aliases to entries in the original list | Todd C. Miller |
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl |
2001-01-10 | handle malloc() failures | Theo de Raadt |
2001-01-10 | error out for strdup() failures | Theo de Raadt |
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-09 | Typos: 'eg.' -> 'e.g.' | Kenneth R Westerback |
2001-01-09 | Get Dijkstra's middle initial correct too, as in PR 1613; gently pointed | Paul Janzen |
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 | spelling | Paul Janzen |
2001-01-08 | yet another typo; bad markus | Markus Friedl |
2001-01-08 | Fix various warnings, merge lite-2, and tidy a bit; also, cast some | Paul Janzen |
2001-01-07 | typo | Markus Friedl |
2001-01-07 | missing free, stevesk@pobox.com | Markus Friedl |
2001-01-07 | missing free, stevesk@pobox.com | Markus Friedl |
2001-01-07 | rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE | Markus Friedl |
2001-01-06 | remove unused | Markus Friedl |
2001-01-05 | Restore errno in yy_init_buffer() since it may get trounced by the | Todd C. Miller |
2001-01-05 | missing .El | Jun-ichiro itojun Hagino |
2001-01-04 | consistent use of _PATH_BSHELL; from stevesk@pobox.com | Markus Friedl |
2001-01-04 | Mention AES as available SSH2 Cipher; ok markus | Damien Miller |
2001-01-04 | sync usage()/man with defaults; from stevesk@pobox.com | Markus Friedl |
2001-01-04 | handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p... | Markus Friedl |
2001-01-04 | Only use the sysctl interface if it's the running kernel we're getting | Angelos D. Keromytis |
2001-01-04 | Update to use the new sysctl return value for kmembuckets. That's it | Angelos D. Keromytis |
2001-01-04 | Use sysctl(3) to get clock information as well. | Angelos D. Keromytis |
2001-01-04 | Use the new sysctl(3) interface for the kernel memory bucket statistics. | Angelos D. Keromytis |
2001-01-04 | Use sysctl(3) to get the boottime, rather than kread() | Angelos D. Keromytis |
2001-01-03 | New length of kmembuckets counters; we don't really take advantage of | Angelos D. Keromytis |
2001-01-02 | m88k doesn't like optimization on m4. | Steve Murphree |
2001-01-02 | strict_host_key_checking for host_status != HOST_CHANGED && ip_status == HOST... | Markus Friedl |
2001-01-02 | log remote ip on disconnect; PR 1600, from jcs@rt.fm | Markus Friedl |
2001-01-02 | check for another allocation failure | Theo de Raadt |
2001-01-02 | accumulate memory total requests in quad | Michael Shalayeff |
2001-01-02 | A bit more space to accomodate u_long for kb_calls (Requests column) | Angelos D. Keromytis |
2001-01-01 | use shared fatal(); from stevesk@pobox.com | Markus Friedl |
2000-12-31 | Redress PR 1547. Provide an option to pass high characters without | Hugh Graham |
2000-12-30 | Allow printing characters > 0x80, thus permitting other charsets | Angelos D. Keromytis |