Commit Graph

  • e542a51345 Wow! I've done A LOT of work on the netsukuku console recently! I still haven't set up any way for ntkd to receive the commands, Or done much of anything in netsukuku itself recently except change some stuff in the exclude function to prevent possible errors if an interface had the same name up until the end of the one specified. I.E if it had tunl012, It wouldn't work because it had tunl0 in the beginning. Now, It will read from the entire length of the variable, And if it doesn't match it entirely, Then it is okay. MissValeska 2014-06-04 03:47:49 -0700
  • d238933703 The Netsukuku console has been mostly fixed, I've made A LOT of changes! However, I keep getting a weird segmentation fault about iogetline.c not being found or something. I can't find it on my system, Apparently it's part of some version of glibc. However, apt-file search didn't bring up any results when I searched for it, And glibc is installed already. Anyway, Any help would be appreciated! Thank you for reading! MissValeska 2014-06-03 10:55:39 -0700
  • 04d4dd7a1e The Netsukuku Console *should* work now! However! I have not set up anything inside of netsukuku to actually read and respond to these commands, So, It is useless currently. Please feel free to edit this or provide suggestions about things I may be doing wrong! I've never done IPC before! Thank you for reading! ^_^ MissValeska 2014-06-02 22:06:48 -0700
  • b55ebb4275 ntkd.pid location was incorrect MissValeska 2014-06-02 00:28:28 -0700
  • 9e20200410 I've been working on a console for netsukuku! As the exclude argument almost definitely works now, I can work on other things. I, Also, Will need a console for further testing of netsukuku, And of the exclude argument. If any of you can help, Or test, I would very much appreciate it if you were to do so! Thank you for reading. :) MissValeska 2014-06-02 00:14:19 -0700
  • 15ddf1c45b Fixed a variable declaration MissValeska 2014-06-01 20:58:16 -0700
  • 9d790fcc07 Okay, Testing again, I've been doing a bunch of reading of netsukuku's code, Hopefully this will work. MissValeska 2014-06-01 20:51:10 -0700
  • 0f9b385a31 Okay, So, I seem to have fixed the compilation errors, I will begin testing now. MissValeska 2014-06-01 18:35:16 -0700
  • c57ad438ed More testing, Re-enabled exclude functions. MissValeska 2014-06-01 17:40:56 -0700
  • e148dc2389 Okay, There are some compilation errors, And, While the check_interfaces function will work, It will only work if the interface lists are already populated. Which, Doesn't seem to happen until after the argument section of netsukuku. I guess we will have to, Either, Call those functions somehow (In a way that won't cause them to be called twice, And, Thus, Create duplicates.), Or, Use the exclude_interfaces function. However, That function is probably sub-par, I don't know how well it will really work with the rest of netsukuku. MissValeska 2014-05-26 20:58:40 -0700
  • 19ce039cee I added a lot of stuff! I fully set up exclude_interface to ignore inactive interfaces, and optarg, Along with a small list of other interfaces. I did some bug fixing, And looked into how netsukuku sets it's interfaces by default, And added some stuff to deal with that too. MissValeska 2014-05-26 20:21:17 -0700
  • 3b039c4e55 More testing MissValeska 2014-05-26 16:31:35 -0700
  • b8c8d1142b Added the beginnings of a function to check if a second exclude argument is excluding something that was already added into netsukuku's interface list, And removes it. MissValeska 2014-05-26 02:28:30 -0700
  • b16541893c I decreased the amount of code, Improved the readiablity, And, Hopefully, Fixed some bugs. MissValeska 2014-05-26 02:17:47 -0700
  • 27f363f9b1 Oh, My, GOD! You may think I was just doing afk the past week or so, But, You'd be wrong, So, So, SO wrong. I've spent almost every day working as hard as I can on this commit here. It should work perfectly now, It should properly exclude interfaces, And, It should automatically exclude inactive ones. More testing is needed, Especially testing of running the -e argument multiple times, I.E -e eth0 -e wlan0. Anyway, Thank you for reading, And for downloading. MissValeska 2014-05-26 00:10:30 -0700
  • a7bbd6dff7 Sorry, I should have read more about goto, I understand now, And it should work now. MissValeska 2014-05-20 15:20:38 -0700
  • b9e764d89d Removed hidden folder MissValeska 2014-05-20 15:13:19 -0700
  • 1f403df0c4 Added ignore for hidden folders and gedit backups Valeska 2014-05-20 15:11:17 -0700
  • 8d4e4b1d10 Unneccessary Valeska 2014-05-20 15:10:18 -0700
  • d286e89ddd Here is a vagrant file I have been testing with, You will have to use vde_switch in order to run netsukuku without being disconnected from ssh. Also, I've done some work on the exclude argument, I'm testing some goto stuff right now, I'm primarily pushing this for testing purposes across multiple devices. MissValeska 2014-05-20 15:08:09 -0700
  • f976e01bc3 The Exclude argument should only use active interfaces. MissValeska 2014-05-20 14:17:55 -0700
  • 83cc78f40b Merge pull request #4 from idonin/master Michele Bini 2014-05-20 16:13:33 +0200
  • 1c63763518 Update Makefile idonin 2014-05-20 14:12:01 +0400
  • bdac37b630 Update Makefile idonin 2014-05-20 14:10:59 +0400
  • a2db8e075c Create Makefile idonin 2014-05-20 14:09:22 +0400
  • 3084295a56 I added archlinux options. Valeska 2014-05-14 02:39:57 -0700
  • 6e7d252878 Everything should now be okay, Just, Don't leave any interfaces disabled. We still need to figure out how to handle excluding multiple interfaces, And for ignoring disabled ones. MissValeska 2014-05-13 20:13:02 -0700
  • e5eaf16cab The Exclude argument should now work, And some unneccesary debugging stuff has been removed. MissValeska 2014-05-13 19:04:42 -0700
  • e06db959e8 Exclude would work, If there wasn't a segmentation fault. MissValeska 2014-05-13 17:45:00 -0700
  • 7333da2f7c gah, So many errors with this exclude thing. MissValeska 2014-05-13 15:47:43 -0700
  • 01042aaadc I've done A LOT of work on an exclude interface argument. I.E us all interfaces except this one. It does not work yet, Any help anyone provides in fixing it will be appreciated. MissValeska 2014-05-12 16:28:24 -0700
  • ccb9620a0a I corrected a grammatical error in hook.c, And I removed some unnecessary debug lines. MissValeska 2014-05-11 20:10:42 -0700
  • d585116c1c Sorry, I forgot a semi-colan MissValeska 2014-05-10 12:47:04 -0700
  • 267988b246 Added err again MissValeska 2014-05-10 12:45:33 -0700
  • bf7e67f9aa Packet Fragmentation should be totally fixed now, This needs extensive testing MissValeska 2014-05-10 12:41:30 -0700
  • 2231df0ea7 Almost done with packet fragmentation MissValeska 2014-05-09 16:23:50 -0700
  • ec70f4cb47 Changed SIGKILL to SIGINT, So Netsukuku will clean and save everything properly. I, Also, Added more stuff to inet_sendto for packet division in the case of errno 90. Still working MissValeska 2014-05-07 18:57:20 -0700
  • 54195c8b76 I spent a few hours adding a kill argument to ntkd, You can now kill an instance of ntkd by just running another with -k MissValeska 2014-05-07 16:01:57 -0700
  • 4a097a27f1 Memory Management Error fixes MissValeska 2014-05-03 12:10:51 -0700
  • 1cd30dd79e More mark.c debug stuff MissValeska 2014-03-29 15:13:11 -0700
  • dc972ec120 Old stuff MissValeska 2014-03-29 15:10:39 -0700
  • 578be9b66d Added tip4commit Valeska 2014-03-29 14:57:01 -0700
  • 1c571ff8ea I added more debugging print lines, I am pushing this because of a weird kernel panic on my system. I will test this on other systems. MissValeska 2014-03-29 14:21:46 -0700
  • 05309ec9c3 Merge branch 'master' of https://github.com/Netsukuku/netsukuku MissValeska 2014-03-24 22:30:40 -0700
  • 67816d3e7d I don't actually remember, It's probaby debug stuff. MissValeska 2014-03-24 22:30:13 -0700
  • 7afff21ab1 Moved the donations text around and added more Valeska 2014-03-18 23:30:00 -0700
  • 9918b99634 We are having a LOT of weird issues now, I need to do a lot of debugging, Please help. MissValeska 2014-03-18 18:29:15 -0700
  • b28ac22fb3 A million changes, tunl0 was only ever used for checking if the ipip module is loaded. So, Instead of trying to modify it to check if it exists, We now just use get tunnel. We improved some errors and added some of our own. We made more changes than I can remember right now, Please enjoy. MissValeska 2014-03-17 21:42:37 -0700
  • 415d789b80 Merge branch 'master' of https://github.com/Netsukuku/netsukuku MissValeska 2014-03-16 04:22:13 -0700
  • 15baa56a87 Oh my god! I fixed the tunl0 issues by renaming it to tunl1 and creating tunl1 on my system first, Amongst other things I don't remember. MissValeska 2014-03-16 04:17:57 -0700
  • d0b501d244 Added more donation options, And improved donation text. Valeska 2014-03-15 04:55:35 -0700
  • 63fd73c7e6 added donation buttons Jeremy Sturdivant 2014-03-15 04:28:21 -0700
  • 1dadd0e8b4 Oh my god! So many things have changed, IGS is so close, If not already working! MissValeska 2014-03-13 20:19:40 -0700
  • 9da1028493 Merge branch 'master' of https://github.com/Netsukuku/netsukuku MissValeska 2014-03-11 15:21:38 -0700
  • 3a832172a9 I added all of the libraries websites, Excluding cmake and such, As they are not really used by the code, They are just for compilation. MissValeska 2014-03-11 15:19:53 -0700
  • 34eb209f1b Replaced old libgmp url with new one Valeska 2014-03-11 15:08:12 -0700
  • 75d68083c3 IGS Maayyyy be working!! MissValeska 2014-03-10 16:01:29 -0700
  • cdca542720 Added bug fixed with hack line Valeska 2014-03-10 15:30:18 -0700
  • b7f8a6cdb9 I, FINALLY, Fixed the bug where netsukuku just crashed in restricted mode, Without restoring /etc/resolv.conf. However! I did this by bypassing fatal(). This is kind of a hack, Netsukuku will probably be able to restore /etc/resolv.conf without this, Once the tunl0 bug is fixed, Thus preventing fatal from being called. MissValeska 2014-03-10 15:25:53 -0700
  • c61afcb0db IMPORTANT: Added that a bug prevents ntk from discovering nodes. MissValeska 2014-03-10 04:20:31 -0700
  • c01b79d3bd Added ntk wifi not discovering bug MissValeska 2014-03-10 03:44:12 -0700
  • 469695f40e More bugs added Valeska 2014-03-04 13:55:25 -0800
  • 40d0b66e24 Added more bugs, Will add more soon. Valeska 2014-03-01 18:32:51 -0800
  • e453f83dfb Fixed documentation URL being huge. Valeska 2014-03-01 18:20:59 -0800
  • b82fa51cf6 Simplified and listed as deprecated the old stuff. Valeska 2014-03-01 18:20:30 -0800
  • 83db8acdde Fixed the installation commands in the readme file. MissValeska 2014-02-28 02:19:27 -0800
  • eb91be8f93 I fixed the compilation errors, And netsukuku now works correctly! Probably MissValeska 2014-02-28 02:14:43 -0800
  • fddab89835 Added logo gh-pages MissValeska 2014-02-19 16:30:40 -0800
  • 5531cad3b8 Added link to doxygen documentation pages Valeska 2014-02-19 16:07:08 -0800
  • 71c11af63d Merge branch 'gh-pages' of https://github.com/Netsukuku/netsukuku into gh-pages MissValeska 2014-02-19 15:51:07 -0800
  • f97a6e4a6f missvaleska@missvaleska-GA-970A-D3:~/Documents/Netsukuku/NtkDoc/html$ git status# On branch gh-pages missvaleska@missvaleska-GA-970A-D3:~/Documents/Netsukuku/NtkDoc/html$ git status# On branch gh-pages Doxygen generated Documentation MissValeska 2014-02-19 15:45:00 -0800
  • ea6f5248d4 More Linux Kernel Detections Valeska 2014-02-14 16:13:38 -0800
  • cf72a5ec59 Linux Kernel Version checking Valeska 2014-02-14 16:12:55 -0800
  • 054ca25ec6 Fix for api change ipv6 structure debian-lenny-compilation-fixes Michele Bini 2014-02-13 16:30:02 +0100
  • e139122168 Fix for api change in struct ipt_error_target Michele Bini 2014-02-13 16:27:14 +0100
  • 9b8df0cd35 I Imported more of Michele Bini's fixes. Valeska 2014-02-12 19:02:24 -0800
  • 5cbded5473 Copied Michele Bini's threading fixes. Valeska 2014-02-12 19:00:33 -0800
  • b38885cec1 Correctly report configuration problem with masquerading script (instead of crashing). Michele Bini 2014-02-13 03:41:03 +0100
  • 9f5013fcde Properly release lock on error conditions Michele Bini 2014-02-13 03:40:10 +0100
  • faed393afb Include some compilation fixes for Debian Lenny distribution (circa 2008); these will probably break compilation on more recent systems Michele Bini 2014-02-12 17:28:52 +0100
  • a6fc36085e I made a mistake in the last edit, And reverted readme.md to the correct version. Valeska 2013-11-14 11:30:33 -0800
  • 2ea54e622b I added the real installation commads (Running autogen.sh was not listed prior) Valeska 2013-11-14 11:28:51 -0800
  • 919568180b I added the missing libssl-dev dependency! Valeska 2013-10-09 09:57:02 -0700
  • f66bf29f47 Added more download options Valeska 2013-10-03 22:40:23 -0700
  • d7dc0d6198 I added mawk and gawk to the dependencies Valeska 2013-10-01 23:43:49 -0700
  • e636fdb93c I improved the wording of the help list. Valeska 2013-10-01 05:21:24 -0700
  • b86545adfa Merge pull request #1 from rev22/compilation-fixes Valeska 2013-10-01 05:09:13 -0700
  • c8139087d0 Added missing file src/libiptc/ipt_CONNMARK.h Michele Bini 2013-09-30 10:21:58 +0200
  • 5727e2f1a5 Compilation fix for recent autotools Michele Bini 2013-09-30 08:50:30 +0200
  • 6e03e0dee2 Compilation fixes from the 2010 debianized release Michele Bini 2013-09-30 09:29:12 +0200
  • e0a0364f14 Fixes for compiling libiptc with recent netfilter headers Michele Bini 2013-09-30 08:53:44 +0200
  • 75e218b7f2 Compilation fix for more recent GCC compiler Michele Bini 2013-09-30 08:50:06 +0200
  • d3b9d856a2 Create gh-pages branch via GitHub Kirill 2013-09-25 04:10:49 -0700
  • 60d2333113 Update README.md Kirill 2013-09-23 21:05:56 +0400
  • 06b4aaa05d I fixed some weird wording Valeska 2013-09-23 03:35:08 -0700
  • 687fb7c8f1 I've updated it slightly, I included apt-get commands, And I improved the writting and explainations of some things. Valeska 2013-09-23 03:33:06 -0700
  • 7acddea644 Create gh-pages branch via GitHub Kirill 2013-09-17 01:47:30 -0700
  • b2201f87b3 Create gh-pages branch via GitHub Kirill 2013-09-16 03:33:03 -0700
  • 12830d0c0f Merge branch 'release/0.0.9b' 0.0.9b Kirill Sotnikov 2013-09-16 14:03:06 +0400
  • 70c0248da8 Add README.md Kirill Sotnikov 2013-09-16 14:00:24 +0400