summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-2/+2
2007-10-10r21768: Fix the client dfs code such that smbclient canJeremy Allison1-7/+3
2007-10-10r18011: Should fix bug 3835.Derrell Lipman1-4/+11
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-11/+13
2007-10-10r17761: Handle times consistently across all client utils.Jeremy Allison1-16/+2
2007-10-10r17333: Some C++ warningsVolker Lendecke1-2/+3
2007-10-10r16541: Fix #3862 reported by jason@ncac.gwu.edu.Jeremy Allison1-3/+0
2007-10-10r15997: Fix bug in OS/2 Warp - it doesn't set the ff_lastJeremy Allison1-1/+1
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-11/+6
2007-10-10r13316: Let the carnage begin....Gerald Carter1-1/+5
2007-10-10r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500Derrell Lipman1-5/+1
2007-10-10r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison1-2/+14
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-7/+7
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7157: Ensure we abort a directory listing if we see the sameJeremy Allison1-0/+7
2007-10-10r7151: Fix for bug #2698. If a unicode to unix charset conversion fails (due ...Jeremy Allison1-10/+40
2007-10-10r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* forJeremy Allison1-5/+11
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r5991: Fixup last entry offset correctly for level 260.Jeremy Allison1-6/+10
2007-10-10r5975: Re-arrange code and comments to make more sense.Jeremy Allison1-12/+10
2007-10-10r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).Jeremy Allison1-4/+1
2007-10-10r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused aJeremy Allison1-1/+1
2007-10-10r5967: Fix typo bug where flags overwrote info level.Jeremy Allison1-1/+1
2007-10-10r5723: Add missing part of fix for #2271. After analysing the actions of a XPJeremy Allison1-2/+4
2007-10-10r5702: Fix bug #2271. Correctly pull out and use resume names in aJeremy Allison1-20/+10
2007-10-10r5577: get recurse; dir working across single level dfs referralsGerald Carter1-5/+8
2007-10-10r5520: fix last remaining dfs issues with smbclient.Gerald Carter1-2/+8
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-1/+1
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-1/+1
2003-08-02Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison1-2/+10
2003-07-30Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison1-2/+3
2003-07-30Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison1-12/+22
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-2/+2
2003-03-13Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison1-1/+1
2003-01-15*lots of small merges form HEADGerald Carter1-1/+1
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-2/+4
2002-12-10Fix client reporting of 64 bit files.Jeremy Allison1-4/+4
2002-12-03use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis1-4/+4
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-25/+23
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-3/+7
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-2/+2
2001-09-17move to SAFE_FREE()Simo Sorce1-6/+6
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell1-2/+2
2001-08-24fixed shortname length in trans2 listAndrew Tridgell1-1/+2