aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/sasl/SASLSocket.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-236/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-23/+27
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-1/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* SSL server identity check.Vincent Richard2012-12-101-0/+12
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-291-6/+6
|
* 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-011-0/+9
| | | | selection of platform handler.
* 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-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-4/+4
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* SASL authentication.Vincent Richard2005-09-171-0/+167