Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-26 | util/token: rename TOKEN_STRLEN to TOKEN_SIZE | Simon Ser | |
TOKEN_STRLEN is not actually the strlen() of the token. It's the size taken by the token included the final zero byte. Change the name to make this clearer, and remove unnecessary +1's. | |||
2021-11-14 | util/token: don't leak /dev/urandom fd to children | Raphael Robatsch | |
Closes #3324. | |||
2021-04-11 | util/uuid: replace with util/token, remove libuuid | Ryan Farley | |
Use 128-bit hexadecimal string tokens generated with /dev/urandom instead of UUIDs for xdg-foreign handles, removing the libuuid dependency. Update readme and CI. Closes #2830. build: remove xdg-foreign feature With no external dependencies required, there's no reason not to always build it. Remove WLR_HAS_XDG_FOREIGN as well. |