summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2004-08-12fake-rfc stuffMatt Johnston
--HG-- extra : convert_revision : 796008def04e47dc990703134c9fe013f1919190
2004-08-12Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston
--HG-- extra : convert_revision : 94cf58a3a50848156aaaf757d0a72163c0355406
2004-08-12Oops, forgot to call the actual code.Matt Johnston
--HG-- extra : convert_revision : 1394bf640a0721eb3851fdb9e534c5a65c8bc0f6
2004-08-12TCP forwarding works.Matt Johnston
--HG-- extra : convert_revision : 57dfb36d0d482ad84f31506904eb67863bd303ab
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
- still a checkpoint-ish commit - sorted out listening on localhost only --HG-- extra : convert_revision : c030ac0a3950dba81f2324e2ba9d4b77fc8f8149
2004-08-10just checkpointingMatt Johnston
--HG-- extra : convert_revision : fbbf404290f3fea3dfa9f6f53eba9389057e9044
2004-08-09Write the correct termcodes lengthMatt Johnston
--HG-- extra : convert_revision : 820649664926ee4346c564fc4d9c8e211d541092
2004-08-09add new entries to known_hostsMatt Johnston
--HG-- extra : convert_revision : b663974e3364274a5b94664e97683e18ab2a2579
2004-08-08newlines which weren't thereMatt Johnston
--HG-- extra : convert_revision : edef8ed42b61a7c69ed7c51c33e87f53b0614200
2004-08-08add cli-authpubkeyMatt Johnston
--HG-- extra : convert_revision : fb7a0272b88cd9cbc53004d0ba6184bc3098c9f2
2004-08-08burn the buffer a bit earlierMatt Johnston
--HG-- extra : convert_revision : 1f069f6a8a2ecee6f2e22b51751b73982606accb
2004-08-08Be a bit safer with reentrant pw_nameMatt Johnston
--HG-- extra : convert_revision : 6fa26817a93baeff5beb430be4e7e8127e1fd491
2004-08-08Forgot dbutil.h with the last commit (added buf_get_line)Matt Johnston
--HG-- extra : convert_revision : 9e0629e5018dc4c6950a852c57e850c5f4ddf32a
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
- Rearranged various bits of the fingerprint/base64 type code, so it can be shared between versions --HG-- extra : convert_revision : 6b8ab4ec5a6c99733fff584231b81ad9636ff15e
2004-08-07Should be dropbearkey, rather than dropbearmulti, for the default targetsMatt Johnston
--HG-- extra : convert_revision : bed848ac745ab66a9f4df57c3bc27e5e39c41d9a
2004-08-06- client pubkey auth worksMatt Johnston
- rearrange the runopts code for client and server (hostkey reading is needed by both (if the client is doing pubkey auth. otherwise....)) --HG-- extra : convert_revision : 5420858803bfff1e27dfe7fa877ba6fdd747e0c5
2004-08-06Filled out a bit, with commandline support etcMatt Johnston
--HG-- extra : convert_revision : 588496938ac3e4df1fab53f724be00afa9fadeab
2004-08-03Pubkey auth is mostly there for the client. Something strange withMatt Johnston
remote hostkey verification though. --HG-- extra : convert_revision : 8635abe49e499e16d44a8ee79d474dc35257e9cc
2004-08-03Improved signkey codeMatt Johnston
--HG-- extra : convert_revision : fcf64cb4d2e273f80bf8c5f1d2dd00a0f4dc1acf
2004-08-02Banner printingMatt Johnston
--HG-- extra : convert_revision : a38558944355bb9b4c8e9e22147c1f2d8d327775
2004-08-01Remove some unused commented-out codeMatt Johnston
--HG-- extra : convert_revision : bfac723600adde37a06e9b4f6309ab7cef39738e
2004-08-01added window-size change handlingMatt Johnston
--HG-- extra : convert_revision : 93a39c7b76f478035046b9c6f88af54612cce36f
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
- Refactored the terminal-mode handling for the server - Improved session closing for the client --HG-- extra : convert_revision : 9d19b4f22c39798af5f3f24c2022f8caec4919e8
2004-07-30tty raw mode support works mostlyMatt Johnston
adding cli-{chansession,runopts}.c which were missing --HG-- extra : convert_revision : ca970fb1e3fdbf0a72750e4af8f45ad308e77368
2004-07-30get rid of the substitution... We want a fixed identifierMatt Johnston
--HG-- extra : convert_revision : d6b70dbcc1713663608033cb41cde196d44d4f2c
2004-07-30we're nearly there yetMatt Johnston
--HG-- extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
2004-07-29Handle differing c2s and s2c algorithms properlyMatt Johnston
--HG-- extra : convert_revision : 5a8d0e105df84e50bc3e9d80486d6986634ff900
2004-07-29set the isserver flag (oops)Matt Johnston
fix password auth for the server --HG-- extra : convert_revision : 234eb604aabaef9ed0dd496ff8db8ecc212ca18c
2004-07-28Client mostly works up to password authMatt Johnston
Need to rework algo-choosing etc, since server is now broken. --HG-- extra : convert_revision : 458dc4eed0e885e7c91633d4781d3348213a0e19
2004-07-27Progressing client supportMatt Johnston
--HG-- extra : convert_revision : 48946be1cef774d1c33b0f78689962b18720c627
2004-07-27forgot to include libtomcrypt dirMatt Johnston
--HG-- extra : convert_revision : c936c6ac2910e212338966955bc0fb337b31f915
2004-07-27removed some test targetsMatt Johnston
--HG-- extra : convert_revision : 955ad253022493b8edc121802529f014b9aac505
2004-07-27Switching to the magical new Makefile, and new dbmulti styleMatt Johnston
--HG-- extra : convert_revision : 3f8efcdd56aab197d30a1ea81527c37dfee2f928
2004-07-27Totally reworked Makefile.inMatt Johnston
Doesn't totally work, but getting there --HG-- extra : convert_revision : 517f94c41885417c1040a6a6cf14aa2248334f26
2004-07-27Mention that autoheader should also be runMatt Johnston
--HG-- extra : convert_revision : 89ffd01cd93f8ce6e35f312e8f363c16ba72fe1b
2004-07-27- Rename common-packet.c to packet.cMatt Johnston
- buf_burn the unencrypted read/write payload buffers after use to avoid sensitive contents sitting in memory for too long --HG-- extra : convert_revision : 19227d63bda554e819ae7df919bfd18911d5b4a0
2004-07-26snapshot of stuffMatt Johnston
--HG-- extra : convert_revision : 2903853ba24669d01547710986ad531357602633
2004-07-20Rename cli_algo.c to cli-algo.c for consistencyMatt Johnston
--HG-- extra : convert_revision : 347c6511090f530bafebc18c171367d19ffbfd1a
2004-07-20switching to global varsMatt Johnston
--HG-- extra : convert_revision : 800073097767c2ac153ab834cbcf0121cb765118
2004-06-23Makefile.inMatt Johnston
--HG-- extra : convert_revision : 95173a527ef15143d4cbb8c574dff59076120f68
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
and ffa047425729e478a5b49b1ab0f8ec71c08a1421 --HG-- extra : convert_revision : e9b7d4eda64d70aff736f48cc8dea680b153139b
2004-06-22- Port restriction code back inMatt Johnston
- Remove bad strerror() logging --HG-- extra : convert_revision : 8ad0c90d041d667876641822a5d870e2e73059c6
2004-06-07Don't bother printing errno in exit messages (the code wasn't valid anyway)Matt Johnston
--HG-- extra : convert_revision : 84b4b2b17c096faebd10975a08e91954e2014d82
2004-06-03Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)Matt Johnston
--HG-- extra : convert_revision : 27e793a6395dbf5f2c0aa130d37fad2e4ef67e01
2004-06-03merge of a585c2284e9ad17bfe6c6fd8f18b1c5042b2df47Matt Johnston
and e3f735bb16fbd5cfb6bcad70885550c1b79b874c --HG-- extra : convert_revision : d6dc5dca7b7982493c6d43b19439f4e64f6dc99e
2004-06-03Mostly done with the listener changeoverMatt Johnston
--HG-- extra : convert_revision : 1a4dca8836a2a04a21fb675c718a549a8d445d25
2004-06-03- renaming x11fwd.c to svr-x11fwd.c, to testing monotoneMatt Johnston
--HG-- extra : convert_revision : b5f7a97c08fd454f31a546a9ac9d3a4a5768a2ac
2004-06-03- Reworked non-channel fd handling to listener.cMatt Johnston
- More channel cleaning up --HG-- extra : convert_revision : 385ec76d0304b93e277d1cc193383db5fd773703
2004-06-02Chantype handling is sortedMatt Johnston
--HG-- extra : convert_revision : 807efead6ecf690f147fd8145aa9d78ff894cdb2
2004-06-01Sorted out the first channel init issues.Matt Johnston
--HG-- extra : convert_revision : 67676f36b78efac878c11943d78a5de827498d05