Mercurial > pidgin.yaz
log libpurple/cipher.c @ 17319:8a7238fb7905
age | author | description |
---|---|---|
Wed, 30 May 2007 02:56:25 +0000 | Jeffrey Connelly | explicit merge of 'dc4f2ee34039521ae6a198fe7d62f4dca8a84589' |
Mon, 14 May 2007 23:35:50 +0000 | Richard Laager | Replace strcasecmp() calls with glib equivalents. |
Fri, 11 May 2007 16:39:34 +0000 | Richard Laager | Add padding to the RC4Ops struct to fix a compiler warning. |
Thu, 10 May 2007 02:58:35 +0000 | Jeffrey Connelly | RC4 support to libpurple's cipher.c. |
Tue, 01 May 2007 03:11:38 +0000 | Jeffrey Connelly | explicit merge of '92e787fa231318dd21ddc9dd68f17b636033b13e' |
Mon, 30 Apr 2007 00:09:25 +0000 | Gary Kramlich | I _think_ this is it for libpurple's padding... |
Wed, 25 Apr 2007 03:42:32 +0000 | Jeffrey Connelly | Add rc4_get_key_size, to match purple_cipher_context_get_option(ctx, "key_len") |