summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* (Fixed) Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Kai Blin2009-01-021-4/+5
* Revert "Final part of fix for bug #5953 - smbclient crashes: cli_list_new seg...Jeremy Allison2009-01-021-24/+683
* Final part of fix for bug #5953 - smbclient crashes: cli_list_new segmentatio...Kai Blin2009-01-021-683/+24
* Fix bug #5953 - smbclient crashes: cli_list_new segmentation fault.Jeremy Allison2008-12-111-1/+1
* Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2008-02-281-1/+15
* We don't need the extra null termination - we'veJeremy Allison2008-02-081-9/+4
* Make clilist work again with OS/2 (kukks help!).Jeremy Allison2008-02-081-1/+17
* From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison2008-02-081-0/+11
* Try and fix length and finfo calls for older clients. WorkingJeremy Allison2008-02-081-7/+21
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-2/+2
* Fix C++ warningsVolker Lendecke2007-12-081-1/+1
* Don't understand this. I have no changes here....Jeremy Allison2007-12-061-33/+64
* Fix path length limits on cli_list (outgoing. IncomingJeremy Allison2007-12-051-5/+16
* Remove pstrings. Ensure we validate offsets.Jeremy Allison2007-11-291-64/+132
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-2/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-2/+2
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-10-101-7/+3
* r18011: Should fix bug 3835.Derrell Lipman2007-10-101-4/+11
* r17800: Start using struct timespec internally for file timesJeremy Allison2007-10-101-11/+13
* r17761: Handle times consistently across all client utils.Jeremy Allison2007-10-101-16/+2
* r17333: Some C++ warningsVolker Lendecke2007-10-101-2/+3
* r16541: Fix #3862 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-3/+0
* r15997: Fix bug in OS/2 Warp - it doesn't set the ff_lastJeremy Allison2007-10-101-1/+1
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-11/+6
* r13316: Let the carnage begin....Gerald Carter2007-10-101-1/+5
* r12758: r12127@cabra: derrell | 2006-01-03 15:22:18 -0500Derrell Lipman2007-10-101-5/+1
* r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison2007-10-101-2/+14
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-7/+7
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7157: Ensure we abort a directory listing if we see the sameJeremy Allison2007-10-101-0/+7
* r7151: Fix for bug #2698. If a unicode to unix charset conversion fails (due ...Jeremy Allison2007-10-101-10/+40
* r6994: Fix for bugid #2729 - it turns out resume keys are *mandatory* forJeremy Allison2007-10-101-5/+11
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r5991: Fixup last entry offset correctly for level 260.Jeremy Allison2007-10-101-6/+10
* r5975: Re-arrange code and comments to make more sense.Jeremy Allison2007-10-101-12/+10
* r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).Jeremy Allison2007-10-101-4/+1
* r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused aJeremy Allison2007-10-101-1/+1
* r5967: Fix typo bug where flags overwrote info level.Jeremy Allison2007-10-101-1/+1
* r5723: Add missing part of fix for #2271. After analysing the actions of a XPJeremy Allison2007-10-101-2/+4
* r5702: Fix bug #2271. Correctly pull out and use resume names in aJeremy Allison2007-10-101-20/+10
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2007-10-101-5/+8
* r5520: fix last remaining dfs issues with smbclient.Gerald Carter2007-10-101-2/+8
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-1/+1
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-1/+1
* Correct fix (removed the earlier band-aid) for what I thought was a signingJeremy Allison2003-08-021-2/+10
* Fix bug we discovered in W2K client signing on secondary trans2 packets.Jeremy Allison2003-07-301-2/+3