summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* moved rtp stuff to anyrtpproxy and removed it from anytunOthmar Gsenger2009-01-121-12/+1
|
* clean up MakefileChristian Pointner2009-01-121-134/+21
|
* don't build libanysncOthmar Gsenger2008-12-271-1/+1
|
* cleaned up routingTree structureChristian Pointner2008-12-221-1/+1
|
* new routing systemOthmar Gsenger2008-12-221-1/+6
| | | | | | supports ipv4 and ipv6 routing with subnetting
* removed unused routerOthmar Gsenger2008-12-111-5/+0
|
* added build target anytun-staticOthmar Gsenger2008-11-271-1/+5
| | | | | | added compiler option -O2
* cleaned tunDevice codeChristian Pointner2008-11-261-1/+1
|
* anyrtpproxy: fixed MakfileChristian Pointner2008-11-251-1/+1
|
* updated manpagesChristian Pointner2008-11-251-1/+0
| | | | | | some cleanups
* Add boost-system to LDFLAGSMichael Gebetsroither2008-11-241-1/+1
|
* fixed MakefileChristian Pointner2008-11-241-51/+51
| | | | | | fixed boost in anytun-controld
* fixed anytun-showtablesOthmar Gsenger2008-11-171-2/+2
|
* fixed anytun-configOthmar Gsenger2008-11-171-0/+2
|
* fixed anytun-controldOthmar Gsenger2008-11-171-1/+1
|
* the signal controller uses boost thread now, Christian Pointner2008-10-191-1/+1
| | | | | | | | | however this code can only work as long boost thread uses pthread removed temporarly brocken anyrtpproxy from all target at make use make anyrtpproxy to build it replaced the pthread callbacks for libgcrypt with boost thread callbacks
* fixed makefileOthmar Gsenger2008-10-191-5/+0
|
* move to asio socket libary for syncOthmar Gsenger2008-10-191-37/+20
| | | | | | | | | bugs / todos: * new connections don't sync * anyrtpproxy broken * anytun-controlld doesn't send data
* switched from PracticalSocket to libasioChristian Pointner2008-10-191-2/+0
|
* fixed typo in last checkinOthmar Gsenger2008-10-191-1/+1
|
* removed manpage from auto buildOthmar Gsenger2008-10-191-1/+1
| | | | | | use make manpage if you need it
* changed Foobar to anytun @ file headerChristian Pointner2008-06-191-1/+1
|
* cleaned up file headersOthmar Gsenger2008-06-191-0/+30
|
* !!!!!!!!!!!!!!!!!!!!!!!!!!Othmar Gsenger2008-06-191-1/+1
| | | | | | | | | Big changes: Moved from pThread to boost::threads further testing needed. Version before this was testet pretty well and should become the new release. !!!!!!!!!!!!!!!!!!!!!!!!!!
* removed openvpn source codeChristian Pointner2008-05-201-34/+1
|
* bugfix with strerror_r - still not working but at least not using ↵Christian Pointner2008-05-201-2/+2
| | | | uninitialized data
* added extra catch for std::runtime_error Christian Pointner2008-05-131-0/+2
|
* added own tun device implementation for linuxChristian Pointner2008-05-081-1/+7
|
* anytun-nosync builds on OpenBSD nowChristian Pointner2008-04-161-12/+22
|