summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
28 hoursutil/nvmutil: split up copy_gbeLeah Rowe
28 hoursutil/nvmuti: make fsync_dir() genericLeah Rowe
28 hoursprototype for new_state() in nvmutilLeah Rowe
28 hoursutil/nvmutil: split up nvmutil.cLeah Rowe
28 hourscleanupLeah Rowe
28 hoursutil/nvmutil: start removing global stateLeah Rowe
28 hoursnvmutil: stronger entropy_jitter()Leah Rowe
28 hoursutil/nvmutil: don't use strcpyLeah Rowe
28 hoursutil/nvmutil: check fd path in try_fdpathLeah Rowe
28 hoursutil/nvmutil: add bound check to x_try_fdpathLeah Rowe
28 hoursanother commentLeah Rowe
28 hourscommentLeah Rowe
28 hourscleanup (fix potential overflow in mkstemp)Leah Rowe
28 hoursfsync_dir: abort if path length is emptyLeah Rowe
28 hoursnvmutil: prevent theoretical overflow on time()Leah Rowe
28 hoursalso O_NOFOLLOWLeah Rowe
28 hoursutil/nvmutil: dir fsync with O_DIRECTORYLeah Rowe
28 hoursutil/nvmutil: fix mkstemp randomnessLeah Rowe
28 hourscastLeah Rowe
28 hoursutil/nvmutil: more reliable fallback cryptoLeah Rowe
28 hoursutil/nvmutil: use real rename() syscallLeah Rowe
28 hoursnvmutil: harden against hardlink attacksLeah Rowe
28 hoursredundancyLeah Rowe
28 hoursutil/nvmutil: loop EINTR on fsyncLeah Rowe
28 hourspointer safetyLeah Rowe
28 hoursdon't use PATH_MAXLeah Rowe
28 hoursmacro safetyLeah Rowe
28 hoursutil/nvmutil: portable S_IFMTLeah Rowe
28 hoursutil/nvmutil: remove integer typedefsLeah Rowe
28 hoursutil/nvmutil: remove global staticsLeah Rowe
28 hoursutil/nvmutil: fix unveil usageLeah Rowe
28 hoursutil/nvmutil: proper /dev/fd search in fchmodLeah Rowe
28 hoursutil/nvmutil: portable fchmodLeah Rowe
28 hoursRevert "util/nvmutil: don't use fsync()"Leah Rowe
28 hoursutil/nvmutil: longer string in mkstempLeah Rowe
28 hoursutil/nvmutil: don't use mktempLeah Rowe
28 hoursutil/nvmutil: don't declare libc prototypesLeah Rowe
28 hoursutil/nvmutil: portable memcpy/memcmpLeah Rowe
28 hoursutil/nvmutil: more portable close()Leah Rowe
28 hoursutil/nvmutil: more secure tmpdir()Leah Rowe
28 hoursutil/nvmutil: fix O_NONBLOCK fallbackLeah Rowe
28 hoursutil/nvmutil: more secure mkstempLeah Rowe
28 hoursutil/nvmutil: more reliable TMPDIR handlingLeah Rowe
28 hoursutil/nvmutil: don't use fsync()Leah Rowe
28 hoursutil/nvmutil: more portable functtionsLeah Rowe
28 hoursutil/nvmutil: add portable malloc externLeah Rowe
28 hoursutil/nvmutil: don't use size_t/ssize_tLeah Rowe
28 hoursutil/nvmutil: don't use SSIZE_MAX (not portable)Leah Rowe
28 hoursutil/nvmutil: typeset size_t explicitlyLeah Rowe
28 hoursutil/nvmutil: run-time CHAR_BIT testLeah Rowe