summaryrefslogtreecommitdiffstats
path: root/source3/client/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy (This used to be commit efc1b688cf9b1a17f1a6bf46d481280ed8bd0c46)
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-3/+3
| | | | | | | to pstr_sprintf() and fstr_sprintf() to try to standardize. lots of snprintf() calls were using len-1; some were using len. At least this helps to be consistent. (This used to be commit 9f835b85dd38cbe655eb19021ff763f31886ac00)
* don't call a function error_message() as that conflicts with aAndrew Tridgell2003-06-101-3/+3
| | | | | kerberos name (This used to be commit 8fa737f2235abfdc6c78b0af707aea2c67243597)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
| | | | | have the first set of symbols. (This used to be commit ad0cbfbd790bc5d6003ffcff2835d82fb0140625)
* Fix a small problem where tree.c was using the creation time to display, ↵Richard Sharpe2001-02-201-2/+2
| | | | | | rather than modification time. Creation time is not returned by the SMB protocol. (This used to be commit d7f3793a2be56acb4a7bc293912d7dc19b96f511)
* Improve the sample GTK+ client program to make it a bit more functional.Richard Sharpe2001-02-191-139/+220
| | | | (This used to be commit 3e8366c58ccddae24cc117d37899eb7a06a84212)
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-4/+4
| | | | | | | | srv_samr.c: duplicate gid fix. srv_spoolss_nt.c: Merge of JF's work. uid.c: Fix for returning names when a PDC. Jeremy. (This used to be commit d938ad6963a2dd4eda930d508600ec1902dc2b16)
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-121-2/+2
| | | | (This used to be commit 244edad065a48c110d73617e6c76bdae0ab6885d)
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-17/+25
| | | | | strings can be handled correctly. (This used to be commit 5629b097d4f04ad45c66f270bd58f08d7c717353)
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-10/+209
| | | | | | | | - an implementation of smbc_readdir - extensions to tree.c to show files in a second window - changes to auth_fn to provide buffers for username, password, etc from caller rather than callee (This used to be commit 7f559c1a7307b91218d5984f48f65e7dc0ab66b9)
* Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe2001-01-071-76/+122
| | | | (This used to be commit 0490a0ed10cf6ded5b9483958eddd930ef32fb66)
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-5/+23
| | | | (This used to be commit d6cef8877a7ed80329b3ba67231a94601fcfd060)
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-0/+460
gtk+ test application that tests out some of this stuff ... (This used to be commit 606c4aeceac0bd1823ec6376df3ca5016007ab38)