summaryrefslogtreecommitdiff
path: root/source3/lib/xfile.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-27add a trivial seeking function to xfile (tseek) that does not do SEEK_CURSimo Sorce1-0/+34
2002-07-19fixed line buffer mode in XFILEAndrew Tridgell1-1/+1
2002-07-13fixed a stdin bug in XFILE that prevented 'print -' from workingAndrew Tridgell1-4/+4
2002-06-03put the ifdef for HAVE_VA_COPY in one place rather than in lots ofAndrew Tridgell1-5/+3
2002-05-17Fix usage of va_list passed as an arg. Use __va_copy before using itJim McDonough1-1/+7
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