summaryrefslogtreecommitdiffstats
path: root/source/lib/xfile.c
Commit message (Collapse)AuthorAgeFilesLines
* More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-221-3/+4
| | | | | | make x_fwrite() match fwrite() in returning a size_t. Andrew Bartlett
* Add PRINTF_ATTRIBUTE() to a few more printf() style functions. Aids inAndrew Bartlett2003-01-021-2/+2
| | | | compiler-based argument checking.
* 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.
* fixed line buffer mode in XFILEAndrew Tridgell2002-07-191-1/+1
| | | | thanks to tim for finding this bug
* fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell2002-07-131-4/+4
|
* put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell2002-06-031-5/+3
| | | | functions
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-171-1/+7
| | | | when it exists.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* 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.
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+5
|
* added xfileAndrew Tridgell2001-09-101-0/+340