Commit graph

35 commits

Author SHA1 Message Date
Kim Alvefur
8136aa749a util: Add compat for prosody module name change to C sources 2023-03-17 18:03:07 +01:00
Kim Alvefur
dff4beae02 util-src: Remove Lua 5.1 compat macros
Part of #1600
2022-07-01 21:21:21 +02:00
Kim Alvefur
300813b68b util.crand: Reduce scope here too
Same as previous commit
2022-04-23 14:37:43 +02:00
Kim Alvefur
36ff81d81a util.crand: Return early if a zero bytes are requested 2017-12-03 15:42:55 +01:00
Kim Alvefur
96d9651ece util.crand: Throw an error for sizes smaller than 1 byte 2017-12-03 15:36:20 +01:00
Kim Alvefur
abb425e70f util.crand: Make it possible to use arc4random on Linux (needs libbsd) 2017-12-03 15:21:12 +01:00
Kim Alvefur
da570eb0a4 util.crand: Use a small buffer on the stack for small pieces of random, should be faster 2017-12-03 15:03:25 +01:00
Kim Alvefur
af554a9feb util.crand: Remove unneeded cast 2017-12-03 14:14:35 +01:00
Kim Alvefur
bc2a2bbd4d util.crand: Silence signedness warning 2017-12-03 14:13:56 +01:00
Kim Alvefur
ebeea12c82 util.crand: Only keep return value of getrandom() as the others don't return partial results 2017-12-02 11:11:32 +01:00
Kim Alvefur
991280175b util.crand: Try getrandom() again until buffer is filled 2017-12-02 10:58:37 +01:00
Kim Alvefur
b60447fad6 util.crand: Add comments about defines 2017-12-01 00:56:11 +01:00
Kim Alvefur
a29f404ece util.crand: Apply formatter 2017-12-01 00:29:25 +01:00
Kim Alvefur
bfaca2ef00 util.crand: Reorder includes so system ones are first 2017-12-01 00:28:52 +01:00
Kim Alvefur
a128e97e03 util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined 2017-12-01 00:27:37 +01:00
Kim Alvefur
237f991e4f util.crand: Build with musl/non-glibc (can't have undefined argument-taking macros?) 2017-04-25 01:35:13 +02:00
Kim Alvefur
384687ffa4 util-src: Specify size of various tables to be allocated 2017-03-09 01:20:59 +01:00
Kim Alvefur
956c50882b util.crand: Only include getrandom shiv with glibc older than 2.25 2017-03-02 00:17:34 +01:00
Kim Alvefur
7dba99875f util.crand: Change argumen names to match some man page 2017-03-02 00:15:04 +01:00
Kim Alvefur
dfb72918f3 util.crand: Move comment block 2017-03-01 22:39:01 +01:00
Kim Alvefur
d205c78327 util.pposix, configure: Move _GNU_SOURCE macro into source files 2017-03-01 22:27:11 +01:00
Kim Alvefur
4707d5665d util.crand: Clarify that lua_error does not return 2017-02-25 18:12:24 +01:00
Kim Alvefur
a330175614 util.crand: Throw error if OpenSSLs RNG is not seeded 2017-02-25 17:57:22 +01:00
Kim Alvefur
8bcfc38374 util.crand: TODOs 2017-01-22 09:55:52 +01:00
Kim Alvefur
2b7fcfdb13 util.crand: Comment about getrandom 2017-01-22 09:55:44 +01:00
Kim Alvefur
d5a5325526 util.crand: Add comment describing purpose of module 2017-01-22 09:32:33 +01:00
Kim Alvefur
7b85ad2d53 util.crand: Update copyright header 2017-01-22 09:31:56 +01:00
Kim Alvefur
13f287acb9 util.crand: Raise hard errors 2017-01-20 12:23:55 +01:00
Kim Alvefur
8e052e0857 util.crand: Remove seeding 2017-01-20 11:33:31 +01:00
Kim Alvefur
a59ab44459 util.crand: Let Lua handle allocation, freeing and error handling for buffer 2017-01-20 11:52:46 +01:00
Kim Alvefur
41485b40ab util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3 2017-01-20 11:41:07 +01:00
Kim Alvefur
5b10d245e3 util-src: Make C modules assert that the Lua runtime matches what it was compiled for 2017-01-08 14:21:08 +01:00
Kim Alvefur
478e9b9327 util.crand: Silence compiler warning 2016-05-25 16:54:43 +02:00
Kim Alvefur
c35c696843 util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias) 2016-02-22 22:56:05 +01:00
Kim Alvefur
ed8199402f util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4random() CSPRNG 2016-02-22 18:44:43 +01:00