summaryrefslogtreecommitdiffstats
path: root/src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* src: add safe_strtoull for safe string to number conversionAlejandro Sirgo Rica12 days1-0/+28
| | | | | | | | | Add safe_strtoull to validate the execution of strtoull. Definining the base of the number is required becase partition codes are base 16 but they lack the 0x prefix. Replace uses of atoi and strtoull/strtoul and log the conversion errors.
* src: add str_toupper and str_tolower functionsAlejandro Sirgo Rica2024-07-151-2/+10
| | | | Add auxiliar string case change functions.
* ogServer is AGPLv3+OpenGnSys Support Team2021-05-041-2/+3
| | | | Update license header in files.
* #971 rename sources folder to srcOpenGnSys Support Team2020-06-261-0/+22
Use the same folder as in ogClient.