summaryrefslogtreecommitdiff
path: root/source3/lib/xfile.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Use xfile from common lib/util in Samba 3.Jelmer Vernooij1-417/+0
2008-05-08Fix bug #5452 - smbclient put always creates zero lengthJeremy Allison1-2/+2
2008-04-08Check x_fflush returns.Jeremy Allison1-4/+8
2008-01-27Adding missing calls to va_end().Tim Potter1-1/+7
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17869: More sensible fix for Stanford Checker null deref.Jeremy Allison1-4/+2
2007-10-10r17865: Fix what the Stanford checker reported as a possibleJeremy Allison1-1/+3
2007-10-10r17334: Some C++ warningsVolker Lendecke1-1/+1
2007-10-10r16274: Fix the smbclient prompting behaviour for both systems that haveJames Peach1-1/+23
2007-10-10r14020: Coverity bug CID #66. Missing free on error exit.Jeremy Allison1-1/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r2599: avoid free()ing our static unalloceted memory that ends up in memory c...Simo Sorce1-1/+6
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett1-3/+4
2003-01-03Merge from HEAD - add PRINTF_ATTRIBUTE to a few more functions.Andrew Bartlett1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-0/+34
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+9
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-2/+2
2001-09-17move to SAFE_FREE()Simo Sorce1-5/+5
2001-09-10added xfileAndrew Tridgell1-0/+340