Changeset 635

Show
Ignore:
Timestamp:
24/07/08 00:36:47 (4 months ago)
Author:
markdoliner
Message:

Remove scod. It was our own self-written sasl implementation. It's
generally a better idea to use the shared gsasl library (or cyrus-sasl,
if it's available). This code is currently a bit buggy.

Thomasz was thinking this might be useful if someone wants to run jabberd
on an embedded device or something. So if you need that, feel free to
resurrect this and fix it up.

The email discussion about this was on July 7th and 8th on the
jabberd2@… mailing list.

Location:
trunk
Files:
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r630 r635  
     12008-07-23 Mark Doliner <mark@meebo.com> 
     2        * Removed scod module 
     3 
    142008-07-15 Tomasz Sterna <tomek@xiaoka.com> 
    25        * Removed jid prep cache and mysql filters cache. 
  • trunk/configure.ac

    r608 r635  
    408408            fi 
    409409            ;; 
    410  
    411         x-scod) 
    412             sasl_backend='scod' 
    413             ;; 
    414410    esac 
    415411done 
     
    421417AM_CONDITIONAL(SASL_GSASL, [test "x-$sasl_backend" = "x-gsasl"]) 
    422418AM_CONDITIONAL(SASL_CYRUS, [test "x-$sasl_backend" = "x-cyrus"]) 
    423 AM_CONDITIONAL(SASL_SCOD, [test "x-$sasl_backend" = "x-scod"]) 
    424419 
    425420# 
     
    931926                 mio/Makefile 
    932927                 sx/Makefile 
    933                  sx/scod/Makefile 
    934928                 storage/Makefile 
    935929                 c2s/Makefile 
  • trunk/sx/Makefile.am

    r545 r635  
    1515endif 
    1616 
    17 if SASL_SCOD 
    18 SUBDIRS += scod 
    19 libsx_la_SOURCES += sasl_scod.c 
    20 libsx_la_LIBADD += scod/libscod.la 
    21 endif 
    22  
    2317if HAVE_SSL 
    2418libsx_la_SOURCES += ssl.c