]> granicus.if.org Git - sudo/history - lib/util/getgrouplist.c
Add SPDX-License-Identifier to files.
[sudo] / lib / util / getgrouplist.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-03-18 Todd C. MillerFix the counting of supplementary groups on AIX.
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-25 Todd C. MillerRemove an errant grset++ in the AIX version of sudo_get...
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-09-22 Todd C. MillerPass getgrouplist() NGROUPS_MAX+1, not NGROUPS_MAX...
2018-07-26 Todd C. MillerDon't need to preallocate 4 x NGROUP_MAX on AIX or...
2018-07-23 Todd C. MillerLinux getgrouplist(3) returns the number of groups...
2018-06-15 Todd C. MillerAdd sudo_getgrouplist2() to dynamically allocate the...
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...
2016-02-01 Todd C. MillerAdd an administrative domain to the passwd/group cache...
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. MillerUse strtok_r() instead of strtok()
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-13 Todd C. MillerUse sudo_strtoid() now that it is located in the same...
2014-06-27 Todd C. Milleratobool -> sudo_strtobool
2014-06-26 Todd C. MillerPrefix all libc replacements with sudo_ and #define...
2014-06-26 Todd C. MillerTop level directory reorg