summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_drsuapi.h
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+1
2009-12-01drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner1-0/+2
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
2009-10-16s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki1-3/+0
New structure definition is automarshaled so custom marshaling code is not used anymore
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner1-0/+35
Guenther