summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2004-08-14Dropbearkey can now print out pubkey portionsMatt Johnston
2004-08-13Some doc changesMatt Johnston
2004-08-12adding inetd mode back from 0.43Matt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-12Simple text changesMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-12fake-rfc stuffMatt Johnston
2004-08-12Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston
2004-08-12Oops, forgot to call the actual code.Matt Johnston
2004-08-12TCP forwarding works.Matt Johnston
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
2004-08-10just checkpointingMatt Johnston
2004-08-09Write the correct termcodes lengthMatt Johnston
2004-08-09add new entries to known_hostsMatt Johnston
2004-08-08newlines which weren't thereMatt Johnston
2004-08-08add cli-authpubkeyMatt Johnston
2004-08-08burn the buffer a bit earlierMatt Johnston
2004-08-08Be a bit safer with reentrant pw_nameMatt Johnston
2004-08-08Forgot dbutil.h with the last commit (added buf_get_line)Matt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-08-07Should be dropbearkey, rather than dropbearmulti, for the default targetsMatt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-08-06Filled out a bit, with commandline support etcMatt Johnston
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
2004-08-03Improved signkey codeMatt Johnston
2004-08-02Banner printingMatt Johnston
2004-08-01Remove some unused commented-out codeMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-07-30tty raw mode support works mostlyMatt Johnston
2004-07-30get rid of the substitution... We want a fixed identifierMatt Johnston
2004-07-30we're nearly there yetMatt Johnston
2004-07-29Handle differing c2s and s2c algorithms properlyMatt Johnston
2004-07-29set the isserver flag (oops)Matt Johnston
2004-07-28Client mostly works up to password authMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-27forgot to include libtomcrypt dirMatt Johnston
2004-07-27removed some test targetsMatt Johnston
2004-07-27Switching to the magical new Makefile, and new dbmulti styleMatt Johnston
2004-07-27Totally reworked Makefile.inMatt Johnston
2004-07-27Mention that autoheader should also be runMatt Johnston
2004-07-27- Rename common-packet.c to packet.cMatt Johnston
2004-07-26snapshot of stuffMatt Johnston
2004-07-20Rename cli_algo.c to cli-algo.c for consistencyMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-23Makefile.inMatt Johnston
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
2004-06-22- Port restriction code back inMatt Johnston
2004-06-07Don't bother printing errno in exit messages (the code wasn't valid anyway)Matt Johnston
2004-06-03Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston