Age | Commit message (Expand) | Author |
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-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 |