summaryrefslogtreecommitdiff
path: root/lib/util/base64.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08util/base64: add a note about zero length stringsDouglas Bagnall1-1/+9
2022-05-12util/base64: decode_data_blob_talloc catches talloc errorDouglas Bagnall1-1/+10
2016-05-04lib: Avoid includes.h in base64.cVolker Lendecke1-1/+1
2016-05-04lib: Give base64.c its own .hVolker Lendecke1-0/+1
2016-05-04lib: Remove SMB_ASSERT from base64_encode_data_blobVolker Lendecke1-1/+3
2016-05-04lib: =0 and |= is equivalent to =Volker Lendecke1-2/+1
2016-05-04lib: The base64 chars are by definition single-byte :-)Volker Lendecke1-1/+1
2011-09-08lib: added base64_decode_data_blob_talloc()Andrew Tridgell1-2/+11
2011-03-30lib/util Move base64 functions into lib/util/base64.cAndrew Bartlett1-0/+141