summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make usage of compiler flags more standard compliantChristian Pointner2018-07-231-7/+7
|
* added systemd generatorChristian Pointner2016-07-081-2/+7
|
* anytun-control vs anytun-controldChristian Pointner2016-07-081-4/+4
|
* added global anytun systemd targed, improved device file handlingChristian Pointner2016-07-081-2/+4
|
* actually install anytun-launcher into lib dirChristian Pointner2016-07-081-1/+2
|
* moved anytun-lanucher to /libChristian Pointner2016-07-081-6/+6
|
* streamlined systemd integration/installationChristian Pointner2016-07-071-16/+18
|
* remove-systemdBernhard Tittelbach2015-01-161-2/+3
|
* configure sytemd path as required by systemd man-page Bernhard Tittelbach2015-01-161-4/+3
|
* let systemd create /run dirs and a fixBernhard Tittelbach2015-01-161-2/+3
|
* systemd support (--with-systemd) (config/install script untested)Bernhard Tittelbach2015-01-161-8/+26
|
* added license exception for OpenSSLChristian Pointner2014-06-291-3/+16
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* mingw build works nowChristian Pointner2012-01-061-8/+30
|
* some mingw build fixes (still not working)Christian Pointner2012-01-061-4/+12
|
* fixed Makefile distclean targetChristian Pointner2010-02-081-0/+2
|
* cleaned up dependenciesChristian Pointner2010-02-071-38/+55
|
* introduced posixDaemon as DaemonService for posix targetsChristian Pointner2010-02-061-11/+15
| | | | | | some dependency cleanups
* fixed build on posixChristian Pointner2010-02-041-0/+1
| | | | | | some cleanup
* added --version parameterChristian Pointner2010-01-241-0/+1
|
* splitted signalController and SignalHandlersChristian Pointner2010-01-191-0/+1
|
* added manpage to svn (and later to release tarball)Christian Pointner2009-12-221-6/+6
| | | | | | moved manpages to doc directory
* fixed permissions bug at make installChristian Pointner2009-12-141-1/+1
| | | | | | fixed device name uanytun to anytun at p2p examples
* added --no-manpage to configure and makeChristian Pointner2009-11-151-14/+28
| | | | | | more protable usage of sed
* added --no-examples to configureChristian Pointner2009-11-141-2/+12
|
* installing example configs in seperater example dir nowChristian Pointner2009-11-141-34/+34
| | | | | | no gzip on manpages at install
* cleaned MakefileChristian Pointner2009-11-121-102/+104
| | | | | | | added uninstall target replaces mkdir -p by install -d (more portible)
* removed strip from installChristian Pointner2009-11-111-6/+2
|
* no username/groupname in example configChristian Pointner2009-11-111-5/+78
| | | | | | | added install target to Makefile updated svn:ignore for man directory
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* added improved script executionChristian Pointner2009-10-041-0/+1
|
* added gResolver to anytun-configChristian Pointner2009-03-221-1/+2
|
* added SIGERROR to signal ControllerChristian Pointner2009-03-101-2/+1
|
* initial checkin of new resolverChristian Pointner2009-03-031-3/+6
|
* make distclean always works nowChristian Pointner2009-03-031-2/+5
| | | | | | removed --ld-kdr from Makefile
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-0/+3
|
* added extended logging capability Christian Pointner2009-02-221-3/+6
|
* static build mostly fixedOthmar Gsenger2009-02-181-3/+6
| | | | | | getsddrinfo still needs libc
* added strip Makefile targetOthmar Gsenger2009-02-181-2/+5
| | | | | | | added anytun-nosync to default build anytun-static not working with new gcc
* turn off routing, when no multi connection support (no sync hosts or tap device)Othmar Gsenger2009-02-181-0/+1
| | | | | | no autorouting on --ifconfig
* small makefile cleanupChristian Pointner2009-01-281-16/+15
|
* merged options parserChristian Pointner2009-01-281-0/+10
|
* added more sophisticated configure scriptChristian Pointner2009-01-181-16/+3
|
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-2/+0
|
* improved Makefile (clean now for -j *)Christian Pointner2009-01-151-9/+13
|
* add multi kd supportChristian Pointner2009-01-151-1/+2
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-2/+0
| | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class
* removed some object files from nosync targetOthmar Gsenger2009-01-121-3/+3
|
* fixed anytun-nosync build targetOthmar Gsenger2009-01-121-1/+4
|