summaryrefslogtreecommitdiffstats
path: root/lib/util/util_file.c
Commit message (Collapse)AuthorAgeFilesLines
* util: added file_compare() utility functionAndrew Tridgell2010-02-111-0/+22
| | | | | | | file_compare() returns true if two files are the same. It is meant for small files. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.Slava Semushin2009-07-191-0/+1
| | | | | Found by cppcheck: [./lib/util/util_file.c:383]: (error) Resource leak: fd
* Use the new memory macro file from Samba 3.Jelmer Vernooij2008-10-181-1/+0
|
* Use common util_file code.Jelmer Vernooij2008-10-121-13/+46
|
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+404
Conflicts: source4/Makefile