| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* pcap for Windows is optional (but recommended)
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* autoconf mingw dlltool check
* build import library and link ptunnel-ng.exe against it
|
|
|
|
|
| |
* added WinPcap dll definition file (mingw dlltool create the import library with it)
* WinPcap header files
|
|
|
|
| |
* do not break strict aliasing
|
|
|
|
|
|
| |
* fixed mingw64 cross compile issues
* using getaddrinfo instead of obsolete gethostbyname
* removed IS_WINDOWS AM_CONDITIONAL
|
|
|
|
| |
* mingw __attribute__
|
|
|
|
|
| |
* fixed missing conditionaled compile for pcap
* ported to mingw64
|
|
|
|
|
| |
* naming
* typ0 fixed
|
|
|
|
| |
* debian port
|
|
|
|
|
| |
* BSD License update
* README is now ptunnel-ng compatible
|
|
|
|
|
| |
* changed option (--listen) visibility
* added TODO
|
|
|
|
| |
* option parsing fixes (usage, optional arguments, manpage)
|
|
|
|
|
|
|
| |
* optional feature disabled warning
* SeLinux enabled flag
* cosmetics
# Bitte geben Sie eine Commit-Beschreibung für Ihre Änderungen ein. Zeilen,
|
|
|
|
| |
* missing AUTHOR
|
|
|
|
|
|
| |
* ChangeLog updated for 1.0 release
* additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt
* manpage updated
|
|
|
|
|
|
|
| |
* autotools set/use package version string
* autotools renamed output binary to ptunnel-ng
* more "intuitive" short options
* removed ptunnel version info, copyright update
|
|
|
|
|
| |
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING)
* removed user defined ip header (buggy; not useful anymore)
|
|
|
|
| |
* removed RedHat package build (maintainer required!)
|
|
|
|
|
| |
* source refactoring
* moved functions to modules
|
|
|
|
|
| |
* moved send_packets to pdesc
* removed unused whitespaces
|
| |
|
|
|
|
|
| |
* source refactoring
* base64 encoding/decoding option
|
|
|
|
| |
* source refactoring
|
|
|
|
|
| |
* source refactoring
* challenge response exported to module
|
|
|
|
|
|
| |
* source refactoring
* utils functions pt_log, time_as_double
* handle_pkt moved to pkt.c
|
|
|
|
|
| |
* source refactoring
* refactored proxy descriptor
|
|
|
|
| |
* source refactoring
|
|
|
|
|
|
| |
* fixed opt type for `-p`
* `-l` argument is required
* exported packet structs from ptunnel.h to pkt.h
|
|
|
|
| |
* removed debian patches (merged)
|
|
|
|
| |
* options parsing
|
|
|
|
|
| |
* options parsing
* fixed memory leak in generate_response(...)
|
|
|
|
|
| |
* options parsing
* fixed perms for text/source files
|
|
|
|
| |
* option parsing
|
|
|
|
|
| |
* option parsing
* refactoring
|
|
|
|
|
|
|
| |
* base64 encode prep
* option parsing
* refactoring
* using strict aliasing
|