summaryrefslogtreecommitdiff
path: root/source3/libsmb/clilist.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-22a fix for directory listing with the dave/thursby clientAndrew Tridgell1-1/+1
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+1
2001-08-12Fixed crash bug when attempting to list contents of non-existentTim Potter1-0/+3
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-7/+12
2001-08-10A rewrite of the error handling in the libsmb client code. I've separatedTim Potter1-2/+3
2001-07-07fixed some unicode and LANMAN2 bugs in trans2 find firstAndrew Tridgell1-103/+77
2001-07-04The big character set handling changeover!Andrew Tridgell1-15/+12
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell1-3/+3
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell1-8/+8
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell1-16/+16
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell1-6/+12
2001-02-26add cli_list_new() for forced new protocol listingAndrew Tridgell1-8/+18
2001-02-25use cli_list_old() when negotiating the older protocolsAndrew Tridgell1-0/+4
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell1-14/+11
2001-02-20yipee! client unicode now works well with ntAndrew Tridgell1-2/+2
2001-02-20converted cli_list()Andrew Tridgell1-32/+45
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-1/+1
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-2/+2
2000-05-10lib/util_unistr.c:Jeremy Allison1-1/+1
2000-04-30fixed parsing of broken NT short nameAndrew Tridgell1-1/+1
2000-04-30- get the findclose code rightAndrew Tridgell1-9/+17
2000-04-30added cli_list_old() to allow for old style directory listing fromAndrew Tridgell1-2/+144
2000-04-30YIPEE!!!!!Andrew Tridgell1-0/+1
2000-04-25split clientgen.c into several partsAndrew Tridgell1-0/+303