summaryrefslogtreecommitdiffstats
path: root/lib/util/xfile.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/util: Clean up includes for xfile.[ch]Martin Schwenke2014-10-041-1/+2
| | | | | | | | | | | | The include files added to xfile.h are already included unconditionally elsewhere (replace.h, samba_util.h, ...) so Samba can't be built without them. To minimise dependencies, only include specific util headers instead of samba_util.h. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
* lib/util: remove the "includes.h" dependeny from xfile.cStefan Metzmacher2011-10-221-5/+2
| | | | metze
* Fix coverity CID#66. Resource leak in error path.Jeremy Allison2009-01-291-0/+1
| | | | Jeremy.
* Optimize x_fread to speed up the smbclient put commandVolker Lendecke2008-10-231-5/+20
|
* Use the new memory macro file from Samba 3.Jelmer Vernooij2008-10-181-1/+0
|
* fix build warnings.Günther Deschner2008-10-131-2/+2
| | | | Guenther
* Avoid problems with paranoid malloc checker.Jelmer Vernooij2008-10-121-3/+1
|
* Make sure x_fdup compiles on Samba 4.Jelmer Vernooij2008-10-111-1/+2
|
* Use xfile from common lib/util in Samba 3.Jelmer Vernooij2008-10-111-1/+30
| | | | | | Conflicts: source3/Makefile.in
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+389
Conflicts: source4/Makefile