summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* merge from 2.2Gerald Carter2001-05-311-2/+0
* Added srv_get_info client command.Tim Potter2001-05-241-0/+46
* Added logon control2 client call.Tim Potter2001-05-241-29/+15
* Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter2001-05-242-0/+224
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+57
* Fix a small warning about char * vs unsigned char * that gets some compilersRichard Sharpe2001-05-171-1/+1
* Further recasts to sockaddr * rather than sockaddr_in *Richard Sharpe2001-05-171-3/+3
* Change EUCLEAN to EINVAL, as some systems do not have EUCLEAN, and EINVALRichard Sharpe2001-05-151-24/+24
* Compile fixes for dynamic samr_query_userinfo() stuff.Tim Potter2001-05-141-3/+2
* Use talloc_strdup() instead of strdup().Tim Potter2001-05-111-1/+1
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-1/+4
* Fix for query_dispinfo()Tim Potter2001-05-081-0/+70
* Some reformatting (sorry Gerald).Tim Potter2001-05-072-143/+155
* Fixed a compiler warning. Still more const warnings though. )-:Tim Potter2001-05-071-1/+1
* Zero fnum when initialising a cli_state.Tim Potter2001-05-041-0/+2
* Added cli_samr_query_aliasmem() and cli_samr_open_alias() functions.Tim Potter2001-05-041-0/+107
* Added cli_samr_enum_dom_groups() function.Tim Potter2001-05-041-0/+77
* Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison2001-05-011-12/+1
* - fixed some compiler warningsAndrew Tridgell2001-04-281-1/+1
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-283-162/+300
* merging from 2.2 to headAndrew Tridgell2001-04-224-55/+195
* Fix from "Darrin B. Jewell" <jewell@bdi.com> to allow anything other thanJeremy Allison2001-04-151-4/+12
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-082-7/+7
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-4/+4
* Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.Jeremy Allison2001-03-291-0/+41
* Added cli_nt_create_full() as a way to get at all the ntcreate parameters.Jeremy Allison2001-03-291-6/+20
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-10/+10
* More memory leaks fixed courtesy of Insure ...Richard Sharpe2001-03-281-11/+44
* merge from 2.2.Gerald Carter2001-03-271-3/+3
* One small Insure fix for a memory leak. More fixes to come perhaps ...Richard Sharpe2001-03-271-2/+52
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* fixed some compilation errors with IRIX ccAndrew Tridgell2001-03-181-2/+2
* added STR_ASCII support to clistr_pull()Andrew Tridgell2001-03-162-5/+6
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-0/+106
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-2/+94
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-8/+217
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-1/+1
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-143-33/+35
* simpler clistr interface which handles individual packets havingAndrew Tridgell2001-03-144-60/+18
* Ok - everything now compiles in HEAD (at least the default stuff). WeJeremy Allison2001-03-111-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* to use the same macros in the client and server rename the CLISTR_Andrew Tridgell2001-03-107-74/+74
* Missed some prs_inits.Jeremy Allison2001-03-092-29/+29
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-092-14/+14
* More SGI type fixes ...Richard Sharpe2001-03-091-5/+7
* Fix the definition and implementation of smbc_lseekdir ...Richard Sharpe2001-03-071-6/+7
* Implement smbc_lseekdir, but it will have to change ... because it has theRichard Sharpe2001-03-061-1/+52
* smb.h: add one error code for no such printer jobRichard Sharpe2001-03-051-3/+28
* Fix two problems identified by the test suite, one a major oneRichard Sharpe2001-03-011-3/+61