aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 1.2-releasev1.2Toni Uhlig2018-07-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge branch 'master' into releaseToni Uhlig2018-07-15
|\
| * bump to 1.2: ChangeLog updateToni Uhlig2018-07-15
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Coverity CID 301768: added socket() error handlingToni Uhlig2018-07-15
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * travis-ci update to support automatic coverity scans (typ0's fixed?)Toni Uhlig2018-07-13
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ngToni Uhlig2018-07-13
| |\
| | * Update README.mddev02018-07-13
| | |
| | * Update READMEdev02018-07-13
| | |
| * | travis-ci update to support automatic coverity scansToni Uhlig2018-07-13
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Coverity CID 301768: added socket() error handlingToni Uhlig2018-07-13
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * parse_options: getopt: argument 'l:' requires an argument, so optarg can not ↵Toni Uhlig2018-07-13
| | | | | | | | | | | | be NULL (model_file will fix coverity false positive) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Ptunnel README: `How does it work?'Toni Uhlig2018-07-13
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ngToni Uhlig2018-07-13
| |\
| | * Update README.mddev02018-07-13
| | |
| | * Update README.mddev02018-07-12
| | |
| | * Update README.mddev02018-07-11
| | |
| * | Coverity CID 301772: fixed memory leak when icmp pkt could not sendToni Uhlig2018-07-13
| |/ | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * updated copyright informationsToni Uhlig2018-07-11
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
| * Update README.mddev02017-12-31
| |
| * added gitlab-ci yamlToni Uhlig2017-12-30
| |
| * 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
| |
* | bump to release v1.0v1.1v1.0Toni 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