implement GNUNET_NETWORK_test_port_free() for testcases to conveniently check if...
[oweals/gnunet.git] / src / nat / gnunet-service-nat.c
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-09 Christian Grothofffix issue with NAT logic overwriting port specified...
2017-01-23 Christian Grothofffix unaligned access
2017-01-12 Christian Grothoffhandle case upnpc not found nicely
2017-01-12 Christian Grothoffspacing
2017-01-09 Christian Grothofflog at DEBUG level
2017-01-08 Christian Grothofffix potential free-of-null
2017-01-07 Christian Grothoffremove legacy NAT library logic, or preserve if it...
2017-01-07 Christian Grothofffixing uninit sin_addr; now successfully tested externa...
2017-01-07 Christian Grothoffwas tested
2017-01-06 Christian Grothofffix bad cast, add additional assertions that AF is...
2017-01-06 Christian Grothofffix NPE if hole-external option is not set
2017-01-06 Christian Grothoffseparate service for autoconfiguration from NAT traversal
2017-01-06 Christian Grothoffseparate service for autoconfiguration from NAT traversal
2017-01-05 Christian Grothoffpass section name instead of specific option via IPC
2017-01-05 Christian Grothoffupdate comments
2017-01-05 Christian Grothoffhandle 'AUTO' option in manual hole punching setup
2017-01-05 Christian Grothoffmove external IP logic to separate file
2017-01-05 Christian Grothoffproperly handle DynDNS lookup results
2017-01-05 Christian Grothoffnotes
2017-01-05 Christian Grothoffwork towards supporting manual hole punching in new...
2017-01-05 Christian Grothoffwork towards supporting manual hole punching in new...
2017-01-02 Christian Grothofffixes for starting and stopping gnunet-helper-nat-server
2017-01-02 Christian Grothoffpreparations for proper manual hole punching support...
2017-01-02 Christian Grothoffimprove/fix handling of NAT server logic for ICMP-based...
2016-12-25 Christian Grothoffnotes for next steps with NAT
2016-12-25 Christian Grothoffensure nat clients get notifications on disconnect...
2016-12-25 Christian Grothoffworking on proper IP address filtering logic
2016-12-24 Christian Grothofffix upnpc invocation for port mapping with upnpc
2016-12-18 Christian Grothoffdisambiguate -L option to gnunet-nat
2016-12-18 Christian Grothoffupdate todos
2016-12-18 Christian Grothoffproperly process external IP addresses from upnpc-based...
2016-12-17 Christian Grothofffinish external-ip client notification, but not yet...
2016-12-17 Christian Grothofftowards notifying clients about external-ip results
2016-12-17 Christian Grothoffenable sending only differences for autoconfiguration
2016-12-17 Christian Grothoffneed to strdup as this will be freed
2016-12-17 Christian Grothoffinit 'ch' field
2016-12-17 Christian Grothoffmisc. improvements to new NAT service, starting with...
2016-12-16 Christian Grothofffix shutdown, fix size calculation
2016-12-16 Christian Grothofffix minor bugs
2016-12-16 Christian Grothoffadd PORT to NAT configuration, generate nat.conf from...
2016-11-30 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2016-11-30 Christian Grothoffimplement keeping and timeout of NAT STUN data
2016-11-30 Christian Grothoffthis is now done
2016-11-30 Christian Grothoffdecided to keep NAT test logic in client library
2016-11-30 Christian Grothoffmoving basic logic for launching nat-server helper...
2016-11-30 Christian Grothofftowards moving STUN logic into new NAT service
2016-11-30 Christian Grothoffhandle ports for interface scan data properly
2016-11-27 Christian Grothoffnote that port is not patched
2016-11-27 Christian Grothofffix proper setting of scope information for IPv6
2016-11-27 Christian Grothoffexpand logic for address class detection, including...
2016-11-27 Christian Grothofftowards implementing notification for peer addresses
2016-10-31 Christian Grothoff-more work towards NAT service
2016-10-31 Christian Grothoffadd template for NAT service