summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2002-06-10Merge of Jerry's fix from 2.2.Jeremy Allison1-5/+8
2002-06-03Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough1-5/+13
2002-06-03Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter1-4/+0
2002-06-01Add rpc for file close, expand file enum to take usernameJim McDonough1-4/+67
2002-05-31Add fns for netshareadd and netsharedel rpcsJim McDonough1-4/+46
2002-05-31Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough1-65/+43
2002-05-31netfileenum was missing the username filter.Jim McDonough1-1/+8
2002-05-29Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter1-0/+11
2002-05-28When marshalling a netshareenum request the share ctr has to be initialisedTim Potter1-1/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter2-3/+45
2002-05-20OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter1-4/+0
2002-05-20There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter1-0/+4
2002-05-20No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter1-1/+1
2002-05-18A few things in this commit:Andrew Bartlett1-3/+20
2002-05-17Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett1-2/+3
2002-05-17Add a touch of constAndrew Bartlett1-1/+1
2002-05-17A few more trusted domains updates from mimir.Andrew Bartlett1-18/+7
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-1/+13
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+14
2002-05-14Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter1-11/+31
2002-05-13compile fix merge from SAMBA_2_2Gerald Carter1-11/+21
2002-05-13Support for client side startdocprinter.Tim Potter1-3/+63
2002-05-10misc merge from SAMBA_2_2Gerald Carter1-0/+4
2002-05-10devmode parsing merge from SAMBA_2_2Gerald Carter1-29/+74
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter1-0/+60
2002-05-07Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter1-2/+0
2002-04-29don't set the owner and group sid offset is there are no owner or groupJean-François Micouleau1-4/+5
2002-04-22merge from SAMBA_2_2Gerald Carter1-42/+19
2002-04-14Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett3-27/+96
2002-04-11HP2500C driver writes devmode with private data that endsJeremy Allison1-0/+9
2002-04-11specversion merge from SAMBA_2_2Gerald Carter1-0/+27
2002-04-10Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter1-0/+3
2002-04-10Added Shirish's client side caching policy change.Jeremy Allison1-0/+114
2002-04-09The useless_ptr must be non-zero for addform and setform client functionsTim Potter1-2/+5
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-0/+6
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-19/+76
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-12/+12
2002-03-20Fix for debug typo.Jeremy Allison1-1/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-1/+1
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-41/+232
2002-03-14Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2-11/+11
2002-03-10yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell1-23/+243
2002-03-05Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison1-36/+38
2002-03-02more constAndrew Bartlett1-2/+2
2002-03-02And a little more const.Andrew Bartlett1-3/+3
2002-02-27Patch for Domain users not showing up from "Ivan Zhakov" <vunny@mail.ru>.Jeremy Allison1-11/+11
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-2/+36
2002-01-31Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter1-1/+42