libgocryptfs/internal
Jakob Unterwurzacher b1468a732f Fix unix2syscall_darwin.go build failure
Error was

 +GOOS=darwin
 +GOARCH=amd64
 +go build -tags without_openssl
 # github.com/rfjakob/gocryptfs/internal/syscallcompat
 internal/syscallcompat/unix2syscall_darwin.go:22:32: u.Atimespec undefined (type unix.Stat_t has no field or method Atimespec)
 internal/syscallcompat/unix2syscall_darwin.go:23:32: u.Mtimespec undefined (type unix.Stat_t has no field or method Mtimespec)
 internal/syscallcompat/unix2syscall_darwin.go:24:32: u.Ctimespec undefined (type unix.Stat_t has no field or method Ctimespec)

caused by 87c872767d (diff-4913a9178621eadcdf191db17915fbcb)
2019-05-19 21:04:33 +02:00
..
configfile configfile: fall back to sync() if fsync() fails 2019-04-08 19:54:54 +02:00
contentenc ParseHeader: print hexdump on error 2019-02-17 17:13:20 +01:00
cryptocore tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
ctlsock ctlsock: fix buffer truncation of JSON unmarshal error 2019-01-20 12:13:49 +01:00
ensurefds012 main: Run 'ensure fds' code early during the program startup. 2019-01-05 16:12:16 +01:00
exitcodes main: ensure fds 0,1,2 are always open 2019-01-05 14:17:51 +01:00
fusefrontend fusefrontend: get rid of last hardcoded "gocryptfs.diriv" instances 2019-04-09 20:51:33 +02:00
fusefrontend_reverse readpassword: delete CheckTrailingGarbage 2019-04-08 20:18:45 +02:00
nametransform forward mode: create gocryptfs.diriv files with 0440 permissions 2019-03-30 20:06:40 +01:00
openfiletable Add option for autounmount 2018-10-11 20:16:45 +02:00
pathiv pathiv: fix test failure on Go 1.6 2017-05-31 08:21:36 +02:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword readpassword: delete CheckTrailingGarbage 2019-04-08 20:18:45 +02:00
serialize_reads fix golint complaints 2017-04-29 14:50:58 +02:00
siv_aead siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00
speed fix golint complaints 2017-04-29 14:50:58 +02:00
stupidgcm Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
syscallcompat Fix unix2syscall_darwin.go build failure 2019-05-19 21:04:33 +02:00
tlog tlog: disable color codes when switching to syslog 2018-10-17 22:34:30 +02:00