summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* converted cli_mkdir()Andrew Tridgell2001-02-201-3/+4
* pipe opening now works with unicodeAndrew Tridgell2001-02-205-29/+45
* initial client side unicode support (needed for netapp filer)Andrew Tridgell2001-02-203-41/+213
* Opps, last one did not commit the correct changes ... Here they are.Richard Sharpe2001-02-191-7/+31
* Change code around and add retry to deal with the occassional loss of NetBIOS...Richard Sharpe2001-02-191-62/+73
* Fixes to libsmbclient so it will work when browsing real Windows systems whichRichard Sharpe2001-02-183-19/+181
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-0/+5
* Merge of i18n password fix for smbclient.Tim Potter2001-02-151-1/+0
* Merge of i18n fixes from appliance branch. Samba can now talk to a networkTim Potter2001-02-142-3/+6
* Added commented/documented version of libsmbclient.h and fixed up a smallRichard Sharpe2001-02-121-3/+1
* Fix problems in libsmbclient with pring job struct plus add implementationRichard Sharpe2001-02-061-0/+96
* Implement two printing related functions and start the remaining two.Richard Sharpe2001-02-051-0/+63
* Fix some further small bugs in libsmbclient to make it pass theRichard Sharpe2001-02-041-7/+56
* Convert netbios name to dos codepage in make_nmb_name(). This allowsTim Potter2001-02-021-0/+1
* Fix some bugs and prepare for some other bug fixes ...Richard Sharpe2001-01-291-6/+67
* Add an extra error code translation to clierror.c so that libsmbclientRichard Sharpe2001-01-291-1/+2
* Remove an inet_aton so that this code will compile on Solaris ...Richard Sharpe2001-01-251-5/+3
* Fixes from appliance-head for pdc searches.Jeremy Allison2001-01-251-18/+1
* Fix a problem with smbc_unlink on directories where it was returning EACCESRichard Sharpe2001-01-241-1/+39
* Added remaining samr functions needed by winbindd.Tim Potter2001-01-151-0/+198
* Fixed bugs relating to Win2K and the need for a codepage so that unicodeRichard Sharpe2001-01-141-3/+12
* Some more bug fixes plus implementations of smbc_mkdir and smbc_rmdir,Richard Sharpe2001-01-121-0/+157
* Many bug fixes to the libsmbclient.c code plusRichard Sharpe2001-01-121-38/+137
* rpc_server/srv_samr.c:Jeremy Allison2001-01-111-1/+3
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538
* Added init functions, cli_samr_connect(), cli_samr_close(),Tim Potter2001-01-101-0/+325
* Fixed authenticated pipe access.Tim Potter2001-01-101-25/+102
* Add support for logging to wherever smb.conf specifies.Richard Sharpe2001-01-081-2/+8
* Get rid of 10.0.0.6 and replace it with 0.0.0.0 as my_ip address prior toRichard Sharpe2001-01-071-4/+2
* More bug fixen ...Richard Sharpe2001-01-071-2/+2
* More fixes and implementation bits and pieces for libsmbclientRichard Sharpe2001-01-071-11/+161
* Fix some more bugs in libsmbclient.c and add functionality to tree.cRichard Sharpe2001-01-061-0/+40
* Fix a minor problem with listing servers in a workgroup and add aRichard Sharpe2001-01-061-3/+11
* The latest changes to libsmbclient ...Richard Sharpe2001-01-051-21/+455
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-051-2/+2
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-8/+44
* Add a new file clidgram with routines that are used by the libsmbclient code.Richard Sharpe2001-01-031-0/+239
* Return EACCES for bad password.Tim Potter2001-01-021-1/+1
* First pass at the libsmbclient code ...Richard Sharpe2000-12-261-0/+1140
* Added a cli_nt_create_uni() to do a ntcreate&x with a unicode filename,Tim Potter2000-12-211-2/+49
* Replace magic number with constant.Tim Potter2000-12-211-1/+1
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-167/+122
* Fixed bug found by Gerald. If a Samba server joins a domain and is setJeremy Allison2000-12-191-2/+2
* Added query info policy call.Tim Potter2000-12-181-0/+86
* Streamlined exit path.Tim Potter2000-12-181-24/+27
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-154-19/+59
* Lightweight rpc client library. Uses only routines in libsmb andTim Potter2000-12-131-0/+370
* exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell2000-12-111-4/+4
* Removed compiler warning.Tim Potter2000-12-081-1/+2
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-3/+3