Corrected check for errors after read() calls.
[tinc] / src /
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-02-11 Ivo TimmermansMore files to ignore in CVS
2001-02-11 Guus Sliepen- Updated CVS_CREATED to remove intl/ directory and...
2001-02-11 Guus SliepenIgnore file for src/
2001-02-06 Guus SliepenRemoved another local definition of the variable "errno"
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-17 Ivo TimmermansFix error reporting of read_config
2001-01-13 Guus Sliepen- Allow ASN1 style keys to be in the config files.
2001-01-11 Guus Sliepen- Only send out DEL_HOSTs for hosts with a meta connection
2001-01-08 Guus Sliepen- Cleaned up subnet_t
2001-01-08 Guus Sliepen- Squashed another nasty bug.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- Fixed IPv6 subnet lookup routine.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Added header file for route.c. The routing routines...
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-06 Guus Sliepen- Check and follow symlinks in is_safe_path
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-22 Ivo TimmermansAdded lint target, requires lclint.
2000-12-06 Ivo TimmermansRe-introduced MyVirtualIP and VpnMask, as dummy options.
2000-12-05 Ivo TimmermansTiny bits of code beautifying
2000-12-05 Ivo TimmermansOops. I did some VERY wrong things with readline(...
2000-12-03 Ivo TimmermansOption -d accepts an argument to set the debug level...
2000-12-03 Ivo TimmermansSort configuration directives
2000-12-01 Ivo TimmermansUse buffer instead of line in read_config_file(), line...
2000-12-01 Ivo Timmermansreadline() accepts two extra parameters, buf and buflen...
2000-11-30 Ivo TimmermansNew function read_rsa_public_key();
2000-11-30 Ivo TimmermansAvoid printing duplicate messages from read_rsa_keys
2000-11-30 Ivo TimmermansBetter error checking when reading the RSA private...
2000-11-30 Ivo TimmermansIn readline(): initialise the line to zero length;
2000-11-30 Ivo TimmermansThe file is safe if it doesn't exist.
2000-11-30 Ivo TimmermansRead the PEM file pointed to by the configuration directive
2000-11-30 Ivo TimmermansImplemented is_safe_path, and extended ask_and_safe_open.
2000-11-29 Ivo TimmermansAlso free the pointer returned by readline().
2000-11-29 Ivo TimmermansUse readline() in read_config_file() instead of fgets.
2000-11-29 Ivo TimmermansImplemented a readline() function that will read an...
2000-11-28 Ivo TimmermansSave RSA public and private keys to a separate file...
2000-11-28 Ivo TimmermansUse sigaction to set signal handlers, the previous...
2000-11-26 Ivo TimmermansGive an error message if daemon() failed.
2000-11-25 Guus Sliepen- Use only one socket for all UDP traffic (for compatib...
2000-11-24 Guus SliepenAnother big & bad commit:
2000-11-24 Ivo TimmermansDo not use the C library's daemon() call.
2000-11-22 Guus Sliepen- Fixed all (except 2) compiler warnings gcc -Wall...
2000-11-22 Guus Sliepen- More porting to FreeBSD and Solaris.
2000-11-22 Guus Sliepen- Work with the correct key buffer in ans_key_h
2000-11-22 Guus Sliepen- No more %as.
2000-11-22 Guus Sliepen- Write pidfile AFTER detaching...
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-22 Ivo TimmermansDeclare fd.
2000-11-22 Ivo TimmermansAdd more checks to ensure that filedescriptors are...
2000-11-22 Ivo TimmermansHonor the --localstatedir option to configure, instead...
2000-11-20 Guus Sliepen- More fixes.
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Proper initialization of rbltree structures.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-20 Ivo TimmermansAlso include process.h
2000-11-17 Guus Sliepen- Removed stray @INCLUDE@ (how did that get there?)
2000-11-17 Guus Sliepen- Simplified do_detach
2000-11-16 Ivo TimmermansMove more functions from tincd.c into process.c.
2000-11-16 Ivo TimmermansDelete struct ifr
2000-11-16 Ivo TimmermansMove all process-related functions into process.c.
2000-11-15 Ivo TimmermansKeep a list of running children, and in each loop in...
2000-11-15 Guus SliepenPorting to FreeBSD:
2000-11-15 Ivo TimmermansLet the output from an executed script in execute_scrip...
2000-11-15 Ivo TimmermansUse the HAVE_OPENSSL_xxx_H defined from m4/openssl...
2000-11-09 Ivo TimmermansAdd prototype for destroy_queue release-1.0pre3
2000-11-08 Guus Sliepen- Make checkpoint tracing a compile time option (off...
2000-11-08 Guus Sliepen- Applied Jamie Brigg's patch (close sockets after...
2000-11-08 Guus Sliepen- Fixed --config
2000-11-08 Guus SliepenPorting to SunOS 5.8:
2000-11-07 Guus Sliepen- Open UDP connection for all known hosts. Comments...
2000-11-07 Guus SliepenChanged execution of tinc-up:
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-11-04 Guus Sliepen- Simplified ping mechanism.
2000-11-04 Guus Sliepen- Check for packets that are looping back.
2000-11-04 Guus Sliepen- Forward keys in hex notation, not as binary data.
2000-11-04 Guus Sliepen- Don't forget to set packet cipher for added hosts.
2000-11-04 Guus Sliepen- connlist.c added to translation
2000-11-04 Ivo TimmermansIn execute_script:
2000-11-04 Guus Sliepen- Resolve scriptname after fork()
2000-11-04 Ivo TimmermansUse putenv() instead of clumsy do-it-yourself in execut...
2000-11-04 Ivo TimmermansSmall change to the way the environment is copied.
2000-11-04 Guus Sliepen- Removed even more warnings.
2000-11-04 Guus Sliepen- Removed unused MAC strip/add functions.
2000-11-03 Ivo TimmermansWarnings removal pass: always include config.h first...
2000-11-03 Ivo TimmermansRun the scripts tinc-up and tinc-down from a separate...
2000-11-03 Ivo TimmermansSave the environment on startup.
2000-11-02 Ivo TimmermansChanged a few messages wrt. system calls; updated and...
2000-11-02 Ivo TimmermansDo not include $(top_srcdir)/cipher, it does no longer...
2000-10-30 Guus Sliepen- Fixed some spelling mistakes and terminology here...
2000-10-30 Guus Sliepen- Small cleanups
2000-10-29 Guus Sliepen- Finishing touch: encrypt the meta connections
2000-10-29 Guus Sliepen- Use CFB mode for encrypting packets: it works and...
2000-10-29 Guus Sliepen- Small fixes
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-29 Guus Sliepen- Updated dutch translation.
2000-10-29 Guus Sliepen- Moved connlist stuff to the proper header file.
2000-10-29 Guus Sliepen- Enforce correct order of authentication requests
2000-10-29 Guus Sliepen- Hit people who can't figure out subnet address/mask...
next