summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r25907: use DEBUGADD() to match samba3Stefan Metzmacher1-2/+2
metze (This used to be commit d2deefb551ffed5134e31473a3140ec7416cf389)
2007-12-21r25905: use data_blob_const() to set the DATA_BLOBStefan Metzmacher1-2/+1
metze (This used to be commit f3393a731683be3f8664f715dceee0c9fcef4ede)
2007-12-21r25894: Add IDL for netr_DsRAddressToSitenamesW and ↵Günther Deschner1-2/+28
netr_DsRAddressToSitenamesExW. Guenther (This used to be commit ee797e18c7c970d78dfc7f2592f9598003e72d60)
2007-12-21r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.Günther Deschner1-2/+12
Guenther (This used to be commit 8fb5d36734cb19dcbcf5e22c43e80db7646e82fa)
2007-12-21r25829: - use DEBUG() instead of printfStefan Metzmacher1-1/+3
- return an error if strings doesn't match on validate metze (This used to be commit 4f5ad8cd447f8b44df1bd40f5ee3045d5ab2c3dc)
2007-12-21r25828: don't ignore errorsStefan Metzmacher1-0/+7
metze (This used to be commit 2bd63ce9e53071dc81549e0f344a0e53737760b4)
2007-12-21r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2-4/+4
- make the success case some clear by returning NT_STATUS_OK metze (This used to be commit 2b570f96fcf537c1269237e1067ea7801b563b7e)
2007-12-21r25818: remove useless '\' chars at the end of linesStefan Metzmacher1-7/+7
(they were copied from the macros by mistake) metze (This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f)
2007-12-21r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.Günther Deschner1-3/+21
Guenther (This used to be commit c3495ba73ad5a87da49f3e3a3989ad734ed989b2)
2007-12-21r25815: Small DFS idl fixes.Günther Deschner1-3/+14
Guenther (This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd)
2007-12-21r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher1-2/+2
for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
2007-12-21r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner1-4/+17
Still obey the --dump-data parameter which enforces the full dump display (thanks metze). Guenther (This used to be commit c44a1d839375196fb832c64d43b7e47ea67c66b2)
2007-12-21r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+8
- fix memory leaks in error pathes metze (This used to be commit 667e83fd78293942c61d141dfe0d90e662768380)
2007-12-21r25797: use error and out logicStefan Metzmacher1-2/+6
metze (This used to be commit d03965d36e18dd524076e48e5a315747a00b807b)
2007-12-21r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-3/+1
metze (This used to be commit 43ef3d9dac5db1865b863c8c4a24c39167e7d2bc)
2007-12-21r25794: use NDR_CHECK()Stefan Metzmacher1-4/+3
metze (This used to be commit 614e812bb01ebaa39db10c25cd011bef7f1279b2)
2007-12-21r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher1-1/+1
metze (This used to be commit a85e687e588a7c7e2abb7416631b8815fbae1f58)
2007-12-21r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher1-16/+6
metze (This used to be commit eebc17b27a6d6467546a1f070d5233f6c1755f47)
2007-12-21r25785: more small updates to frsrpcRonnie Sahlberg1-7/+10
tag 18 contains a timestamp (This used to be commit 5e90881a7c965cd57e44601002f047cb6837c579)
2007-12-21r25784: fix compiler warningStefan Metzmacher1-1/+1
metze (This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49)
2007-12-21r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher1-5/+5
metze (This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f)
2007-12-21r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher1-2/+2
metze (This used to be commit 30a829a3596eacc126704904aedbdc1732011411)
2007-12-21r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher1-22/+10
metze (This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863)
2007-12-21r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2-3/+10
metze (This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc)
2007-12-21r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher1-14/+14
metze (This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91)
2007-12-21r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher1-4/+20
metze (This used to be commit 987deeff55236e2800f8690a5584ff8f7589114e)
2007-12-21r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg1-5/+29
(This used to be commit ae20e2b30390ea5aa42110e1a3528a30595f0430)
2007-12-21r25772: rename the tail fieldsRonnie Sahlberg1-2/+2
(This used to be commit 992312ab958bc1e033916f4c3f4891dc9231a68b)
2007-12-21r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg1-1/+1
would often have. Make a note that this may be a UNIQUE pointer. (This used to be commit 2f2e99ea593a749c185ec98d5deb6ef84cb627e2)
2007-12-21r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg1-2/+2
(This used to be commit d409ef1302ff6f8924b439addca014fbd2854fea)
2007-12-21r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg1-0/+3
(This used to be commit a88254ea6c1da358a1c692d785b29ba2354d99f5)
2007-12-21r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2-1/+4
metze (This used to be commit a75a59370814c02efffbb89e014df75f5a32c04b)
2007-12-21r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner1-5/+12
Guenther (This used to be commit 4468b1cc49bd4a92c08aeb76419abfe00791b2c2)
2007-12-21r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner1-1/+1
Guenther (This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
2007-12-21r25699: Add ForceReplication test.Günther Deschner1-2/+2
Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
2007-12-21r25696: Fix pipe name for dfs.Günther Deschner1-1/+1
Guenther (This used to be commit 7a0441948977bd97508ab662a550b8664e87c724)
2007-12-21r25675: More frsapi IDL.Günther Deschner1-1/+7
Guenther (This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8)
2007-12-21r25671: Add stub FRSAPI_FORCE_REPLICATION.Günther Deschner1-0/+5
Guenther (This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f)
2007-12-21r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner1-2/+8
Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner2-2/+10
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-12-21r25666: Add frsapi_IsPathReplicated IDL.Günther Deschner1-3/+14
Guenther (This used to be commit d8fe7652bda2a984d830b83762950377a4849d64)
2007-12-21r25664: Use [out] pointers in frsapi idl.Günther Deschner1-3/+3
Guenther (This used to be commit 2114103aedbe2134624caa3aba42b6f7721e6d45)
2007-12-21r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.Günther Deschner1-4/+12
Guenther (This used to be commit 109e05b5117b1722a190765f84563cea24273de1)
2007-12-21r25662: While watching traces, learned the frsapi_InfoEnum enum types.Günther Deschner1-0/+14
Guenther (This used to be commit 5922a1228653709e1ff99be50e902663e152c706)
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of ↵Jelmer Vernooij3-9/+9
system/network.h because we stripped down includes. (This used to be commit 262c1c23a61f1f4fae13e0a61179fe98b682cecf)
2007-10-10r25594: Merge from 3_2:Günther Deschner1-1/+5
"Add missing security_secinfo bits as seen while managing security descriptor inheritance with regedit." Guenther (This used to be commit 1c1811c5e34b18f448beb544de0c5f8612653293)
2007-10-10r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam1-0/+1
These two fixes should have remained! Thanks to Metze for pointing this out. Michael (This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
2007-10-10r25515: Revert r25448:Michael Adam1-1/+0
Immediate structures are *not* supportet by the native C compiler at least on Solaris, Tru64 and HP-UX. Michael (This used to be commit 6d07e29de2a7e535139622fa688b407da232c816)
2007-10-10r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij1-0/+1
versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
2007-10-10r25433: - dcerpc_AuthType is a 8bit enum not 32bitStefan Metzmacher1-9/+12
- also add dcerpc_AuthLevel enum metze (This used to be commit efb2416939d5def030e56b0497bab5345426840f)