summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2004-06-01syntactical fixups - it compiles, but channel handling code requires fixing.Matt Johnston
--HG-- extra : convert_revision : 6f8be81d5486f3499fde596d8e86df2630b24442
2004-06-01Makefile.in contains updated files requiredMatt Johnston
--HG-- extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be