summaryrefslogtreecommitdiff
path: root/libpam/pam_modutil_ingroup.c
Commit message (Collapse)AuthorAge
* Optimize the checkgrouplist functionTomas Mraz2019-11-04
| | | | | | | | There is no point in rising the allocation size by doubling when we can allocate required memory size at once in the second pass. * libpam/pam_modutil_ingroup.c (checkgrouplist): Allocate some reasonable default size in first pass and required size in the second pass.
* Fix whitespace issuesDmitry V. Levin2011-10-26
| | | | | | Cleanup trailing whitespaces, indentation that uses spaces before tabs, and blank lines at EOF. Make the project free of warnings reported by git diff --check 4b825dc642cb6eb9a060e54bf8d69288fbee4904 HEAD
* Relevant BUGIDs:Tomas Mraz2005-09-21
Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.