Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-09 | ndr_drsuapi: fix compiler warning | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2011-03-29 | Ensure convert_string_XXX is always called with a valid converted_size pointer. | Jeremy Allison | 1 | -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-24 | charcnv: removed the allow_badcharcnv and allow_bad_conv options to ↵ | Andrew Tridgell | 1 | -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-21 | librpc/ndr/ndr_*.c - remove "const" from OIDs | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-10-31 | idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values | Kamen Mazdrashki | 1 | -24/+24 | |
Those values are actually ATTID values and such, they are used for ATTIDs for Attributes, Classes and Syntaxes. | |||||
2010-08-21 | s4-drsuapi: Implement custom printing for drsuapi protocol for | Kamen Mazdrashki | 1 | -0/+107 | |
drsuapi_DsReplicaAttribute and drsuapi_DsAttributeValueCtr objects This makes tracing what data has been transferred much easier | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -2/+2 | |
2010-03-24 | s4/drs: Pretty print for drsuapi_SecBufferType | Kamen Mazdrashki | 1 | -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-24 | s4/drs: pretty print for drsuapi_DsAddEntry_AttrErrListItem_V1 | Kamen Mazdrashki | 1 | -0/+11 | |
2010-02-20 | librpc/ndr Remove unused macros | Andrew Bartlett | 1 | -16/+0 | |
Since the change to the way we pull these OIDs from the wire, these macros are unused. Andrew Bartlett | |||||
2009-12-01 | drsuapi: fix build warning of NDR size calculation of ↵ | Günther Deschner | 1 | -0/+6 | |
drsuapi_DsReplicaObjectIdentifier3Binary. The generated size actually does not include the size of the binary itself. Guenther | |||||
2009-11-12 | lib/util Split data_blob_hex_string() into upper and lower | Andrew Bartlett | 1 | -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-16 | s4/drs(NDR): Print implementation for drsuapi_DsReplicaOID | Kamen Mazdrashki | 1 | -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-16 | s4/drs(NDR): Remove push/pull code for drsuapi_DsReplicaOID struct | Kamen Mazdrashki | 1 | -97/+0 | |
New structure definition is automarshaled so custom marshaling code is not used anymore | |||||
2009-07-31 | librpc/ndr_drsuapi: fix a memory leak on ndr_push_drsuapi_DsReplicaOID() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2008-10-19 | rpc: Fix the merged build breaking on StrnCaseCmp. | Kai Blin | 1 | -8/+2 | |
2008-10-18 | drsuapi: fix the drsuapi helper build for samba3. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2008-10-18 | drsuapi: share drsuapi idl and helper code. | Günther Deschner | 1 | -0/+350 | |
Guenther |