aboutsummaryrefslogtreecommitdiff
path: root/options.c
Commit message (Collapse)AuthorAge
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | | * source refactoring * base64 encoding/decoding option
* ptunnel-ng:Toni Uhlig2017-12-14
| | | | | | * fixed opt type for `-p` * `-l` argument is required * exported packet structs from ptunnel.h to pkt.h
* ptunnel-ng:Toni Uhlig2017-12-12
| | | | * options parsing
* ptunnel-ng:Toni Uhlig2017-12-11
| | | | | * options parsing * fixed memory leak in generate_response(...)
* ptunnel-ng:Toni Uhlig2017-12-11
| | | | | * options parsing * fixed perms for text/source files
* ptunnel-ng:Toni Uhlig2017-12-10
| | | | * option parsing
* ptunnel-ng:Toni Uhlig2017-12-02
| | | | | * option parsing * refactoring
* ptunnel-ng:Toni Uhlig2017-11-12
* base64 encode prep * option parsing * refactoring * using strict aliasing