aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
* | added systemd conf/service filelns2019-01-31
* | fitted travis-ci to gitlab-ciToni Uhlig2019-01-30
* | gitlab-ci jobs improvedToni Uhlig2019-01-30
* | Merge pull request #7 from Masaq-/fix-resend-icmpToni Uhlig2019-01-29
|\ \
| * | update the ICMP identifier of resent packetsMasaq-2019-01-29
| |/
* / trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
|/
* gitlab-ci: fixed wrong pkg nameToni Uhlig2019-01-26
* travis-ci: fixed wrong pkg name, removed unfetchable gitlab pipeline badgeToni Uhlig2019-01-26
* travis-ci/gitlab-ci: clang-5.0 build, gitlab.com pipeline badgeToni Uhlig2019-01-26
* fix compile error for android: do not include bsd stdlibToni Uhlig2019-01-25
* Merge pull request #6 from Masaq-/fix-unprivileged-modeToni Uhlig2019-01-25
|\
| * unprivileged ICMP sockets do not receive IP headersMasaq-2019-01-25
* | Merge pull request #5 from Masaq-/fix-busywaitToni Uhlig2019-01-25
|\ \
| * | do not select() socket for reading when window is fullMasaq-2019-01-25
| |/
* / updated PKGBUILD for v1.32Toni Uhlig2019-01-25
|/
* 1.32-releaseToni Uhlig2019-01-24
* fuzzer.py: build pt icmp pktToni Uhlig2019-01-21
* python based fuzzing script to detect security related issues (work-in-progress)Toni Uhlig2019-01-18
* Merge pull request #2 from elnerd/bugfixesdev02019-01-16
|\
| * cosmeticsdev02019-01-16
| * fixed some bugs that can lead to remove segfaultselnerd2019-01-16
|/
* copyright updateToni Uhlig2019-01-08
* set icmp_filter according forwarder/proxyToni Uhlig2018-12-27
* travis-ci install libbsd-dev to have arc4random() availableToni Uhlig2018-12-26
* support BSD arc4random() if availableToni Uhlig2018-12-26
* autoconf check for srandom()/random() or fallback to less secure srand()/rand()Toni Uhlig2018-12-26
* replaced rand() with more "secure" random() // CID 301767Toni Uhlig2018-12-26
* added additional autoconf ICMP_FILTER compile checkToni Uhlig2018-12-24
* introduced icmp_filter for forward socket to filter out unwanted icmp message...Toni Uhlig2018-12-24
* improved error loggingToni Uhlig2018-12-23