Todd C. Miller
|
c91b6777d3
|
On HP-UX 11.0, sys/ioctl.h is not sufficient to make struct winsize
visisble, we need termios.h too.
|
2017-05-15 09:37:58 -06:00 |
|
Todd C. Miller
|
ea9120ee24
|
Always used TIOCGWINSZ.
|
2017-05-15 09:21:00 -06:00 |
|
Todd C. Miller
|
4b1f0c4176
|
Remove support for the TIOCGSIZE ioctl. Systems that use this
rather than TIOCGWINSZ are too old for sudo to build on anyway.
|
2017-02-26 16:41:25 -07:00 |
|
Todd C. Miller
|
0b241088b3
|
There's no need to conditionalize the #include <unistd.h>, we require
a POSIX system.
|
2015-07-02 09:08:28 -06:00 |
|
Todd C. Miller
|
4a07b472f0
|
Only include stddef.h where it is needed.
|
2015-06-20 05:34:35 -06:00 |
|
Todd C. Miller
|
dc883f2454
|
We require ANSI C so stop using the obsolete STDC_HEADERS.
|
2015-06-19 14:29:27 -06:00 |
|
Todd C. Miller
|
59ab26dbcc
|
Go back to a 2 args debug_decl and just use the "default" instance,
now renamed "active".
|
2015-02-01 08:24:49 -07:00 |
|
Todd C. Miller
|
e9914a91b1
|
The sudoers plugin now defines its own list of debugging subsystem names
and defines.
|
2014-10-22 13:30:52 -06:00 |
|
Todd C. Miller
|
866cfc4fc3
|
Add support for multiple Debug lines per program. Callers may
register arbitrary debug facilities or use built-in defaults. We
now use separate Debug statements for plugins and programs.
|
2014-10-22 13:23:05 -06:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
844a285391
|
Version the functions in libsudo_util
|
2014-07-22 11:26:17 -06:00 |
|
Todd C. Miller
|
d36846a699
|
Reduce name space pollution in libsudo_util.so
|
2014-06-26 16:21:19 -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 |
|