summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* cleaned up crypto initOthmar Gsenger2010-01-115-40/+38
* fixed line indentionOthmar Gsenger2010-01-111-16/+16
* fixed double close of pipefdOthmar Gsenger2010-01-111-0/+1
* bugfix in new sysexecOthmar Gsenger2010-01-102-8/+13
* fixed priviledge dropping on freebsdOthmar Gsenger2010-01-107-56/+101
* dispatching right socket for send to functionChristian Pointner2010-01-081-1/+8
* UDPPacketSource now opens one socket for each resolved endpointChristian Pointner2010-01-088-23/+43
* moved to resolver iterator at onResolve callback functionsChristian Pointner2010-01-088-15/+30
* added visual studio build targets with gcryptChristian Pointner2010-01-075-8/+688
* disable signal controller for FreeBSD. this needs some more works.Othmar Gsenger2009-12-231-0/+2
* do not end signalcontroller on EINTROthmar Gsenger2009-12-231-2/+9
* fixed spelling errorChristian Pointner2009-12-232-2/+2
* exit SignalController::handle if sigwait failsOthmar Gsenger2009-12-231-2/+4
* added manpage to svn (and later to release tarball)Christian Pointner2009-12-227-940/+6
* added patch from Cyril Brulebois in order to enable build on Debian/Freebsd K...Christian Pointner2009-12-182-3/+3
* fixed permissions bug at make installChristian Pointner2009-12-141-1/+1
* fixed spelling error unkown != unknownChristian Pointner2009-12-142-3/+3
* added windows 64bit build targetOthmar Gsenger2009-11-193-0/+348
* added --no-manpage to configure and makeChristian Pointner2009-11-152-15/+40
* configure script updateChristian Pointner2009-11-141-0/+3
* added --no-examples to configureChristian Pointner2009-11-142-7/+25
* installing example configs in seperater example dir nowChristian Pointner2009-11-142-34/+44
* 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
* fixed header file include guards to be C++ compliant; now always use format A...Markus Grüneis2009-11-1144-99/+111
* 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
* include cstring for memcopyOthmar Gsenger2009-11-043-4/+6
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-29110-128/+130
* switched to GPLv3 or higherChristian Pointner2009-10-28105-210/+315
* changed windows tap device for new versionOthmar Gsenger2009-10-171-1/+1
* 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