(no commit message)
[oweals/gnunet.git] / src / vpn /
2010-09-09 Christian Grothofffixing bugs and compile errors
2010-09-08 Philipp Tölkeminor fixes
2010-09-08 Philipp TölkeQueue packet sent to the service-dns
2010-09-08 Christian GrothoffW32 porting work by LRN
2010-09-08 Philipp Tölkecheck whether i really can open file-like things
2010-09-08 Philipp TölkeMissed two %m yesterday
2010-09-07 Philipp Tölkesend dns-queries to the service-dns and pretty-print...
2010-09-07 Philipp Tölkeorganize the imports
2010-09-07 Philipp Tölkeprepare the dns-pretty-printing for the service-dns
2010-09-07 Philipp Tölkeget rid of alloca()
2010-09-07 Philipp Tölkebug
2010-09-07 Philipp Tölkesend the dns-queries from daemon-vpn to service-dns
2010-09-07 Philipp Tölkeremoved a few debug-outputs and changed the remaining...
2010-09-07 Philipp TölkeWorked through the easy klockwork-issues
2010-09-06 Philipp Tölkestart the code to send queries to the resolver
2010-09-06 Philipp TölkeGet rid of the cls. Use a global.
2010-09-01 Christian Grothoffstuff
2010-08-30 Christian Grothoffnot here
2010-08-25 Philipp TölkeFixed a string-length
2010-08-24 Philipp TölkeAs requested by mwachs
2010-08-24 Philipp TölkeHijacking the DNS should work now.
2010-08-23 Philipp TölkeThe beginning of the DNS-Service. Does not work for...
2010-08-03 Philipp Tölkefixed the #includes
2010-08-03 Philipp Tölkehelper-program to use iptables
2010-08-03 Philipp Tölkehandle ipv4-packets
2010-08-03 Philipp TölkeAdded IPv4-Packet-Structure
2010-08-03 Philipp TölkeGive the tun-interface an IPv4-Address
2010-07-31 Christian Grothoffmissing
2010-07-30 Philipp Tölkecorrected the test-case, the test-packet needs to use...
2010-07-30 Philipp TölkeIf the tun-if can't be initialized correctly, close...
2010-07-30 Philipp TölkeStreamline the memory-allocation
2010-07-30 Philipp TölkePack the network-structs
2010-07-30 Philipp Tölkereally kill the helper if something went wrong
2010-07-30 Philipp TölkeMake clang happy
2010-07-30 Philipp Tölkerenamed the vpn-helper to fit into the scheme gnunet...
2010-07-28 Christian Grothofffixes to build
2010-07-20 Philipp Tölkeonly read as much as fits inside of a GNUNET_Message
2010-07-20 Philipp TölkeUse the mst to read packets
2010-07-20 Philipp Tölkeclarifying comments
2010-07-20 Philipp TölkeChanged the communication between the vpn-helper and...
2010-07-20 Philipp Tölkeclose the not-used pipe ends
2010-07-20 Philipp Tölkethe manpage says that memcpy can never return an error
2010-07-20 Philipp Tölkerestart the helper when something goes wrong
2010-07-20 Philipp Tölkemake it possible to restart the helper
2010-07-20 Philipp Tölkerenamed files to fit into the convention
2010-07-20 Philipp Tölkeremove unsused files
2010-07-20 Philipp TölkeAnother little test
2010-07-20 Philipp TölkeA little test-case
2010-07-20 Philipp TölkeHandle EOF in the stream between daemon and helper
2010-07-20 Philipp Tölkeonly select for write, if it was not possible before
2010-07-20 Philipp Tölkebugfixes in gnunet-vpn-helper
2010-07-20 Philipp TölkeChanged the copyright-notice
2010-07-20 Philipp TölkePretty-Print Packets from the helper
2010-07-20 Philipp TölkeCG could answer my questions
2010-07-20 Philipp Tölkedeleted unused functions
2010-07-20 Philipp Tölkerenamed a file to fit into the convention
2010-07-20 Philipp TölkeRename files to fit into the convention
2010-07-20 Philipp Tölkeread the output of the helper
2010-07-20 Philipp Tölkecommunicate with the daemon over a specified protocoll
2010-07-20 Philipp Tölkecorrected the copyright-disclaimer
2010-07-20 Philipp Tölkestart the helper from the daemon, end it correctly
2010-07-20 Philipp TölkeShuttle data back and forth
2010-07-20 Philipp TölkeParse and pretty-print dns
2010-07-20 Philipp TölkeBegin implementing the gnunet-vpn-helper
2010-07-02 Christian Grothofffmt
2010-07-02 Christian Grothoffgpl3
2010-06-30 Christian Grothoffmissing
2010-06-30 Christian Grothoffno generated files
2010-06-30 Christian Grothoffvpn build integration
2010-06-28 Philipp Tölkevpn: pretty-print udp
2010-06-28 Philipp Tölkevpn: Missed a ; in the header
2010-06-28 Philipp Tölkevpn: Revert "Only read as much as I can handle"
2010-06-28 Philipp Tölkevpn: Packet-Structure for udp and dns over ipv6
2010-06-28 Philipp Tölkevpn: reported fixme;
2010-06-28 Philipp Tölkevpn: Only read as much as I can handle
2010-06-28 Philipp Tölkevpn: cleanup of the code
2010-06-28 Philipp Tölkevpn: a better way to parse the packets using bitfields
2010-06-28 Philipp Tölkevpn: tcp-natting in one direction
2010-06-28 Philipp Tölkevpn: general cleanup
2010-06-28 Philipp Tölkevpn: parse and pretty-print tcp-packets
2010-06-28 Philipp Tölkevpn: prepared to implement tcp
2010-06-28 Philipp Tölkevpn: pull the pretty-printer out of the packet-file
2010-06-28 Philipp Tölkesome improvements in the test-code for the vpn-function...
2010-06-28 Philipp Tölkeparse ipv6-packets for the vpn-functionality
2010-06-28 Philipp Tölkeignore files in git
2010-06-28 Philipp Tölkea first simple test-program for the vpn-functionality
2010-06-28 Philipp Tölkeinit: Makefile