summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2008-02-04Remove unused marshalling for SAMR_CONNECT_4.Günther Deschner1-76/+0
2008-02-04Remove unused marshalling for SAMR_ADD_GROUPMEM.Günther Deschner1-75/+0
2008-02-04Remove unused marshalling for SAMR_DEL_GROUPMEM.Günther Deschner1-72/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT5.Günther Deschner1-110/+0
2008-02-04Remove unused marshalling for SAMR_CONNECT_ANON.Günther Deschner1-68/+0
2008-02-04Remove unused marshalling for EVENTLOG_OPEN_EVENTLOG.Günther Deschner1-70/+0
2008-02-04Remove unused marshalling for EVENTLOG_CLEAR_EVENTLOG.Günther Deschner1-38/+0
2008-02-04Copy inline comment for _eventlog_ClearEventLogW() from rpc_parse to rpc_server.Günther Deschner1-14/+0
2008-02-04Remove unused marshalling for EVENTLOG_GET_OLDEST_ENTRY.Günther Deschner1-39/+0
2008-02-04Remove unused marshalling for EVENTLOG_GET_NUM_RECORDS.Günther Deschner1-39/+0
2008-02-02Remove unused marshalling for SAMR_SET_SEC_OBJ.Günther Deschner1-67/+0
2008-02-02Remove unused marshalling for SAMR_QUERY_SEC_OBJ.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner1-83/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner1-78/+0
2008-02-01Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner1-78/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner1-66/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner1-67/+0
2008-02-01Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner1-68/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_USER.Günther Deschner1-58/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_ALIAS.Günther Deschner1-128/+0
2008-02-01Remove unused marshalling for SAMR_DELETE_DOM_GROUP.Günther Deschner1-59/+0
2008-01-31Remove old, unused marshalling code for SAMR_GET_DOM_PWINFO.Günther Deschner1-71/+0
2008-01-31Remove unused samr_close marshalling.Günther Deschner1-55/+0
2008-01-29Remove unused rpc_ds marshalling code that is unused now.Günther Deschner1-188/+0
2008-01-25Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner1-209/+0
2008-01-25Remove more unused LSA marshalling functions.Günther Deschner1-406/+0
2008-01-25Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner1-111/+0
2008-01-23Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison1-3/+3
2008-01-17Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner1-16/+16
2008-01-14Remove old lsa set info policy call.Günther Deschner1-58/+0
2008-01-14Remove more redundant lsa parsing functions.Günther Deschner1-257/+0
2008-01-14Start removing hand-written lsa marshalling code (namelyGünther Deschner1-158/+0
2007-12-29Remove tiny code duplicationVolker Lendecke4-6/+7
2007-12-29Remove tiny code duplicationVolker Lendecke1-2/+2
2007-12-28Remove static zerosVolker Lendecke1-4/+10
2007-12-17Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison2-22/+22
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-10/+4
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-4/+10
2007-12-03Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison1-2/+4
2007-11-27Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2-40/+33
2007-11-20More pstring elimination.Jeremy Allison1-3/+3
2007-11-20More trivial pstring removal.Jeremy Allison2-4/+9
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison14-830/+830
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter6-144/+3558
2007-10-10r25561: Make use of [un]marshall_sec_descVolker Lendecke1-12/+0
2007-10-10r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison1-2/+2
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-27/+27
2007-10-10r24993: Apply some constVolker Lendecke1-3/+3
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke5-85/+23