Do not use the C library's daemon() call.
[oweals/tinc.git] / src /
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...
2000-10-29 Guus Sliepen- Fixed ans_key_h
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-28 Guus Sliepen- Override destination ethernet address on incoming...
2000-10-28 Guus Sliepen- Fixed offsets when reading/writing from/to tap device
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-28 Guus Sliepen- Updated subnet list handling. Subnets are added to...
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-23 Guus Sliepen- route.c will contain the routing logic.
2000-10-22 Ivo Timmermansread_server_config: Check for result of read_config_file.
2000-10-22 Ivo TimmermansInclude linux/sockios.h and net/if.h anyway, regardless...
2000-10-21 Guus Sliepen- Fixed all debug levels.
2000-10-20 Guus Sliepen- Removed last reference to genauth from Makefile.am
2000-10-20 Guus Sliepen- Made Makefile.am stub for doc/es/
2000-10-20 Guus Sliepen- tinc now really does public/private key encryption...
2000-10-19 Guus Sliepen- Seed the PRNG using /dev/random before generating...
2000-10-16 Guus Sliepen- More fixing. Tinc daemons can now even create activat...
2000-10-16 Guus Sliepen- Fixing little things
2000-10-15 Guus SliepenCorrected #ifdefs for tun/tap support.
2000-10-15 Ivo TimmermansWrap the tun/tap code in #ifdef HAVE_TUNTAP
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus Sliepen- Generalized config file parsing to support multiple...
2000-10-11 Guus Sliepen- Changed genauth to produce rsa keypairs instead of...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-10-01 Guus Sliepen- Added subnet handling code
2000-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...
2000-09-22 Guus Sliepen- Removed options "string" stuff. It was a bad idea...
2000-09-22 Guus Sliepen- Severe code reduction and simplification of challenge...
2000-09-17 Guus Sliepen- Updated authentication scheme.
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-14 Ivo TimmermansNew directive: Name.
2000-09-14 Ivo TimmermansAdded some structures and types that are needed for...
2000-09-14 Guus Sliepen- Lots of small changes.
2000-09-11 Guus Sliepen- Fixed modulo in keylength check
2000-09-10 Guus Sliepen- Some key exchange stuff. (Last commit before going...
2000-09-10 Guus Sliepen- Lots of functions added for the new protocol.
2000-09-10 Ivo TimmermansAdd Guus' name and shift out old protocol requests
2000-09-10 Guus Sliepen- Added more function skeletons for the new protocol.
2000-09-10 Guus Sliepen- New protocol. Will break everything else for now.
2000-09-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
next