summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_basic.c
Commit message (Expand)AuthorAgeFilesLines
* r19859: Reuse referrent ids when pushing full pointers (still need toJelmer Vernooij2007-10-101-2/+7
* r19856: Use sptr as basis for full ptr implementation. Will add checks for du...Jelmer Vernooij2007-10-101-1/+1
* r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell2007-10-101-3/+3
* r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij2007-10-101-4/+1
* r15407: Get rid of some more uint_tJelmer Vernooij2007-10-101-2/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14310: length needs to be initialisedAndrew Tridgell2007-10-101-1/+1
* r13840: Mark some functions as public.Jelmer Vernooij2007-10-101-80/+80
* r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell2007-10-101-8/+13
* r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell2007-10-101-0/+27
* r12016: fixed a valgrind errorAndrew Tridgell2007-10-101-1/+1
* r11973: make it easier to find bugsStefan Metzmacher2007-10-101-1/+5
* r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher2007-10-101-8/+2
* r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher2007-10-101-1/+5
* r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher2007-10-101-2/+2
* r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij2007-10-101-1/+1
* r10346: here are only real ip-addresses valid, prevent dns lookups,Stefan Metzmacher2007-10-101-1/+3
* r10339: fix ndr_push_udlongrStefan Metzmacher2007-10-101-2/+2
* r8612: Parse::Pidl::NDR:Jelmer Vernooij2007-10-101-192/+0
* r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell2007-10-101-1/+1
* r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2007-10-101-4/+12
* r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher2007-10-101-0/+6
* r6574: send a value for embedded ref pointers,Stefan Metzmacher2007-10-101-1/+1
* r6519: move string handling functions to a seperate fileStefan Metzmacher2007-10-101-476/+0
* r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij2007-10-101-2/+1
* r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij2007-10-101-0/+14
* r5796: add ndr_* function for int8 and int16Stefan Metzmacher2007-10-101-24/+75
* r5765: remove unused varStefan Metzmacher2007-10-101-1/+0
* r5764: add support for embedded ref pointersStefan Metzmacher2007-10-101-1/+24
* r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij2007-10-101-2/+2
* r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell2007-10-101-1/+32
* r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij2007-10-101-3/+0
* r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij2007-10-101-2/+2
* r5361: Rename some functions, add tests to validator.Jelmer Vernooij2007-10-101-1/+1
* r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij2007-10-101-79/+79
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-0/+34
* r5139: fix typesStefan Metzmacher2007-10-101-2/+2
* r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell2007-10-101-1/+1
* r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell2007-10-101-17/+17
* r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell2007-10-101-26/+26
* r4885: added a new NBT client library. Features include:Andrew Tridgell2007-10-101-11/+23
* r4676: NTTIME_1sec is a standard NTTIME for the calling codeStefan Metzmacher2007-10-101-1/+4
* r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett2007-10-101-2/+25
* r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher2007-10-101-1/+5
* r4535: add full support forStefan Metzmacher2007-10-101-2/+11
* r4519: added the enum print function in ndr_basic.cAndrew Tridgell2007-10-101-0/+6
* r4102: more uint64 vs HYPER_T fixesStefan Metzmacher2007-10-101-2/+2
* r3997: fix STR_CHARLEN pull caseStefan Metzmacher2007-10-101-21/+25
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-84/+0
* r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher2007-10-101-1/+29