summaryrefslogtreecommitdiffstats
path: root/source3/lib/xfile.c
Commit message (Collapse)AuthorAgeFilesLines
* 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)