summaryrefslogtreecommitdiffstats
path: root/libssh/base64.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-287/+0
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-2/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+1
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-2/+2
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-051-18/+29
* Format alphabet table.Andreas Schneider2009-05-051-3/+5
* Fix the macros.Andreas Schneider2009-05-051-9/+9
* Format _bin_to_base64().Andreas Schneider2009-05-051-22/+24
* Improve get_equals().Andreas Schneider2009-05-051-10/+11
* Fix the prototype.Andreas Schneider2009-05-051-1/+1
* Improve _base64_to_bin().Andreas Schneider2009-05-051-8/+11
* Improve to_block4().Andreas Schneider2009-05-051-20/+31
* Improve base64_to_bin().Andreas Schneider2009-05-051-77/+108
* Check return values of buffer functions.Andreas Schneider2009-04-071-23/+29
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+23
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-9/+16
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-3/+3
* server kex done :)Aris Adamantiadis2005-08-071-1/+1
* first importAris Adamantiadis2005-07-051-0/+210