Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | reduced function signature and removed dead code in acknowledge handling | Toni Uhlig | 2019-12-03 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed missing variable initialize - before used in condition | Toni Uhlig | 2019-12-03 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed missing challenge response memcpy | Toni Uhlig | 2019-12-03 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | removed superfluous if statement | Toni Uhlig | 2019-12-02 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | reduced handle_data unnecessary complex function signature | Toni Uhlig | 2019-12-01 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | print sequence number for superfluous ACK's recv | Toni Uhlig | 2019-11-30 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | indentation | Toni Uhlig | 2019-09-11 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | configure.ac: enable ASAN, LSAN and UBSAN | Toni Uhlig | 2019-09-11 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | configure.ac: enable assertions explicitly | Toni Uhlig | 2019-09-11 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | typ0s fixed | Toni Uhlig | 2019-09-09 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | refactored queue_packet by shrinking the function signature to the minima | Toni Uhlig | 2019-09-09 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | removed unused function prototype, improved termination msgs | Toni Uhlig | 2019-09-05 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Revert "added fallback random source ("/dev/urandom") for systems with low ↵ | Toni Uhlig | 2019-08-18 |
| | | | | | | entropy available and "/dev/random" activated" This reverts commit 9f2cf5f50a337d73058c43e88453cb2926b49fb3. | ||
* | added fallback random source ("/dev/urandom") for systems with low entropy ↵ | Toni Uhlig | 2019-08-11 |
| | | | | | | available and "/dev/random" activated Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed ci error | Toni Uhlig | 2019-07-14 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | SHA512 challenge response authentication | Toni Uhlig | 2019-07-13 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | use arc4random() for coverity builds, yet another format specifier fix | Toni Uhlig | 2019-07-06 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed format specifier issues | Toni Uhlig | 2019-07-06 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | handle_extended_options should use proxy_desc_t* instead of a incomplete ↵ | Toni Uhlig | 2019-07-04 |
| | | | | | | void* as 1st argument Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | use $(srcdir) instead of $(abs_srcdir) in Makefile.am, so makedist works again | Toni Uhlig | 2019-06-30 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | preparations for use of multiple hash algos for challenge response | Toni Uhlig | 2019-06-30 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | added Npcap support (fixes #14) | Toni Uhlig | 2019-05-24 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | removed `--libpcap` default device, since it is highly os dependant | Toni Uhlig | 2019-04-27 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | fixed another build error for print_pcap_devices() if HAVE_PCAP undefined | Toni Uhlig | 2019-04-25 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | build error: option struct member list_pcap_devices should be available for ↵ | Toni Uhlig | 2019-04-25 |
| | | | | | | all build configs Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | added `--list-libpcap-devices' to list al available pcap devices, output ↵ | Toni Uhlig | 2019-04-25 |
| | | | | | | WinPCAP specific information at startup Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | change the path to the random number generator during build time (see PR #11) | Toni Uhlig | 2019-03-29 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Merge pull request #10 from Masaq-/extended-options | Toni Uhlig | 2019-03-06 |
|\ | | | | | improvements for empty pings mode | ||
| * | 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 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | fixed possible NULL ptr deref and division by zero | Toni Uhlig | 2019-02-28 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | more secure chroot: chdir(chroot_path), chroot("."), chdir("/") | Toni Uhlig | 2019-02-27 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | CWE-126 workaround | Toni Uhlig | 2019-02-27 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | 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 |
| |\| | | | | | | | 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> | ||
* | -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 |
| | | | | | | | | 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 |