Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sample gtk code. Does this compile ? | Jeremy Allison | 2007-12-04 | 1 | -38/+40 |
| | | | | Jeremy. | ||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-10-10 | 1 | -2/+1 |
| | |||||
* | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy. | ||||
* | r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | Jeremy | ||||
* | convert snprintf() calls using pstrings & fstrings | Gerald Carter | 2003-07-23 | 1 | -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 a | Andrew Tridgell | 2003-06-10 | 1 | -3/+3 |
| | | | | kerberos name | ||||
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. | ||||
* | Changed instances of TRUE, FALSE to True, False as some compilers don't | Tim Potter | 2001-07-12 | 1 | -1/+1 |
| | | | | have the first set of symbols. | ||||
* | Fix a small problem where tree.c was using the creation time to display, ↵ | Richard Sharpe | 2001-02-20 | 1 | -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 Sharpe | 2001-02-19 | 1 | -139/+220 |
| | |||||
* | Excise snprintf -> slprintf. | Jeremy Allison | 2001-02-16 | 1 | -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.c | Richard Sharpe | 2001-02-12 | 1 | -2/+2 |
| | |||||
* | Fixed bugs relating to Win2K and the need for a codepage so that unicode | Richard Sharpe | 2001-01-14 | 1 | -17/+25 |
| | | | | strings can be handled correctly. | ||||
* | Many bug fixes to the libsmbclient.c code plus | Richard Sharpe | 2001-01-12 | 1 | -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 Sharpe | 2001-01-07 | 1 | -76/+122 |
| | |||||
* | Fix some more bugs in libsmbclient.c and add functionality to tree.c | Richard Sharpe | 2001-01-06 | 1 | -5/+23 |
| | |||||
* | Fix a minor problem with listing servers in a workgroup and add a | Richard Sharpe | 2001-01-06 | 1 | -0/+460 |
gtk+ test application that tests out some of this stuff ... |