index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
util_getent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move tridge's getgrouplist() replacement function from replace.c to a new
Andrew Bartlett
2002-08-17
1
-35
/
+0
*
implemented getgrouplist() for systems that don't have it and use it
Andrew Tridgell
2002-07-23
1
-21
/
+35
*
A few things in this commit:
Andrew Bartlett
2002-05-18
1
-13
/
+17
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Some more 'winbind default domain' support patches from Alexander Bokovoy
Andrew Bartlett
2002-01-27
1
-1
/
+7
*
This patch makes the 'winbind use default domain' code interact better with
Andrew Bartlett
2002-01-20
1
-1
/
+1
*
Added the group enum code from 2.2
Jeremy Allison
2001-12-14
1
-0
/
+81
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-19
/
+12
*
lib/util_getent.c: removed debug code.
Jeremy Allison
2001-06-12
1
-5
/
+2
*
Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........
Jeremy Allison
2001-06-11
1
-16
/
+47
*
Rename bzero -> memset.
Jeremy Allison
2001-05-31
1
-55
/
+81
*
4 new functions to retrieve single linked list of group and passwd entries
Simo Sorce
2001-05-29
1
-0
/
+185