Enable and fix many extra warnings supported by GCC and Clang.
[tinc] / src / fsck.c
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-07-29 Kirill IsakovCleanup and improve `tinc fsck`.
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
2021-06-27 Guus SliepenUpdate copyright notices.
2021-06-22 Guus SliepenFix warnings from GCC about VLAs.
2018-10-22 Guus SliepenDrop support for Cygwin.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2016-10-11 Vittorio G (VittGam)fsck: Fix ed25519 public key reading, and fclose usage.
2016-04-23 Guus SliepenDon't check file permissions on Windows during fsck.
2016-04-23 Guus SliepenHave "tinc fsck" recognize Ed25519PublicKey statements.
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/wintapver' into 1.1
2015-04-12 Guus SliepenAlways call res_init() before getaddrinfo().
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/windevice' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/winmtu' into 1.1
2015-04-12 Guus SliepenMerge remote-tracking branch 'dechamps/fsckwin' into 1.1
2015-03-14 Etienne DechampsFix invalid getuid() call on Windows.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-15 Guus SliepenAdd the "fsck" command to the CLI.