Age | Commit message (Expand) | Author | Files | Lines |
2001-02-21 | reverted richards cli_NetServerEnum changes - they broke lots of things | Andrew Tridgell | 1 | -56/+12 |
2001-02-21 | added support for a CLISTR_ASCII flag so we can use a uniform | Andrew Tridgell | 1 | -4/+5 |
2001-02-20 | yipee! client unicode now works well with nt | Andrew Tridgell | 3 | -8/+15 |
2001-02-20 | converted a bunch more fns | Andrew Tridgell | 3 | -40/+56 |
2001-02-20 | converted nt_create and setatr | Andrew Tridgell | 1 | -9/+10 |
2001-02-20 | - neater setting of bcc | Andrew Tridgell | 5 | -25/+29 |
2001-02-20 | converted cli_open() | Andrew Tridgell | 1 | -7/+8 |
2001-02-20 | converted cli_chkpath() | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | converted cli_list() | Andrew Tridgell | 3 | -34/+57 |
2001-02-20 | converted cli_mkdir() | Andrew Tridgell | 1 | -3/+4 |
2001-02-20 | pipe opening now works with unicode | Andrew Tridgell | 5 | -29/+45 |
2001-02-20 | initial client side unicode support (needed for netapp filer) | Andrew Tridgell | 3 | -41/+213 |
2001-02-19 | Opps, last one did not commit the correct changes ... Here they are. | Richard Sharpe | 1 | -7/+31 |
2001-02-19 | Change code around and add retry to deal with the occassional loss of NetBIOS... | Richard Sharpe | 1 | -62/+73 |
2001-02-18 | Fixes to libsmbclient so it will work when browsing real Windows systems which | Richard Sharpe | 3 | -19/+181 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -0/+5 |
2001-02-15 | Merge of i18n password fix for smbclient. | Tim Potter | 1 | -1/+0 |
2001-02-14 | Merge of i18n fixes from appliance branch. Samba can now talk to a network | Tim Potter | 2 | -3/+6 |
2001-02-12 | Added commented/documented version of libsmbclient.h and fixed up a small | Richard Sharpe | 1 | -3/+1 |
2001-02-06 | Fix problems in libsmbclient with pring job struct plus add implementation | Richard Sharpe | 1 | -0/+96 |
2001-02-05 | Implement two printing related functions and start the remaining two. | Richard Sharpe | 1 | -0/+63 |
2001-02-04 | Fix some further small bugs in libsmbclient to make it pass the | Richard Sharpe | 1 | -7/+56 |
2001-02-02 | Convert netbios name to dos codepage in make_nmb_name(). This allows | Tim Potter | 1 | -0/+1 |
2001-01-29 | Fix some bugs and prepare for some other bug fixes ... | Richard Sharpe | 1 | -6/+67 |
2001-01-29 | Add an extra error code translation to clierror.c so that libsmbclient | Richard Sharpe | 1 | -1/+2 |
2001-01-25 | Remove an inet_aton so that this code will compile on Solaris ... | Richard Sharpe | 1 | -5/+3 |
2001-01-25 | Fixes from appliance-head for pdc searches. | Jeremy Allison | 1 | -18/+1 |
2001-01-24 | Fix a problem with smbc_unlink on directories where it was returning EACCES | Richard Sharpe | 1 | -1/+39 |
2001-01-15 | Added remaining samr functions needed by winbindd. | Tim Potter | 1 | -0/+198 |
2001-01-14 | Fixed bugs relating to Win2K and the need for a codepage so that unicode | Richard Sharpe | 1 | -3/+12 |
2001-01-12 | Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir, | Richard Sharpe | 1 | -0/+157 |
2001-01-12 | Many bug fixes to the libsmbclient.c code plus | Richard Sharpe | 1 | -38/+137 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 1 | -1/+3 |
2001-01-10 | Added init functions, cli_spoolss_open_printer_ex(), | Tim Potter | 1 | -0/+538 |
2001-01-10 | Added init functions, cli_samr_connect(), cli_samr_close(), | Tim Potter | 1 | -0/+325 |
2001-01-10 | Fixed authenticated pipe access. | Tim Potter | 1 | -25/+102 |
2001-01-08 | Add support for logging to wherever smb.conf specifies. | Richard Sharpe | 1 | -2/+8 |
2001-01-07 | Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior to | Richard Sharpe | 1 | -4/+2 |
2001-01-07 | More bug fixen ... | Richard Sharpe | 1 | -2/+2 |
2001-01-07 | More fixes and implementation bits and pieces for libsmbclient | Richard Sharpe | 1 | -11/+161 |
2001-01-06 | Fix some more bugs in libsmbclient.c and add functionality to tree.c | Richard Sharpe | 1 | -0/+40 |
2001-01-06 | Fix a minor problem with listing servers in a workgroup and add a | Richard Sharpe | 1 | -3/+11 |
2001-01-05 | The latest changes to libsmbclient ... | Richard Sharpe | 1 | -21/+455 |
2001-01-05 | Needed a callback arg on cli_list ... | Richard Sharpe | 1 | -2/+2 |
2001-01-04 | I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had | Richard Sharpe | 1 | -8/+44 |
2001-01-03 | Add a new file clidgram with routines that are used by the libsmbclient code. | Richard Sharpe | 1 | -0/+239 |
2001-01-02 | Return EACCES for bad password. | Tim Potter | 1 | -1/+1 |
2000-12-26 | First pass at the libsmbclient code ... | Richard Sharpe | 1 | -0/+1140 |
2000-12-21 | Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename, | Tim Potter | 1 | -2/+49 |
2000-12-21 | Replace magic number with constant. | Tim Potter | 1 | -1/+1 |