]> granicus.if.org Git - sudo/history - plugins/sudoers/getspwuid.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / getspwuid.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.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2016-11-18 Todd C. MillerAdd support for getpwnam_shadow() on OpenBSD
2016-11-14 Todd C. MillerRemove SunOS 4 support, it is not modern enough to...
2016-11-14 Todd C. MillerRemove HP-UX 9 support, it is not modern enough for...
2016-11-14 Todd C. MillerRemove Ultrix support, modern sudo can't run on Ultrix...
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
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-17 Todd C. MillerUse non-exiting allocatings in the sudoers plugin.
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2014-10-22 Todd C. MillerThe sudoers plugin now defines its own list of debuggin...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-06-27 Todd C. MillerAdd sudo_ prefix to alloc.c functions and rename alloc...
2013-04-24 Todd C. MillerUpdate copyright years.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2011-10-22 Todd C. MillerAdd debug_decl/debug_return (almost) everywhere.
2010-06-29 Todd C. MillerSet usrinfo for AIX
2010-06-14 Todd C. MillerUpdate copyright year
2010-04-22 Todd C. MillerConvert to ANSI C function declarations
2010-04-09 Todd C. MillerMerge fb4d571495fa from the 1.7 branch to trunk.
2010-03-22 Todd C. MillerMerge 5177a284b9ff 549f8f7c2463 88f3181692fe from 1...
2010-03-14 Todd C. MillerInitial bits of sudoers plugin; still needs work.
2010-02-20 Todd C. MillerRework source layout in preparation for modular sudo.