summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* Remove unused marshalling for SAMR_CREATE_USER.Günther Deschner2008-02-011-83/+0
* Remove unused marshalling for SAMR_CREATE_DOM_GROUP.Günther Deschner2008-02-011-78/+0
* Remove unused marshalling for SAMR_CREATE_DOM_ALIAS.Günther Deschner2008-02-011-78/+0
* Remove unused marshalling for SAMR_OPEN_USER.Günther Deschner2008-02-011-68/+0
* Remove unused marshalling for SAMR_OPEN_ALIAS.Günther Deschner2008-02-011-66/+0
* Remove unused marshalling for SAMR_OPEN_GROUP.Günther Deschner2008-02-011-67/+0
* Remove unused marshalling for SAMR_OPEN_DOMAIN.Günther Deschner2008-02-011-68/+0
* Remove unused marshalling for SAMR_DELETE_DOM_USER.Günther Deschner2008-02-011-58/+0
* Remove unused marshalling for SAMR_DELETE_DOM_ALIAS.Günther Deschner2008-02-011-128/+0
* Remove unused marshalling for SAMR_DELETE_DOM_GROUP.Günther Deschner2008-02-011-59/+0
* Remove old, unused marshalling code for SAMR_GET_DOM_PWINFO.Günther Deschner2008-01-311-71/+0
* Remove unused samr_close marshalling.Günther Deschner2008-01-311-55/+0
* Remove unused rpc_ds marshalling code that is unused now.Günther Deschner2008-01-291-188/+0
* Remove hand-written rpccli_netlogon_dsr_getdcnameex[2].Günther Deschner2008-01-251-209/+0
* Remove more unused LSA marshalling functions.Günther Deschner2008-01-251-406/+0
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-111/+0
* Forward ported version of Matt Geddes <musicalcarrion@gmail.com>Jeremy Allison2008-01-231-3/+3
* Finally enable pidl generated SAMR & NETLOGON headers and clients.Günther Deschner2008-01-171-16/+16
* Remove old lsa set info policy call.Günther Deschner2008-01-141-58/+0
* Remove more redundant lsa parsing functions.Günther Deschner2008-01-141-257/+0
* Start removing hand-written lsa marshalling code (namelyGünther Deschner2008-01-141-158/+0
* Remove tiny code duplicationVolker Lendecke2007-12-294-6/+7
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2
* Remove static zerosVolker Lendecke2007-12-281-4/+10
* Use the %*s feature of snprintf to remove anothe static fstring.Jeremy Allison2007-12-172-22/+22
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-10/+4
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-4/+10
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-031-2/+4
* Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2007-11-272-40/+33
* More pstring elimination.Jeremy Allison2007-11-201-3/+3
* More trivial pstring removal.Jeremy Allison2007-11-202-4/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1814-830/+830
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-106-144/+3558
* r25561: Make use of [un]marshall_sec_descVolker Lendecke2007-10-101-12/+0
* r25399: Excise uint - > uint32 (where appropriate) or unsigned int.Jeremy Allison2007-10-101-2/+2
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-101-27/+27
* r24993: Apply some constVolker Lendecke2007-10-101-3/+3
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-105-85/+23
* r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak2007-10-101-0/+19
* r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison2007-10-101-1/+1
* r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman2007-10-101-0/+4
* r24291: Fix Coverity ID 364Volker Lendecke2007-10-101-13/+4
* r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-1012-24/+12
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1013-13/+13
* r23665: Remove two unneeded global variablesVolker Lendecke2007-10-101-1/+1
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-2/+3
* r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough2007-10-101-3/+18
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-13/+13