Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 2003-02-22 | 1 | -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 in | Andrew Bartlett | 2003-01-02 | 1 | -2/+2 |
| | | | | compiler-based argument checking. | ||||
* | add a trivial seeking function to xfile (tseek) that does not do SEEK_CUR | Simo Sorce | 2002-08-27 | 1 | -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 XFILE | Andrew Tridgell | 2002-07-19 | 1 | -1/+1 |
| | | | | thanks to tim for finding this bug | ||||
* | fixed a stdin bug in XFILE that prevented 'print -' from working | Andrew Tridgell | 2002-07-13 | 1 | -4/+4 |
| | |||||
* | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 2002-06-03 | 1 | -5/+3 |
| | | | | functions | ||||
* | Fix usage of va_list passed as an arg. Use __va_copy before using it | Jim McDonough | 2002-05-17 | 1 | -1/+7 |
| | | | | when it exists. | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Added NT_USER_TOKEN into server_info to fix extra groups problem. | Jeremy Allison | 2001-11-03 | 1 | -2/+2 |
| | | | | | Got "medieval on our ass" about const warnings (as many as I could :-). Jeremy. | ||||
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -5/+5 |
| | |||||
* | added xfile | Andrew Tridgell | 2001-09-10 | 1 | -0/+340 |