aboutsummaryrefslogtreecommitdiff
path: root/src/pkt.c
Commit message (Expand)AuthorAge
* set ip_pkt to NULL during definitionToni 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
* initial clang-format fileToni Uhlig2020-03-25
* 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
* 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
* moved header byte-re-ordering code into a subroutineToni Uhlig2020-03-12
* moved proxy descriptor search into getter functionToni Uhlig2020-03-12
* moved authentication request/response code to subroutinesToni Uhlig2020-03-07
* code formattingToni Uhlig2020-02-22
* handle incoming tunnel request in a subroutineToni Uhlig2020-02-21
* Run clang-format on old ptk.c/.h filesErik Simon2020-02-20
* 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 challenge response memcpyToni Uhlig2019-12-03
* removed superfluous if statementToni Uhlig2019-12-02
* reduced handle_data unnecessary complex function signatureToni Uhlig2019-12-01
* print sequence number for superfluous ACK's recvToni Uhlig2019-11-30
* refactored queue_packet by shrinking the function signature to the minimaToni Uhlig2019-09-09
* 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
* preparations for use of multiple hash algos for challenge responseToni Uhlig2019-06-30
* 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
* | fixed possible NULL ptr deref #2Toni Uhlig2019-03-01
* | fixed possible NULL ptr deref and division by zeroToni Uhlig2019-02-28
|/
* set pkt_len to zero after freeMasaq-2019-02-23
* -E --empty-pings compensate for ICMP sequence number inspectionMasaq-2019-02-21
* fix leaky ringsMasaq-2019-02-20
* command line option -y payload sizeMasaq-2019-02-08
* Merge branch 'master' into extended-optionsMasaq-2019-02-03
|\
| * trimmed xfr debug output + icmp id/seq output, replaced invalid UTF8 char 'oe'lns2019-01-29
* | require authenticationMasaq-2019-01-30
* | extend the protocol to load options from the data sectionMasaq-2019-01-28
|/
* unprivileged ICMP sockets do not receive IP headersMasaq-2019-01-25
* cosmeticsdev02019-01-16
* fixed some bugs that can lead to remove segfaultselnerd2019-01-16
* copyright updateToni Uhlig2019-01-08
* improved error loggingToni Uhlig2018-12-23