aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'master' into coverity_scancoverity_scanToni Uhlig2019-07-06
|\
| * use arc4random() for coverity builds, yet another format specifier fixToni Uhlig2019-07-06
* | Merge branch 'master' into coverity_scanToni Uhlig2019-07-06
|\|
| * fixed format specifier issuesToni Uhlig2019-07-06
| * handle_extended_options should use proxy_desc_t* instead of a incomplete void...Toni Uhlig2019-07-04
| * use $(srcdir) instead of $(abs_srcdir) in Makefile.am, so makedist works againToni Uhlig2019-06-30
| * preparations for use of multiple hash algos for challenge responseToni Uhlig2019-06-30
| * updated to 1.42Toni Uhlig2019-06-29
| * ArchLinux PKGBUILD md5 chksm updateToni Uhlig2019-05-31
| * ArchLinux PKGBUILD bump to 1.42Toni Uhlig2019-05-29
| * gitlab-ci updateToni Uhlig2019-05-28
| * travis-ci build error fixed (hopefully)Toni Uhlig2019-05-27
| * travis-ci updateToni Uhlig2019-05-25
| * added Npcap support (fixes #14)Toni Uhlig2019-05-24
| * travis-ci: --enable-option-checking=fatalToni Uhlig2019-05-17
| * gitlab-ci: --enable-option-checking=fatalToni Uhlig2019-05-16
| * added LGTM.com badgeToni Uhlig2019-05-05
| * removed `--libpcap` default device, since it is highly os dependantToni Uhlig2019-04-27
* | Merge branch 'master' into coverity_scanToni Uhlig2019-04-27
|\|
| * 1.42-releaseToni Uhlig2019-04-27
* | Travis/Gitlab badge: switched to git branch 'coverity_scan'Toni Uhlig2019-04-25
|/
* 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
* 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
* 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