summaryrefslogtreecommitdiffstats
path: root/source/client/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix sample gtk code. Does this compile ?Jeremy Allison2007-12-041-38/+40
| | | | Jeremy.
* 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
| | | | Jeremy.
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-1/+1
| | | | Jeremy
* 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.
* don't call a function error_message() as that conflicts with aAndrew Tridgell2003-06-101-3/+3
| | | | kerberos name
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Changed instances of TRUE, FALSE to True, False as some compilers don'tTim Potter2001-07-121-1/+1
| | | | have the first set of symbols.
* 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.
* Improve the sample GTK+ client program to make it a bit more functional.Richard Sharpe2001-02-191-139/+220
|
* 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.
* Fix calls to smbc_init in testsmbc.c and tree.cRichard Sharpe2001-02-121-2/+2
|
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-17/+25
| | | | strings can be handled correctly.
* 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
* Update the tree.c GTK+ App so it can walk down directories etc ...Richard Sharpe2001-01-071-76/+122
|
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-5/+23
|
* 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 ...