summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_getent.c
Commit message (Expand)AuthorAgeFilesLines
* Move tridge's getgrouplist() replacement function from replace.c to a newAndrew Bartlett2002-08-171-35/+0
* implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2002-07-231-21/+35
* A few things in this commit:Andrew Bartlett2002-05-181-13/+17
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-1/+7
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-1/+1
* Added the group enum code from 2.2Jeremy Allison2001-12-141-0/+81
* move to SAFE_FREE()Simo Sorce2001-09-171-19/+12
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-5/+2
* Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........Jeremy Allison2001-06-111-16/+47
* Rename bzero -> memset.Jeremy Allison2001-05-311-55/+81
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-0/+185