Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed boost::bind problem with resolver on GCC-6 | Christian Pointner | 2016-07-03 | 1 | -2/+2 |
| | |||||
* | std::auto_ptr is deprecated sinc C++0x use boost:scoped_ptr and ↵ | Christian Pointner | 2016-07-03 | 1 | -5/+6 |
| | | | | | | | boost::shared_ptr as a backwards compatiple replacement boost::bind problem with GCC-6 is still unfixed and all resolvers are commented out at the moment... | ||||
* | added license exception for OpenSSL | Christian Pointner | 2014-06-29 | 1 | -2/+15 |
| | |||||
* | while(1) vs. for(;;) | Christian Pointner | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | fixed typo in license header | Christian Pointner | 2014-06-21 | 1 | -1/+1 |
| | |||||
* | mingw build works now | Christian Pointner | 2012-01-06 | 1 | -0/+1 |
| | |||||
* | compiler clean windows checks | Christian Pointner | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | non-functional changes only: use standard writing of stdint.h types; still ↵ | Markus Grüneis | 2010-02-18 | 1 | -5/+5 |
| | | | | import from boost (compiler compatibility) | ||||
* | whitespace only change: unified formatting with "astyle --style=k/r ↵ | Markus Grüneis | 2010-02-17 | 1 | -169/+166 |
| | | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive" | ||||
* | fixed build of anytun-controld | Christian Pointner | 2010-02-16 | 1 | -8/+3 |
| | | | | | | cleanups | ||||
* | fixed win32 build | Markus Grüneis | 2010-02-16 | 1 | -14/+12 |
| | |||||
* | introduced posixDaemon as DaemonService for posix targets | Christian Pointner | 2010-02-06 | 1 | -15/+13 |
| | | | | | | some dependency cleanups | ||||
* | removed NO_EXEC | Christian Pointner | 2010-02-06 | 1 | -4/+3 |
| | | | | | | added NOMINMAX to windows build targets | ||||
* | added --version parameter | Christian Pointner | 2010-01-24 | 1 | -4/+2 |
| | |||||
* | now using sigtimedwait instead of sigwait | Christian Pointner | 2010-01-23 | 1 | -2/+0 |
| | |||||
* | winService works now together with signalController | Christian Pointner | 2010-01-20 | 1 | -2/+2 |
| | |||||
* | integrated winservice into signal controller | Christian Pointner | 2010-01-20 | 1 | -17/+5 |
| | |||||
* | reenabled signalController for FreeBSD (not Debian kfreebsd) | Christian Pointner | 2010-01-16 | 1 | -1/+1 |
| | |||||
* | fixed packet length check | Christian Pointner | 2010-01-13 | 1 | -2/+3 |
| | |||||
* | fixed packet length | Christian Pointner | 2010-01-13 | 1 | -2/+0 |
| | |||||
* | single thread per socket | Christian Pointner | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | references are better than pointer ;) | Christian Pointner | 2010-01-12 | 1 | -1/+1 |
| | |||||
* | improved new SysExec cleanup | Christian Pointner | 2010-01-12 | 1 | -2/+2 |
| | |||||
* | cleanup | Othmar Gsenger | 2010-01-11 | 1 | -12/+2 |
| | | | | | | added cmd line option --debug | ||||
* | cleaned up crypto init | Othmar Gsenger | 2010-01-11 | 1 | -24/+4 |
| | | | | | | cleaned up default log targets | ||||
* | fixed line indention | Othmar Gsenger | 2010-01-11 | 1 | -16/+16 |
| | | | | | | fixed signal controler init position | ||||
* | fixed priviledge dropping on freebsd | Othmar Gsenger | 2010-01-10 | 1 | -26/+31 |
| | | | | | | maybee todo: remove old non working preprocessor staments like NO_EXEC to make code simpler | ||||
* | UDPPacketSource now opens one socket for each resolved endpoint | Christian Pointner | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | moved to resolver iterator at onResolve callback functions | Christian Pointner | 2010-01-08 | 1 | -1/+6 |
| | |||||
* | disable signal controller for FreeBSD. this needs some more works. | Othmar Gsenger | 2009-12-23 | 1 | -0/+2 |
| | | | | | | also TODO: fix priviledge dropping on FreeBSD | ||||
* | fixed copyrightrel-0.3.1v0.3.1 | Christian Pointner | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | switched to GPLv3 or higher | Christian Pointner | 2009-10-28 | 1 | -2/+3 |
| | | | | | | this is release 0.3.1 | ||||
* | fixed spell error | Christian Pointner | 2009-10-04 | 1 | -1/+1 |
| | |||||
* | added improved script execution | Christian Pointner | 2009-10-04 | 1 | -15/+9 |
| | |||||
* | starting post up script in seperate thread | Christian Pointner | 2009-05-01 | 1 | -4/+10 |
| | |||||
* | removed anytun02-compat mode | Christian Pointner | 2009-04-07 | 1 | -6/+3 |
| | |||||
* | fixed build on windows | Christian Pointner | 2009-03-23 | 1 | -0/+8 |
| | |||||
* | added gResolver to SyncServer | Christian Pointner | 2009-03-22 | 1 | -61/+25 |
| | | | | | | some cleanup | ||||
* | added error callback to resolver for better handling | Christian Pointner | 2009-03-22 | 1 | -1/+6 |
| | | | | | | of resolvCallback exceptions | ||||
* | added support for configurabel auth tag length | Christian Pointner | 2009-03-17 | 1 | -2/+2 |
| | |||||
* | removed key derivation rate entirely | Christian Pointner | 2009-03-17 | 1 | -2/+1 |
| | | | | | | | added new role based label updated configs and manpages | ||||
* | changed packetSource to use gResolver | Christian Pointner | 2009-03-05 | 1 | -26/+27 |
| | |||||
* | fixed daemonizing and boost::thread problem (workaround) | Christian Pointner | 2009-03-05 | 1 | -25/+19 |
| | | | | | | fixed signalController | ||||
* | added resolvAddrType to gResolver | Christian Pointner | 2009-03-05 | 1 | -7/+4 |
| | |||||
* | moved sync thread creation before priv.drop to allow bind on privileged ports | Christian Pointner | 2009-03-05 | 1 | -10/+12 |
| | |||||
* | fixed const @ tundevice | Christian Pointner | 2009-03-05 | 1 | -4/+4 |
| | |||||
* | got rid of ThreadParam | Christian Pointner | 2009-03-05 | 1 | -28/+27 |
| | |||||
* | fixed signalcontroller | Christian Pointner | 2009-03-04 | 1 | -4/+4 |
| | | | | | | fixed BOOST_IS_ABSTRACT Problem with newer versions of boost | ||||
* | cleanup (less warnings on MSVC) | Christian Pointner | 2009-03-04 | 1 | -3/+3 |
| | |||||
* | cleanup | Christian Pointner | 2009-03-04 | 1 | -18/+2 |
| |