summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-02-22make sure we don't free non-allocated dataAndrew Tridgell1-7/+10
2001-02-22cope better with broken filer expectationsAndrew Tridgell1-2/+2
2001-02-21converted the last couple of functions in libsmb to be unicodeAndrew Tridgell2-14/+18
2001-02-21the unicode conversion of our client code is complete enough to beAndrew Tridgell6-95/+24
2001-02-21reverted richards cli_NetServerEnum changes - they broke lots of thingsAndrew Tridgell1-56/+12
2001-02-21added support for a CLISTR_ASCII flag so we can use a uniformAndrew Tridgell1-4/+5
2001-02-20yipee! client unicode now works well with ntAndrew Tridgell3-8/+15
2001-02-20converted a bunch more fnsAndrew Tridgell3-40/+56
2001-02-20converted nt_create and setatrAndrew Tridgell1-9/+10
2001-02-20- neater setting of bccAndrew Tridgell5-25/+29
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