summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_basic.c
Commit message (Expand)AuthorAgeFilesLines
* libutil: moved the networking defines to util_net.hAndrew Tridgell2010-03-261-0/+1
* librpc/ndr: add support for relative_short pointersMatthieu Patou2009-12-121-0/+12
* pidl: get the alignment right for uint1632 enums (NDR64)Andrew Tridgell2009-10-071-15/+63
* pidl: added int3264 as a base typeAndrew Tridgell2009-10-031-0/+10
* ndr64: added support for trailing gap alignmentAndrew Tridgell2009-10-021-0/+18
* pidl: added union padding for NDR64Andrew Tridgell2009-09-291-0/+18
* ndr: split out ndr enum functionsAndrew Tridgell2009-09-171-0/+67
* ndr: added support for NDR64 Andrew Tridgell2009-09-171-5/+37
* Remove ununsed variable warning.Jeremy Allison2009-09-171-1/+0
* ndr: added --ndr64 flag to ndrdumpAndrew Tridgell2009-09-161-2/+22
* Add support for double type in pidl.Brad Hards2009-06-021-1/+30
* Of course, s_addr is a #define somewhere else .... (Solaris...)Volker Lendecke2009-05-021-3/+3
* Fix a warning on host "gwen"Volker Lendecke2009-05-021-2/+3
* Fix typo found by Volker. Thanks for the review.Jeremy Allison2008-12-311-1/+1
* Fix all warnings in source3 with gcc4.3.Jeremy Allison2008-12-311-2/+1
* Share ndr_basic implementation.Jelmer Vernooij2008-10-131-0/+833