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
/
libsmb
/
clirap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-09
Fix make test on sparc and possibly also on AIX
Volker Lendecke
1
-1
/
+3
2008-09-09
Convert cli_qfileinfo to the async trans call
Volker Lendecke
1
-21
/
+19
2008-09-09
Fix a memleak in cli_qfilename (only used in smbtorture)
Volker Lendecke
1
-0
/
+5
2008-05-20
Fix some signed/unsigned warnings
Volker Lendecke
1
-1
/
+1
2008-05-20
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
1
-6
/
+6
2008-02-08
Fix bug reported on IRC enumerating shares with OS/2.
Jeremy Allison
1
-3
/
+4
2008-01-18
Add the "allinfo" command to smbclient
Volker Lendecke
1
-0
/
+131
2008-01-09
Fix a memleak found by the IBM checker.
Michael Adam
1
-0
/
+1
2007-12-09
Support fetching very long server lists with RAP_NetServerEnum3.
James Peach
1
-42
/
+125
2007-12-08
Fix C++ warnings
Volker Lendecke
1
-4
/
+4
2007-12-05
Remove arbitrary 1k limit on pathnames. Malloc them.
Jeremy Allison
1
-31
/
+66
2007-11-30
Remove pstring from clirap.c.
Jeremy Allison
1
-118
/
+187
2007-11-29
Remove the explicit TALLOC_CTX * from cli_struct.
Jeremy Allison
1
-1
/
+1
2007-11-19
Always check return from push_ascii.
Jeremy Allison
1
-1
/
+6
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-15
/
+15
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
r22045: As Volker noticed, skip_string's last argument is
Jeremy Allison
1
-9
/
+9
2007-10-10
r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,
Jeremy Allison
1
-9
/
+9
2007-10-10
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r21864: Reformatting.
Jeremy Allison
1
-92
/
+92
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-11
/
+5
2007-10-10
r19231: I encountered a WinXP/Home system which, acting as the master browser...
Derrell Lipman
1
-1
/
+2
2007-10-10
r18009: Fixes bug 4026.
Derrell Lipman
1
-16
/
+28
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-7
/
+7
2007-10-10
r17761: Handle times consistently across all client utils.
Jeremy Allison
1
-23
/
+24
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16582: Fix Klocwork #1997 and all generic class of problems
Jeremy Allison
1
-0
/
+6
2007-10-10
r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500
Derrell Lipman
1
-17
/
+17
2007-10-10
r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500
Derrell Lipman
1
-5
/
+5
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-12
/
+12
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-3
/
+3
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
r7172: This is the proper fix for setting file times from libsmbclient. We now
Derrell Lipman
1
-0
/
+95
2007-10-10
r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() to
Derrell Lipman
1
-4
/
+4
2007-10-10
r5968: derrell's large file fix for libsmbclient (BUG 2505)
Gerald Carter
1
-15
/
+15
2007-10-10
r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs root
Gerald Carter
1
-1
/
+16
2007-10-10
r5518: Add initial msdfs support to smbclient. Currently I can only
Gerald Carter
1
-1
/
+58
2007-10-10
r588: Some fixes from coolo ...
Richard Sharpe
1
-1
/
+14
2004-02-26
That const was one too many
Volker Lendecke
1
-3
/
+2
2004-02-26
Apply some const
Volker Lendecke
1
-2
/
+3
2004-02-23
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
1
-2
/
+2
2004-02-20
Make SMB_FILE_ACCESS_INFORMATION call work correctly.
Jeremy Allison
1
-1
/
+1
2004-02-20
Make us bug-for-bug compatible with W2K3 - to get delete on close semantics
Jeremy Allison
1
-3
/
+8
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-5
/
+7
2003-08-15
get rid of some sompiler warnings on IRIX
Herb Lewis
1
-5
/
+5
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-2
/
+2
2003-05-26
Fix list of servers in 'smbclient -L' (debian bug #194553, patch by Heine Lar...
Jelmer Vernooij
1
-1
/
+1
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-1
/
+1
2003-03-17
pstrcpy_base merges for client-side smbpasswd.
Andrew Bartlett
1
-9
/
+9
[next]