index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_getent.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-02-09
bug 1046 (patch from Bostjan Golob <golob@gimb.org>); fix 20 month old bug wh...
Gerald Carter
1
-3
/
+3
2003-04-14
Fix a compiler warning.
Tim Potter
1
-1
/
+1
2003-02-24
Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...
Jeremy Allison
1
-3
/
+1
2003-02-18
Ensure we use getgrnam() unless BROKEN_GETGRNAM is defined. I now need
Jeremy Allison
1
-0
/
+7
2002-08-17
sync 3.0 branch with head
Jelmer Vernooij
1
-21
/
+0
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-13
/
+17
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-27
Some more 'winbind default domain' support patches from Alexander Bokovoy
Andrew Bartlett
1
-1
/
+7
2002-01-20
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
1
-1
/
+1
2001-12-14
Added the group enum code from 2.2
Jeremy Allison
1
-0
/
+81
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-19
/
+12
2001-06-12
lib/util_getent.c: removed debug code.
Jeremy Allison
1
-5
/
+2
2001-06-11
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy Allison
1
-16
/
+47
2001-05-31
Rename bzero -> memset.
Jeremy Allison
1
-55
/
+81
2001-05-29
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
1
-0
/
+185