Todd C. Miller
|
c75eb5bf0d
|
Use reallocarray where possible.
|
2015-05-14 10:21:58 -06:00 |
|
Todd C. Miller
|
a9bf105eda
|
Use stdint.h to get SIZE_MAX as inttypes.h on some pre-C99 HP-UX
systems doesn't include stdint.h itself.
|
2015-02-03 10:00:30 -07:00 |
|
Todd C. Miller
|
fd149e632e
|
Need to include inttypes.h for SIZE_MAX
|
2015-02-02 14:20:24 -07:00 |
|
Todd C. Miller
|
237f3c9dfe
|
Add support for GLOB_LIMIT from OpenBSD (not currently used) and
also a limit on the max recursion depth for glob().
|
2014-12-16 17:04:13 -07:00 |
|
Todd C. Miller
|
b633e88c12
|
Quiet compiler sign compare warning.
|
2014-12-16 10:46:25 -07:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
87c2fe5a31
|
Prefix all libc replacements with sudo_ and #define the real name
to the sudo_ version. That way we don't pollute the libc namespace.
|
2014-06-26 15:51:08 -06:00 |
|
Todd C. Miller
|
4d37a4a162
|
Top level directory reorg
Move src/po -> po
Combine common and compat -> lib/util
Move zlib -> lib/zlib
|
2014-06-26 15:51:02 -06:00 |
|