index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
client
/
clitar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-30
s3: Remove "cli" from "struct finfo"
Volker Lendecke
1
-2
/
+4
2010-07-27
s3: Remove a typedef (struct file_info)
Volker Lendecke
1
-4
/
+6
2010-06-29
s3-client: Make sure we only write to an opened file.
Andreas Schneider
1
-4
/
+10
2009-11-29
s3: "tar_parseargs" only looks at the mtime
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: "dotareof" only looks at the file type
Volker Lendecke
1
-1
/
+1
2009-11-29
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
1
-2
/
+3
2009-11-23
Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...
Volker Lendecke
1
-7
/
+2
2009-11-23
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
1
-2
/
+2
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
1
-2
/
+2
2009-11-21
s3: Make the implicit reference to Protocol in mask_match_list() explicit
Volker Lendecke
1
-2
/
+7
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-2
/
+3
2009-05-06
Make cli_setatr async.
Jeremy Allison
1
-2
/
+2
2009-05-05
Make cli_getatr() async.
Jeremy Allison
1
-1
/
+3
2009-05-03
Fix some warnings due to uint16_t!=-1 always being true
Volker Lendecke
1
-1
/
+1
2009-04-30
Cause cli_close to return an NTSTATUS.
Jeremy Allison
1
-2
/
+3
2009-04-30
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
1
-6
/
+5
2009-04-22
Make cli_chkpath async.
Jeremy Allison
1
-1
/
+1
2009-04-21
Make cli_mkdir async. Change it to return NTSTATUS.
Jeremy Allison
1
-1
/
+1
2009-03-05
Fix bug #6161 - smbclient corrupts source path in tar mode
Jeremy Allison
1
-0
/
+16
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
1
-5
/
+12
2008-10-14
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
1
-14
/
+14
2008-06-17
Fix a brown paper bag segfault in clitar
Volker Lendecke
1
-1
/
+1
2008-03-15
Fix Coverity ID 564
Volker Lendecke
1
-10
/
+0
2008-01-24
Fix Coverity ID 463
Volker Lendecke
1
-1
/
+3
2008-01-23
strtok -> strtok_r
Volker Lendecke
1
-3
/
+4
2007-12-21
Remove next_token_nr_talloc and its associated global
Volker Lendecke
1
-5
/
+55
2007-12-09
C++ warning
Volker Lendecke
1
-1
/
+1
2007-12-07
Remove pstring from clitar.c
Jeremy Allison
1
-141
/
+225
2007-12-06
Add popt to binaries in makefile. Hack clitar to compile until I fix it.
Jeremy Allison
1
-12
/
+7
2007-11-16
Fix bug #4393 smbclient does not store files with zero filesize in tar-archives
Jeremy Allison
1
-4
/
+3
2007-11-15
More pstring removal. This one was tricky. I had to add
Jeremy Allison
1
-1
/
+1
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-19
/
+19
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
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-1
/
+1
2007-10-10
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
1
-1
/
+1
2007-10-10
r18047: More C++ stuff
Volker Lendecke
1
-3
/
+3
2007-10-10
r17850: Another dummy checkin for the build farm to retry
Volker Lendecke
1
-1
/
+1
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-16
/
+21
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-0
/
+4
2007-10-10
r16230: Fix Klocwork #861 and others. localtime and asctime
Jeremy Allison
1
-1
/
+1
2007-10-10
r15141: Fix for #3592 inspired by Justin Best <justinb@pdxmission.org>.
Jeremy Allison
1
-19
/
+30
2007-10-10
r14248: Fix Coverity bug # 84
Volker Lendecke
1
-0
/
+1
2007-10-10
r14246: Fix Coverity bug # 85
Volker Lendecke
1
-0
/
+2
2007-10-10
r14242: Fix Coverity bug # 82
Volker Lendecke
1
-0
/
+2
2007-10-10
r14128: Remove warning generated by coverity scan tool (missing SAFE_FREE in ...
Steve French
1
-0
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+2
2007-10-10
r13535: Fix #2353 based on a patch by William Jojo.
Jeremy Allison
1
-3
/
+4
2007-10-10
r12522: Try and fix bug #2926 by removing setlocale(LC_ALL, "C")
Jeremy Allison
1
-1
/
+1
[next]