Age | Commit message (Expand) | Author | Files | Lines |
2008-12-19 | Pass "bytes_alignment" up through cli_request_send | Volker Lendecke | 1 | -2/+2 |
2008-12-08 | Simplify async programming a bit with helper routines | Volker Lendecke | 1 | -6/+5 |
2008-11-18 | libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal | Kai Blin | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -6/+6 |
2008-09-09 | make smb_bytes_push_str public | Volker Lendecke | 1 | -1/+1 |
2008-09-01 | Fix typo | Volker Lendecke | 1 | -1/+1 |
2008-08-28 | Add cli_pull_reply | Volker Lendecke | 1 | -5/+15 |
2008-08-28 | Remove cli->event_ctx, pass it explicitly | Volker Lendecke | 1 | -11/+33 |
2008-08-28 | Add async open&x | Volker Lendecke | 1 | -33/+117 |
2008-08-28 | Add async cli_close | Volker Lendecke | 1 | -13/+38 |
2008-08-01 | Fix a typo | Volker Lendecke | 1 | -5/+5 |
2008-02-26 | add a function to truncate a file to a specified size | Derrell Lipman | 1 | -0/+49 |
2008-02-20 | Fix memory leaks on error path | Tim Potter | 1 | -1/+8 |
2007-12-26 | Add SMB encryption. Still fixing client decrypt but | Jeremy Allison | 1 | -22/+22 |
2007-12-08 | Fix C++ warnings | Volker Lendecke | 1 | -9/+9 |
2007-12-05 | Remove arbitrary 1k limit on pathnames. Malloc them. | Jeremy Allison | 1 | -181/+281 |
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-11-29 | Remove pstrings from clifile.c. | Jeremy Allison | 1 | -25/+36 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -43/+43 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 1 | -22/+22 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23347: Fix Coverity 363. Dead code elimination. | Jeremy Allison | 1 | -7/+3 |
2007-10-10 | r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22589: Make TALLOC_ARRAY consistent across all uses. | Jeremy Allison | 1 | -3/+7 |
2007-10-10 | r22391: Looks bigger than it is. Make "inbuf" available | Jeremy Allison | 1 | -22/+22 |
2007-10-10 | r21777: As Stevef requested and the Apple guys agreed, make | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient | Jeremy Allison | 1 | -2/+11 |
2007-10-10 | r21703: fix build when O_SYNC not defined | Herb Lewis | 1 | -0/+2 |
2007-10-10 | r21644: Allow mkdir on platforms with no O_DIRECTORY. | Jeremy Allison | 1 | -9/+17 |
2007-10-10 | r21643: Put the correct bits on the wire for posix_mkdir. | Jeremy Allison | 1 | -1/+2 |
2007-10-10 | r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY. | Jeremy Allison | 1 | -0/+9 |
2007-10-10 | r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir. | Jeremy Allison | 1 | -0/+176 |
2007-10-10 | r21604: I got this wrong also in libsmb :-(. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r20744: Fix the build (I missed some chkpth -> checkpath renames). | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r18009: Fixes bug 4026. | Derrell Lipman | 1 | -14/+18 |
2007-10-10 | r17902: Fix possible null deref caught by Stanford checker. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r17800: Start using struct timespec internally for file times | Jeremy Allison | 1 | -3/+4 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r15028: Fix logic error checking valid args to POSIX lock | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r15018: Merge Volker's ipc/trans2/nttrans changes over | Jeremy Allison | 1 | -1/+104 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -8/+8 |
2007-10-10 | r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can | Jeremy Allison | 1 | -12/+22 |
2007-10-10 | r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore. | Tim Potter | 1 | -2/+0 |
2007-10-10 | r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r8184: fix build issue on Solaris in smbclient | Gerald Carter | 1 | -0/+5 |
2007-10-10 | r6753: Fixes bug 2663. cli_getattrE() and cli_setattrE() were not formatting or | Derrell Lipman | 1 | -6/+6 |
2007-10-10 | r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than | Derrell Lipman | 1 | -2/+2 |
2007-10-10 | r5968: derrell's large file fix for libsmbclient (BUG 2505) | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -3/+3 |