Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util_getent.c: removed debug code. | Jeremy Allison | 2001-06-12 | 1 | -5/+2 |
| | | | | | | | smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris. Needs testing. lib/sysacls.c: Typo fix. Jeremy. | ||||
* | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........ | Jeremy Allison | 2001-06-11 | 1 | -16/+47 |
| | | | | Jeremy. | ||||
* | Rename bzero -> memset. | Jeremy Allison | 2001-05-31 | 1 | -55/+81 |
| | | | | | Check returns from *all* mallocs (including strdups). Jeremy. | ||||
* | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 2001-05-29 | 1 | -0/+185 |
+ a fix to an infinite loop in srv_samr_nt.c caused by misuse of setgrent/getgrent/endgrent solved by these new functions |