GitHub CI: update list of container images
[tinc] / src / script.c
2022-05-02 Kirill IsakovAdd basic pledge/unveil sandbox on OpenBSD
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-03-28 Kirill IsakovReplace MinGW with Windows to avoid ambiguities
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
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...