summaryrefslogtreecommitdiffstats
path: root/source3/lib/xfile.c
Commit message (Collapse)AuthorAgeFilesLines
* Use xfile from common lib/util in Samba 3.Jelmer Vernooij2008-10-111-417/+0
| | | | | | Conflicts: source3/Makefile.in
* Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison2008-05-081-2/+2
| | | | | | | files. Thanks to Kai Engert <kengert@redhat.com> for reporting. Jeremy. (This used to be commit 687275cd532f8f8ad710acd222a0c76625da53c6)
* Check x_fflush returns.Jeremy Allison2008-04-081-4/+8
| | | | | Jeremy. (This used to be commit 5525dc5f09a79d30f6c52fc3a88c8bce3060e642)
* Adding missing calls to va_end().Tim Potter2008-01-271-1/+7
| | | | | | | | | Just a small commit to get a handle on this git thingy. This patch fixes some missing calls to va_end() to match various calls to va_start() and VA_COPY(). Tim. (This used to be commit ec367f307dff7948722b9ac97beb960efd91991f)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r17869: More sensible fix for Stanford Checker null deref.Jeremy Allison2007-10-101-4/+2
| | | | | Jeremy. (This used to be commit 2a73e82f9663fc0e14b4c2af94de3b4216f1eece)
* r17865: Fix what the Stanford checker reported as a possibleJeremy Allison2007-10-101-1/+3
| | | | | | | deref. I think this is a false positive, but it's an easy extra check to add here. Jeremy. (This used to be commit 7d3b11ab18e2c793d43b6eed1803f2183b7b2daa)
* r17334: Some C++ warningsVolker Lendecke2007-10-101-1/+1
| | | | (This used to be commit 8ae7ed1f3cecbb5285313d17b5f9511e2e622f0b)
* r16274: Fix the smbclient prompting behaviour for both systems that haveJames Peach2007-10-101-1/+23
| | | | | | | | | | libreadline and those that don't. We always use the built-in readline replacement for non-interactive mode. Interactive prompts are always emitted to stdout and non-interactive mode never prompts at all. Introduce x_fdup to avoid spuriously closing stdout when a logfile is specified on the command line and setup_logging is called a second time. (This used to be commit 848ac756f651a4be231e5635580c0fd5f3d3fa0e)
* r14020: Coverity bug CID #66. Missing free on error exit.Jeremy Allison2007-10-101-1/+4
| | | | | Jeremy. (This used to be commit b9980bddf5ee74b2887196d6d1a0cf393720ba3a)
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ↵Jeremy Allison2007-10-101-2/+2
| | | | | | | | | | allocation functions so we can funnel through some well known functions. Should help greatly with malloc checking. HEAD patch to follow. Jeremy. (This used to be commit 620f2e608f70ba92f032720c031283d295c5c06a)
* r2599: avoid free()ing our static unalloceted memory that ends up in memory ↵Simo Sorce2007-10-101-1/+6
| | | | | | corruption. (This used to be commit 557e12d1b593b582ea1157d278bcdde6aba5a879)
* Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett2003-02-241-3/+4
| | | | | Andrew Bartlett (This used to be commit 9ef0d40c3f8aef52ab321dc065264c42065bc876)
* Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett2003-01-031-2/+2
| | | | (This used to be commit 9e5297131cc53d7161aa74566f147b98e1c27aaa)
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+34
| | | | (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139)
* sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
| | | | (This used to be commit 3928578b52cfc949be5e0ef444fce1558d75f290)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-5/+9
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-2/+2
| | | | | | Got "medieval on our ass" about const warnings (as many as I could :-). Jeremy. (This used to be commit ee5e7ca547eff016818ba5c43b8ea0c9fa69b808)
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+5
| | | | (This used to be commit 60e907b7e8e1c008463a88ed2b076344278986ef)
* added xfileAndrew Tridgell2001-09-101-0/+340
(This used to be commit 7c2fe172c3322433571e73a0bef5c67168dd7c80)