summaryrefslogtreecommitdiff
path: root/librpc/ndr/ndr_drsuapi.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-09ndr_drsuapi: fix compiler warningStefan Metzmacher1-2/+3
metze
2011-03-29Ensure convert_string_XXX is always called with a valid converted_size pointer.Jeremy Allison1-1/+2
Preparation for cleaning up this API. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 29 21:01:49 CEST 2011 on sn-devel-104
2011-03-24charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵Andrew Tridgell1-1/+1
convert_string*() we shouldn't accept bad multi-byte strings, it just hides problems Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
2010-12-21librpc/ndr/ndr_*.c - remove "const" from OIDsMatthias Dieter Wallnöfer1-1/+1
2010-10-31idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID valuesKamen Mazdrashki1-24/+24
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes.
2010-08-21s4-drsuapi: Implement custom printing for drsuapi protocol forKamen Mazdrashki1-0/+107
drsuapi_DsReplicaAttribute and drsuapi_DsAttributeValueCtr objects This makes tracing what data has been transferred much easier
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+2
2010-03-24s4/drs: Pretty print for drsuapi_SecBufferTypeKamen Mazdrashki1-0/+23
It is a type and mask combined in one DRS field so we have to make a custom ndr_print implementation for this type
2010-03-24s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1Kamen Mazdrashki1-0/+11
2010-02-20librpc/ndr Remove unused macrosAndrew Bartlett1-16/+0
Since the change to the way we pull these OIDs from the wire, these macros are unused. Andrew Bartlett
2009-12-01drsuapi: fix build warning of NDR size calculation of ↵Günther Deschner1-0/+6
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther
2009-11-12lib/util Split data_blob_hex_string() into upper and lowerAndrew Bartlett1-1/+1
Rather than have a repeat of the bugs we found at the plugfest where hexidecimal strings must be in upper or lower case in particular places, ensure that each caller chooses which case they want. This reverts most of the callers back to upper case, as things were before tridge's patch. The critical call in the extended DN code is of course handled in lower case. Andrew Bartlett
2009-10-16s4/drs(NDR): Print implementation for drsuapi_DsReplicaOIDKamen Mazdrashki1-0/+19
Custom ndr_print functions is implemented so that transmited partia-binary-oid to be printed both in hex and partial-oid formats
2009-10-16s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID structKamen Mazdrashki1-97/+0
New structure definition is automarshaled so custom marshaling code is not used anymore
2009-07-31librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID()Stefan Metzmacher1-0/+1
metze
2008-10-19rpc: Fix the merged build breaking on StrnCaseCmp.Kai Blin1-8/+2
2008-10-18drsuapi: fix the drsuapi helper build for samba3.Günther Deschner1-0/+8
Guenther
2008-10-18drsuapi: share drsuapi idl and helper code.Günther Deschner1-0/+350
Guenther