aboutsummaryrefslogtreecommitdiff
path: root/src/tls (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add forgotten copyright and license notices. Fix blackspaces.Badlop2009-06-091-1/+1
* * src/tls/tls_drv.c: Fix encryption problem for ejabberd_httpBadlop2009-03-101-0/+1
* * src/tls/tls_drv.c: Fix to support OpenSSL older thanBadlop2009-03-091-0/+4
* * src/Makefile.in: In SunOS, use different C flags (thanks toBadlop2009-03-071-4/+6
* * src/tls/tls_drv.c: S2S connection with STARTTLS fails to GtalkBadlop2009-02-271-1/+1
* * src/tls/Makefile.win32: Windows compilation support.Mickaël Rémond2009-01-133-3/+233
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-122-3/+3
* * src/tls/tls_drv.c: Added a flag to avoid certificate validationAlexey Shchepin2009-01-052-1/+16
* * src/tls/tls_drv.c: Don't create a SSL context on everyAlexey Shchepin2008-11-101-24/+235
* * src/*/Makefile.win32: Provide explicit beam filenames becauseBadlop2008-09-301-2/+1
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-312-2/+2
* * src/*.hrl: Get back all ejabberd header files to their originalBadlop2008-07-161-1/+1
* * src/configure.ac: Update installation permissions (EJAB-402)Badlop2008-07-131-1/+3
* * src/Makefile.in: Improved indentation of GCC callBadlop2008-04-111-5/+9
* * src/tls/tls_drv.c: Fixed gcc signedness warningsAlexey Shchepin2008-04-111-1/+1
* Rewrite io:format calls to loglevel macros (EJAB-555)Christophe Romain2008-03-211-14/+16
* * src/tls/tls.erl: recv_data/2 doesn't throw exceptions nowAlexey Shchepin2008-03-031-1/+9
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-152-2/+2
* * Applied copyright patch 3.Mickaël Rémond2007-12-242-5/+41
* * src/ejabberd_zlib/Makefile.win32: CompileBadlop2007-12-171-5/+5
* * src/ejabberd_zlib/Makefile.in: Compile all erl files found inBadlop2007-12-171-13/+11
* * src/acl.erl and other 64 files: Remove Erlang module attributeBadlop2007-12-061-1/+0
* * src/tls/Makefile.win32: Updated for latest Win32 OpenSSL library.Mickaël Rémond2007-12-011-1/+1
* * src/configure.ac: Don't hardcode gcc and options (EJAB-436)Badlop2007-11-291-4/+12
* * src/tls/tls_drv.c: Sends the entire certificate chain (EJAB-209).Mickaël Rémond2007-07-301-1/+1
* * src/Makefile.in: Added Dialyzer target (EJAB-189 - Thanks to Geoff Cant)Mickaël Rémond2007-05-291-0/+5
* * src/ejabberd_socket.erl: Added sockname/1 and peername/1Alexey Shchepin2006-10-191-0/+7
* * Makefile.in: Fix for MacOSX compilation (EJAB-124).Mickaël Rémond2006-08-281-1/+8
* * src/tls/tls_drv.c: Report OpenSSL error messages (thanks toAlexey Shchepin2006-08-041-2/+19
* * src/ejabberd_service.erl: BugfixAlexey Shchepin2006-01-131-0/+8
* * src/tls/Makefile.in: Use CPPFLAGS (thanks to Magnus Henoch)Alexey Shchepin2005-11-191-1/+1
* * src/ejabberd_s2s_in.erl: Support for dNSName certificate fieldAlexey Shchepin2005-11-172-19/+1
* * src/ejabberd_s2s_out.erl: Support for STARTTLS+SASL EXTERNALAlexey Shchepin2005-11-034-8/+102
* * src/tls/tls.erl: Accept {error,already_loaded} fromAlexey Shchepin2005-10-251-3/+12
* * src/tls/tls_drv.c: Support for "connect" methodAlexey Shchepin2005-10-252-24/+50
* * src/tls/tls_drv.c: Reverted previous patchAlexey Shchepin2005-04-241-2/+2
* * src/ejabberd_c2s.erl: Send new id for each new stream inside oneAlexey Shchepin2005-04-091-2/+2
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
* * src/tls/Makefile.win32: Added (thanks to Sergei Golovan)Alexey Shchepin2004-10-101-0/+37
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-7/+4
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-051-0/+41
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-011-19/+22
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-282-66/+80
* * src/tls/tls.erl: UpdatedAlexey Shchepin2004-07-261-6/+43
* *** empty log message ***Alexey Shchepin2004-07-261-9/+35
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-252-0/+326