summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (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
* r23400: Fix lsa crash bug #4683. The "names" enum structJeremy Allison2007-10-101-3/+3
* r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner2007-10-101-1/+1
* r23342: Stop Coverity from getting confused.Jeremy Allison2007-10-101-0/+3
* r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...Gerald Carter2007-10-101-39/+0
* r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...Gerald Carter2007-10-101-47/+0
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-101-31/+31
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-0/+209
* r23122: Fix bug #4655. We marshall the enumdataex correctly,Jeremy Allison2007-10-101-17/+48
* r23091: Add rpccli_netlogon_sam_network_logon_ex, fix its parsing. This does notVolker Lendecke2007-10-102-1/+20
* r23080: Fix bug #4637 - we hads missed some cases whereJeremy Allison2007-10-105-57/+90
* r22852: merge fixes for CVE-2007-2446 and CVE-2007-2447 to all branchesGerald Carter2007-10-104-14/+27
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-2/+2
* r22676: Fix zero alloc with create_rpc_blob().Jeremy Allison2007-10-101-13/+21
* r22673: Fix for Jerry's reversion. We still need to check sizeJeremy Allison2007-10-101-4/+16
* r22630: Revert svn r22576 (parse change to enum_aliasmem(). Original code wa...Gerald Carter2007-10-101-17/+4
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-3/+7
* r22585: Get us into a consistent state with TALLOC_ZERO_ARRAY also.Jeremy Allison2007-10-104-69/+125
* r22577: Change all of parse/*.c to use standard form. Fix someJeremy Allison2007-10-104-76/+127
* r22576: Fix marshalling bug in aliasmem.Jeremy Allison2007-10-101-4/+17
* r22564: Move the _strict -> _zeronull functions into lib/util.cJeremy Allison2007-10-101-1/+1
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-10-105-8/+35
* r22163: Pure reformatting. I hate 4 space tabstops :-).Jeremy Allison2007-10-101-15/+15
* r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.Gerald Carter2007-10-101-1/+1
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-5/+38
* r22055: Port the endpoint mapper (and functions it requires) to Samba 3.Jelmer Vernooij2007-10-101-0/+11
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-2/+2
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-103-19/+19
* r21987: split tdb_prs_*() functions in version which take a keystr and a TDB_...Stefan Metzmacher2007-10-101-8/+16
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-10-101-1/+3
* r21393: Fix typo.Günther Deschner2007-10-101-2/+2
* r21346: FIXME ! Our parsing here is wrong I think,Jeremy Allison2007-10-101-1/+10
* r21096: Fix formatting.Jeremy Allison2007-10-101-2/+2