aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ./configure updated with ./autogen.shv1.42releaseToni Uhlig2019-04-27
* Merge branch 'master' into releaseToni Uhlig2019-04-27
|\
| * 1.42-releaseToni Uhlig2019-04-27
| * Update README.mddev02019-04-25
| * fixed another build error for print_pcap_devices() if HAVE_PCAP undefinedToni Uhlig2019-04-25
| * build error: option struct member list_pcap_devices should be available for a...Toni Uhlig2019-04-25
| * added `--list-libpcap-devices' to list al available pcap devices, output WinP...Toni Uhlig2019-04-25
| * added TODOsToni Uhlig2019-04-20
| * updated selinux policy file and added compile scriptToni Uhlig2019-04-09
* | ./configure updated with ./autogen.shv1.41Toni Uhlig2019-04-03
* | Merge branch 'master' into releaseToni Uhlig2019-04-03
|\|
| * 1.41-releaseToni Uhlig2019-04-03
| * use default random device /dev/random when only `--with-rngdev` as configure ...Toni Uhlig2019-03-31
| * change the path to the random number generator during build time (see PR #11)Toni Uhlig2019-03-29
| * updated AUTHORS (masaq-, elnerd)Toni Uhlig2019-03-20
* | ./configure updated with ./autogen.shv1.40Toni Uhlig2019-03-21
|/
* 1.40-releaseToni Uhlig2019-03-20
* 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