Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Merge pull request #9 from Masaq-/extended-options | Toni Uhlig | 2019-02-25 | |
| |\| | | | | | | | fix segmentation fault when network is unreachable | |||
| | * | set pkt_len to zero after free | Masaq- | 2019-02-23 | |
| | | | ||||
| | * | fix segmentation fault when network is unreachable | Masaq- | 2019-02-22 | |
| | | | ||||
* | | | do not use /dev/random on windows | Toni Uhlig | 2019-02-27 | |
|/ / | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | fixed CLang build error (missing includes) | Toni Uhlig | 2019-02-22 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | pt_random(): reading from /dev/random instead of calling less secure random() | Toni Uhlig | 2019-02-22 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | Merge pull request #8 from Masaq-/extended-options | Toni Uhlig | 2019-02-21 | |
|\| | | | | | command line options for protocol tuning | |||
| * | -E --empty-pings compensate for ICMP sequence number inspection | Masaq- | 2019-02-21 | |
| | | ||||
| * | fix leaky rings | Masaq- | 2019-02-20 | |
| | | ||||
| * | variable length data section | Masaq- | 2019-02-20 | |
| | | ||||
| * | long options and usage notes | Masaq- | 2019-02-16 | |
| | | ||||
| * | Merge branch 'master' into extended-options | Masaq- | 2019-02-16 | |
| |\ | ||||
| * | | command line option -y payload size | Masaq- | 2019-02-08 | |
| | | | ||||
| * | | Merge branch 'master' into extended-options | Masaq- | 2019-02-08 | |
| |\ \ | ||||
| * \ \ | Merge branch 'master' into extended-options | Masaq- | 2019-02-03 | |
| |\ \ \ | ||||
| * | | | | short command line options -w -a -t | Masaq- | 2019-01-30 | |
| | | | | | ||||
| * | | | | require authentication | Masaq- | 2019-01-30 | |
| | | | | | ||||
| * | | | | extend the protocol to load options from the data section | Masaq- | 2019-01-28 | |
| | | | | | ||||
* | | | | | debian/rules: package systemd files | Toni Uhlig | 2019-02-21 | |
| |_|_|/ |/| | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | | | travis-ci: ArchLinux build | Toni Uhlig | 2019-02-09 | |
| |_|/ |/| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | | fix gitlab-ci build error: remove systemd files for current (1.32) release ↵ | Toni Uhlig | 2019-02-06 | |
| | | | | | | | | | | | | | | | | | | since they are available in the upcoming release Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | | gitlab-ci archlinux build | Toni Uhlig | 2019-02-06 | |
| |/ |/| | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | --remote-adr should be --remote-addr for consistency | Toni Uhlig | 2019-02-03 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | added PKGBUILD dev version (builds from git-master), both | lns | 2019-02-01 | |
| | | | | | | | | | | | | PKGBUILDs install now systemd files Signed-off-by: lns <matzeton@googlemail.com> | |||
* | | added systemd conf/service file | lns | 2019-01-31 | |
| | | | | | | | | Signed-off-by: lns <matzeton@googlemail.com> | |||
* | | fitted travis-ci to gitlab-ci | Toni Uhlig | 2019-01-30 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | gitlab-ci jobs improved | Toni Uhlig | 2019-01-30 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | Merge pull request #7 from Masaq-/fix-resend-icmp | Toni Uhlig | 2019-01-29 | |
|\ \ | | | | | | | fix NAT compatibility | |||
| * | | update the ICMP identifier of resent packets | Masaq- | 2019-01-29 | |
| |/ | ||||
* / | trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe' | lns | 2019-01-29 | |
|/ | | | | Signed-off-by: lns <matzeton@googlemail.com> | |||
* | gitlab-ci: fixed wrong pkg name | Toni Uhlig | 2019-01-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | travis-ci: fixed wrong pkg name, removed unfetchable gitlab pipeline badge | Toni Uhlig | 2019-01-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | travis-ci/gitlab-ci: clang-5.0 build, gitlab.com pipeline badge | Toni Uhlig | 2019-01-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | fix compile error for android: do not include bsd stdlib | Toni Uhlig | 2019-01-25 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Merge pull request #6 from Masaq-/fix-unprivileged-mode | Toni Uhlig | 2019-01-25 | |
|\ | | | | | fix unprivileged mode | |||
| * | unprivileged ICMP sockets do not receive IP headers | Masaq- | 2019-01-25 | |
| | | ||||
* | | Merge pull request #5 from Masaq-/fix-busywait | Toni Uhlig | 2019-01-25 | |
|\ \ | | | | | | | fix 100% CPU load | |||
| * | | do not select() socket for reading when window is full | Masaq- | 2019-01-25 | |
| |/ | ||||
* / | updated PKGBUILD for v1.32 | Toni Uhlig | 2019-01-25 | |
|/ | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | 1.32-release | Toni Uhlig | 2019-01-24 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | fuzzer.py: build pt icmp pkt | Toni Uhlig | 2019-01-21 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | python based fuzzing script to detect security related issues (work-in-progress) | Toni Uhlig | 2019-01-18 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Merge pull request #2 from elnerd/bugfixes | dev0 | 2019-01-16 | |
|\ | | | | | fixed some vulnerabilities which can cause ptunnel-ng to crash | |||
| * | cosmetics | dev0 | 2019-01-16 | |
| | | | | | | ty very much @elnerd | |||
| * | fixed some bugs that can lead to remove segfaults | elnerd | 2019-01-16 | |
|/ | ||||
* | copyright update | Toni Uhlig | 2019-01-08 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | set icmp_filter according forwarder/proxy | Toni Uhlig | 2018-12-27 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | travis-ci install libbsd-dev to have arc4random() available | Toni Uhlig | 2018-12-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | support BSD arc4random() if available | Toni Uhlig | 2018-12-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | autoconf check for srandom()/random() or fallback to less secure srand()/rand() | Toni Uhlig | 2018-12-26 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> |