Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ./configure updated with ./autogen.shv1.42release | Toni Uhlig | 2019-04-27 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Merge branch 'master' into release | Toni Uhlig | 2019-04-27 |
|\ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | 1.42-release | Toni Uhlig | 2019-04-27 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Update README.md | dev0 | 2019-04-25 |
| | | |||
| * | 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> | ||
| * | added TODOs | Toni Uhlig | 2019-04-20 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | updated selinux policy file and added compile script | Toni Uhlig | 2019-04-09 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | ./configure updated with ./autogen.shv1.41 | Toni Uhlig | 2019-04-03 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | Merge branch 'master' into release | Toni Uhlig | 2019-04-03 |
|\| | |||
| * | 1.41-release | Toni Uhlig | 2019-04-03 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | use default random device /dev/random when only `--with-rngdev` as configure ↵ | Toni Uhlig | 2019-03-31 |
| | | | | | | | | | | | | arg used and force the use of same for RNG 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> | ||
| * | updated AUTHORS (masaq-, elnerd) | Toni Uhlig | 2019-03-20 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | | ./configure updated with ./autogen.shv1.40 | Toni Uhlig | 2019-03-21 |
|/ | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | 1.40-release | Toni Uhlig | 2019-03-20 |
| | | | | 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> | ||
* | | 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> |