Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Coverity fixes | Marc VanHeyningen | 2008-03-17 | 1 | -1/+6 |
| | |||||
* | The attached patch removes some global variables, and make them local to main(). | Charles | 2008-03-11 | 1 | -8/+9 |
| | |||||
* | Fix return code. | Charles | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | smbget: Make global variables static. | Charles | 2008-03-09 | 1 | -6/+6 |
| | |||||
* | Fix formatting. | Jelmer Vernooij | 2008-03-05 | 1 | -3/+2 |
| | |||||
* | Add --update option to smbget. | Charles | 2008-03-05 | 1 | -3/+27 |
| | |||||
* | Add -e to smbget. | Jeremy Allison | 2008-01-05 | 1 | -0/+12 |
| | | | | Jeremy. | ||||
* | r24943: Some stackframes | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r20261: merge 20260 from samba_3_0_24 | Herb Lewis | 2007-10-10 | 1 | -12/+12 |
| | | | | clean up a bunch of no previous prototype warnings | ||||
* | r17847: Dummy commit | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r12555: Fix more load_case_table swegfaults. Arggg. | Jeremy Allison | 2007-10-10 | 1 | -0/+2 |
| | | | | | What I'd give for a global constructor... Jeremy. | ||||
* | r12054: We only have one more warning at -O6. That will take | Jeremy Allison | 2007-10-10 | 1 | -9/+17 |
| | | | | | some more restructuring to fix.... Coming soon. Jeremy. | ||||
* | r11833: fix build issues in smbget with the Sun compiler. Reported by ↵ | Gerald Carter | 2007-10-10 | 1 | -10/+14 |
| | | | | Richard Bollinger | ||||
* | r8755: more malloc fixes | Gerald Carter | 2007-10-10 | 1 | -3/+3 |
| | |||||
* | r4234: More malloc fixes to use the macros. | Jeremy Allison | 2007-10-10 | 1 | -4/+4 |
| | | | | Jeremy. | ||||
* | Add -O (for writing downloaded files to standard out) based on patch by | Jelmer Vernooij | 2004-03-05 | 1 | -65/+80 |
| | | | | Bas van Sisseren <bas@dnd.utwente.nl> | ||||
* | Fix ETA Calculation when resuming | Jelmer Vernooij | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | Add smbget utility, a simple wget-like utility that uses libsmbclient. | Jelmer Vernooij | 2004-01-07 | 1 | -0/+574 |
Supports recursive downloads and resume, progress indication and shows estimated time remaining. |