summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/libndr.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij1-3/+0
2007-10-10r5736: fix to avoid endless recursion in ndr_size_*() calculationStefan Metzmacher1-0/+3
2007-10-10r5672: Use switch_type() and the token storage mechanism for unions:Jelmer Vernooij1-0/+2
2007-10-10r5663: Revert some changes I didn't mean to commit...Jelmer Vernooij1-2/+0
2007-10-10r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij1-0/+2
2007-10-10r5360: Remove a couple of unused functions.Jelmer Vernooij1-3/+0
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-1/+1
2007-10-10r5084: - handle arbitrary data in the NULL record reply type for nbt name que...Andrew Tridgell1-1/+1
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-21/+0
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell1-1/+2
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4550: talloc() is now typesafe. It is exactly equivalent to the old talloc_p...Andrew Tridgell1-2/+2
2007-10-10r4110: fixed pidl to allow arrays to have size_is() and length_is() elementsAndrew Tridgell1-17/+10
2007-10-10r4102: more uint64 vs HYPER_T fixesStefan Metzmacher1-3/+9
2007-10-10r4051: use talloc_array() instead of talloc() when allocating arrays in auto-...Andrew Tridgell1-1/+1
2007-10-10r3984: success full parse the repsFrom/repsTo LDAP fieldsStefan Metzmacher1-0/+3
2007-10-10r3956: start to decode the repsFrom and repsTo fileds but not readyStefan Metzmacher1-0/+6
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+2
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-1/+2
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher1-20/+23
2007-10-10r3424: don't run mkproto.pl on pidl generated code, instead rely on pidl gene...Andrew Tridgell1-4/+0
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell1-1/+2
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij1-0/+5
2007-10-10r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell1-1/+2
2007-10-10r2204: added [flag(RELATIVE_CURRENT)] to change [relative] pointer behaviourAndrew Tridgell1-0/+4
2007-10-10r2180: added RPC flags "padcheck" which enables checking of all received padAndrew Tridgell1-2/+8
2007-10-10r1985: take advantage of the new talloc in a few more placesAndrew Tridgell1-6/+3
2007-10-10r1884: remove empty header fileStefan Metzmacher1-1/+0
2007-10-10r1848: fix LIBNDR_STRING_FLAGS to include LIBNDR_STRING_BYTESIZEStefan Metzmacher1-1/+1
2007-10-10r1847: add STR_BYTESIZE flag, to handle cases whereStefan Metzmacher1-0/+1
2007-10-10r1757: much simpler (and smaller, faster etc) way of doing relative pointersAndrew Tridgell1-17/+14
2007-10-10r1269: Add a 'base' field to the ndr_ofs_list structure which is the base toTim Potter1-0/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-17/+17
2003-12-31the endpoint mapper now works in bigendian modeAndrew Tridgell1-0/+3
2003-12-02 * netr_ServerPasswordSet() now works - the test suite changes theAndrew Tridgell1-1/+3
2003-12-01added netr_ServerReqChallenge and cleaned up byte array printingAndrew Tridgell1-0/+3
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-20/+3
2003-11-24added the dcerpc remote management interfaces as mgmt.idl, and wrote aAndrew Tridgell1-0/+6
2003-11-23ooh, this is fun!Andrew Tridgell1-3/+13
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-7/+28
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-5/+19
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+1
2003-11-20Add initial work on eventlog - doesn't quite work yet.Tim Potter1-0/+1
2003-11-20* fixed libndr.h headerAndrew Tridgell1-10/+9
2003-11-20Added ATSVC pipe.Tim Potter1-0/+1
2003-11-20added samr_LookupNames() and test codeAndrew Tridgell1-0/+3
2003-11-19switched to a new way of handling unions, so that we can handleAndrew Tridgell1-3/+3
2003-11-19srvsvc IDL and test code from metze. Thanks!Andrew Tridgell1-0/+1
2003-11-17added wkssvc.idl and test codeAndrew Tridgell1-0/+1
2003-11-17 * add another WERR err codeAndrew Tridgell1-0/+12