Commit Graph

9 Commits

Author SHA1 Message Date
marian fed9a937c9 Removed unused function.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5899 acf43c95-373e-0410-b603-e72c3f656dc1
2014-08-05 10:44:33 +00:00
paulc 7892b8f590 Made Base64 decoding check for non-zero bits after the last octet, those indicate truncation.
Reduced the Base64 error logging level to INFO, it returns the error to caller anyway.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5814 acf43c95-373e-0410-b603-e72c3f656dc1
2014-04-02 09:56:09 +00:00
paulc 2207398b6c Fixed base64 line breaking at a length.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5806 acf43c95-373e-0410-b603-e72c3f656dc1
2014-03-26 10:05:03 +00:00
paulc 37a72e4bc1 Added copyright notices to sources and scripts missing them.
Updated copyright notices for 2014.
Fixed end of lines in many files.


git-svn-id: http://yate.null.ro/svn/yate/trunk@5755 acf43c95-373e-0410-b603-e72c3f656dc1
2014-02-05 11:42:17 +00:00
paulc cf5d0fd71a Changed license terms in each source file to reference an external file.
git-svn-id: http://yate.null.ro/svn/yate/trunk@5609 acf43c95-373e-0410-b603-e72c3f656dc1
2013-08-06 13:38:10 +00:00
paulc 9b292f5868 Fixed some warnings and genuine bugs exposed by newer gcc.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2447 acf43c95-373e-0410-b603-e72c3f656dc1
2009-01-20 12:27:53 +00:00
marian 2ff025e436 Fixed bug: avoid using negative array index.
git-svn-id: http://yate.null.ro/svn/yate/trunk@2286 acf43c95-373e-0410-b603-e72c3f656dc1
2008-10-24 12:47:57 +00:00
paulc 7ed1fc6fd4 Added OpenSSL project, fixed building in Windows.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1871 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-03 12:10:34 +00:00
marian d9703a0089 Added Base64 class: encode/decode data using BASE64 alphabet.
git-svn-id: http://yate.null.ro/svn/yate/trunk@1870 acf43c95-373e-0410-b603-e72c3f656dc1
2008-04-02 15:04:56 +00:00