aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/sasl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-296-1128/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-104-33/+37
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-216-46/+46
|
* Added required includes for MSVC.Vincent Richard2013-09-081-0/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-106-6/+6
|
* SSL server identity check.Vincent Richard2012-12-101-0/+12
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-294-16/+16
|
* Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵Vincent Richard2012-11-291-0/+34
| | | | Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-016-0/+54
| | | | selection of platform handler.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+3
|
* Fixed compilation issue with 'const'.Vincent Richard2010-03-101-1/+1
|
* Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).Vincent Richard2010-03-101-2/+2
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+8
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-066-12/+12
|
* New namespace for encoders.Vincent Richard2008-10-121-3/+6
|
* Fixed compilation warnings.Vincent Richard2008-10-124-12/+12
|
* Changed copyright year to 2008.Vincent Richard2008-01-046-6/+6
|
* Changed copyright year to 2007.Vincent Richard2007-01-016-6/+6
|
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-184-18/+18
|
* Changed copyright year to 2006.Vincent Richard2006-02-056-6/+6
|
* Updated FSF address.Vincent Richard2005-09-176-18/+42
|
* SASL authentication.Vincent Richard2005-09-176-0/+987