summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2001-01-19clear and free digest, make consistent with other code (use dlen); from stevesk@Markus Friedl
2001-01-19fix typo; from stevesk@Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl
2001-01-19only auth-chall.c needs #ifdef SKEYMarkus Friedl
2001-01-19More fixes from Don Beusee:Todd C. Miller
2001-01-18rename *-skey.c *-chall.c since the files are not skey specificMarkus Friedl
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-18log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systemsMarkus Friedl
2001-01-18don't call rsa-keygen from signalhandler.Markus Friedl
2001-01-18remove signal races, using flagsTheo de Raadt
2001-01-17use more strlcpy()Theo de Raadt
2001-01-17remove stdio code from handler, and _exit() at terminationTheo de Raadt
2001-01-17Don't dump core when a ``bad address'' error occurs and there is neitherPaul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
2001-01-16indentTheo de Raadt
2001-01-16spellingTheo de Raadt
2001-01-16remove some statics. simpler handles; idea from nisse@lysator.liu.seMarkus Friedl
2001-01-16fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu>Eric Jackson
2001-01-16make "ssh-rsa" key format for ssh2 confirm to the ietf-drafts; from galb@vand...Markus Friedl
2001-01-16Changes from Don Beusee:Todd C. Miller
2001-01-16Changes from Don Beusee:Todd C. Miller
2001-01-15readable long listing for sftp-server, ok deraadt@Markus Friedl
2001-01-15rename must fail if newpath exists, debug off by defaultMarkus Friedl
2001-01-15use error() not stderr!Markus Friedl
2001-01-15use log() instead of stderrMarkus Friedl
2001-01-15typoTheo de Raadt
2001-01-15oopsTheo de Raadt
2001-01-13move callback to headerfileMarkus Friedl
2001-01-13support supplementary group in {Allow,Deny}GroupsMarkus Friedl
2001-01-13oopsMarkus Friedl
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