summaryrefslogtreecommitdiff
path: root/source4/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r4557: support for [flags()] on typedef enum|bitmapStefan Metzmacher1-1/+5
2007-10-10r4535: add full support forStefan Metzmacher1-2/+11
2007-10-10r4519: added the enum print function in ndr_basic.cAndrew Tridgell1-0/+6
2007-10-10r4102: more uint64 vs HYPER_T fixesStefan Metzmacher1-2/+2
2007-10-10r3997: fix STR_CHARLEN pull caseStefan Metzmacher1-21/+25
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-84/+0
2007-10-10r3869: in the NDR encoded replPropertyMetaData attribute in ADSStefan Metzmacher1-1/+29
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-1/+1
2007-10-10r3787: a function to generate a random GUIDStefan Metzmacher1-0/+10
2007-10-10r3785: this strings are not constStefan Metzmacher1-2/+2
2007-10-10r3582: more gcc-4.0 signedness fixesStefan Metzmacher1-5/+5
2007-10-10r3549: added support for DOS extended attribute lists (name/value pairs)Andrew Tridgell1-1/+13
2007-10-10r3512: - support DsCrackName GUID strings ('{faedf4f9-0de8-4582-b8b6-c475efef...Stefan Metzmacher1-2/+25
2007-10-10r3484: - add support for conformant string arrays at the end of a structStefan Metzmacher1-5/+50
2007-10-10r3432: Support WERROR's in arguments (not just as return type). Some ofJelmer Vernooij1-2/+52
2007-10-10r3395: added support for "string32" type, to fix the fixed width stringAndrew Tridgell1-0/+28
2007-10-10r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett1-1/+1
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij1-0/+12
2007-10-10r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell1-2/+2
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell1-0/+31
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell1-129/+138
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+3
2007-10-10r2552: Character set conversion and string handling updates.Andrew Bartlett1-4/+4
2007-10-10r2205: fixed an incorrect cast that broke relative strings in spoolssAndrew Tridgell1-1/+1