source: lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @4e8db1c   2008-03-16T16:03:52Z wilmer Moved password hash verification to md5_verify_password() so this can …
(edit) @50d26f3   2008-03-16T15:28:37Z wilmer Fixed base64_decode() to not barf on corrupted Base64 strings.
(edit) @ddcf491f   2008-03-16T14:18:22Z wilmer Adding padding to encrypted IM-passwords so the exact password length …
(edit) @9ad86bb   2008-03-15T16:09:50Z wilmer Fixed issues with "long" URLs in url.c. Reusing code from 2001 wasn't …
(edit) @4bbcba3   2008-02-16T22:40:38Z wilmer Moved xmltree handlers initialization to xt_new().
(edit) @add23a2   2008-02-16T22:07:14Z wilmer Moved xmltree to lib/ because I want to use it from more than just the …
(edit) @ca60550   2008-02-16T15:58:22Z wilmer Merge from Jelmer.
(edit) @fc5cf88   2008-02-16T15:45:12Z Jelmer Vernooij Fix lcov dependencies.
(edit) @613cc55   2008-01-24T22:22:46Z wilmer Fixed two valgrind warnings (partially uninitialized "struct tm" vars.)
(edit) @bea1305   2008-01-19T12:36:30Z wilmer Added byte swapping code to the new MD5 checksumming code to make it …
(edit) @52744f8   2008-01-17T22:06:55Z wilmer Fixing some Solaris compiler warnings (u_int->uint, adding some …
(edit) @e64de00   2008-01-12T00:24:46Z wilmer Killed info_string_append() and now showing the IP address of ICQ …
(edit) @f394500   2008-01-05T15:00:15Z wilmer Removed closure->result. I was planning to add some more stuff, but …
(edit) @6f7ac17   2007-12-28T23:27:45Z wilmer Fixed return value check in proxy_connect(), since on some systems a …
(edit) @3e79889   2007-12-12T23:57:49Z wilmer Checking conn->xcred before trying to clean it up since GnuTLS doesn't …
(edit) @d52111a   2007-12-12T21:36:33Z wilmer Fixed sockerr_again() usage in Jabber module to (hopefully) fix a 100% …
(edit) @9ff5737   2007-11-29T21:55:14Z wilmer printf() in daemons considered harmful.
(edit) @b6a2373   2007-11-28T23:24:26Z wilmer Fixed the epoll+ForkDaemon combination. The libevent event handling …
(edit) @77bfd07   2007-11-23T23:07:44Z wilmer Replaced GPL-incompatible SHA1 hashing code (and renamed the files in …
(edit) @df6d1da   2007-11-23T22:25:04Z wilmer Replaced GPL-incompatible MD5 hashing code.
(edit) @56f260a   2007-11-22T22:56:52Z wilmer Some changes to get rid of compiler warnings. (And disabling strict …
(edit) @2231302   2007-11-05T22:59:49Z wilmer Merging from Jelmer.
(edit) @e9b755e   2007-10-18T16:44:25Z Jelmer Vernooij Use standard functions for dealing with both IPv6 and IPv4.
(edit) @f618a4a   2007-10-12T12:11:57Z Jelmer Vernooij Fix GCC warning.
(edit) @d444c09   2007-10-12T00:06:50Z wilmer Added word_wrap() function to misc.c and using it at the right places …
(edit) @e2869bf   2007-10-07T22:07:25Z wilmer "Changed" the ArcFour implementation. I'm afraid this was a waste of …
(edit) @a7b5925   2007-10-07T20:42:37Z wilmer Renaming RC4 to ArcFour (possible trademark issues).
(edit) @a8a0b4c   2007-07-14T23:54:18Z wilmer Merge from Jelmer (making GCC4 happy by sanitizing some typecasting …
(edit) @b9e4ab5   2007-07-07T17:21:12Z Jelmer Vernooij Fix ssl_bogus.
(edit) @3b6eadc   2007-07-07T17:19:28Z Jelmer Vernooij Fix some warnings in storage.c.
(edit) @ae3c4fa   2007-07-01T14:52:45Z wilmer Merge from Jelmer (mainly unit testing things).
(edit) @b6423a09   2007-02-18T23:57:12Z wilmer Little fix copied from Jelmer's integration branch, want to import the …
(edit) @0fd8559   2007-02-18T17:48:04Z wilmer Merging new Jabber module. See the massive changelog for all the cool …
(edit) @348c11b   2007-01-22T09:42:55Z Jelmer Vernooij Add lcov target
(edit) @7bee5af   2006-12-24T21:47:18Z Jelmer Vernooij Add tests for set_url(). Fixed a bug where the default port wasn't …
(edit) @a51be64   2006-12-06T14:16:56Z Jelmer Vernooij Fix gcov.
(edit) @2c7df62   2006-12-06T12:15:09Z Jelmer Vernooij Fix testsuite.
(edit) @f920d9e   2006-10-19T07:51:35Z wilmer Added starttls code to ssl_openssl.c so GnuTLS isn't the only …
(edit) @93b7bd4   2006-10-15T09:34:02Z wilmer Merging from devel and storage-xml.
(edit) @36e9f62   2006-10-07T17:46:28Z wilmer Added SRV lookups to automatically find out the correct server for a …
(edit) @c1ed6527   2006-10-02T13:19:13Z wilmer No more double free()/crashes when trying to set up an SSL connection …
(edit) @42127dc   2006-09-24T11:57:45Z wilmer Added support for SSL- and TLS-connections. Checking of the "tls" user …
(edit) @9544acb   2006-09-20T09:34:02Z wilmer Using LGPL for generic parts, where possible.
(edit) @51fdc45   2006-09-17T15:56:16Z wilmer add_cr() is not used anymore, and HTML entity handling got UTFized …
(edit) @d1f8759   2006-08-14T19:32:43Z wilmer Just a little typo in rc4.c
(edit) @0aaca60   2006-07-19T16:52:38Z wilmer Added some (more) comments to .h files in lib/ and some minor …
(edit) @04026d4   2006-07-15T17:26:13Z wilmer Fixed a broken call to set_get() (CRASH), shut up a compiler warning …
(edit) @5100caa   2006-07-01T15:52:05Z wilmer Added "account set" command.
(edit) @1719464   2006-06-28T14:47:05Z wilmer Added random_bytes() function for better/more reliable randomization …
(edit) @fd03770   2006-06-25T19:43:14Z wilmer Merging from devel/Jelmer.
(edit) @88086db   2006-06-25T17:23:27Z wilmer Added versioning information to the XML-file (convenient for later …
(edit) @7ed3199   2006-06-25T14:07:01Z wilmer Moved Base64-related functions to a separate file and added decode …
(add) @df1694b   2006-06-25T12:15:42Z wilmer Moving all generic files to lib/ instead of having some in / and some …
Note: See TracRevisionLog for help on using the revision log.