summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* sync with the sec_desc parsing fix from APP_HEAD. I will probably needGerald Carter2002-06-241-16/+11
* printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter2002-06-241-0/+2
* more debug classess activatedSimo Sorce2002-06-1812-0/+36
* Add a touch of const to this - helps with some yet-to-be-commited changesAndrew Bartlett2002-06-141-3/+3
* Merge of Jerry's fix from 2.2.Jeremy Allison2002-06-101-5/+8
* Add user name to netsessenum RPC to stop 1783 messages. Also fix where usern...Jim McDonough2002-06-031-5/+13
* Fixed bogus alignment in unmarshalling of SAMR_GET_DOM_PWINFO reply.Tim Potter2002-06-031-4/+0
* Add rpc for file close, expand file enum to take usernameJim McDonough2002-06-011-4/+67
* Add fns for netshareadd and netsharedel rpcsJim McDonough2002-05-311-4/+46
* Update netfileenum on both client and server sides to do an arbitrary numberJim McDonough2002-05-311-65/+43
* netfileenum was missing the username filter.Jim McDonough2002-05-311-1/+8
* Added netremotetod to try and figure out which srvsvc commands are deniedTim Potter2002-05-291-0/+11
* When marshalling a netshareenum request the share ctr has to be initialisedTim Potter2002-05-281-1/+3
* merge from SAMBA_2_2.Gerald Carter2002-05-242-3/+45
* OK that last commit was incorrect - this call is parsed properly. I onlyTim Potter2002-05-201-4/+0
* There's probably a pointer to a buffer at the end of a enumprinterdrivers()Tim Potter2002-05-201-0/+4
* No need to pass a fstring in make_spoolss_q_enumprinters()Tim Potter2002-05-201-1/+1
* A few things in this commit:Andrew Bartlett2002-05-181-3/+20
* Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett2002-05-171-2/+3
* Add a touch of constAndrew Bartlett2002-05-171-1/+1
* A few more trusted domains updates from mimir.Andrew Bartlett2002-05-171-18/+7
* Added deleteprinterdata client rpc.Tim Potter2002-05-141-1/+13
* Added writeprinter rpc command.Tim Potter2002-05-141-0/+14
* Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter2002-05-141-11/+31
* compile fix merge from SAMBA_2_2Gerald Carter2002-05-131-11/+21
* Support for client side startdocprinter.Tim Potter2002-05-131-3/+63
* misc merge from SAMBA_2_2Gerald Carter2002-05-101-0/+4
* devmode parsing merge from SAMBA_2_2Gerald Carter2002-05-101-29/+74
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-081-0/+60
* Grr - the removal of the nnecessary prs_align() from relative unicodeTim Potter2002-05-071-2/+0
* don't set the owner and group sid offset is there are no owner or groupJean-François Micouleau2002-04-291-4/+5
* merge from SAMBA_2_2Gerald Carter2002-04-221-42/+19
* Partly based on the work by mimir (Rafal SzczesniakAndrew Bartlett2002-04-143-27/+96
* HP2500C driver writes devmode with private data that endsJeremy Allison2002-04-111-0/+9
* specversion merge from SAMBA_2_2Gerald Carter2002-04-111-0/+27
* Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter2002-04-101-0/+3
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-0/+114
* The useless_ptr must be non-zero for addform and setform client functionsTim Potter2002-04-091-2/+5
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-0/+6
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-19/+76
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-2/+1
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-201-12/+12
* Fix for debug typo.Jeremy Allison2002-03-201-1/+1
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-1/+1
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-41/+232
* Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2002-03-142-11/+11
* yipee! Finally put in the patch from Alexey KotovichAndrew Tridgell2002-03-101-23/+243
* Fix the NTSTATUS -> WERROR for srvsvc pipe.Jeremy Allison2002-03-051-36/+38
* more constAndrew Bartlett2002-03-021-2/+2