summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clilist.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-111-3/+5
* Fix client large file reporting.Jeremy Allison2002-12-101-4/+4
* use the new IVAL_TO_SMB_OFF_T for file_info size memberHerb Lewis2002-12-031-4/+4
* Added final Steve French patch for "required" attributes with oldJeremy Allison2002-09-101-25/+23
* fix directory listing on win9x.Andrew Tridgell2002-07-131-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
* made some LANMAN1 wildcard progressAndrew Tridgell2001-02-261-6/+12
* add cli_list_new() for forced new protocol listingAndrew Tridgell2001-02-261-8/+18
* use cli_list_old() when negotiating the older protocolsAndrew Tridgell2001-02-251-0/+4
* the unicode conversion of our client code is complete enough to beAndrew Tridgell2001-02-211-14/+11
* yipee! client unicode now works well with ntAndrew Tridgell2001-02-201-2/+2
* converted cli_list()Andrew Tridgell2001-02-201-32/+45
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-1/+1
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-051-2/+2
* lib/util_unistr.c:Jeremy Allison2000-05-101-1/+1
* fixed parsing of broken NT short nameAndrew Tridgell2000-04-301-1/+1
* - get the findclose code rightAndrew Tridgell2000-04-301-9/+17
* added cli_list_old() to allow for old style directory listing fromAndrew Tridgell2000-04-301-2/+144
* YIPEE!!!!!Andrew Tridgell2000-04-301-0/+1
* split clientgen.c into several partsAndrew Tridgell2000-04-251-0/+303