libgocryptfs/internal
Jakob Unterwurzacher af5441dcd9 fusefrontend: use NsecToTimespec() for Utimens
This fixes a build problem on 32-bit hosts:

  internal/fusefrontend/file.go:400: cannot use a.Unix() (type int64) as
  type int32 in assignment
  internal/fusefrontend/file.go:406: cannot use m.Unix() (type int64) as
  type int32 in assignment

It also enables full nanosecond timestamps for dates
after 1970.
2016-08-09 22:18:46 +02:00
..
configfile Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
contentenc Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
cryptocore cryptocore: comment why 96-bit IVs are still supported 2016-07-31 13:36:38 +02:00
fusefrontend fusefrontend: use NsecToTimespec() for Utimens 2016-08-09 22:18:46 +02:00
nametransform Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
prefer_openssl Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
readpassword Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
stupidgcm stupidgcm: use __builtin_trap() 2016-07-04 08:14:24 +02:00
syscallcompat Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00
tlog Add godoc comments to all internal packages 2016-07-06 21:51:25 +02:00