index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
libsmb
/
clifile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up async_req into a generic and a NTSTATUS specific part
Volker Lendecke
2009-02-01
1
-3
/
+3
*
Add async cli_ntcreate
Volker Lendecke
2009-01-30
1
-0
/
+132
*
Add the strlen to push to smb_bytes_push_str, return the converted size
Volker Lendecke
2009-01-29
1
-8
/
+11
*
Decouple clistr_pull from struct cli_state->inbuf
Volker Lendecke
2009-01-26
1
-1
/
+1
*
Fix an error path memleak
Volker Lendecke
2009-01-25
1
-0
/
+1
*
Make smb_bytes_push_str deal with a NULL buf returning NULL
Volker Lendecke
2009-01-25
1
-1
/
+6
*
Pass "bytes_alignment" up through cli_request_send
Volker Lendecke
2008-12-19
1
-2
/
+2
*
Simplify async programming a bit with helper routines
Volker Lendecke
2008-12-08
1
-6
/
+5
*
libsmb: Fix up pointer passed to cli_send_trans in cli_link_internal
Kai Blin
2008-11-18
1
-1
/
+1
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-6
/
+6
*
make smb_bytes_push_str public
Volker Lendecke
2008-09-09
1
-1
/
+1
*
Fix typo
Volker Lendecke
2008-09-01
1
-1
/
+1
*
Add cli_pull_reply
Volker Lendecke
2008-08-28
1
-5
/
+15
*
Remove cli->event_ctx, pass it explicitly
Volker Lendecke
2008-08-28
1
-11
/
+33
*
Add async open&x
Volker Lendecke
2008-08-28
1
-33
/
+117
*
Add async cli_close
Volker Lendecke
2008-08-28
1
-13
/
+38
*
Fix a typo
Volker Lendecke
2008-08-01
1
-5
/
+5
*
add a function to truncate a file to a specified size
Derrell Lipman
2008-02-26
1
-0
/
+49
*
Fix memory leaks on error path
Tim Potter
2008-02-20
1
-1
/
+8
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
1
-22
/
+22
*
Fix C++ warnings
Volker Lendecke
2007-12-08
1
-9
/
+9
*
Remove arbitrary 1k limit on pathnames. Malloc them.
Jeremy Allison
2007-12-05
1
-181
/
+281
*
Fix some C++ warnings
Volker Lendecke
2007-12-01
1
-1
/
+1
*
Remove pstrings from clifile.c.
Jeremy Allison
2007-11-29
1
-25
/
+36
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-43
/
+43
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-22
/
+22
*
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
*
r23347: Fix Coverity 363. Dead code elimination.
Jeremy Allison
2007-10-10
1
-7
/
+3
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-3
/
+7
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-22
/
+22
*
r21777: As Stevef requested and the Apple guys agreed, make
Jeremy Allison
2007-10-10
1
-3
/
+4
*
r21750: Sync up with SAMBA_3_0_25. Only client changes are in libsmbclient
Jeremy Allison
2007-10-10
1
-2
/
+11
*
r21703: fix build when O_SYNC not defined
Herb Lewis
2007-10-10
1
-0
/
+2
*
r21644: Allow mkdir on platforms with no O_DIRECTORY.
Jeremy Allison
2007-10-10
1
-9
/
+17
*
r21643: Put the correct bits on the wire for posix_mkdir.
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r21640: Fix the build for broken platoforms without O_DIRECT or O_DIRECTORY.
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r21639: Add in implementations of POSIX open/mkdir/unlink/rmdir.
Jeremy Allison
2007-10-10
1
-0
/
+176
*
r21604: I got this wrong also in libsmb :-(.
Jeremy Allison
2007-10-10
1
-0
/
+2
*
r20744: Fix the build (I missed some chkpth -> checkpath renames).
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18009: Fixes bug 4026.
Derrell Lipman
2007-10-10
1
-14
/
+18
*
r17902: Fix possible null deref caught by Stanford checker.
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r17800: Start using struct timespec internally for file times
Jeremy Allison
2007-10-10
1
-3
/
+4
*
r17333: Some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r15028: Fix logic error checking valid args to POSIX lock
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-1
/
+104
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-8
/
+8
*
r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We can
Jeremy Allison
2007-10-10
1
-12
/
+22
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2007-10-10
1
-2
/
+0
[next]