aboutsummaryrefslogtreecommitdiff
path: root/libssh/base64.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+1
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-2/+2
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-05Improve bin_to_base64() and use const for source.Andreas Schneider1-18/+29
2009-05-05Format alphabet table.Andreas Schneider1-3/+5
2009-05-05Fix the macros.Andreas Schneider1-9/+9
2009-05-05Format _bin_to_base64().Andreas Schneider1-22/+24
2009-05-05Improve get_equals().Andreas Schneider1-10/+11
2009-05-05Fix the prototype.Andreas Schneider1-1/+1
2009-05-05Improve _base64_to_bin().Andreas Schneider1-8/+11
2009-05-05Improve to_block4().Andreas Schneider1-20/+31
2009-05-05Improve base64_to_bin().Andreas Schneider1-77/+108
2009-04-07Check return values of buffer functions.Andreas Schneider1-23/+29
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-9/+16
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-3/+3
2005-08-07server kex done :)Aris Adamantiadis1-1/+1
2005-07-05first importAris Adamantiadis1-0/+210