summaryrefslogtreecommitdiffstats
path: root/source3/lib/xfile.c
Commit message (Collapse)AuthorAgeFilesLines
* add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-271-0/+34
| | | | | | | and add commands reget and reput to smbclient that continues a transfer that has been onterrupted. thanks to josef Zlomek that did the original patch. (This used to be commit b275547c9ecc13bede5bd21a392fa1d695a3926d)
* fixed line buffer mode in XFILEAndrew Tridgell2002-07-191-1/+1
| | | | | thanks to tim for finding this bug (This used to be commit 91bff7545405ba88bc721f358ccdbf0aac0e3ba6)
* fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell2002-07-131-4/+4
| | | | (This used to be commit e66e354421b8be64a1b6774bde4d187532ee7690)
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-5/+3
| | | | | functions (This used to be commit 1cf3228fdc20f0314d1f8e71ad710a5e548b3f72)
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-171-1/+7
| | | | | when it exists. (This used to be commit 85ab07bdc1b2ce7b2c1b8197fad45124b1460dca)
* 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)