summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Collapse)AuthorFilesLines
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)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij3-5/+5
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25374: create an enum for the authentication types instead of defining them asRonnie Sahlberg1-11/+13
constants (This used to be commit 0c3d38b0d9c2a335c6449955a137627ba16623a4)
2007-10-10r25373: add three more authentication typesRonnie Sahlberg1-0/+3
(This used to be commit 9c38c61c337da911d56df33f1b72be8cf7d0d4c6)
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij10-37/+38
(This used to be commit 80d1dd41d4b224c46ad545f0afd97a847b99860b)
2007-10-10r25301: Merge my includes.h cleanups.Jelmer Vernooij6-1/+11
(This used to be commit 37425495f392a2d0122a93aa2c42758eab7dab5a)
2007-10-10r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett1-0/+6
a new torture suite to match. This should fix bug #4954 by Matthias Wallnöfer <mwallnoefer@yahoo.de> Previously we had no knowlege of BUILTIN or well-known names. This code needs expansion to check with winbind for trusted domains. Andrew Bartlett (This used to be commit e6fc0e1f54ad64bdddc88e9ebd0d8d181b6ce26a)
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2-10/+10
Jeremy. (This used to be commit 0844dbf597191b3e4d35a696695b229e986daec4)
2007-10-10r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij1-0/+1
number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
2007-10-10r25028: Fix more warnings.Jelmer Vernooij1-5/+5
(This used to be commit 3aa7ee4a0d8837471deeaa1c5a1f4a0d2a14aa6e)
2007-10-10r25027: Fix more warnings.Jelmer Vernooij3-1/+4
(This used to be commit 5085c53fcfade614e83d21fc2c1a5bc43bb2a729)