summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-11exposed the broadcast name resolution routine outside namequery.cAndrew Tridgell1-4/+4
2000-12-08Removed compiler warning.Tim Potter1-1/+2
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-3/+3
2000-12-04fixed indentationAndrew Tridgell1-1/+1
2000-12-04removed SACL support (as it doesn't work with w2k if you ask forAndrew Tridgell1-2/+2
2000-12-04in cli_session_setup() accept usernames of the form DOMAIN/USER orAndrew Tridgell1-0/+9
2000-12-03changed an error messageAndrew Tridgell1-1/+1
2000-12-03getting/setting acls now works. The SIDs are still numeric, the nextAndrew Tridgell1-1/+56
2000-12-03- added client support for nttrans callsAndrew Tridgell2-0/+282
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison3-3/+15
2000-10-28Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo Re...Jeremy Allison1-4/+2
2000-10-27Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison1-1/+60