summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Collapse)AuthorAgeFilesLines
* r25951: Add missing DS_SERVER_NDNC bit to netr_DsR_DcFlags.Günther Deschner2007-12-211-0/+1
| | | | | Guenther (This used to be commit 1b49119c7318495cb3f2e5894e8faa3726a7fa0a)
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-212-68/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/messaging/ lib/registry/ lib/ldb-samba/ librpc/rpc/ auth/auth_winbind.c auth/gensec/ auth/kerberos/ dsdb/repl/ dsdb/samdb/ dsdb/schema/ torture/ cluster/ctdb/ kdc/ ntvfs/ipc/ torture/rap/ ntvfs/ utils/getntacl.c ntptr/ smb_server/ libcli/wrepl/ wrepl_server/ libcli/cldap/ libcli/dgram/ libcli/ldap/ libcli/raw/ libcli/nbt/ libnet/ winbind/ rpc_server/ metze (This used to be commit 6223c7fddc972687eb577e04fc1c8e0604c35435)
* r25919: ndr: change NTSTAUS into enum ndr_err_code (ndrdump)Stefan Metzmacher2007-12-211-8/+14
| | | | | | | librpc/tools/ndrdump.c metze (This used to be commit c788fe3eecae49187a84561783ddbe8f0199ac70)
* r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher2007-12-217-101/+101
| | | | | | | | | | | | ndr_sec_helper.c ndr_spoolss_buf.c ndr_compression.c ndr_drsuapi.[ch] ndr_krb5pac.c ndr_orpc.c metze (This used to be commit 356e027bf883c8fc36fa4759eff56e364daf9fce)
* r25917: ndr: move ndr_map_error2ntstatus to errormap.cStefan Metzmacher2007-12-211-25/+0
| | | | | metze (This used to be commit 8fc2e7737fc15f7265816f077e2a48a7a98f75b8)
* r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher2007-12-214-198/+210
| | | | | | | librpc/ndr/ metze (This used to be commit 7e157bbcfd416c3d5c32c1e9fdc746bbee5967bb)
* r25907: use DEBUGADD() to match samba3Stefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit d2deefb551ffed5134e31473a3140ec7416cf389)
* r25905: use data_blob_const() to set the DATA_BLOBStefan Metzmacher2007-12-211-2/+1
| | | | | metze (This used to be commit f3393a731683be3f8664f715dceee0c9fcef4ede)
* r25894: Add IDL for netr_DsRAddressToSitenamesW and ↵Günther Deschner2007-12-211-2/+28
| | | | | | | netr_DsRAddressToSitenamesExW. Guenther (This used to be commit ee797e18c7c970d78dfc7f2592f9598003e72d60)
* r25848: Add IDL and torture test for dfs_SetDcAddress and dfs_GetDcAddress.Günther Deschner2007-12-211-2/+12
| | | | | Guenther (This used to be commit 8fb5d36734cb19dcbcf5e22c43e80db7646e82fa)
* r25829: - use DEBUG() instead of printfStefan Metzmacher2007-12-211-1/+3
| | | | | | | - return an error if strings doesn't match on validate metze (This used to be commit 4f5ad8cd447f8b44df1bd40f5ee3045d5ab2c3dc)
* r25828: don't ignore errorsStefan Metzmacher2007-12-211-0/+7
| | | | | metze (This used to be commit 2bd63ce9e53071dc81549e0f344a0e53737760b4)
* r25824: - NT_STATUS_IS_ERR() is not the same as !NT_STATUS_IS_OK()Stefan Metzmacher2007-12-212-4/+4
| | | | | | | - make the success case some clear by returning NT_STATUS_OK metze (This used to be commit 2b570f96fcf537c1269237e1067ea7801b563b7e)
* r25818: remove useless '\' chars at the end of linesStefan Metzmacher2007-12-211-7/+7
| | | | | | | (they were copied from the macros by mistake) metze (This used to be commit 1c9975bccf1fbe697ae83e6dee25c176de65061f)
* r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.Günther Deschner2007-12-211-3/+21
| | | | | Guenther (This used to be commit c3495ba73ad5a87da49f3e3a3989ad734ed989b2)
* r25815: Small DFS idl fixes.Günther Deschner2007-12-211-3/+14
| | | | | Guenther (This used to be commit 08a5c3130773c6e6c2339ece56cd5fba213dcbbd)
* r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2007-12-211-2/+2
| | | | | | | for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9)
* r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner2007-12-211-4/+17
| | | | | | | | Still obey the --dump-data parameter which enforces the full dump display (thanks metze). Guenther (This used to be commit c44a1d839375196fb832c64d43b7e47ea67c66b2)
* r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+8
| | | | | | | - fix memory leaks in error pathes metze (This used to be commit 667e83fd78293942c61d141dfe0d90e662768380)
* r25797: use error and out logicStefan Metzmacher2007-12-211-2/+6
| | | | | metze (This used to be commit d03965d36e18dd524076e48e5a315747a00b807b)
* r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-3/+1
| | | | | metze (This used to be commit 43ef3d9dac5db1865b863c8c4a24c39167e7d2bc)
* r25794: use NDR_CHECK()Stefan Metzmacher2007-12-211-4/+3
| | | | | metze (This used to be commit 614e812bb01ebaa39db10c25cd011bef7f1279b2)
* r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit a85e687e588a7c7e2abb7416631b8815fbae1f58)
* r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher2007-12-211-16/+6
| | | | | metze (This used to be commit eebc17b27a6d6467546a1f070d5233f6c1755f47)
* r25785: more small updates to frsrpcRonnie Sahlberg2007-12-211-7/+10
| | | | | tag 18 contains a timestamp (This used to be commit 5e90881a7c965cd57e44601002f047cb6837c579)
* r25784: fix compiler warningStefan Metzmacher2007-12-211-1/+1
| | | | | metze (This used to be commit 9345933e1bb96170724db2534df7584fdddf0b49)
* r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-5/+5
| | | | | metze (This used to be commit 37da0940f47665c8d2c09b3649fecd93970b5d6f)
* r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher2007-12-211-2/+2
| | | | | metze (This used to be commit 30a829a3596eacc126704904aedbdc1732011411)
* r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher2007-12-211-22/+10
| | | | | metze (This used to be commit 99dc12079762ab5b8ceea989cc8fa48ccf084863)
* r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2007-12-212-3/+10
| | | | | metze (This used to be commit 757d547696b1f2903429cfa831c2b0922ab6d2fc)
* r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher2007-12-211-14/+14
| | | | | metze (This used to be commit 52d83561e510e7e5bc406b699a251713dbd0ea91)
* r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher2007-12-211-4/+20
| | | | | metze (This used to be commit 987deeff55236e2800f8690a5584ff8f7589114e)
* r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg2007-12-211-5/+29
| | | | (This used to be commit ae20e2b30390ea5aa42110e1a3528a30595f0430)
* r25772: rename the tail fieldsRonnie Sahlberg2007-12-211-2/+2
| | | | (This used to be commit 992312ab958bc1e033916f4c3f4891dc9231a68b)
* r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg2007-12-211-1/+1
| | | | | | would often have. Make a note that this may be a UNIQUE pointer. (This used to be commit 2f2e99ea593a749c185ec98d5deb6ef84cb627e2)
* r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg2007-12-211-2/+2
| | | | (This used to be commit d409ef1302ff6f8924b439addca014fbd2854fea)
* r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg2007-12-211-0/+3
| | | | (This used to be commit a88254ea6c1da358a1c692d785b29ba2354d99f5)
* r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2007-12-212-1/+4
| | | | | metze (This used to be commit a75a59370814c02efffbb89e014df75f5a32c04b)
* r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner2007-12-211-5/+12
| | | | | Guenther (This used to be commit 4468b1cc49bd4a92c08aeb76419abfe00791b2c2)
* r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner2007-12-211-1/+1
| | | | | Guenther (This used to be commit 767867c3ee126c3832750d1b1e7de81005c4eaff)
* r25699: Add ForceReplication test.Günther Deschner2007-12-211-2/+2
| | | | | Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92)
* r25696: Fix pipe name for dfs.Günther Deschner2007-12-211-1/+1
| | | | | Guenther (This used to be commit 7a0441948977bd97508ab662a550b8664e87c724)
* r25675: More frsapi IDL.Günther Deschner2007-12-211-1/+7
| | | | | Guenther (This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8)
* r25671: Add stub FRSAPI_FORCE_REPLICATION.Günther Deschner2007-12-211-0/+5
| | | | | Guenther (This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f)
* r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner2007-12-211-2/+8
| | | | | Guenther (This used to be commit e7fc3c1da9764a2e7c103e05f3d774b540334f75)
* r25667: Start on frsapi testsuite.Günther Deschner2007-12-212-2/+10
| | | | | Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
* r25666: Add frsapi_IsPathReplicated IDL.Günther Deschner2007-12-211-3/+14
| | | | | Guenther (This used to be commit d8fe7652bda2a984d830b83762950377a4849d64)
* r25664: Use [out] pointers in frsapi idl.Günther Deschner2007-12-211-3/+3
| | | | | Guenther (This used to be commit 2114103aedbe2134624caa3aba42b6f7721e6d45)
* r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.Günther Deschner2007-12-211-4/+12
| | | | | Guenther (This used to be commit 109e05b5117b1722a190765f84563cea24273de1)
* r25662: While watching traces, learned the frsapi_InfoEnum enum types.Günther Deschner2007-12-211-0/+14
| | | | | Guenther (This used to be commit 5922a1228653709e1ff99be50e902663e152c706)