summaryrefslogtreecommitdiff
path: root/src/tls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * src/aclocal.m4: Fixed headers detecting in AM_WITH_OPENSSLAlexey Shchepin2004-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | (thanks to Leif Johansson) * src/ejabberd_auth.erl: Added support for ldap_rootdn and ldap_password options (thanks to Stefan de Konink) * src/mod_vcard_ldap.erl: Likewise * src/ejabberd_router.erl: Now possible to route packet via function call instead of message sending * src/ejabberd_sm.erl: Added function route/3, use it in route table * src/ejabberd_local.erl: Likewise * src/ejabberd_s2s.erl: Likewise * (all): Fixed spelling of word "authentication" * src/*/Makefile.in: Replaced erlc with @ERLC@ SVN Revision: 285
* * src/tls/Makefile.win32: Added (thanks to Sergei Golovan)Alexey Shchepin2004-10-101-0/+37
| | | | | | * src/win32/: Updated (thanks to Sergei Golovan) SVN Revision: 281
* * src/aclocal.m4: Better expat and openssl detection (thanks toAlexey Shchepin2004-09-261-7/+4
| | | | | | | | | Anton Vanin) * src/**/Makefile.in: Updated (thanks to Anton Vanin) * src/configure.ac: Likewise SVN Revision: 267
* * src/aclocal.m4: Updated to check for openssl library (thanks toAlexey Shchepin2004-08-051-0/+41
| | | | | | | | | | AV) * src/configure.ac: Likewise * src/configure: Likewise * src/Makefile.in: Likewise * src/tls/Makefile.in: Likewise SVN Revision: 254
* * src/tls/tls.erl: Added recv_data/2 functionAlexey Shchepin2004-08-011-19/+22
| | | | | | | | | * src/jlib.erl: Added NS_TLS macro * src/ejabberd_receiver.erl: Support for STARTTLS * src/ejabberd_c2s.erl: Likewise SVN Revision: 252
* * src/tls/tls_drv.c: Added freeing of SSL stuffAlexey Shchepin2004-07-282-66/+80
| | | | | | | * src/xml_stream.erl: Added start/2 function * src/ejabberd_receiver.erl: Now using xml_stream:start/2 SVN Revision: 250
* * src/tls/tls.erl: UpdatedAlexey Shchepin2004-07-261-6/+43
| | | | SVN Revision: 249
* *** empty log message ***Alexey Shchepin2004-07-261-9/+35
| | | | SVN Revision: 248
* * src/tls/: Library for TLS support (not completed)Alexey Shchepin2004-07-252-0/+326
* src/ejabberd_auth.erl: Now uses two LDAP connections * src/ejabberd_c2s.erl: Return resource on get_presence request (thanks to Mickael Remond) * src/mod_configure2.erl: Bugfix (thanks to Sergei Golovan) * src/msgs/ua.msg: New Ukrainian translation (thanks to usercard) * src/msgs/nl.msg: Updated (thanks to Sander Devrieze) SVN Revision: 247