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/+18 | |
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-09-22 | s4-util: windows only accepts lowercase hex encodings for extended DNs | Andrew Tridgell | 1 | -1/+4 | |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -0/+12 | |
null byte and use it in Samba 3. This matches the behaviour prior to my data_blob changes. | |||||
2008-10-12 | Share data_blob implementation. | Jelmer Vernooij | 1 | -0/+2 | |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -0/+232 | |
Conflicts: source4/Makefile |