summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set versionrel-0.3.6v0.3.6Christian Pointner2016-07-085-13/+13
* updated changelog for releaseChristian Pointner2016-07-081-1/+3
* added systemd generatorChristian Pointner2016-07-083-2/+39
* fixed requires= wants= and also=Christian Pointner2016-07-082-4/+1
* anytun-control vs anytun-controldChristian Pointner2016-07-084-11/+5
* use exec @ launcher, also install control daemon systemd unitChristian Pointner2016-07-082-2/+3
* silently ignore missing conf.d directory and just don't start anytun-controldChristian Pointner2016-07-081-3/+0
* fixe gcrypt warning for anytun-showtables as wellChristian Pointner2016-07-081-1/+3
* added some more deps to systemd unitsChristian Pointner2016-07-082-1/+3
* fixed gcrypt warning for anytun-configChristian Pointner2016-07-082-0/+5
* fixed init scriptChristian Pointner2016-07-081-4/+4
* added global anytun systemd targed, improved device file handlingChristian Pointner2016-07-085-9/+27
* actually install anytun-launcher into lib dirChristian Pointner2016-07-081-1/+2
* moved anytun-lanucher to /libChristian Pointner2016-07-086-9/+19
* added --username to systemd unit filesChristian Pointner2016-07-082-2/+2
* streamlined systemd integration/installationChristian Pointner2016-07-077-165/+193
* added some privilege limitations to sample systemd servicesChristian Pointner2016-07-042-0/+10
* weakend -Werror a littleChristian Pointner2016-07-032-1/+3
* fixed win build scriptsChristian Pointner2016-07-034-6/+56
* updated changelog for releaseChristian Pointner2016-07-031-0/+4
* fixed boost::bind problem with resolver on GCC-6Christian Pointner2016-07-036-13/+13
* std::auto_ptr is deprecated sinc C++0x use boost:scoped_ptr and boost::shared...Christian Pointner2016-07-036-27/+28
* updated some info after moving to GITChristian Pointner2016-02-262-8/+8
* added gitignoreChristian Pointner2016-02-261-0/+44
* since libgcrypt 1.6 it is no longer needed to configure the threading callbacksChristian Pointner2016-01-231-2/+6
* fixed warning due to change of handling of exceptions inside descrutors since...Christian Pointner2016-01-232-1/+8
* make prefix variable more standard compliantChristian Pointner2015-05-121-2/+2
* remove-systemdBernhard Tittelbach2015-01-161-2/+3
* dBernhard Tittelbach2015-01-161-2/+2
* configure sytemd path as required by systemd man-page Bernhard Tittelbach2015-01-162-30/+39
* let systemd create /run dirs and a fixBernhard Tittelbach2015-01-162-2/+5
* systemd support (--with-systemd) (config/install script untested)Bernhard Tittelbach2015-01-167-38/+131
* version output now includes compiler versionChristian Pointner2014-09-271-0/+9
* updated changelog for new releaseChristian Pointner2014-08-261-1/+2
* fixed gcrypt thread supportChristian Pointner2014-08-261-34/+10
* added mingw cross compile infoChristian Pointner2014-06-291-16/+37
* fixed license headerChristian Pointner2014-06-291-11/+7
* version bumpf for openssl and boost on mingw windowsChristian Pointner2014-06-293-2/+52
* added license exception for OpenSSLChristian Pointner2014-06-29126-339/+2065
* fixed not working singletons - still not threadsafe but at least they don't p...Christian Pointner2014-06-2915-156/+21
* while(1) vs. for(;;)Christian Pointner2014-06-286-8/+8
* updated changelogChristian Pointner2014-06-221-0/+5
* merged clang branchChristian Pointner2014-06-224-6/+22
|\
| * added support for clangChristian Pointner2014-06-224-6/+22
| * created branch for clang portChristian Pointner2014-06-220-0/+0
|/
* merged nettle featuer branch to trunkChristian Pointner2014-06-2211-133/+257
|\
| * implemented key derivation using libnettleChristian Pointner2014-06-222-12/+21
| * implemented auth algo using nettle (not tested yet)Christian Pointner2014-06-222-10/+11
| * implemented cipher using nettle (not tested yet)Christian Pointner2014-06-222-9/+22
| * added compile switches for libnettleChristian Pointner2014-06-229-31/+114