Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-13 | support supplementary group in {Allow,Deny}Groups | Markus Friedl | |
from stevesk@pobox.com | |||
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 | |
set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too. | |||
2001-01-13 | enable kerberos passwd auth in ssh2, use k_setpag; ok hin, dugsong, from ↵ | Markus Friedl | |
ksulliva@psc.edu | |||
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 | |
so modifying them directly results in a munged line in the resulting mail message that gets sent out. Similar to a patch from cazz@wezl.org; closes PR 1617 | |||
2001-01-10 | cleanup sftp-server implementation: | Markus Friedl | |
add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT parse SSH2_FILEXFER_ATTR_EXTENDED send SSH2_FX_EOF if readdir returns no more entries reply to SSH2_FXP_EXTENDED messages use #defines from the draft. move #definitions to sftp.h more info: http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt | |||
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 ↵ | Theo de Raadt | |
calls log() | |||
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 | |
out by janjaap@stack.nl (Janjaap van Velthooven). Really fixes user/1613 this time. | |||
2001-01-08 | implement option 'Banner /etc/issue.net' for ssh2, move version to | Markus Friedl | |
2.3.1 (needed for bugcompat detection, 2.3.0 would fail if Banner is enabled). | |||
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 | |
1) try_agent_authentication() for loop will overwrite key just allocated with key_new(); don't alloc 2) call ssh_close_authentication_connection() before exit try_agent_authentication() 3) free mem on bad passphrase in try_rsa_authentication() | |||
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 | |
pointer arithmetic to int where needed. Mostly from NetBSD. Fix some buffer overflows pointed out in PR 1446 by gluk@ptci.ru, and check some {m,re}allocs. | |||
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 | |
syslog priority changes: fatal() LOG_ERR -> LOG_CRIT log() LOG_INFO -> LOG_NOTICE | |||
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 | |
call to isatty(). Fixes PR #1606. | |||
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 ↵ | Markus Friedl | |
prints a banner (e.g. /etc/issue.net) | |||
2001-01-04 | Only use the sysctl interface if it's the running kernel we're getting | Angelos D. Keromytis | |
information from. | |||
2001-01-04 | Update to use the new sysctl return value for kmembuckets. That's it | Angelos D. Keromytis | |
for tonight. | |||
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 | |
the full length, since that would bring us way beyond typical terminal size (~20 digits per field). Still, this should be enough for a while. | |||
2001-01-02 | m88k doesn't like optimization on m4. | Steve Murphree | |