aboutsummaryrefslogtreecommitdiff
path: root/src/nat
Commit message (Collapse)AuthorAge
* remove external IP address from previous DNS lookup only after DNS lookup ↵Christian Grothoff2013-12-13
| | | | for new iteration has completed (#3213)
* -doxygen, indentation, fixing commentsChristian Grothoff2013-12-13
|
* -fix #3192, as suggestedChristian Grothoff2013-12-10
|
* applying patch from #3148 (by shedatc) to make gnunet-helper-nat-client ↵Christian Grothoff2013-11-30
| | | | compile on FreeBSD
* -doxygenChristian Grothoff2013-11-29
|
* - change --enable-ll to --enable-supermucSree Harsha Totakura2013-10-12
| | | | | - define a system wide termination signal GNUNET_TERM_SIG. Set this to SIGUSR1 only when building for SuperMUC
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by defaultChristian Grothoff2013-10-09
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* migrating towards XDG configuration specification (#3000)Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* fix warningMatthias Wachs2013-10-01
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -misc fixes based on cppcheckChristian Grothoff2013-09-25
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* fixing mantis 3002Matthias Wachs2013-08-19
| | | | | | | | timeouts were off by factor 10 - fixed timeouts - changed default configuration values to fancy strings - intervalls are not corresponding to the default values used internaly in nat.c
* changing to fancy string and from 3 seconds to 30 secondsMatthias Wachs2013-08-19
|
* printing size to eliminate dead assignmentMatthias Wachs2013-08-19
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* do not enumerate all IP addresses from our interfaces if the plugin is bound ↵Christian Grothoff2013-05-15
| | | | to a specific IP address only
* added privilege testing parameters for nat-server and added parameters Christian Fuchs2013-04-19
| | | | | | | to currently windows-only tests (less work in the future, even if this is ATM unused)
* added privilege testing parameters for helper-vpn, exit and nat-client.Christian Fuchs2013-04-19
| | | | | todo: nat-server
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* -renaming testing-new.h to testing.h, bumping library versionsChristian Grothoff2012-12-21
|
* -fixesChristian Grothoff2012-12-19
|
* -eliminate consensus warningsChristian Grothoff2012-12-17
|
* - fix compile issueSree Harsha Totakura2012-12-14
|
* -fix compile issueChristian Grothoff2012-12-14
|
* nat auto code from gnunet-gtk now compiles as part of libgnunetnatChristian Grothoff2012-12-12
|
* -starting to move nat autotest code overChristian Grothoff2012-12-12
|
* -version bumpingChristian Grothoff2012-11-05
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -more libexec fixesChristian Grothoff2012-11-01
|
* -better logging in NATChristian Grothoff2012-10-31
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -make install scripts executableChristian Grothoff2012-08-01
|
* -fixing installation scripts for suid binariesChristian Grothoff2012-08-01
|
* Do not run install commands from makefiles directlyLRN2012-07-30
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -fixChristian Grothoff2012-05-17
|
* -fix segvChristian Grothoff2012-05-13
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems