aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removed Travis CI.HEADmasterlns2023-05-17
* Add packaging status badge (#32)Emanuel Haupt2023-05-17
* Fix default PID location for FreeBSD (#31)Emanuel Haupt2023-05-17
* Merge pull request #22 from oofnikj/dockerizeToni2020-10-11
|\
| * use tini initJordan Sokolic2020-10-11
| * dockerJordan Sokolic2020-10-06
|/
* fixed archlinux ci buildToni Uhlig2020-07-20
* Merge branch 'master' of ssh://git.lan:/git/ptunnelToni Uhlig2020-07-01
|\
| * fixed unaligned pointer access to packed memberlns2020-06-22
* | gitlab-ci: use official archlinux/base imageToni Uhlig2020-07-01
|/
* set ip_pkt to NULL during definitionToni Uhlig2020-05-27
* define PACKAGE_STRING if HAVE_CONFIG_H undefined (useful if compiling w/o con...Toni Uhlig2020-05-27
* re-enabled and improved logging of packet headers and payload (SEND)Toni Uhlig2020-05-27
* re-enabled and improved logging of packet headers and payloadToni Uhlig2020-05-27
* splitted bigfat anon enum in pconfig.h into multiple smaller ones hoping to i...Toni Uhlig2020-05-27
* moved HAVE_PCAP pre-processor conditional before pqueueToni Uhlig2020-05-24
* README's provide some simple ptunnel-ng usage examples (fixes #21)Toni Uhlig2020-04-05
* added deprecation text for -P/--passwd optionToni Uhlig2020-04-05
* initial clang-format fileToni Uhlig2020-03-25
* README* updateToni Uhlig2020-03-22
* Got rid of those non working extended options, because:removed_extended_optionsToni Uhlig2020-03-22
* moved queueing code for out-of-order payload data into subroutineToni Uhlig2020-03-21
* braces for conditionsToni Uhlig2020-03-21
* moved payload queueing code into subroutineToni Uhlig2020-03-16
* travis-ci: do not spam me with config.logToni Uhlig2020-03-16
* reduced statement nesting depth of function handle_packetToni Uhlig2020-03-16
* fixed invalid sequence count during auth (`--passwd`)Toni Uhlig2020-03-15
* ignore incomplete packets instead of exit(0), only allow packet queueing if s...Toni Uhlig2020-03-15
* fixed mingw build caused by an invalid explicit function type castToni Uhlig2020-03-14
* sequence number timeout table uses now correct time_t for timestampsToni Uhlig2020-03-14
* improved icmp/forward descriptor structs and use -Wextra for all buildsToni Uhlig2020-03-14
* integration_test.sh supports other build directories then ${SOURCE_ROOT}/src/...Toni Uhlig2020-03-12
* autogen.sh can now be executed from any current working directoryToni Uhlig2020-03-12
* moved header byte-re-ordering code into a subroutineToni Uhlig2020-03-12
* moved proxy descriptor search into getter functionToni Uhlig2020-03-12
* send/recv/verify data testToni Uhlig2020-03-11
* moved authentication request/response code to subroutinesToni Uhlig2020-03-07
* gitlab-ci: use archlinux:latestToni Uhlig2020-03-01
* Revert "gitlab-ci: use archlinux:latest"Toni Uhlig2020-03-01
* gitlab-ci: use archlinux:latestToni Uhlig2020-03-01
* 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
|\