summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-02-20converted cli_open()Andrew Tridgell1-7/+8
2001-02-20converted cli_chkpath()Andrew Tridgell1-3/+4
2001-02-20converted cli_list()Andrew Tridgell3-34/+57
2001-02-20converted cli_mkdir()Andrew Tridgell1-3/+4
2001-02-20pipe opening now works with unicodeAndrew Tridgell5-29/+45
2001-02-20initial client side unicode support (needed for netapp filer)Andrew Tridgell3-41/+213
2001-02-19Opps, last one did not commit the correct changes ... Here they are.Richard Sharpe1-7/+31
2001-02-19Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe1-62/+73
2001-02-18Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe3-19/+181
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-0/+5
2001-02-15Merge of i18n password fix for smbclient.Tim Potter1-1/+0
2001-02-14Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2-3/+6
2001-02-12Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe1-3/+1
2001-02-06Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe1-0/+96
2001-02-05Implement two printing related functions and start the remaining two.Richard Sharpe1-0/+63
2001-02-04Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe1-7/+56
2001-02-02Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter1-0/+1
2001-01-29Fix some bugs and prepare for some other bug fixes ...Richard Sharpe1-6/+67
2001-01-29Add an extra error code translation to clierror.c so that libsmbclientRichard Sharpe1-1/+2
2001-01-25Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe1-5/+3
2001-01-25Fixes from appliance-head for pdc searches.Jeremy Allison1-18/+1
2001-01-24Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe1-1/+39
2001-01-15Added remaining samr functions needed by winbindd.Tim Potter1-0/+198
2001-01-14Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe1-3/+12
2001-01-12Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe1-0/+157
2001-01-12Many bug fixes to the libsmbclient.c code plusRichard Sharpe1-38/+137
2001-01-11rpc_server/srv_samr.c:Jeremy Allison1-1/+3
2001-01-10Added init functions, cli_spoolss_open_printer_ex(),Tim Potter1-0/+538
2001-01-10Added init functions, cli_samr_connect(), cli_samr_close(),Tim Potter1-0/+325
2001-01-10Fixed authenticated pipe access.Tim Potter1-25/+102
2001-01-08Add support for logging to wherever smb.conf specifies.Richard Sharpe1-2/+8
2001-01-07Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe1-4/+2
2001-01-07More bug fixen ...Richard Sharpe1-2/+2
2001-01-07More fixes and implementation bits and pieces for libsmbclientRichard Sharpe1-11/+161
2001-01-06Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe1-0/+40
2001-01-06Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe1-3/+11
2001-01-05The latest changes to libsmbclient ...Richard Sharpe1-21/+455
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-2/+2
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-8/+44
2001-01-03Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe1-0/+239
2001-01-02Return EACCES for bad password.Tim Potter1-1/+1
2000-12-26First pass at the libsmbclient code ...Richard Sharpe1-0/+1140
2000-12-21Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter1-2/+49
2000-12-21Replace magic number with constant.Tim Potter1-1/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-167/+122
2000-12-19Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison1-2/+2
2000-12-18Added query info policy call.Tim Potter1-0/+86
2000-12-18Streamlined exit path.Tim Potter1-24/+27
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison4-19/+59
2000-12-13Lightweight rpc client library. Uses only routines in libsmb andTim Potter1-0/+370