summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-25document nchan.c (proto1.5)Markus Friedl
1999-10-25remove buggy 'x11-fix'Markus Friedl
1999-10-25typo in debug messages (input vs. ouput)Markus Friedl
1999-10-25remove prototypes for old/removed minfd functionsMarkus Friedl
1999-10-25typo, s/to many/too many/, from zzlevo@dd.chalmers.seMarkus Friedl
1999-10-25bugfix: print remote version, from chris@dqc.orgMarkus Friedl
1999-10-25move common files to ./lib and link libssh.a, tested with and w/o objMarkus Friedl
1999-10-25Ox 2.7Jason Wright
1999-10-25use bus_dma instead of [u]vm_page_alloc_contigJason Wright
1999-10-25extra entries; joe@nall.comTheo de Raadt
1999-10-25fix heading; post-2.6 src is unlockedTheo de Raadt
1999-10-23simple sync; does not affect mkrTheo de Raadt
1999-10-22fix some panic bugs; jasonTheo de Raadt
1999-10-20syncTheo de Raadt
1999-10-20special character handling; aaronTheo de Raadt
1999-10-19stop leak; after branch, builders take noteTheo de Raadt
1999-10-18fix some of the more blatent stupidity (third release) andBob Beck
add a note about not installing ssl from the mac installer
1999-10-18force FDSCRIPTS after include files are pulled inTheo de Raadt
1999-10-18typosNiels Provos
1999-10-18check errata.html after installingNiels Provos
1999-10-18small changesTheo de Raadt
1999-10-18talk about config -eNiels Provos
1999-10-18OpenSSH-1.2, read my lips: no more patchesMarkus Friedl
1999-10-18default to man set included, from cd/disk tooTheo de Raadt
1999-10-18the session key is only the least significant 256-bits, mask the rest awayNiels Provos
1999-10-18syncTheo de Raadt
1999-10-18Add a help(1) man page -- help for new users and administrators.Aaron Campbell
1999-10-18ssh startup fix; millertTheo de Raadt
1999-10-17removed AUTH_FD residua.Markus Friedl
1999-10-17don't use KerberosOrLocalPassword unless KerberosAuthentication is set - ↵Dug Song
from millert@
1999-10-17default KerberosOrLocalPassword to 'yes'Dug Song
1999-10-17remove AllowHosts, DenyHosts, SilentDeny server access control cruft - ↵Dug Song
replace with LIBWRAP moved to child. ok markus@ deraat@
1999-10-17use daemon()Dug Song
1999-10-17-Wall, get rid of unused headers/varsDug Song
1999-10-17Remove some redundant .Pp.Aaron Campbell
1999-10-17More consistent introduction to options.Aaron Campbell
1999-10-17Use the AT&T UNIX macros.Aaron Campbell
1999-10-17Macro for Version 1 AT&T UNIX.Aaron Campbell
1999-10-17Minor formatting nits.Aaron Campbell
1999-10-17Few fixes.Aaron Campbell
1999-10-17Formatting fix.Aaron Campbell
1999-10-17mention that verbose mode can be used s/key authenticationNiels Provos
1999-10-17another stupid typoTheo de Raadt
1999-10-17re-implement the proto-1.5 channel close protocol, see nchan.ms.Markus Friedl
1999-10-17fix errorsTheo de Raadt
1999-10-17explain about using pkg_add interactivly from within the ftp clientNiels Provos
1999-10-17Fix typo; kwesterback@home.comAaron Campbell
1999-10-17pretty reuse prompt; requested by kwesterback@home.comTheo de Raadt
1999-10-17damnit: complete disgusting dual-matching for ssl libraries which really showsTheo de Raadt
how little sh i know (and how incapable i am of reading the sh manpage after 7 guiness). thanks to various people for going through the grief of discovering this problem first hand, after a few people in michigan had not gotten around to testing their work (tsk tsk tsk!)
1999-10-17Fix misleading comment.Todd C. Miller