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
/
clilist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
1
-2
/
+2
2007-10-10
r21768: Fix the client dfs code such that smbclient can
Jeremy Allison
1
-7
/
+3
2007-10-10
r18011: Should fix bug 3835.
Derrell Lipman
1
-4
/
+11
2007-10-10
r17800: Start using struct timespec internally for file times
Jeremy Allison
1
-11
/
+13
2007-10-10
r17761: Handle times consistently across all client utils.
Jeremy Allison
1
-16
/
+2
2007-10-10
r17333: Some C++ warnings
Volker Lendecke
1
-2
/
+3
2007-10-10
r16541: Fix #3862 reported by jason@ncac.gwu.edu.
Jeremy Allison
1
-3
/
+0
2007-10-10
r15997: Fix bug in OS/2 Warp - it doesn't set the ff_last
Jeremy Allison
1
-1
/
+1
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-11
/
+6
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-1
/
+5
2007-10-10
r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500
Derrell Lipman
1
-5
/
+1
2007-10-10
r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>
Jeremy Allison
1
-2
/
+14
2007-10-10
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
1
-7
/
+7
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
r7157: Ensure we abort a directory listing if we see the same
Jeremy Allison
1
-0
/
+7
2007-10-10
r7151: Fix for bug #2698. If a unicode to unix charset conversion fails (due ...
Jeremy Allison
1
-10
/
+40
2007-10-10
r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* for
Jeremy Allison
1
-5
/
+11
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-2
/
+2
2007-10-10
r5991: Fixup last entry offset correctly for level 260.
Jeremy Allison
1
-6
/
+10
2007-10-10
r5975: Re-arrange code and comments to make more sense.
Jeremy Allison
1
-12
/
+10
2007-10-10
r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).
Jeremy Allison
1
-4
/
+1
2007-10-10
r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused a
Jeremy Allison
1
-1
/
+1
2007-10-10
r5967: Fix typo bug where flags overwrote info level.
Jeremy Allison
1
-1
/
+1
2007-10-10
r5723: Add missing part of fix for #2271. After analysing the actions of a XP
Jeremy Allison
1
-2
/
+4
2007-10-10
r5702: Fix bug #2271. Correctly pull out and use resume names in a
Jeremy Allison
1
-20
/
+10
2007-10-10
r5577: get recurse; dir working across single level dfs referrals
Gerald Carter
1
-5
/
+8
2007-10-10
r5520: fix last remaining dfs issues with smbclient.
Gerald Carter
1
-2
/
+8
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2004-02-23
Janitor for tpot...bugzilla #1098, msleep already exists on aix
Jim McDonough
1
-1
/
+1
2003-10-29
Fixes to check for wraps which could cause coredumps.
Jeremy Allison
1
-1
/
+1
2003-08-02
Correct fix (removed the earlier band-aid) for what I thought was a signing
Jeremy Allison
1
-2
/
+10
2003-07-30
Fix bug we discovered in W2K client signing on secondary trans2 packets.
Jeremy Allison
1
-2
/
+3
2003-07-30
Eliminate valgrind error when client gets bad sig on list. Some reformatting.
Jeremy Allison
1
-12
/
+22
2003-03-18
Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)
Andrew Bartlett
1
-2
/
+2
2003-03-13
Change size parameters from signed to unsigned to fix up warnings.
Jeremy Allison
1
-1
/
+1
2003-01-15
*lots of small merges form HEAD
Gerald Carter
1
-1
/
+1
2003-01-15
merging some rpcclient and net functionality from HEAD
Gerald Carter
1
-2
/
+4
2002-12-10
Fix client reporting of 64 bit files.
Jeremy Allison
1
-4
/
+4
2002-12-03
use the new IVAL_TO_SMB_OFF_T for file_info size member
Herb Lewis
1
-4
/
+4
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-25
/
+23
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-3
/
+7
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-11
Same fix as went into 2.2 (I'm waiting for jerry to finish some code).
Jeremy Allison
1
-2
/
+2
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-6
/
+6
2001-09-05
use cli_is_error() instead of looking in smb_rcls, otherwise NT status
Andrew Tridgell
1
-2
/
+2
2001-08-24
fixed shortname length in trans2 list
Andrew Tridgell
1
-1
/
+2
2001-08-22
a fix for directory listing with the dave/thursby client
Andrew Tridgell
1
-1
/
+1
2001-08-20
a bunch of fixes from the sflight to seattle
Andrew Tridgell
1
-1
/
+1
2001-08-12
Fixed crash bug when attempting to list contents of non-existent
Tim Potter
1
-0
/
+3
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-7
/
+12
[next]