summaryrefslogtreecommitdiffstats
path: root/source/lib/util_getent.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-5/+2
| | | | | | | smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris. Needs testing. lib/sysacls.c: Typo fix. Jeremy.
* Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison2001-06-111-16/+47
| | | | Jeremy.
* Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
| | | | | Check returns from *all* mallocs (including strdups). Jeremy.
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-0/+185
+ a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions