Hi List,

attached you can find a patch that implements UUID (Universal Unique Id)
support for kannel. The uuid functions where borrowed from libuuid
(http://e2fsprogs.sourceforge.net) that implements DEC compatible UUIDs (see
http://www.opengroup.org/onlinepubs/9629399/apdxa.htm and
http://www.webdav.org/specs/draft-leach-uuids-guids-01.txt).

Note: This patch breaks smsc_soap.c functionality!

Comments are highly welcome!

Diffstat:
 configure                |  617        413 +   204 -   0 !
 configure.in             |   23        20 +    3 -     0 !
 gw-config.h.in           |   20        19 +    1 -     0 !
 gw/bb_alog.c             |   40        21 +    19 -    0 !
 gw/bb_boxc.c             |    6        3 +     3 -     0 !
 gw/bb_smscconn.c         |    6        3 +     3 -     0 !
 gw/bb_store.c            |   28        16 +    12 -    0 !
 gw/msg-decl.h            |    5        3 +     2 -     0 !
 gw/msg.c                 |   43        42 +    1 -     0 !
 gw/msg.h                 |    1        1 +     0 -     0 !
 gw/smsbox.c              |    6        3 +     3 -     0 !
 gw/smsc/smsc_fake.c      |   24        20 +    4 -     0 !
 gw/smsc/smsc_http.c      |   11        5 +     6 -     0 !
 gw/smsc/smsc_soap.c      |   16        14 +    2 -     0 !
 gw/urltrans.c            |   10        6 +     4 -     0 !
 gwlib/gw_uuid.c          |  607        607 +   0 -     0 !
 gwlib/gw_uuid.h          |   64        64 +    0 -     0 !
 gwlib/gw_uuid_types.h.in |   51        51 +    0 -     0 !
 gwlib/gwlib.h            |    1        1 +     0 -     0 !
 test/test_dict.c         |    9        6 +     3 -     0 !
 20 files changed, 1318 insertions(+), 270 deletions(-)


--
Best regards / Mit besten Gr��en aus D�sseldorf

Dipl.-Ing.
Alexander Malysh
___________________________________________

Centrium GmbH
Vogelsanger Weg 80
40470 D�sseldorf

Fon: +49 (0211) 74 84 51 80
Fax: +49 (0211) 277 49 109

email: a.malysh at centrium.de
web: www.centrium.de
msn: olek2002 at hotmail.com
icq: 98063111
___________________________________________

Please avoid sending me Word, Excel or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html


Attachment: kannel-uuid.patch.gz
Description: GNU Zip compressed data

Attachment: pgp00000.pgp
Description: signature

Reply via email to