summaryrefslogtreecommitdiff
path: root/source3/lib/util_getent.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-15/+15
2007-10-10r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter1-0/+45
2004-02-09bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter1-3/+3
2003-04-14Fix a compiler warning.Tim Potter1-1/+1
2003-02-24Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison1-3/+1
2003-02-18Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison1-0/+7
2002-08-17sync 3.0 branch with headJelmer Vernooij1-21/+0
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-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