Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 1.2-releasev1.2 | Toni Uhlig | 2018-07-15 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Merge branch 'master' into release | Toni Uhlig | 2018-07-15 |
|\ | |||
| * | bump to 1.2: ChangeLog update | Toni Uhlig | 2018-07-15 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Coverity CID 301768: added socket() error handling | Toni Uhlig | 2018-07-15 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | travis-ci update to support automatic coverity scans (typ0's fixed?) | Toni Uhlig | 2018-07-13 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng | Toni Uhlig | 2018-07-13 |
| |\ | |||
| | * | Update README.md | dev0 | 2018-07-13 |
| | | | |||
| | * | Update README | dev0 | 2018-07-13 |
| | | | |||
| * | | travis-ci update to support automatic coverity scans | Toni Uhlig | 2018-07-13 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Coverity CID 301768: added socket() error handling | Toni Uhlig | 2018-07-13 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | parse_options: getopt: argument 'l:' requires an argument, so optarg can not ↵ | Toni Uhlig | 2018-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 Uhlig | 2018-07-13 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng | Toni Uhlig | 2018-07-13 |
| |\ | |||
| | * | Update README.md | dev0 | 2018-07-13 |
| | | | |||
| | * | Update README.md | dev0 | 2018-07-12 |
| | | | |||
| | * | Update README.md | dev0 | 2018-07-11 |
| | | | |||
| * | | Coverity CID 301772: fixed memory leak when icmp pkt could not send | Toni Uhlig | 2018-07-13 |
| |/ | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | updated copyright informations | Toni Uhlig | 2018-07-11 |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
| * | Update README.md | dev0 | 2017-12-31 |
| | | |||
| * | added gitlab-ci yaml | Toni Uhlig | 2017-12-30 |
| | | |||
| * | freetz firmware pkg | Toni Uhlig | 2017-12-25 |
| | | |||
| * | removed CVS leftover.. | Toni Uhlig | 2017-12-25 |
| | | |||
| * | Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng | Toni Uhlig | 2017-12-24 |
| |\ | |||
| | * | Update README | dev0 | 2017-12-21 |
| | | | |||
| * | | archlinux pkgbuild, version bump | lns | 2017-12-24 |
| |/ | |||
| * | travis: force mingw xgcc | Toni Uhlig | 2017-12-21 |
| | | |||
| * | travis mingw build with autoconf logging | Toni Uhlig | 2017-12-21 |
| | | |||
| * | travis disabled mingw build | Toni Uhlig | 2017-12-20 |
| | | |||
| * | travis mingw dev header | Toni Uhlig | 2017-12-20 |
| | | |||
| * | travis autotools | Toni Uhlig | 2017-12-20 |
| | | |||
| * | removed debian pachutils build-dep | Toni Uhlig | 2017-12-20 |
| | | |||
| * | md readme for travis build status, -std=gnu99 autoconf check | Toni Uhlig | 2017-12-20 |
| | | |||
| * | Update README | dev0 | 2017-12-20 |
| | | |||
| * | travis-ci integration | Toni Uhlig | 2017-12-20 |
| | | |||
* | | bump to release v1.0v1.1v1.0 | Toni Uhlig | 2017-12-20 |
|/ | |||
* | ptunnel-ng: | Toni Uhlig | 2017-12-20 |
| | | | | * pcap for Windows is optional (but recommended) | ||
* | ptunnel-ng: | Toni Uhlig | 2017-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 Uhlig | 2017-12-20 |
| | | | | | * autoconf mingw dlltool check * build import library and link ptunnel-ng.exe against it | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-20 |
| | | | | | * added WinPcap dll definition file (mingw dlltool create the import library with it) * WinPcap header files | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-20 |
| | | | | * do not break strict aliasing | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-20 |
| | | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | * mingw __attribute__ | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | | * fixed missing conditionaled compile for pcap * ported to mingw64 | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | | * naming * typ0 fixed | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | * debian port | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | | * BSD License update * README is now ptunnel-ng compatible | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | | * changed option (--listen) visibility * added TODO | ||
* | ptunnel-ng: | Toni Uhlig | 2017-12-19 |
| | | | | * option parsing fixes (usage, optional arguments, manpage) | ||
* | ptunnel-ng: | Toni Uhlig | 2017-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 Uhlig | 2017-12-19 |
| | | | | * missing AUTHOR |