summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate valgrind error when client gets bad sig on list. Some reformatting.Jeremy Allison2003-07-301-12/+22
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-181-2/+2
* Change size parameters from signed to unsigned to fix up warnings.Jeremy Allison2003-03-131-1/+1
* *lots of small merges form HEADGerald Carter2003-01-151-1/+1
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-2/+4
* Fix client reporting of 64 bit files.Jeremy Allison2002-12-101-4/+4
* use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-25/+23
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+7
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-2/+2
* move to SAFE_FREE()Simo Sorce2001-09-171-6/+6
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-051-2/+2
* fixed shortname length in trans2 listAndrew Tridgell2001-08-241-1/+2
* a fix for directory listing with the dave/thursby clientAndrew Tridgell2001-08-221-1/+1
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+1
* Fixed crash bug when attempting to list contents of non-existentTim Potter2001-08-121-0/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-7/+12
* A rewrite of the error handling in the libsmb client code. I've separatedTim Potter2001-08-101-2/+3
* fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell2001-07-071-103/+77
* The big character set handling changeover!Andrew Tridgell2001-07-041-15/+12
* added STR_ASCII support to clistr_pull()Andrew Tridgell2001-03-161-3/+3
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-141-8/+8
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-101-16/+16