summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-4/+4
2001-03-29Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison1-0/+41
2001-03-29Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison1-6/+20
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-10/+10
2001-03-28More memory leaks fixed courtesy of Insure ...Richard Sharpe1-11/+44
2001-03-27merge from 2.2.Gerald Carter1-3/+3
2001-03-27One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe1-2/+52
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-18fixed some compilation errors with IRIX ccAndrew Tridgell1-2/+2
2001-03-16added STR_ASCII support to clistr_pull()Andrew Tridgell2-5/+6
2001-03-15addprinter and adddriver are working now :-)Gerald Carter1-0/+106
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter1-2/+94
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-8/+217
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-1/+1
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter3-33/+35
2001-03-14simpler clistr interface which handles individual packets havingAndrew Tridgell4-60/+18
2001-03-11Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-03-10to use the same macros in the client and server rename the CLISTR_Andrew Tridgell7-74/+74
2001-03-09Missed some prs_inits.Jeremy Allison2-29/+29
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2-14/+14
2001-03-09More SGI type fixes ...Richard Sharpe1-5/+7
2001-03-07Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe1-6/+7
2001-03-06Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe1-1/+52
2001-03-05smb.h: add one error code for no such printer jobRichard Sharpe1-3/+28
2001-03-01Fix two problems identified by the test suite, one a major oneRichard Sharpe1-3/+61
2001-03-01Fixed compiler warning.Tim Potter1-4/+4
2001-02-26Fix some errors uncovered in libsmbclient by the test suiteRichard Sharpe2-120/+57
2001-02-26made some LANMAN1 wildcard progressAndrew Tridgell2-9/+16
2001-02-26fixed a bug in non-terminated unicode strings with clistr_pull()Andrew Tridgell1-1/+1
2001-02-26add cli_list_new() for forced new protocol listingAndrew Tridgell1-8/+18
2001-02-25use cli_list_old() when negotiating the older protocolsAndrew Tridgell1-0/+4
2001-02-25neater negprot code using the new cli_setup_bcc() callAndrew Tridgell1-7/+2
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-5/+1
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