| Commit message (Expand) | Author | Age |
* | ./configure updated with ./autogen.shv1.42release | Toni Uhlig | 2019-04-27 |
* | Merge branch 'master' into release | Toni Uhlig | 2019-04-27 |
|\ |
|
| * | fixed another build error for print_pcap_devices() if HAVE_PCAP undefined | Toni Uhlig | 2019-04-25 |
| * | build error: option struct member list_pcap_devices should be available for a... | Toni Uhlig | 2019-04-25 |
| * | added `--list-libpcap-devices' to list al available pcap devices, output WinP... | Toni Uhlig | 2019-04-25 |
* | | ./configure updated with ./autogen.shv1.41 | Toni Uhlig | 2019-04-03 |
* | | Merge branch 'master' into release | Toni Uhlig | 2019-04-03 |
|\| |
|
| * | change the path to the random number generator during build time (see PR #11) | Toni Uhlig | 2019-03-29 |
* | | ./configure updated with ./autogen.shv1.40 | Toni Uhlig | 2019-03-21 |
|/ |
|
* | Merge pull request #10 from Masaq-/extended-options | Toni Uhlig | 2019-03-06 |
|\ |
|
| * | empty pings not to be sent when idle | Masaq- | 2019-03-01 |
| * | realloc rings for larger window size | Masaq- | 2019-02-28 |
| * | initialize checksum | Masaq- | 2019-02-28 |
* | | fixed possible NULL ptr deref #2 | Toni Uhlig | 2019-03-01 |
* | | fixed possible NULL ptr deref and division by zero | Toni Uhlig | 2019-02-28 |
* | | more secure chroot: chdir(chroot_path), chroot("."), chdir("/") | Toni Uhlig | 2019-02-27 |
* | | CWE-126 workaround | Toni Uhlig | 2019-02-27 |
* | | Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng | Toni Uhlig | 2019-02-27 |
|\ \ |
|
| * | | Merge pull request #9 from Masaq-/extended-options | Toni Uhlig | 2019-02-25 |
| |\| |
|
| | * | 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 |
|/ / |
|
* | | fixed CLang build error (missing includes) | Toni Uhlig | 2019-02-22 |
* | | pt_random(): reading from /dev/random instead of calling less secure random() | Toni Uhlig | 2019-02-22 |
|/ |
|
* | -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 |
* | command line option -y payload size | Masaq- | 2019-02-08 |
* | Merge branch 'master' into extended-options | Masaq- | 2019-02-03 |
|\ |
|
| * | --remote-adr should be --remote-addr for consistency | Toni Uhlig | 2019-02-03 |
| * | Merge pull request #7 from Masaq-/fix-resend-icmp | Toni Uhlig | 2019-01-29 |
| |\ |
|
| | * | 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 |
| |/ |
|
* | | 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 |
|/ |
|
* | fix compile error for android: do not include bsd stdlib | Toni Uhlig | 2019-01-25 |
* | Merge pull request #6 from Masaq-/fix-unprivileged-mode | Toni Uhlig | 2019-01-25 |
|\ |
|
| * | unprivileged ICMP sockets do not receive IP headers | Masaq- | 2019-01-25 |
* | | do not select() socket for reading when window is full | Masaq- | 2019-01-25 |
|/ |
|
* | cosmetics | dev0 | 2019-01-16 |
* | fixed some bugs that can lead to remove segfaults | elnerd | 2019-01-16 |
* | copyright update | Toni Uhlig | 2019-01-08 |
* | set icmp_filter according forwarder/proxy | Toni Uhlig | 2018-12-27 |
* | support BSD arc4random() if available | Toni Uhlig | 2018-12-26 |
* | autoconf check for srandom()/random() or fallback to less secure srand()/rand() | Toni Uhlig | 2018-12-26 |
* | replaced rand() with more "secure" random() // CID 301767 | Toni Uhlig | 2018-12-26 |
* | added additional autoconf ICMP_FILTER compile check | Toni Uhlig | 2018-12-24 |
* | introduced icmp_filter for forward socket to filter out unwanted icmp message... | Toni Uhlig | 2018-12-24 |