Commit Graph

  • 7cc9e0a2b9 Merge pull request #14 from orthographic-pedant/spell_check/comfortable master jercos 2015-10-07 13:11:04 -0700
  • 20e70ebeda Fix typographical error(s) orthographic-pedant 2015-10-07 14:44:01 -0400
  • 67a3f5e923 Added coverity Valeska 2015-04-03 02:46:58 -0700
  • f7f9690d29 All inet.c/inet.h compile errors should be fixed now, Sorry for the issues. MissValeska 2015-03-03 12:21:06 -0800
  • 941413c77e Commented out inet_sendfile64 fixing compile error MissValeska 2015-02-06 12:00:29 -0800
  • 296e4e5519 Fixed compilation errors around off64_t MissValeska 2015-01-23 01:15:49 -0800
  • f439b7d549 Many changes, Some possible fixes/optimisations in inet.c and the addition of inet_sendfile64 MissValeska 2014-12-23 20:37:57 -0800
  • 8e0c1ce00c Updated build information and other stuff Valeska 2014-12-20 22:43:40 -0800
  • 325b82ff3c Checking the value of rule in insert_rule MissValeska 2014-12-03 13:00:17 -0800
  • 4dcc515709 Checking the value of rule in insert_rule MissValeska 2014-12-03 12:58:47 -0800
  • 564da85dc8 Checking the value of rule in insert_rule MissValeska 2014-12-03 12:51:52 -0800
  • 6ef905da67 Merge origin/master MissValeska 2014-12-03 12:32:28 -0800
  • 9ec62661b2 Checking the value of rule in mark_init MissValeska 2014-12-03 12:31:04 -0800
  • 93eac85586 Merge pull request #10 from dyne/ml_links Valeska 2014-12-01 21:30:25 -0800
  • e3e0217ca9 Retyped lxlee1102's fix for #11 Jeremy Sturdivant 2014-11-26 07:43:49 -0800
  • de85724e7b The ntk-wifi script should work now, Including it's new --undo argument. MissValeska 2014-11-25 11:15:41 -0800
  • 66500c1c2c Improvements MissValeska 2014-11-25 08:28:58 -0800
  • c8f8615ba5 fixed links to mailinglist Jaromil 2014-11-11 01:43:15 +0100
  • 677df07d69 netsplit argument fix MissValeska 2014-11-06 20:05:00 -0800
  • 796c09a799 netsplit debug info MissValeska 2014-11-06 20:04:02 -0800
  • de9f35eb02 debug info/usage format fixes MissValeska 2014-11-06 20:02:39 -0800
  • 704b7ebd76 I changed a lot in implementing and setting up testing stuff for netsplit, Including a new netsplit struct in netsukuku.h which may or may not be permanent. It was the only way I could find to preserve a variable from netsukuku.c to andns.c. Also, The netsukuku.c interface argument has, apparently, been just a break statement for a long time, I have reverted it. I still don't totally understand how it works, though. There is more to come! MissValeska 2014-11-06 19:17:14 -0800
  • 8c39cf1d98 netsplit work MissValeska 2014-11-06 17:27:44 -0800
  • 37deedce61 netsplit.c format fix MissValeska 2014-11-06 16:47:04 -0800
  • f8a151e7fb Netsplit progress, ntk_mode properly set up. MissValeska 2014-11-06 15:59:07 -0800
  • c5cfe42811 Netsplit functionality in-progress MissValeska 2014-11-06 15:49:43 -0800
  • 9fd91b8e01 fixed usage() MissValeska 2014-11-06 15:47:34 -0800
  • 09826bb34a Massive experimental work done on implementing ntk netsplit as defined in the rfc http://netsukuku.freaknet.org/docs/main_doc/ntk_rfc/Ntk_net_split MissValeska 2014-11-06 15:44:02 -0800
  • dd2e7d5649 always more work to do MissValeska 2014-10-28 18:33:01 -0700
  • 2cc1ce7892 Fixed the strcmp comparison and printing error in the exclude_interface function. MissValeska 2014-10-28 16:39:08 -0700
  • 84b6ed71d5 Fixed some stuff MissValeska 2014-10-28 16:30:26 -0700
  • 454aa9a776 I have found some stuff in netsukuku which I have used to fix the exclude argument, It should now function correctly. Testing is needed. MissValeska 2014-10-27 11:04:57 -0700
  • 247d4895e9 it should finally be fixed. MissValeska 2014-10-26 09:39:25 -0700
  • 8bc5d69758 The ntk-console client command console_uptime should now not print negative numbers, And inet_sendto should now properly print ipv4 addresses in a human readable format. MissValeska 2014-10-26 09:31:49 -0700
  • 175f795a2b Maybe it will work now? MissValeska 2014-10-26 08:54:47 -0700
  • 2c1bdf5990 Maybe it will work now? MissValeska 2014-10-26 07:43:06 -0700
  • 201b69221e okay, so I will need to find another way to display an ipv4 address in a human readable format. MissValeska 2014-10-26 07:28:07 -0700
  • 67b7f162ff Experimental Debug text fixes. MissValeska 2014-10-26 07:21:35 -0700
  • cfa05e3a64 Fixed Debug text. MissValeska 2014-10-26 07:02:26 -0700
  • b48ef3560f Fixed Debug text. MissValeska 2014-10-26 06:58:14 -0700
  • 0150e04c01 Cleaned up some more spam texts. MissValeska 2014-10-26 06:50:49 -0700
  • 4b512c8ef8 Adding some debug options, And cleaned up spam texts. MissValeska 2014-10-26 06:46:44 -0700
  • 738f6cf903 I just noticed that inet_sendto does NOT call inet_send as I previously assumed, It calls sendto itself. I guess I didn't see that it didn't have inet_ before it. I, Also, Realised that this means that the fragmentation code I copied from inet_send won't work because it calls inet_send instead of inet_sendto. I, Also, Realised that, I need to add the inet_sendto arguments as well. This should fix the cannot send(): Destination address required errors. MissValeska 2014-10-21 02:31:41 -0700
  • ae7fc0ee70 Added Packet Successfully sent text plus errno for inet_sendto. MissValeska 2014-10-21 01:20:46 -0700
  • d6986b3f4d Adds errno and err reporting to inet_sendto. MissValeska 2014-10-21 01:18:26 -0700
  • 7953b9af92 I just made a change and realised, If the the EMSGSIZE case is ever called upon, We won't know if that is actually an error or not. It has a procedure to resolve it, And if we see a big error message, It might scare us even though it is probably fixed. We, Also, Don't know if the error message is for the same packet, or another. I will have to look into fixing this. MissValeska 2014-10-21 01:09:38 -0700
  • 06de3f1f9e This should fix the packet artifically fragmented errors, Hopefully. MissValeska 2014-10-21 01:04:01 -0700
  • e6bea6b2c0 I fixed a compilation error, Dunno why a number in a #define wouldn't be in quotation marks, Also, Why is config.h in .gitignore? MissValeska 2014-10-16 05:31:13 -0700
  • 5469434241 Merge branch 'kallisti5-master' MissValeska 2014-10-15 21:45:39 -0700
  • 0fdc2ad732 working MissValeska 2014-10-15 21:45:14 -0700
  • 01fd7798ca merging MissValeska 2014-10-15 21:35:27 -0700
  • e52842f8d8 Modified the console time function to always produce a non-negative and correct value. MissValeska 2014-09-25 14:03:24 -0700
  • 719232b6f9 A comment to explain how inet_send works with the EMSGSIZE case. Valeska 2014-09-21 16:15:48 -0700
  • eb6648d7ec Revert "gmap: Limit new IPv4 nodes to a class-b private network" Alexander von Gluck IV 2014-09-19 18:18:42 -0500
  • 1dc21e5bc5 gmap: Limit new IPv4 nodes to a class-b private network Alexander von Gluck IV 2014-09-19 14:37:48 -0500
  • ba6c7a6bf9 headers: Fix missing header comments Alexander von Gluck IV 2014-09-17 10:36:24 -0500
  • 3c840072e0 qspn-empiric: If we return non-void we have to return *something* Alexander von Gluck IV 2014-09-17 07:54:18 -0500
  • e264723db2 all: Automatic style cleanup, KnR. No functional change. Alexander von Gluck IV 2014-09-17 07:41:24 -0500
  • 5d78d45402 build: Cleanup, add qspn to default build Alexander von Gluck IV 2014-09-17 07:28:51 -0500
  • 6dacd92b5c build: drop remaining autotools cruft Alexander von Gluck IV 2014-09-17 12:09:26 +0000
  • c5352bb134 ntk-console-server: Show current IP address. This needs improved. Alexander von Gluck IV 2014-09-16 19:04:20 -0500
  • 39bf5ab020 ntk-console-server: Show basic internet connectivity Alexander von Gluck IV 2014-09-16 18:59:03 -0500
  • 8264979309 ntk-console-server: Show basic current interfaces Alexander von Gluck IV 2014-09-15 18:43:14 -0500
  • cea41ed409 ntk-console: Begin returning valid results in ntk-console-server Alexander von Gluck IV 2014-09-15 18:06:26 -0500
  • 2694b1cda4 ntk-console-server: Remove debugging info Alexander von Gluck IV 2014-09-15 17:43:43 -0500
  • 9439a67b34 Scons: Update outdated language Alexander von Gluck IV 2014-09-14 20:08:35 -0500
  • 98e77ded15 ntk-console: Fix retransmit on console Alexander von Gluck IV 2014-09-14 15:56:36 -0500
  • eb12395dcb ntk-console: Cleanup commands, accept command packets Alexander von Gluck IV 2014-09-14 15:38:40 -0500
  • 84e377eff5 ntk-console: Additional cleanup, no functional change Alexander von Gluck IV 2014-09-14 12:51:50 -0500
  • e23eaafd7b inet: Remove unused unused variables Alexander von Gluck IV 2014-09-14 12:47:40 -0500
  • fd551da7b4 ntk: Don't return in function that doesn't use returns Alexander von Gluck IV 2014-09-14 12:15:26 -0500
  • cf9063f92b ntk: Clean up console spawning Alexander von Gluck IV 2014-09-14 12:12:48 -0500
  • c92713f4d5 misc: Fix missed improper inline Alexander von Gluck IV 2014-09-14 11:58:17 -0500
  • c6eb6b7a40 ntk-console: Add missing string.h Alexander von Gluck IV 2014-09-14 11:56:50 -0500
  • be6e9d3511 ntk: Fix incorrect inline statements Alexander von Gluck IV 2014-09-14 11:44:16 -0500
  • bc054faf0c Console: Add common console header to keep API in sync Alexander von Gluck IV 2014-09-14 11:43:50 -0500
  • 2627ba6350 Build: Place ntk-console as part of core build Alexander von Gluck IV 2014-09-14 11:16:41 -0500
  • d262a621ac Build: Drop messy, poorly written autotools Alexander von Gluck IV 2014-09-14 11:09:41 -0500
  • 0a5463d759 Ntk-console: Clean up file descriptors. Alexander von Gluck IV 2014-09-14 10:40:39 -0500
  • bc3f496788 Ntk-console: Stop using fixed buffer width. Alexander von Gluck IV 2014-09-14 09:50:08 -0500
  • 3a842c2d4c Ntk-console: Clean up command line parsing Alexander von Gluck IV 2014-09-13 20:13:49 -0500
  • 5d49293e08 Pointer fixed. MissValeska 2014-08-17 10:22:50 -0700
  • ef639756da Pointer fixed. MissValeska 2014-08-17 10:21:35 -0700
  • 86699a7a11 Changed variable type. MissValeska 2014-08-17 10:08:31 -0700
  • 9fbb56d12c Fixed some more warnings. MissValeska 2014-08-17 09:51:19 -0700
  • 6b234354cd Improved install script and fixed some warnings. MissValeska 2014-08-17 09:35:46 -0700
  • 186a64f4ac Changed request to char * MissValeska 2014-08-17 09:20:10 -0700
  • 4b7dbb6ede Removed fix MissValeska 2014-08-17 09:14:32 -0700
  • ddb12a1f37 fixed char * compilation error MissValeska 2014-08-17 08:53:03 -0700
  • cb8258ce6e Merge branch 'master' of https://github.com/Netsukuku/netsukuku MissValeska 2014-08-17 08:28:33 -0700
  • 6101dfe6df Removed unneccesary variable, Okay sorry, I know I am not giving that much information, But this is really just compilation fixes which I am using git for so I can send them to my testing machine. MissValeska 2014-08-17 08:27:29 -0700
  • 2c216e4b17 Function addition MissValeska 2014-08-17 08:09:10 -0700
  • 67a11b69a9 Function argument correction MissValeska 2014-08-17 07:56:02 -0700
  • 18634081fa Variable name correction MissValeska 2014-08-17 07:48:21 -0700
  • 17aa8921b3 I used the defines BUFFER_LENGTH and REQUEST_LENGTH instead of 250 in the console client and bindings. MissValeska 2014-08-17 00:06:22 -0700
  • b13c3bf5de I have done a LOT of work! I have changed the whole paradigm of the ntk console client and console bindings! I have changed it from peer to peer to server-client because there was no point doing it the other way, And that way was hard and I didn't really know what I was doing. I followed some IBM examples, And didn't try to extrapolate. MissValeska 2014-08-15 22:51:54 -0700
  • bd9a10620f Wow! That was a lot of work! But, Netsukuku now has (or should have) a functioni ng console with the bindings in ntkd to receive, process, and respond to command s! Now, I just need to test stuff, And figure out how to deal with server_opt be cause that is a type and not just a struct. Anyway, Enjoy! MissValeska 2014-08-04 00:04:46 -0700
  • f47aae4605 Ugh! This console "should" work, But it doesn't! I tested the same thing and was able to get it to work in another file! Something about these functions and what ever is causing a segmentation fault! fgets is not setting request, Even though it does in my test file! Anyway, I'll keep working on this, However, I have been working on this for a while, I would appreciate any help anyone would like to give! Thank you for reading! MissValeska 2014-06-07 04:52:30 -0700
  • a7b9b6cf51 I added more complete comments, And cleaned up some stuff. MissValeska 2014-06-05 10:23:55 -0700
  • c6209e0436 I've removed some stuff that wasn't really needed, Like that second thread, And I've added more uptime information, Along with some other stuff. This still produces a segmentation fault, Though, So, I will need to keep working/get help on and with this. Anyway, Thank you for reading! MissValeska 2014-06-04 19:41:12 -0700