Fix warnings when compiling for Windows.
[tinc] / src / script.c
2018-10-21 Guus SliepenFix warnings when compiling for Windows.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-04-17 Guus SliepenFix segfault when adding environment variables.
2017-03-21 Guus SliepenAdd DEBUG environment variable for scripts.
2017-03-21 Guus SliepenPut script environment creation/deletion in functions.
2016-04-15 Guus SliepenDon't use HAVE_SYSTEM, the autoconf check was removed.
2016-04-15 Guus SliepenRemove use of strcpy() and sprintf().
2016-04-10 Guus SliepenNever call putenv() with data on the stack.
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'tincstart' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'ctrl' of https://github.com/dechamps...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove an unnecessary pointer dereference in execute_sc...
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...