Guus Sliepen
0c34478cc0
po/POTFILES and po/Makefile should not be generated by configure.
2002-03-10 14:05:35 +00:00
Guus Sliepen
fc674eaae1
Add check for NetBSD.
2002-02-12 14:42:37 +00:00
Guus Sliepen
d9a62c6354
Added support for packet compression, thanks to Mark Glines.
...
Add "Compression = <level>" to the host config files, where level can be
0 (off), or any integer between 1 (fast) and 9 (best).
2002-02-11 15:59:18 +00:00
Guus Sliepen
f0aa9641e8
Merging of the entire pre5 branch.
2002-02-10 21:57:54 +00:00
Ivo Timmermans
93cd0e33de
Check for struct addrinfo
2001-11-15 23:49:46 +00:00
Ivo Timmermans
18269cfbe8
Check for getnameinfo, gai_strerror, freeaddrinfo
2001-11-15 23:26:27 +00:00
Ivo Timmermans
ae11e7c3d7
Check for getaddrinfo
2001-11-15 23:05:34 +00:00
Guus Sliepen
1935c44a1e
Support new files (node/vertex/device.[ch]) and OpenBSD.
2001-10-13 13:53:07 +00:00
Guus Sliepen
6666acd001
Don't build Spanish translation.
2001-06-29 10:27:57 +00:00
Guus Sliepen
053e786540
Save configure cache more often.
2001-06-07 07:48:11 +00:00
Guus Sliepen
92924e8482
Changed some stuff to allow correct generation of po/Makefile after a
...
make cvs-clean.
2001-06-05 16:13:41 +00:00
Ivo Timmermans
514f8f579d
Changed version number to 1.0-cvs
2001-05-26 09:35:00 +00:00
Ivo Timmermans
b236ddb1df
Change version to 1.0pre4
2001-01-17 01:31:56 +00:00
Guus Sliepen
e1707f7739
- Don't even think about using sscanf with %as anymore
...
- Allow keys to be inside the config files or in a seperate file
- Small fixes
2000-12-22 21:34:24 +00:00
Ivo Timmermans
9175d20483
Added a check for a scanf that knows about %as.
2000-11-29 01:37:50 +00:00
Ivo Timmermans
1ca04711ae
Check for get_current_dir_name. There is a replacement function in
...
dropin.c.
2000-11-29 00:33:15 +00:00
Ivo Timmermans
699f3b4c93
Check for the function strsignal, and define it to "" if it is not
...
available.
2000-11-26 22:46:53 +00:00
Guus Sliepen
1eedf54681
- Use only one socket for all UDP traffic (for compatibility)
...
- Write pidfile again after detaching
- Check OS (for handling FreeBSD/Solaris tun/tap stuff)
2000-11-25 13:33:33 +00:00
Guus Sliepen
cf49b2c064
Another big & bad commit:
...
- Added some extra search functions to rbl routines
- Fix subnet_lookup()
- Reorder some syslog messages to make more sense
- daemon() is back
- Don't let scripts execute in parallel (gives race conditions, and
anyway something MIGHT just be configured which is necessary for further
execution of tinc itself)
- Accidently merged check_child() with execute_script().
- Small fixes
2000-11-24 23:13:07 +00:00
Ivo Timmermans
f2dd7bb42c
Do not check for the daemon() system call
2000-11-24 13:32:26 +00:00
Guus Sliepen
cebcf78b9a
- Don't link with -ldl anymore
...
- Let's not use bash' built-in pwd function anymore... it does not follow
symlinks.
2000-11-23 09:30:33 +00:00
Guus Sliepen
6f373e6902
- More porting to FreeBSD and Solaris.
2000-11-22 22:05:37 +00:00
Ivo Timmermans
06afd357b0
Get rid of all libtool references at once. libtool was only used by
...
libblowfish, which was superseded by openssl.
2000-11-20 19:56:01 +00:00
Ivo Timmermans
3cc063d23a
More function and header checks
2000-11-20 18:05:34 +00:00
Ivo Timmermans
72c3776d6a
Identify version as 1.0pre4-cvs
2000-11-13 22:29:22 +00:00
Ivo Timmermans
5344832be1
Add a check for openssl that accepts explicit file locations.
2000-11-13 22:01:27 +00:00
Guus Sliepen
16847ea255
- Make checkpoint tracing a compile time option (off by default)
2000-11-08 20:52:37 +00:00
Guus Sliepen
f8f1007bf4
Porting to SunOS 5.8:
...
- More #includes Linux doesn't seem to need
- Don't do unsetenv() on SunOS
- Use a replacement asprintf() in case the OS doesn't support it
It now compiles properly under SunOS.
2000-11-08 00:10:50 +00:00
Guus Sliepen
56bd0864e4
Porting to SunOS 5.8:
...
- Include all header files necessary
- Check for flock() function
2000-11-07 22:33:33 +00:00
Ivo Timmermans
3db3a41667
Only check for linux/if_tun.h once
2000-11-02 21:38:55 +00:00
Ivo Timmermans
60401d99b1
Oops, echelon change committed to cabal... :)
2000-10-23 21:56:56 +00:00
Ivo Timmermans
571cfb5846
Get the head revision up to date with cabal
2000-10-18 19:44:11 +00:00
Ivo Timmermans
6e32b870ee
Output doc/es/Makefile
2000-10-16 11:35:10 +00:00
Ivo Timmermans
3b455b8f31
Add checks for the presence of the universal tun/tap device driver.
2000-10-15 17:26:31 +00:00
Ivo Timmermans
6a8c2e346e
Don't look for GMP header files
2000-10-13 23:34:56 +00:00
Ivo Timmermans
a96f2f0fc8
Link with OpenSSL, forget libGMP
2000-10-13 23:29:35 +00:00
Guus Sliepen
950fb8e916
Big and bad commit of my current tree...
...
- Added seperate file for connection list handling
- Updating everything to use connlist, meta and subnet files
- Removed dependency on libgmp
- Lots of other stuff...
2000-10-11 10:35:17 +00:00
Ivo Timmermans
cd6695df82
Better checks for SunOS libraries
2000-09-11 11:40:46 +00:00
Ivo Timmermans
7884d3ecaf
Support for -lsocket and -lnsl on SunOS
2000-09-10 15:16:07 +00:00
Ivo Timmermans
ae17572e6b
Link with OpenSSL crypto libraries instead of own blowfish library
2000-09-10 15:05:45 +00:00
Ivo Timmermans
e0de803c7e
Include the Spanish translation in the distribution/build process.
2000-07-02 12:41:03 +00:00
Ivo Timmermans
03af6d8c80
Version 1.0pre3.
2000-06-25 20:52:29 +00:00
Ivo Timmermans
5796d2f5b7
Alphabetized the list, added Lubom�r Bulej, removed Sander Smeenk and Tijs van Bakel, put merits after all names.
2000-06-02 17:30:33 +00:00
Ivo Timmermans
4cd009f774
Include GNU gettext checks.
2000-05-29 21:40:20 +00:00
Ivo Timmermans
9fd02ffcb0
Internationalization of tinc.
2000-05-29 21:01:26 +00:00
Ivo Timmermans
4b1a1c2123
Changed version to 1.0pre2.
2000-05-14 21:04:53 +00:00
Ivo Timmermans
7d433ebd76
Add check for mpz_powm in libgmp3.
2000-05-14 20:56:41 +00:00
Ivo Timmermans
d4ef7ea0e7
Check for the existance of libdl.
2000-05-04 00:01:05 +00:00
Ivo Timmermans
a3ccc15ac0
Version to 1.0pre1;
...
Create Makefile and build in debian/.
2000-04-26 23:56:22 +00:00
Ivo Timmermans
ea9d2f379a
Remove check for bigendianness.
2000-04-25 01:22:01 +00:00