summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-30Removed version number from file header.Tim Potter12-24/+12
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-11/+3
2002-01-26We may as well not use these temporary variables - they are only used once andAndrew Bartlett1-3/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-17/+32
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-21/+29
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-3/+13
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2-11/+19
2002-01-18Always clear malloced memory for parse structs.Jeremy Allison1-0/+1
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+91
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool1-4/+23
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+1
2001-12-31Give the main loop talloc context a name (using mbp's new talloc namingAndrew Bartlett1-1/+1
2001-12-21added a copyright notice.Jean-François Micouleau1-0/+1
2001-12-21doesn't keep track of the struct's size we enumerate. W2K doesn'tJean-François Micouleau1-4/+4
2001-12-21re-done all of samr_query_disp_info()Jean-François Micouleau1-125/+76
2001-12-20merge from 2.2Gerald Carter1-6/+6
2001-12-19added info level 1 to samr_query_alias()Jean-François Micouleau1-0/+61
2001-12-18fixing bug I introduced.Jean-François Micouleau1-1/+1
2001-12-17there is no unknown field in LSA_SEC_QOSJean-François Micouleau1-19/+15
2001-12-17Replaced some hardcoded hex numbers with constants.Tim Potter1-4/+8
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-5/+8
2001-12-13merge from 2.2Gerald Carter1-0/+3
2001-12-12decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau1-0/+144
2001-12-12a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau1-39/+203
2001-12-10added info level 3 to samrgetgroupinfo. I don't know what the value is.Jean-François Micouleau1-6/+44
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-2/+139
2001-12-06again an intrusive patch:Jean-François Micouleau1-26/+20
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-2/+7
2001-12-05Const religion for some of the RPC code.Andrew Bartlett2-3/+3
2001-12-03added a tdb to store the account policy informations.Jean-François Micouleau1-22/+28
2001-12-03const religionAndrew Tridgell1-2/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-4/+4
2001-11-29Changed again how the privilege list is handled in the group mapping code.Jean-François Micouleau1-0/+152