summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak1-0/+19
2007-10-10r24759: Comment out the _nonnull calls for 3.2.x, as agreed with tridge.Jeremy Allison1-1/+1
2007-10-10r24410: - I got tricked by function naming. Contrary to what seemed obvious ...Derrell Lipman1-0/+4
2007-10-10r24291: Fix Coverity ID 364Volker Lendecke1-13/+4
2007-10-10r24067: Fix a type mismatch found by the IBM checkerVolker Lendecke1-1/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell12-24/+12
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison13-13/+13
2007-10-10r23665: Remove two unneeded global variablesVolker Lendecke1-1/+1
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-2/+3
2007-10-10r23616: Fix bugzilla #4719: must change password is not set from usrmgr.exe.Jim McDonough1-3/+18
2007-10-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-13/+13
2007-10-10r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison1-3/+3
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-1/+1
2007-10-10r23342: Stop Coverity from getting confused.Jeremy Allison1-0/+3
2007-10-10r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter1-39/+0
2007-10-10r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter1-47/+0
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-31/+31
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-0/+209
2007-10-10r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison1-17/+48
2007-10-10r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2-1/+20
2007-10-10r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison5-57/+90
2007-10-10r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter4-14/+27
2007-10-10r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke1-2/+2
2007-10-10r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison1-13/+21
2007-10-10r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison1-4/+16
2007-10-10r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter1-17/+4
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-3/+7
2007-10-10r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison4-69/+125
2007-10-10r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison4-76/+127
2007-10-10r22576: Fix marshalling bug in aliasmem.Jeremy Allison1-4/+17
2007-10-10r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison1-1/+1
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison5-8/+35