summaryrefslogtreecommitdiff
path: root/lib/util/util_file.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-20s3: Don't use talloc_autofree_context in map_fileVolker Lendecke1-1/+1
2010-02-11util: added file_compare() utility functionAndrew Tridgell1-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>
2009-07-19lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.Slava Semushin1-0/+1
Found by cppcheck: [./lib/util/util_file.c:383]: (error) Resource leak: fd
2008-10-18Use the new memory macro file from Samba 3.Jelmer Vernooij1-1/+0
2008-10-12Use common util_file code.Jelmer Vernooij1-13/+46
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+404
Conflicts: source4/Makefile