summaryrefslogtreecommitdiffstats
path: root/source3/lib/util_getent.c
Commit message (Expand)AuthorAgeFilesLines
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-45/+0
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-15/+15
* r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter2007-10-101-0/+45
* bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...Gerald Carter2004-02-091-3/+3
* Fix a compiler warning.Tim Potter2003-04-141-1/+1
* Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison2003-02-241-3/+1
* Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now needJeremy Allison2003-02-181-0/+7
* sync 3.0 branch with headJelmer Vernooij2002-08-171-21/+0
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-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