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
/
source
/
client
/
client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r25387: Sync with 3.2.0 svn tree
Gerald Carter
2007-09-27
1
-0
/
+4
*
r24660: Merge the inbuf/outbuf changes
Volker Lendecke
2007-08-25
1
-4
/
+6
*
r24036: Fix dfs rename bug in smbclient reported by Thomas Bork <tombork@web....
Jeremy Allison
2007-07-24
1
-5
/
+14
*
r23989: For testing purposes, add "echo" to smbclient
Volker Lendecke
2007-07-22
1
-0
/
+19
*
r23825: Add ".." command as an alias to "cd ..".
Günther Deschner
2007-07-11
1
-1
/
+15
*
r23824: Add ls alias for lazy typers like me.
Günther Deschner
2007-07-11
1
-0
/
+1
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-07-10
1
-2
/
+1
*
r23780: Find and fix more GPL2 -> GPL3.
Jeremy Allison
2007-07-09
1
-1
/
+1
*
r23571: Fix, parsing of multi byte share names.
Simo Sorce
2007-06-21
1
-16
/
+10
*
r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.
Jeremy Allison
2007-06-20
1
-2
/
+8
*
r22155: Fixed warning #4498 from jason@ncac.gwu.edu.
Jeremy Allison
2007-04-10
1
-2
/
+2
*
r22002: Fix bug #3974, there are still open issues with -N behavior (doc fix ...
Simo Sorce
2007-03-28
1
-26
/
+63
*
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
2007-03-08
1
-48
/
+61
*
r21734: Fix bug #4369. Patch from David Leonard <dleonard@vintela.com>.
Jeremy Allison
2007-03-07
1
-0
/
+5
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-03-05
1
-3
/
+3
*
r21657: get rid of warning - not everyone understands %F
Herb Lewis
2007-03-02
1
-3
/
+3
*
r21641: Add test code for POSIX pathname calls into smbclient.
Jeremy Allison
2007-03-01
1
-1
/
+147
*
r20673: Add in the wdel smbclient command that allows me
Jeremy Allison
2007-01-11
1
-8
/
+12
*
r20655: After consulting with Volker, fix our pathname
Jeremy Allison
2007-01-10
1
-0
/
+29
*
r19814: Fix 'make everything build'
Gerald Carter
2006-11-21
1
-17
/
+16
*
r19810: more merge work....does not compile currently. Working on smbd merge
Gerald Carter
2006-11-21
1
-75
/
+276
*
r19806: merge time.c changes
Gerald Carter
2006-11-20
1
-2
/
+2
*
r19529: Added showacls togle. Previously was vendor-specific code.
Jeremy Allison
2006-11-01
1
-7
/
+71
*
r16674: After removing each individual post-3.0.23rc3 change:
Gerald Carter
2006-06-29
1
-0
/
+3
*
r16348: * merging changes from SAMBA_3_0 r16346
Gerald Carter
2006-06-19
1
-3
/
+11
*
r16254: pulling klocwork fixes for 3.0.23rc3 (current up to r16251)
Gerald Carter
2006-06-15
1
-9
/
+25
*
r15098: Make smbclient -L use RPC to list shares, fall back to RAP. This shou...
Volker Lendecke
2006-04-16
1
-1
/
+56
*
r14359: Try and fix Coverity #176 by making the pointer
Jeremy Allison
2006-03-13
1
-7
/
+7
*
r14351: Ensure we use the minimum of PATH_MAX and sizeof(pstring).
Jeremy Allison
2006-03-13
1
-5
/
+12
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2006-03-07
1
-4
/
+2
*
r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500
Derrell Lipman
2006-01-28
1
-1
/
+1
*
r12555: Fix more load_case_table swegfaults. Arggg.
Jeremy Allison
2005-12-28
1
-0
/
+1
*
r11978: Volker's fix for #3292 (smbclient spins if server terminates
Jeremy Allison
2005-11-30
1
-1
/
+5
*
r11976: (Slightly modified) Volker fix for #3293. Use SMBecho instead of
Jeremy Allison
2005-11-30
1
-1
/
+6
*
r11839: Info level 0x101 is really a protocol NT level.
Jeremy Allison
2005-11-22
1
-1
/
+1
*
r11770: BUG 2718: don't use qpathinfo_basic() call when remote server is Win9...
Gerald Carter
2005-11-18
1
-2
/
+3
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2005-11-05
1
-2
/
+2
*
r10964: BUG 1051: store the directory path so we can send the full name in th...
Gerald Carter
2005-10-13
1
-2
/
+9
*
r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.
Jeremy Allison
2005-08-23
1
-5
/
+5
*
r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.
Tim Potter
2005-07-19
1
-2
/
+0
*
r8478: remove unused printmode command from smbclient (noticed by kalim@samba...
Gerald Carter
2005-07-14
1
-40
/
+0
*
r6685: smbclient fixes
Gerald Carter
2005-05-09
1
-3
/
+16
*
r6388: BUG 2626: ensure that the calling_name is set to something after parsi...
Gerald Carter
2005-04-19
1
-0
/
+2
*
r6348: Fix for bug #2605 reported by Daniel Patterson <Daniel_Patterson@natio...
Jeremy Allison
2005-04-15
1
-6
/
+21
*
r6291: BUG 2588: force smbclient messages to port 139 unless someone set the ...
Gerald Carter
2005-04-11
1
-1
/
+6
*
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
2005-04-06
1
-3
/
+3
*
r6120: Added "volume" command to smbclient that prints out the volume name and
Jeremy Allison
2005-03-30
1
-0
/
+20
*
r5979: Don't crash when talking to a Win98 server (bugid #2530 - not a fix
Jeremy Allison
2005-03-22
1
-0
/
+1
*
r5968: derrell's large file fix for libsmbclient (BUG 2505)
Gerald Carter
2005-03-22
1
-2
/
+2
*
r5835: Make smbclient obey the max protocol argument again.
Jeremy Allison
2005-03-16
1
-1
/
+1
[next]