Commit Graph

  • e3245fbd76 Updated todo Erik Ekman 2007-03-01 21:08:12 +0000
  • b5243bf23e Updated changelog Erik Ekman 2007-03-01 21:07:33 +0000
  • 53f6cb2f85 compare with VNAK instead of VACK twice Erik Ekman 2007-03-01 15:34:04 +0000
  • 503a5a4406 Make todo reference trac Erik Ekman 2007-02-27 23:05:35 +0000
  • 76ec4ab895 #11 routing between clients implemented. clients need to poll more often to get reasonable packetloss due to no queue Erik Ekman 2007-02-11 16:39:09 +0000
  • 3341f3c268 Additional checks Erik Ekman 2007-02-11 15:04:44 +0000
  • 68c4233f9b Added test on user handling methods Erik Ekman 2007-02-11 14:39:43 +0000
  • 7ea80349f5 Use -pedantic in tests, fixed all warnings Erik Ekman 2007-02-11 14:07:26 +0000
  • ad07e40988 Use -pedantic, fixed all warnings Erik Ekman 2007-02-11 13:54:40 +0000
  • 92a791f430 always send replys to P packets Erik Ekman 2007-02-11 13:39:32 +0000
  • 08ecccc7fe #11 only read from tun if any active user is not sending Erik Ekman 2007-02-11 11:51:30 +0000
  • 23ad29522b #11 moved user code to user.c Erik Ekman 2007-02-11 11:21:18 +0000
  • 265332f39b Add header file for bsd Erik Ekman 2007-02-11 10:47:31 +0000
  • c6a67d340e Use bsd ip.h header instead Erik Ekman 2007-02-11 10:42:57 +0000
  • 05927b97e4 Fix testcases after refactoring Erik Ekman 2007-02-11 01:46:45 +0000
  • b56a4d23f5 #11 Fix delayed ack timer Erik Ekman 2007-02-11 01:30:41 +0000
  • 8d766e2857 #11 basic support for multiple users. some work left Erik Ekman 2007-02-11 00:50:02 +0000
  • 7994402806 added explicit typecast on zlib-calls to silence compiler warnings Bjorn Andersson 2007-02-10 23:23:08 +0000
  • 3b8ca164ab readded some includes to make it build on openbsd Bjorn Andersson 2007-02-10 23:21:12 +0000
  • eb082ac9ce code cleanup Bjorn Andersson 2007-02-10 22:52:36 +0000
  • 757f59e350 checking return value from decompress, to avoid sending 64k packages on the tun every time there is a datacorruption Bjorn Andersson 2007-02-10 22:52:15 +0000
  • 16e9df4164 moved method that encoded strings to dnsnames to read.c and renamed it to putname Bjorn Andersson 2007-02-10 22:30:40 +0000
  • c538bd0b6d the seed wasnt saved in the server between it was sent to the client and the client logged in, extracted function for sending version_responses Bjorn Andersson 2007-02-10 22:17:11 +0000
  • a49e400ea9 splint said that these headers where not used Erik Ekman 2007-02-10 22:13:42 +0000
  • 8383344817 knf Bjorn Andersson 2007-02-10 21:44:03 +0000
  • 3015cc33b2 #9 fixes compabilityproblems with gnu install Bjorn Andersson 2007-02-10 17:41:54 +0000
  • 16379e14b1 should work on linux now, creates directories if needed...closes #9 Bjorn Andersson 2007-02-10 17:37:46 +0000
  • ac5d65b924 install and uninstall in makefile Bjorn Andersson 2007-02-10 17:29:19 +0000
  • 3dad84f5b9 some code cleanup in handshake, fixes possibly strange errors if short packet received Bjorn Andersson 2007-02-10 17:10:17 +0000
  • 3a3b06b4b4 Add password in usage Erik Ekman 2007-02-10 12:36:08 +0000
  • cf3734c70e #8 added manpage Erik Ekman 2007-02-10 12:33:10 +0000
  • 71e9359ed0 #3 fixed last test, added A char Erik Ekman 2007-02-08 21:10:46 +0000
  • 79f9940b83 #3 fixed decode query test Erik Ekman 2007-02-08 20:53:37 +0000
  • a8127f410c #3 updated encoding testcase to new usage Erik Ekman 2007-02-08 20:42:24 +0000
  • 0e951ef007 #10 fix offbyone error in decode Erik Ekman 2007-02-08 20:32:17 +0000
  • 7d7a81374e Fix returnvalue from decode Erik Ekman 2007-02-08 19:45:59 +0000
  • 0d08be747f knf Bjorn Andersson 2007-02-06 16:01:09 +0000
  • c58df44dc6 Reverting unintended commit Erik Ekman 2007-02-05 19:47:03 +0000
  • 9355cd7829 #10 fixed basic ack. pings bigger than 110 still lost Erik Ekman 2007-02-05 19:44:46 +0000
  • 9b438c20d4 #3 remove dnsd_send from dns.c, move to iodined.c Erik Ekman 2007-02-05 17:49:30 +0000
  • 1cba145310 #3 Clean up headerfile Erik Ekman 2007-02-05 17:49:01 +0000
  • cb66fd68a2 #3 Renamed functions Erik Ekman 2007-02-05 17:40:06 +0000
  • db62c7f82c extracted common code from send_* in iodine.c Bjorn Andersson 2007-02-04 23:12:08 +0000
  • da636b1f47 #3 fix issue with topdomain. Also make sure ping packet is type NULL Erik Ekman 2007-02-04 23:08:09 +0000
  • 46d3053540 servern now get a topdomain other than NULL Bjorn Andersson 2007-02-04 22:38:07 +0000
  • 0fd3d9e62e #3 Make testcases compile. They still need to be adjusted to the new way of working Erik Ekman 2007-02-04 22:11:00 +0000
  • b45dc25226 #3 major cleanup on client, moved all network code from dns.c to iodine.c Bjorn Andersson 2007-02-04 20:37:36 +0000
  • 728919fc9a #5 Add checks on incoming queries Erik Ekman 2007-02-04 17:22:07 +0000
  • 7207d722b4 extracted tunnel-code to own functions Bjorn Andersson 2007-02-04 17:00:20 +0000
  • 2ee543f053 Use unsigned long in zlib functions Erik Ekman 2007-02-04 16:06:53 +0000
  • c5317fe388 #3 move dnsd_read from dns.c to iodined.c, now named read_dns Erik Ekman 2007-02-04 15:46:06 +0000
  • 064d060f79 fixed type of length that zlib is given Bjorn Andersson 2007-02-04 15:38:28 +0000
  • 1deab43f13 #4 make tests pass as well Erik Ekman 2007-02-04 15:28:24 +0000
  • b1d7bfb634 #4 added the common-files Bjorn Andersson 2007-02-04 15:22:55 +0000
  • 692b595cfc #4 - moved common stuff to common.c and moved open_dns, close_dns there Bjorn Andersson 2007-02-04 15:21:55 +0000
  • 8c7fb4d947 #1 move saving of client ip Erik Ekman 2007-01-31 19:34:27 +0000
  • 5733c68988 Make test target more quiet Erik Ekman 2007-01-30 22:16:49 +0000
  • 3e52c974bc Empty buffer before writing, added packet dump function Erik Ekman 2007-01-28 13:32:41 +0000
  • a78b85fbf2 Fix signedness warnings Erik Ekman 2007-01-28 13:05:16 +0000
  • fa2ca99b8a Fix signedness warnings Erik Ekman 2007-01-28 12:58:23 +0000
  • 4f1c123c8e Fixed signedness in login.c Erik Ekman 2007-01-28 12:54:16 +0000
  • 2127ea784f fix signedness and cleanup Erik Ekman 2007-01-28 12:50:24 +0000
  • ad184944d0 Add the progress Erik Ekman 2007-01-28 12:38:13 +0000
  • 59b7f5502f dont export the peer Erik Ekman 2007-01-28 12:36:34 +0000
  • ef43ef6293 query is now an enum for compile-time checks Bjorn Andersson 2007-01-28 12:31:04 +0000
  • 1a46808b8a Rework query testcase, some dns cleanup Erik Ekman 2007-01-28 11:52:36 +0000
  • 89c99f1ddf Use dns_decode for packets from client Erik Ekman 2007-01-28 06:47:51 +0000
  • d1c36f3db4 Added dns_decode test for response Erik Ekman 2007-01-28 06:11:54 +0000
  • 5beb814d8c refactoring client receive code Bjorn Andersson 2007-01-28 06:00:50 +0000
  • 82c634619c Add testcase for dns_encode on answers Erik Ekman 2007-01-28 05:57:44 +0000
  • d1ffedae43 Added test on dns_encode Erik Ekman 2007-01-28 05:37:13 +0000
  • e56074b42a refactoring dns, ripped out dns packet generating code, removing dependency on io Bjorn Andersson 2007-01-28 05:10:19 +0000
  • c10fa59bbb Fix speling Erik Ekman 2007-01-28 04:31:19 +0000
  • dc5e95ee3d Make variables static Erik Ekman 2007-01-28 04:30:43 +0000
  • 59b85a87a3 State arch Erik Ekman 2007-01-28 04:17:33 +0000
  • 1edd418ca2 Header files for htonl Erik Ekman 2007-01-28 04:13:14 +0000
  • eed9e7063d Fix login_calculate on wrong endian Erik Ekman 2007-01-28 04:10:37 +0000
  • 2a860e3528 Added login hash test Erik Ekman 2007-01-28 04:01:20 +0000
  • d0fdda8b5f Added login hash test Erik Ekman 2007-01-28 04:01:10 +0000
  • 7c223c2987 modified timeout-check to work with older versions of check Bjorn Andersson 2007-01-28 03:43:51 +0000
  • 0aa665c0e3 Check that the buffer is intact Erik Ekman 2007-01-28 03:35:24 +0000
  • 22c66af914 More dns tests Erik Ekman 2007-01-28 03:28:02 +0000
  • 10a8c6711c Cleanup Erik Ekman 2007-01-28 03:15:45 +0000
  • 97727402b0 Removed old tests Erik Ekman 2007-01-28 03:13:06 +0000
  • 5b149413cb Use CC/LD Erik Ekman 2007-01-28 03:08:31 +0000
  • 19a0b9a382 fixed interval in read testcase, handles check without timeout Bjorn Andersson 2007-01-28 03:05:43 +0000
  • 8babf3f1a6 put/getlong fixed Bjorn Andersson 2007-01-28 02:52:19 +0000
  • 7368bcaff7 Set timeout on testcase to avoid killing Erik Ekman 2007-01-28 02:50:59 +0000
  • 981204682f Lowercase suite name Erik Ekman 2007-01-28 02:11:10 +0000
  • b135525c4f fixed memleak in tests Bjorn Andersson 2007-01-28 02:04:16 +0000
  • ac1cb81dec fixed memleak on failure Bjorn Andersson 2007-01-28 02:01:39 +0000
  • 90e47bbf8b borken length in allocation, now fixed Bjorn Andersson 2007-01-28 01:39:19 +0000
  • 0c8e398941 base32 now correct and test cleanup Bjorn Andersson 2007-01-28 01:07:51 +0000
  • ec1ed45793 removed possible segfault in the test-code Bjorn Andersson 2007-01-27 16:32:44 +0000
  • f3da9d2d85 separated md5 and login Bjorn Andersson 2006-12-16 01:07:29 +0000
  • dc34d6edee all old tests have been ported to check Bjorn Andersson 2006-12-16 00:42:13 +0000
  • 9ccbd4bc88 added tests for putshort, putlong and readname Bjorn Andersson 2006-12-16 00:29:24 +0000
  • 13550e93c4 tests depend on the check unit test library, and should therefor not be run every time! Bjorn Andersson 2006-12-16 00:18:11 +0000
  • 13a17af72d added new base32-implementation, work has to be done to incoorp this into encoding Bjorn Andersson 2006-12-16 00:12:06 +0000
  • 93085e0959 added test taget to run tests from src root Bjorn Andersson 2006-12-16 00:10:03 +0000