summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r25818: remove useless '\' chars at the end of linesStefan Metzmacher2007-12-211-7/+7
* r25816: Add idl for frsapi_InfoW. Surely not correct, but a start.Günther Deschner2007-12-211-3/+21
* r25815: Small DFS idl fixes.Günther Deschner2007-12-211-3/+14
* r25806: let libndr.h include needed stuff and remove pidl magicStefan Metzmacher2007-12-211-2/+2
* r25800: Use dump_data_skip_zeros() in ndrdump.Günther Deschner2007-12-211-4/+17
* r25798: - check return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+8
* r25797: use error and out logicStefan Metzmacher2007-12-211-2/+6
* r25796: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-3/+1
* r25794: use NDR_CHECK()Stefan Metzmacher2007-12-211-4/+3
* r25793: check the return value of ndr_push_set_switch_value()Stefan Metzmacher2007-12-211-1/+1
* r25792: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK()Stefan Metzmacher2007-12-211-16/+6
* r25785: more small updates to frsrpcRonnie Sahlberg2007-12-211-7/+10
* r25784: fix compiler warningStefan Metzmacher2007-12-211-1/+1
* r25782: use NT_STATUS_HAVE_NO_MEMORY()Stefan Metzmacher2007-12-211-5/+5
* r25779: the return value of ndr_pull_set_switch_value() should be checkedStefan Metzmacher2007-12-211-2/+2
* r25778: use NT_STATUS_HAVE_NO_MEMORY() and NDR_CHECK() macrosStefan Metzmacher2007-12-211-22/+10
* r25777: add NDR_ERR_UNREAD_BYTES and don't use NTSTATUS directlyStefan Metzmacher2007-12-212-3/+10
* r25776: ndr compression: make use of NDR_CHECK() and not use NTSTATUS directlyStefan Metzmacher2007-12-211-14/+14
* r25774: create ndr_pull_union_blob_all() and match the logic of the struct fnsStefan Metzmacher2007-12-211-4/+20
* r25773: update frsrpc.idl and add some more commentsRonnie Sahlberg2007-12-211-5/+29
* r25772: rename the tail fieldsRonnie Sahlberg2007-12-211-2/+2
* r25771: In traces unknown7 has the same pattern as a UNIQUE pointer referral idRonnie Sahlberg2007-12-211-1/+1
* r25770: rename "unknown5" to tlv_sizeRonnie Sahlberg2007-12-211-2/+2
* r25769: it looks like there are 9 uint32 before the TLV subcontext starts, not 6Ronnie Sahlberg2007-12-211-0/+3
* r25744: add NDR_ERR_INVALID_POINTERStefan Metzmacher2007-12-212-1/+4
* r25731: Document winreg_NotifyChangeKeyValue's notify flags.Günther Deschner2007-12-211-5/+12
* r25730: Fix IDL for incorrect winreg_SetKeySecurity.Günther Deschner2007-12-211-1/+1
* r25699: Add ForceReplication test.Günther Deschner2007-12-211-2/+2
* r25696: Fix pipe name for dfs.Günther Deschner2007-12-211-1/+1
* r25675: More frsapi IDL.Günther Deschner2007-12-211-1/+7
* r25671: Add stub FRSAPI_FORCE_REPLICATION.Günther Deschner2007-12-211-0/+5
* r25670: Add torture test for frsapi_IsPathReplicated().Günther Deschner2007-12-211-2/+8
* r25667: Start on frsapi testsuite.Günther Deschner2007-12-212-2/+10
* r25666: Add frsapi_IsPathReplicated IDL.Günther Deschner2007-12-211-3/+14
* r25664: Use [out] pointers in frsapi idl.Günther Deschner2007-12-211-3/+3
* r25663: Add frsapi_SetDsPollingIntervalW and frsapi_GetDsPollingIntervalW idl.Günther Deschner2007-12-211-4/+12
* r25662: While watching traces, learned the frsapi_InfoEnum enum types.Günther Deschner2007-12-211-0/+14
* r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij2007-12-213-9/+9
* r25594: Merge from 3_2:Günther Deschner2007-10-101-1/+5
* r25516: Sorry, I reverted too much of r25448 in r25515.Michael Adam2007-10-101-0/+1
* r25515: Revert r25448:Michael Adam2007-10-101-1/+0
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ...Jelmer Vernooij2007-10-101-0/+1
* r25433: - dcerpc_AuthType is a 8bit enum not 32bitStefan Metzmacher2007-10-101-9/+12
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-103-5/+5
* r25374: create an enum for the authentication types instead of defining them asRonnie Sahlberg2007-10-101-11/+13
* r25373: add three more authentication typesRonnie Sahlberg2007-10-101-0/+3
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-1010-37/+38
* r25301: Merge my includes.h cleanups.Jelmer Vernooij2007-10-106-1/+11
* r25194: A major rework of the Samba4 LSA LookupNames and LookupSids code, withAndrew Bartlett2007-10-101-0/+6
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-10/+10