summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* freetz firmware pkgToni Uhlig2017-12-25
|
* removed CVS leftover..Toni Uhlig2017-12-25
|
* Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ngToni Uhlig2017-12-24
|\
| * Update READMEdev02017-12-21
| |
* | archlinux pkgbuild, version bumplns2017-12-24
|/
* travis: force mingw xgccToni Uhlig2017-12-21
|
* travis mingw build with autoconf loggingToni Uhlig2017-12-21
|
* travis disabled mingw buildToni Uhlig2017-12-20
|
* travis mingw dev headerToni Uhlig2017-12-20
|
* travis autotoolsToni Uhlig2017-12-20
|
* removed debian pachutils build-depToni Uhlig2017-12-20
|
* md readme for travis build status, -std=gnu99 autoconf checkToni Uhlig2017-12-20
|
* Update READMEdev02017-12-20
|
* travis-ci integrationToni Uhlig2017-12-20
|
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | * pcap for Windows is optional (but recommended)
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | | | * improved option parsing/error printing * restrict tunnel destination ip/port only if the user wants it * print a warning if running on windows wihout pcap enabled * obey strict aliasing for pcap source * print available pcap devices if the user supplied an invalid one
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | * autoconf mingw dlltool check * build import library and link ptunnel-ng.exe against it
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | * added WinPcap dll definition file (mingw dlltool create the import library with it) * WinPcap header files
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | * do not break strict aliasing
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | * mingw __attribute__
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * fixed missing conditionaled compile for pcap * ported to mingw64
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * naming * typ0 fixed
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | * debian port
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * BSD License update * README is now ptunnel-ng compatible
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * changed option (--listen) visibility * added TODO
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | * option parsing fixes (usage, optional arguments, manpage)
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * optional feature disabled warning * SeLinux enabled flag * cosmetics # Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | * missing AUTHOR
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | * ChangeLog updated for 1.0 release * additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt * manpage updated
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * autotools set/use package version string * autotools renamed output binary to ptunnel-ng * more "intuitive" short options * removed ptunnel version info, copyright update
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | | * this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | * removed RedHat package build (maintainer required!)
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | | * source refactoring * moved functions to modules
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | | * moved send_packets to pdesc * removed unused whitespaces
* base64 removedToni Uhlig2017-12-18
|
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | | * source refactoring * base64 encoding/decoding option
* ptunnel-ng:Toni Uhlig2017-12-18
| | | | * source refactoring
* ptunnel-ng:Toni Uhlig2017-12-17
| | | | | * source refactoring * challenge response exported to module
* ptunnel-ng:Toni Uhlig2017-12-17
| | | | | | * source refactoring * utils functions pt_log, time_as_double * handle_pkt moved to pkt.c
* ptunnel-ng:Toni Uhlig2017-12-15
| | | | | * source refactoring * refactored proxy descriptor
* ptunnel-ng:Toni Uhlig2017-12-14
| | | | * source refactoring
* 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
| | | | * removed debian patches (merged)
* 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