summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
2007-12-21r26054: ndr: remove ndr_push/pull_saveStefan Metzmacher1-16/+0
2007-12-21r25916: ndr: change NTSTAUS into enum ndr_err_code (basic stuff)Stefan Metzmacher1-91/+91
2007-12-21r25794: use NDR_CHECK()Stefan Metzmacher1-4/+3
2007-12-21r25624: Remove ipv4_addr hack. Only causes 4 extra includes of system/network...Jelmer Vernooij1-4/+4
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20417: - fix pushing of drsuapi_DsAttributeValueDataBlobStefan Metzmacher1-0/+1
2007-10-10r19859: Reuse referrent ids when pushing full pointers (still need toJelmer Vernooij1-2/+7
2007-10-10r19856: Use sptr as basis for full ptr implementation. Will add checks for du...Jelmer Vernooij1-1/+1
2007-10-10r18301: I discovered how to load the warnings from a build farm build intoAndrew Tridgell1-3/+3
2007-10-10r15776: Don't generate ref pointers in Samba4-generated code. There is no pointJelmer Vernooij1-4/+1
2007-10-10r15407: Get rid of some more uint_tJelmer Vernooij1-2/+2
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r14310: length needs to be initialisedAndrew Tridgell1-1/+1
2007-10-10r13840: Mark some functions as public.Jelmer Vernooij1-80/+80
2007-10-10r13741: make the pointer type in pidl handle any size pointer, just in case weAndrew Tridgell1-8/+13
2007-10-10r13738: added support for a "pointer" type in pidl. This will be used in theAndrew Tridgell1-0/+27
2007-10-10r12016: fixed a valgrind errorAndrew Tridgell1-1/+1
2007-10-10r11973: make it easier to find bugsStefan Metzmacher1-1/+5
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher1-8/+2
2007-10-10r10868: make flag(NDR_PAHEX) possible to use and show the union level in hexStefan Metzmacher1-1/+5
2007-10-10r10637: use the correct memory context in the ndr_pull_* functionStefan Metzmacher1-2/+2
2007-10-10r10438: Move portability functions to lib/replace/; replace now simply ensuresJelmer Vernooij1-1/+1
2007-10-10r10346: here are only real ip-addresses valid, prevent dns lookups,Stefan Metzmacher1-1/+3
2007-10-10r10339: fix ndr_push_udlongrStefan Metzmacher1-2/+2
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij1-192/+0
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher1-4/+12
2007-10-10r8157: add the algorithm for unique pointers that w2k3 uses.Stefan Metzmacher1-0/+6
2007-10-10r6574: send a value for embedded ref pointers,Stefan Metzmacher1-1/+1
2007-10-10r6519: move string handling functions to a seperate fileStefan Metzmacher1-476/+0
2007-10-10r5977: Fix uninitialised memory bug in ndr_pull_ref_ptr(). This fixes theJelmer Vernooij1-2/+1
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-0/+14
2007-10-10r5796: add ndr_* function for int8 and int16Stefan Metzmacher1-24/+75
2007-10-10r5765: remove unused varStefan Metzmacher1-1/+0
2007-10-10r5764: add support for embedded ref pointersStefan Metzmacher1-1/+24
2007-10-10r5427: NTSTATUS is treated by pidl as a 'real' scalar now.Jelmer Vernooij1-2/+2
2007-10-10r5414: - added libcli/wins/, a basic client library for WINS replicationAndrew Tridgell1-1/+32
2007-10-10r5376: ORPC is NDR specific, so move it to ndr.pm.Jelmer Vernooij1-3/+0
2007-10-10r5363: - ndr_%_ptr -> ndr_%_unique_ptrJelmer Vernooij1-2/+2
2007-10-10r5361: Rename some functions, add tests to validator.Jelmer Vernooij1-1/+1
2007-10-10r5286: Some first steps in making the pidl code somewhat more generic for theJelmer Vernooij1-79/+79
2007-10-10r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell1-0/+34
2007-10-10r5139: fix typesStefan Metzmacher1-2/+2
2007-10-10r5118: added support for node status replies in nbtd. nmblookup -S now works ...Andrew Tridgell1-1/+1
2007-10-10r5036: changed HYPER_T to the more standard "hyper"Andrew Tridgell1-17/+17
2007-10-10r5034: - added a type mapping function in pidl, so the type names in our IDLAndrew Tridgell1-26/+26
2007-10-10r4885: added a new NBT client library. Features include:Andrew Tridgell1-11/+23
2007-10-10r4676: NTTIME_1sec is a standard NTTIME for the calling codeStefan Metzmacher1-1/+4
2007-10-10r4673: Fix the IDL for the QuerySecret LSA call.Andrew Bartlett1-2/+25