]> granicus.if.org Git - sudo/history - src/regress/ttyname/check_ttyname.c
Add SPDX-License-Identifier to files.
[sudo] / src / regress / ttyname / check_ttyname.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-03-06 Todd C. MillerLess confusing sysctl checks for kinfo_proc.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2016-09-08 Todd C. MillerBe consistent with the naming of the variable used...
2015-07-20 Todd C. MillerAvoid needless memory allocation when resolving the...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerRemove obsolete memory.h include.
2015-06-17 Todd C. MillerAvoid using exiting allocators in the front end.
2014-10-23 Todd C. MillerFix includes order.
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-10-07 Todd C. MillerOnly check stdin for the tty and avoid the check entire...
2014-09-29 Todd C. MillerFix cust & pasto in error message when there is a misma...
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-21 Todd C. MillerRename fatal.h -> sudo_fatal.h
2014-07-10 Todd C. Millerefree -> sudo_efree for consistency
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2014-05-07 Todd C. MillerWhen comparing tty names, resolve the tty for fds 0...
2013-12-16 Todd C. MillerMove symbol extern defs into sudoers.h
2013-12-02 Todd C. MillerInstead of setprogname(), add initprogname() which...
2013-09-11 Todd C. MillerDo not fail if ttyname() cannot determine the tty but...
2013-08-15 Todd C. MillerRename error.h -> fatal.h now that there is no error...
2013-04-18 Todd C. MillerFix logic bug when checking tty via ttyname().
2013-04-10 Todd C. MillerAdd ttyname test.