Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CVE-2013-4476: lib-util: split out file_save_mode() from file_save() | Björn Baumbach | 2013-11-11 | 1 | -5/+11 |
| | | | | | | | | | file_save_mode() writes files with specified mode. Bug: https://bugzilla.samba.org/show_bug.cgi?id=10234 Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Stefan Metzmacher <metze@samba.org> | ||||
* | lib/util: remove the "includes.h" dependeny from util_file.c | Stefan Metzmacher | 2011-10-22 | 1 | -5/+4 |
| | | | | metze | ||||
* | s3: Don't use talloc_autofree_context in map_file | Volker Lendecke | 2010-10-20 | 1 | -1/+1 |
| | |||||
* | util: added file_compare() utility function | Andrew Tridgell | 2010-02-11 | 1 | -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 Semushin | 2009-07-19 | 1 | -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 Vernooij | 2008-10-18 | 1 | -1/+0 |
| | |||||
* | Use common util_file code. | Jelmer Vernooij | 2008-10-12 | 1 | -13/+46 |
| | |||||
* | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 2008-10-11 | 1 | -0/+404 |
Conflicts: source4/Makefile |