summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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-12moved stests to src/regress/usr.bin/sort which is more appropriateTodd C. Miller
2001-01-12various small cleanupsTheo de Raadt
2001-01-11maxfd+1Markus Friedl
2001-01-11fix select overflow, work by deraadt and me.Markus Friedl
2001-01-11comment on a real nasty raceTheo de Raadt
2001-01-11make closedown() use __svc_fdset, so that large fd_set sizes close down niceTheo de Raadt
2001-01-11grep() returns a list of aliases to entries in the original listTodd C. Miller
2001-01-10cleanup sftp-server implementation:Markus Friedl
2001-01-10handle malloc() failuresTheo de Raadt
2001-01-10error out for strdup() failuresTheo de Raadt
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-09Typos: 'eg.' -> 'e.g.'Kenneth R Westerback
2001-01-09Get Dijkstra's middle initial correct too, as in PR 1613; gently pointedPaul Janzen
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-08spellingPaul Janzen
2001-01-08yet another typo; bad markusMarkus Friedl
2001-01-08Fix various warnings, merge lite-2, and tidy a bit; also, cast somePaul Janzen
2001-01-07typoMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl
2001-01-07missing free, stevesk@pobox.comMarkus Friedl
2001-01-07rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICEMarkus Friedl
2001-01-06remove unusedMarkus Friedl
2001-01-05Restore errno in yy_init_buffer() since it may get trounced by theTodd C. Miller
2001-01-05missing .ElJun-ichiro itojun Hagino
2001-01-04consistent use of _PATH_BSHELL; from stevesk@pobox.comMarkus Friedl
2001-01-04Mention AES as available SSH2 Cipher; ok markusDamien Miller
2001-01-04sync usage()/man with defaults; from stevesk@pobox.comMarkus Friedl
2001-01-04handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that p...Markus Friedl
2001-01-04Only use the sysctl interface if it's the running kernel we're gettingAngelos D. Keromytis
2001-01-04Update to use the new sysctl return value for kmembuckets. That's itAngelos D. Keromytis
2001-01-04Use sysctl(3) to get clock information as well.Angelos D. Keromytis
2001-01-04Use the new sysctl(3) interface for the kernel memory bucket statistics.Angelos D. Keromytis
2001-01-04Use sysctl(3) to get the boottime, rather than kread()Angelos D. Keromytis
2001-01-03New length of kmembuckets counters; we don't really take advantage ofAngelos D. Keromytis
2001-01-02m88k doesn't like optimization on m4.Steve Murphree