summaryrefslogtreecommitdiffstats
path: root/source/lib/xfile.c
Commit message (Expand)AuthorAgeFilesLines
* add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce2002-08-271-0/+34
* fixed line buffer mode in XFILEAndrew Tridgell2002-07-191-1/+1
* 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
* Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough2002-05-171-1/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-2/+2
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+5
* added xfileAndrew Tridgell2001-09-101-0/+340