Drop support for Cygwin.
[tinc] / src / fsck.c
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.