aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* code formattingToni Uhlig2020-02-22
* gitlab-ci: run at least a simple integration testToni Uhlig2020-02-22
* handle incoming tunnel request in a subroutineToni Uhlig2020-02-21
* Merge pull request #17 from eriksimon/masterToni Uhlig2020-02-20
|\
| * Run clang-format on old ptk.c/.h filesErik Simon2020-02-20
|/
* integration test instrumentalizes ptunnelToni Uhlig2020-02-01
* gitlab-ci: preps for integration testsToni Uhlig2020-02-01
* added very simple integration test scriptToni Uhlig2020-02-01
* gitlab-ci: removed archlinux-keyring pkgToni Uhlig2020-02-01
* Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ngToni Uhlig2020-01-28
|\
| * gitlab-ci: switched from finalduty/archlinux to archlinux/base docker containerToni Uhlig2020-01-05
| * removed superfluous explicit numeric castsToni Uhlig2019-12-05
| * log at least an info message if our receive window is not big enoughToni Uhlig2019-12-04
| * reduced function signature and removed dead code in acknowledge handlingToni Uhlig2019-12-03
| * fixed missing variable initialize - before used in conditionToni Uhlig2019-12-03
| * fixed missing challenge response memcpyToni Uhlig2019-12-03
| * removed superfluous if statementToni Uhlig2019-12-02
* | removed failed fuzzer attemptToni Uhlig2020-01-28
|/
* reduced handle_data unnecessary complex function signatureToni Uhlig2019-12-01
* print sequence number for superfluous ACK's recvToni Uhlig2019-11-30
* gitlab-ci, travis-ci: build ptunnel-ng with sanitizer and assertions enabledToni Uhlig2019-09-12
* indentationToni Uhlig2019-09-11
* configure.ac: enable ASAN, LSAN and UBSANToni Uhlig2019-09-11
* configure.ac: enable assertions explicitlyToni Uhlig2019-09-11
* removed broken gitlab badgeToni Uhlig2019-09-09
* typ0s fixedToni Uhlig2019-09-09
* refactored queue_packet by shrinking the function signature to the minimaToni Uhlig2019-09-09
* removed unused function prototype, improved termination msgsToni Uhlig2019-09-05
* Revert "added fallback random source ("/dev/urandom") for systems with low en...Toni Uhlig2019-08-18
* added fallback random source ("/dev/urandom") for systems with low entropy av...Toni Uhlig2019-08-11
* fixed ci errorToni Uhlig2019-07-14
* SHA512 challenge response authenticationToni Uhlig2019-07-13
* use arc4random() for coverity builds, yet another format specifier fixToni 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
* 1.42-releaseToni Uhlig2019-04-27
* Update README.mddev02019-04-25