summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_basic.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27libndr: add support for relative_rap_convert.Günther Deschner1-0/+1
2010-03-26libutil: moved the networking defines to util_net.hAndrew Tridgell1-0/+1
2009-12-12librpc/ndr: add support for relative_short pointersMatthieu Patou1-0/+12
2009-10-07pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell1-15/+63
2009-10-03pidl: added int3264 as a base typeAndrew Tridgell1-0/+10
2009-10-02ndr64: added support for trailing gap alignmentAndrew Tridgell1-0/+18
2009-09-29pidl: added union padding for NDR64Andrew Tridgell1-0/+18
2009-09-17ndr: split out ndr enum functionsAndrew Tridgell1-0/+67
2009-09-17ndr: added support for NDR64 Andrew Tridgell1-5/+37
2009-09-17Remove ununsed variable warning.Jeremy Allison1-1/+0
2009-09-16ndr: added --ndr64 flag to ndrdumpAndrew Tridgell1-2/+22
2009-06-02Add support for double type in pidl.Brad Hards1-1/+30
2009-05-02Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke1-3/+3
2009-05-02Fix a warning on host "gwen"Volker Lendecke1-2/+3
2008-12-31Fix typo found by Volker. Thanks for the review.Jeremy Allison1-1/+1
2008-12-31Fix all warnings in source3 with gcc4.3.Jeremy Allison1-2/+1
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-0/+833