aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* added UML modeler to autotoolsMartin Willi2007-08-081-5/+7
|
* version bump to 4.1.6Andreas Steffen2007-08-081-1/+1
|
* version bump to 4.1.5Andreas Steffen2007-07-081-1/+1
|
* version bump to 4.1.4Andreas Steffen2007-05-261-1/+1
|
* version bump to 4.1.3Andreas Steffen2007-05-101-1/+1
|
* changing UID/GID after startup of pluto/charonMartin Willi2007-05-071-0/+22
| | | | added --with-uid/--with-gid configure option
* restructuring of configuration backendsMartin Willi2007-04-271-3/+47
| | | | | | | | | added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP
* added most problematic linux headers to distributionMartin Willi2007-04-191-0/+8
| | | | | other/real linux header may be selected using --with-linux-headers=dir
* version bump to 4.1.2Andreas Steffen2007-04-101-1/+1
|
* changed LDAP_VER compile option to LIBLDAPAndreas Steffen2007-04-061-2/+2
|
* added --enable-nat-transport and --disable-vendor-id configuration optionsAndreas Steffen2007-04-031-12/+44
|
* version bump to 4.1.1Andreas Steffen2007-03-231-1/+1
|
* added --with-sim-reader option to configure scriptMartin Willi2007-03-141-0/+6
| | | | | some cleanups in eap_sim
* version bump to 4.1.0Andreas Steffen2007-03-141-1/+1
|
* added EAP-SIM authenticationMartin Willi2007-03-131-0/+7
| | | | | | | client side only uses an external SIM reader library specified with SIM_READER_LIB untested
* merged tasking branch into trunkMartin Willi2007-02-281-0/+6
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-5/+24
| | | | | includes a lot of other modifications
* version bump to 4.0.8Andreas Steffen2007-02-021-1/+1
|
* added address listing without getifaddrs for uclibc (only IPv4 yet)Martin Willi2007-02-021-0/+1
|
* version bumpAndreas Steffen2007-01-111-1/+1
|
* define path to xauth moduleAndreas Steffen2007-01-051-0/+6
|
* added enable-cisco-quirks configure optionAndreas Steffen2007-01-041-0/+8
|
* fixed more uClibc issuesMartin Willi2006-12-151-2/+2
| | | | | should compile against a uClibc > 0.9.28 (untested)
* made backtrace() calls optional to support uClibcMartin Willi2006-12-061-0/+2
|
* version bump to 4.0.6Andreas Steffen2006-11-291-1/+1
|
* found libraries are not appended to LIBS anymoreAndreas Steffen2006-10-061-4/+4
|
* version bump to 4.0.5Andreas Steffen2006-10-031-1/+1
|
* version bump to 4.0.4Andreas Steffen2006-09-141-1/+1
|
* version bump to 4.0.3Andreas Steffen2006-08-021-1/+1
|
* cleanups in kernel interface codeMartin Willi2006-07-181-1/+1
| | | | | | added proper traffic selector to string conversion some cleanups here & there
* version bump to 4.0.2Andreas Steffen2006-06-271-1/+1
|
* - included charons module tests to build & distMartin Willi2006-05-301-0/+1
|
* - added testing files to distMartin Willi2006-05-301-1/+1
| | | | | | - required the use of the "ustar" format to support filenames longer than 99 chars
* - build gets perl and gperf from configure nowMartin Willi2006-05-241-0/+2
| | | | | - moved built sources to maintainer-clean
* - fixed build when using --enable-leak-detectiveMartin Willi2006-05-231-1/+0
|
* - applied andreas's patchMartin Willi2006-05-181-1/+1
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - added random source ./configure optionsMartin Willi2006-05-171-18/+30
| | | | | - fixed default-pkcs11 option
* - fixed errors when --enable-pkcs11Martin Willi2006-05-171-1/+1
| | | | | - added autogen script
* - introduced autotoolsMartin Willi2006-05-161-0/+139
- first working version - make dist should work - things to do: - UML testing! - more cleanups