| Commit message (Expand) | Author | Age |
* | re-enabled and improved logging of packet headers and payload | Toni Uhlig | 2020-05-27 |
* | splitted bigfat anon enum in pconfig.h into multiple smaller ones hoping to i... | Toni Uhlig | 2020-05-27 |
* | moved HAVE_PCAP pre-processor conditional before pqueue | Toni Uhlig | 2020-05-24 |
* | added deprecation text for -P/--passwd option | Toni Uhlig | 2020-04-05 |
* | initial clang-format file | Toni Uhlig | 2020-03-25 |
* | Got rid of those non working extended options, because:removed_extended_options | Toni Uhlig | 2020-03-22 |
* | moved queueing code for out-of-order payload data into subroutine | Toni Uhlig | 2020-03-21 |
* | braces for conditions | Toni Uhlig | 2020-03-21 |
* | moved payload queueing code into subroutine | Toni Uhlig | 2020-03-16 |
* | reduced statement nesting depth of function handle_packet | Toni Uhlig | 2020-03-16 |
* | fixed invalid sequence count during auth (`--passwd`) | Toni Uhlig | 2020-03-15 |
* | ignore incomplete packets instead of exit(0), only allow packet queueing if s... | Toni Uhlig | 2020-03-15 |
* | fixed mingw build caused by an invalid explicit function type cast | Toni Uhlig | 2020-03-14 |
* | sequence number timeout table uses now correct time_t for timestamps | Toni Uhlig | 2020-03-14 |
* | improved icmp/forward descriptor structs and use -Wextra for all builds | Toni Uhlig | 2020-03-14 |
* | moved header byte-re-ordering code into a subroutine | Toni Uhlig | 2020-03-12 |
* | moved proxy descriptor search into getter function | Toni Uhlig | 2020-03-12 |
* | moved authentication request/response code to subroutines | Toni Uhlig | 2020-03-07 |
* | Revert "gitlab-ci: use archlinux:latest" | Toni Uhlig | 2020-03-01 |
* | gitlab-ci: use archlinux:latest | Toni Uhlig | 2020-03-01 |
* | code formatting | Toni Uhlig | 2020-02-22 |
* | handle incoming tunnel request in a subroutine | Toni Uhlig | 2020-02-21 |
* | Run clang-format on old ptk.c/.h files | Erik Simon | 2020-02-20 |
* | removed superfluous explicit numeric casts | Toni Uhlig | 2019-12-05 |
* | log at least an info message if our receive window is not big enough | Toni Uhlig | 2019-12-04 |
* | reduced function signature and removed dead code in acknowledge handling | Toni Uhlig | 2019-12-03 |
* | fixed missing variable initialize - before used in condition | Toni Uhlig | 2019-12-03 |
* | fixed missing challenge response memcpy | Toni Uhlig | 2019-12-03 |
* | removed superfluous if statement | Toni Uhlig | 2019-12-02 |
* | reduced handle_data unnecessary complex function signature | Toni Uhlig | 2019-12-01 |
* | print sequence number for superfluous ACK's recv | Toni Uhlig | 2019-11-30 |
* | indentation | Toni Uhlig | 2019-09-11 |
* | configure.ac: enable ASAN, LSAN and UBSAN | Toni Uhlig | 2019-09-11 |
* | configure.ac: enable assertions explicitly | Toni Uhlig | 2019-09-11 |
* | typ0s fixed | Toni Uhlig | 2019-09-09 |
* | refactored queue_packet by shrinking the function signature to the minima | Toni Uhlig | 2019-09-09 |
* | removed unused function prototype, improved termination msgs | Toni Uhlig | 2019-09-05 |
* | Revert "added fallback random source ("/dev/urandom") for systems with low en... | Toni Uhlig | 2019-08-18 |
* | added fallback random source ("/dev/urandom") for systems with low entropy av... | Toni Uhlig | 2019-08-11 |
* | fixed ci error | Toni Uhlig | 2019-07-14 |
* | SHA512 challenge response authentication | Toni Uhlig | 2019-07-13 |
* | use arc4random() for coverity builds, yet another format specifier fix | Toni Uhlig | 2019-07-06 |
* | fixed format specifier issues | Toni Uhlig | 2019-07-06 |
* | handle_extended_options should use proxy_desc_t* instead of a incomplete void... | Toni Uhlig | 2019-07-04 |
* | use $(srcdir) instead of $(abs_srcdir) in Makefile.am, so makedist works again | Toni Uhlig | 2019-06-30 |
* | preparations for use of multiple hash algos for challenge response | Toni Uhlig | 2019-06-30 |
* | added Npcap support (fixes #14) | Toni Uhlig | 2019-05-24 |
* | removed `--libpcap` default device, since it is highly os dependant | Toni Uhlig | 2019-04-27 |
* | fixed another build error for print_pcap_devices() if HAVE_PCAP undefined | Toni Uhlig | 2019-04-25 |
* | build error: option struct member list_pcap_devices should be available for a... | Toni Uhlig | 2019-04-25 |