aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge pull request #10 from Masaq-/extended-optionsToni Uhlig2019-03-06
|\
| * empty pings not to be sent when idleMasaq-2019-03-01
| * realloc rings for larger window sizeMasaq-2019-02-28
| * initialize checksumMasaq-2019-02-28
* | fixed possible NULL ptr deref #2Toni Uhlig2019-03-01
* | fixed possible NULL ptr deref and division by zeroToni Uhlig2019-02-28
* | more secure chroot: chdir(chroot_path), chroot("."), chdir("/")Toni Uhlig2019-02-27
* | CWE-126 workaroundToni Uhlig2019-02-27
* | Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ngToni Uhlig2019-02-27
|\ \
| * | Merge pull request #9 from Masaq-/extended-optionsToni Uhlig2019-02-25
| |\|
| | * set pkt_len to zero after freeMasaq-2019-02-23
| | * fix segmentation fault when network is unreachableMasaq-2019-02-22
* | | do not use /dev/random on windowsToni Uhlig2019-02-27
|/ /
* | fixed CLang build error (missing includes)Toni Uhlig2019-02-22
* | pt_random(): reading from /dev/random instead of calling less secure random()Toni Uhlig2019-02-22
* | Merge pull request #8 from Masaq-/extended-optionsToni Uhlig2019-02-21
|\|
| * -E --empty-pings compensate for ICMP sequence number inspectionMasaq-2019-02-21
| * fix leaky ringsMasaq-2019-02-20
| * variable length data sectionMasaq-2019-02-20
| * long options and usage notesMasaq-2019-02-16
| * Merge branch 'master' into extended-optionsMasaq-2019-02-16
| |\
| * | command line option -y payload sizeMasaq-2019-02-08
| * | Merge branch 'master' into extended-optionsMasaq-2019-02-08
| |\ \
| * \ \ Merge branch 'master' into extended-optionsMasaq-2019-02-03
| |\ \ \
| * | | | short command line options -w -a -tMasaq-2019-01-30
| * | | | require authenticationMasaq-2019-01-30
| * | | | extend the protocol to load options from the data sectionMasaq-2019-01-28
* | | | | debian/rules: package systemd filesToni Uhlig2019-02-21
| |_|_|/ |/| | |
* | | | travis-ci: ArchLinux buildToni Uhlig2019-02-09
| |_|/ |/| |
* | | fix gitlab-ci build error: remove systemd files for current (1.32) release si...Toni Uhlig2019-02-06
* | | gitlab-ci archlinux buildToni Uhlig2019-02-06
| |/ |/|
* | --remote-adr should be --remote-addr for consistencyToni Uhlig2019-02-03
* | added PKGBUILD dev version (builds from git-master), bothlns2019-02-01
* | added systemd conf/service filelns2019-01-31
* | fitted travis-ci to gitlab-ciToni Uhlig2019-01-30
* | gitlab-ci jobs improvedToni Uhlig2019-01-30
* | Merge pull request #7 from Masaq-/fix-resend-icmpToni Uhlig2019-01-29
|\ \
| * | update the ICMP identifier of resent packetsMasaq-2019-01-29
| |/
* / trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
|/
* gitlab-ci: fixed wrong pkg nameToni Uhlig2019-01-26
* travis-ci: fixed wrong pkg name, removed unfetchable gitlab pipeline badgeToni Uhlig2019-01-26
* travis-ci/gitlab-ci: clang-5.0 build, gitlab.com pipeline badgeToni Uhlig2019-01-26
* fix compile error for android: do not include bsd stdlibToni Uhlig2019-01-25
* Merge pull request #6 from Masaq-/fix-unprivileged-modeToni Uhlig2019-01-25
|\
| * unprivileged ICMP sockets do not receive IP headersMasaq-2019-01-25
* | Merge pull request #5 from Masaq-/fix-busywaitToni Uhlig2019-01-25
|\ \
| * | do not select() socket for reading when window is fullMasaq-2019-01-25
| |/
* / updated PKGBUILD for v1.32Toni Uhlig2019-01-25
|/
* 1.32-releaseToni Uhlig2019-01-24
* fuzzer.py: build pt icmp pktToni Uhlig2019-01-21