summaryrefslogtreecommitdiffstats
path: root/lib/util/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: added base64_decode_data_blob_talloc()Andrew Tridgell2011-09-081-2/+11
| | | | | | its nice to be able to allocate on other than NULL Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett2011-03-301-0/+141
Andrew Bartlett