summaryrefslogtreecommitdiff
path: root/lib/util/ttysize.c
Commit message (Expand)AuthorAgeFilesLines
* get_user_info: call sudo_get_ttysize() even if no /dev/ttyTodd C. Miller2023-04-171-1/+1
* Add an fd argument to sudo_get_ttysize() instead of always using stderr.Todd C. Miller2023-04-161-4/+10
* Check whether stderr is a tty before trying TIOCGWINSZ.Todd C. Miller2023-04-161-5/+6
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-181-2/+0
* debug_decl and debug_decl_vars now require a semicolon at the end.Todd C. Miller2019-12-221-2/+2
* Use sudo_strtonum() explicitly instead of via a macro.Todd C. Miller2019-10-141-2/+2
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Convert PVS-Studio comment to ANSI C.Todd C. Miller2018-10-261-2/+4
* Fix some mangled text in the license block.Todd C. Miller2018-10-261-2/+0
* Add comments in .c files so PVS-Studio will check them.Todd C. Miller2018-10-211-0/+3
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* On HP-UX 11.0, sys/ioctl.h is not sufficient to make struct winsizeTodd C. Miller2017-05-151-1/+1
* Always used TIOCGWINSZ.Todd C. Miller2017-05-151-8/+0
* Remove support for the TIOCGSIZE ioctl. Systems that use thisTodd C. Miller2017-02-261-8/+0
* There's no need to conditionalize the #include <unistd.h>, we requireTodd C. Miller2015-07-021-3/+1
* Only include stddef.h where it is needed.Todd C. Miller2015-06-201-1/+0
* We require ANSI C so stop using the obsolete STDC_HEADERS.Todd C. Miller2015-06-191-8/+2
* Go back to a 2 args debug_decl and just use the "default" instance,Todd C. Miller2015-02-011-3/+3
* The sudoers plugin now defines its own list of debugging subsystem namesTodd C. Miller2014-10-221-2/+2
* Add support for multiple Debug lines per program. Callers mayTodd C. Miller2014-10-221-3/+3
* Rename missing.h -> sudo_compat.hTodd C. Miller2014-07-221-1/+1
* Version the functions in libsudo_utilTodd C. Miller2014-07-221-1/+1
* Reduce name space pollution in libsudo_util.soTodd C. Miller2014-06-261-2/+2
* Top level directory reorgTodd C. Miller2014-06-261-0/+93