summaryrefslogtreecommitdiff
path: root/source3/lib/util_getent.c
AgeCommit message (Expand)AuthorFilesLines
2003-02-24Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.Andrew Bartlett1-3/+1
2003-02-18Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison1-0/+7
2002-08-17Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett1-35/+0
2002-07-23implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell1-21/+35
2002-05-18A few things in this commit:Andrew Bartlett1-13/+17
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-1/+7
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2001-12-14Added the group enum code from 2.2Jeremy Allison1-0/+81
2001-09-17move to SAFE_FREE()Simo Sorce1-19/+12
2001-06-12lib/util_getent.c: removed debug code.Jeremy Allison1-5/+2
2001-06-11Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison1-16/+47
2001-05-31Rename bzero -> memset.Jeremy Allison1-55/+81
2001-05-294 new functions to retrieve single linked list of group and passwd entriesSimo Sorce1-0/+185