summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* added --no-examples to configureChristian Pointner2009-11-142-7/+25
|
* installing example configs in seperater example dir nowChristian Pointner2009-11-142-34/+44
| | | | | | no gzip on manpages at install
* minor improvement of manpage textChristian Pointner2009-11-131-1/+1
|
* improved handling of errors at configure argumentsChristian Pointner2009-11-131-5/+14
|
* cleaned MakefileChristian Pointner2009-11-123-103/+108
| | | | | | | added uninstall target replaces mkdir -p by install -d (more portible)
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-1144-99/+111
| | | | ANYTUN_<filename>_INCLUDED
* added hidden ebuid-compat option to configure scriptChristian Pointner2009-11-111-3/+10
|
* removed strip from installChristian Pointner2009-11-111-6/+2
|
* updated manpagesChristian Pointner2009-11-116-717/+507
|
* no username/groupname in example configChristian Pointner2009-11-112-7/+138
| | | | | | | added install target to Makefile updated svn:ignore for man directory
* include cstring for memcopyOthmar Gsenger2009-11-043-4/+6
| | | | | | | fixes build error on newer systems builds with boost 1.40 now
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-29110-128/+130
|
* switched to GPLv3 or higherChristian Pointner2009-10-28105-210/+315
| | | | | | this is release 0.3.1
* changed windows tap device for new versionOthmar Gsenger2009-10-171-1/+1
| | | | | works with 64bit windows now
* fixed build on freebsdChristian Pointner2009-10-063-6/+10
|
* got rid of remaining system() Christian Pointner2009-10-042-36/+17
|
* cleaned new exec script functionChristian Pointner2009-10-041-12/+7
|
* logtargets valgrind cleanupChristian Pointner2009-10-042-3/+5
|
* small cleanupChristian Pointner2009-10-042-12/+1
|
* fixed spell errorChristian Pointner2009-10-041-1/+1
|
* fixed bug @ new exec Christian Pointner2009-10-041-6/+3
|
* added improved script executionChristian Pointner2009-10-045-52/+186
|
* fixed spelling errorChristian Pointner2009-05-292-2/+2
|
* added timestap to stdout, stderr and file log messageChristian Pointner2009-05-031-2/+4
|
* starting post up script in seperate threadChristian Pointner2009-05-011-4/+10
|
* sync race condition workarroundOthmar Gsenger2009-04-231-1/+1
|
* added same sync race condition fixOthmar Gsenger2009-04-201-1/+1
|
* kd-prf null bug fix by equinoxOthmar Gsenger2009-04-141-5/+2
|
* allow empty endpoint for configOthmar Gsenger2009-04-141-8/+6
|
* added warning to options parser when mixing cluster and connection optionsChristian Pointner2009-04-072-56/+81
|
* added log notice for key derivation role parameterChristian Pointner2009-04-073-0/+12
|
* removed anytun02-compat modeChristian Pointner2009-04-0713-116/+35
|
* updated to new crypto labelChristian Pointner2009-03-231-6/+6
|
* fixed build on windowsChristian Pointner2009-03-232-0/+8
|
* added gResolver to SyncServerChristian Pointner2009-03-226-144/+101
| | | | | | some cleanup
* added gResolver to anytun-configChristian Pointner2009-03-223-10/+28
|
* added error callback to resolver for better handlingChristian Pointner2009-03-225-22/+38
| | | | | | of resolvCallback exceptions
* added support for configurabel auth tag lengthChristian Pointner2009-03-179-20/+77
|
* removed key derivation rate entirelyChristian Pointner2009-03-1713-124/+156
| | | | | | | added new role based label updated configs and manpages
* added SIGERROR to signal ControllerChristian Pointner2009-03-104-12/+43
|
* changed packetSource to use gResolverChristian Pointner2009-03-056-47/+55
|
* fixed daemonizing and boost::thread problem (workaround)Christian Pointner2009-03-055-39/+61
| | | | | | fixed signalController
* added retry capability to resolverChristian Pointner2009-03-051-9/+31
|
* added resolvAddrType to gResolverChristian Pointner2009-03-055-21/+52
|
* moved sync thread creation before priv.drop to allow bind on privileged portsChristian Pointner2009-03-051-10/+12
|
* fixed tunDev-- Diese und die folgenden Zeilen werden ignoriert --Christian Pointner2009-03-052-4/+4
| | | | | | | M src/bsd/tunDevice.cpp M src/linux/tunDevice.cpp
* fixed const @ tundeviceChristian Pointner2009-03-054-7/+7
|
* got rid of ThreadParamChristian Pointner2009-03-056-97/+40
|
* fixed signalcontrollerChristian Pointner2009-03-045-13/+16
| | | | | | fixed BOOST_IS_ABSTRACT Problem with newer versions of boost
* cleanup (less warnings on MSVC)Christian Pointner2009-03-044-6/+6
|