Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-21 | librpc Make talloc tree in binding tower match the floors | Andrew Bartlett | 1 | -10/+14 | |
This is mostly cosmetics, but helped me see that these are legitimate stuctures when viewed in the talloc tree. Also don't put the 'ndr' structure on the long-term tree. Andrew Bartlett | |||||
2009-09-17 | s4-rpc: added NDR64 support | Andrew Tridgell | 1 | -1/+2 | |
This adds support for the nd464 binding string option | |||||
2009-08-07 | librpc: fix callers after epmapper.idl changes | Stefan Metzmacher | 1 | -9/+9 | |
metze | |||||
2009-01-09 | Add derpc_transport_string_by_transport(), apply some const | Volker Lendecke | 1 | -6/+14 | |
2009-01-09 | Fix some nonempty blank lines | Volker Lendecke | 1 | -26/+26 | |
2009-01-06 | Add some const to dcerpc_binding_build_tower() | Volker Lendecke | 1 | -1/+3 | |
2009-01-06 | Add a NULL check and some const to dcerpc_floor_get_lhs_data() | Volker Lendecke | 1 | -2/+8 | |
2008-11-17 | Use new GUID_from_data_blob | Andrew Bartlett | 1 | -2/+2 | |
This avoid the problem that GUID_from_string now strictly requires no trailing data after the string-form GUID. Andrew Bartlett | |||||
2008-10-31 | errors: share dcerpc error function. | Günther Deschner | 1 | -0/+55 | |
Guenther | |||||
2008-10-12 | Share RPC binding string utility functions. | Jelmer Vernooij | 1 | -0/+725 | |