aboutsummaryrefslogtreecommitdiffstats
path: root/dns/noip/distinfo
stat options
Period:
Authors:

Commits per author per week (path 'dns/noip/distinfo')

AuthorW02 2025W03 2025W04 2025W05 2025Total
Total00000
1:10:11 +0800'>2001-05-3010-1689/+0 * Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-307-72/+507 * Code for logging and replaying offline operations.Dan Winship2001-05-3010-75/+706 * Use g_strcasecmp() because some systems don't have strcasecmp(). Also,Jeffrey Stedfast2001-05-293-3/+10 * changelog entries for tests/ fixes committed yesterdayDan Winship2001-05-291-0/+20 * Fix an fd leakDan Winship2001-05-2819-646/+118 * Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-274-24/+66 * Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-262-1/+5 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-264-71/+100 * Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-252-1/+7 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-242-1/+5 * Optimize the match "" case.Jeffrey Stedfast2001-05-242-17/+35 * Store the CamelFolderInfo tree that was returned fromJeffrey Stedfast2001-05-223-5/+17 * The service can be NULL here too, thanks to Wayne Davis for pointing thisJeffrey Stedfast2001-05-172-1/+3 * We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-173-4/+8 * New function to return an array of all headers.Dan Winship2001-05-174-2/+108 * Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-162-13/+11 * Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-163-4/+7 * Added t the test suite - tests the S/MIME pkcs7 functions.Jeffrey Stedfast2001-05-163-2/+186 * Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-152-4/+2 * bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav...Jeffrey Stedfast2001-05-152-2/+2 * Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-159-39/+95 * Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-156-14/+568 * Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-155-8/+30 * Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-1512-89/+727 * er, OptionSetJeffrey Stedfast2001-05-131-1/+1 * s/SSL_Enable/SSL_SetOptionJeffrey Stedfast2001-05-131-1/+1 * Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-125-0/+64 * Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-122-9/+20 * Make this return CamelStream * (like the other stream new functions)Dan Winship2001-05-123-5/+10 * call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,Chris Toshok2001-05-112-1/+8 * Don't abort if the Service is NULL, this is perfectly valid for cipherJeffrey Stedfast2001-05-112-1/+5 * Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-102-1/+9 * Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-1010-10/+308 * remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1 * Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-103-3/+17 * Add support for using OpenSSL.Jeffrey Stedfast2001-05-087-30/+109 * Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-062-1/+5 * Fix up refcounting on current_folder.Dan Winship2001-05-044-4/+14 * new abstract class for disconnectable remote storesDan Winship2001-05-0414-536/+1174 * Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-034-18/+31 * Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-032-14/+12 * Rescue the KPOP code from bit rot.Dan Winship2001-05-022-23/+21 * Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1 * Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-027-197/+234 * remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0 * Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-016-73/+469 * New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-014-38/+89 * Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-2810-244/+361 * Automagically call camel_shutdown() atexit() ;-) (camel_init): AlsoJeffrey Stedfast2001-04-273-16/+25 * #include <sys/types.h> for off_t.Jeffrey Stedfast2001-04-272-0/+5 * #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living...Jeffrey Stedfast2001-04-271-2/+3 * New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-279-363/+447 * Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-2713-103/+83 * Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-272-9/+8 * Applied jacob's patches for e-poolv stuff.Not Zed2001-04-267-67/+122 * Add camel-vee-folder.h and camel-digest-folder.hJeffrey Stedfast2001-04-242-0/+4 * New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-245-1/+366 * Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-233-3/+10 * Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.Mikael Hallendal2001-04-232-1/+6 * Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-214-15/+754 * Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-202-5/+159 * Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-202-7/+307 * missed this with the last commit (pop3 and imap memory leaks)Dan Winship2001-04-191-0/+14 * Free base_url and storage_path.Dan Winship2001-04-193-5/+33 * New source files to handle Pkcs7 encryption, decryption, signing, andJeffrey Stedfast2001-04-184-0/+330 * more memory leaksDan Winship2001-04-182-0/+7 * don't use g_return'sJeffrey Stedfast2001-04-171-2/+3 * Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-172-5/+14 * Added a prototype for stamp().Jeffrey Stedfast2001-04-174-1/+11 * Go back to doing the utf8 conversion by hand so that we don't depend onJeffrey Stedfast2001-04-172-4/+46 * oops, forgot to commit this with the last filesJeffrey Stedfast2001-04-171-1/+0 * Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-1711-21/+103 * eh?Jeffrey Stedfast2001-04-171-2/+0 * oops, &patternJeffrey Stedfast2001-04-161-2/+2 * regex doesn't set errno and regcomp returns 0 on success and any otherJeffrey Stedfast2001-04-162-5/+21 * Check to make sure the context is a valid context in all the userJeffrey Stedfast2001-04-152-0/+15 * s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-142-5/+9 * Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-143-4/+22 * Plug leaks.Dan Winship2001-04-146-10/+41 * Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-135-15/+24 * Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-138-313/+662 * Fix a pair of array bounds reads noted by purifyDan Winship2001-04-132-2/+7 * oh, and the tcp-stream headers.Jeffrey Stedfast2001-04-131-0/+3 * #include the pgp stuff.Jeffrey Stedfast2001-04-132-0/+6 * Plug memory leaks.Dan Winship2001-04-133-0/+8 * s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1 * Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-122-2/+7 * Added pgp-mime.c to the tests.Jeffrey Stedfast2001-04-127-26/+155 * Check if gethostbyname_r take five paramsJP Rosevear2001-04-128-2/+34 * add camel-charset-map.h to the list of includesJeffrey Stedfast2001-04-111-0/+1 * Use camel_charset_locale_name() to get the locale charset rather thanJeffrey Stedfast2001-04-114-3/+58 * Use e_utf8_from_locale_string() rather than trying to do it manually sinceJeffrey Stedfast2001-04-112-26/+10 * Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.cJeffrey Stedfast2001-04-1010-28/+182 * It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-082-1/+8 * merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-059-26/+257 * Added tests/ back inJeffrey Stedfast2001-04-043-131/+219 * (imap_update_summary): When reading message flags, set theDan Winship2001-04-042-2/+13 * (imap_get_message): If the server_level < IMAP4rev1, always fetchDan Winship2001-04-042-3/+9 * If we don't change any flags or expunge, send a NOOP to give the server aDan Winship2001-04-042-1/+17 * Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-0312-44/+64 * marked report status strings for tanslation, fixes #1973Gediminas Paulauskas2001-04-032-7/+11 * mutex lock & unlock the context. (camel_pgp_clearsign): Same.Jeffrey Stedfast2001-04-022-0/+55 * Update the function prototypes to match those found inJeffrey Stedfast2001-04-025-8/+585 * New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-028-23/+241 * Updated the authtypes here too.Jeffrey Stedfast2001-04-023-4/+13 * Updated the authtype values.Jeffrey Stedfast2001-04-0212-11/+73 * Move things around here to make this all work right again (so you don'tDan Winship2001-03-312-47/+35 * Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-312-1/+12 * removed a g_warning for debuggingJeffrey Stedfast2001-03-301-2/+0 * Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-03-302-7/+44 * Dont overwrite an exception if we got one already. Added camel_operationNot Zed2001-03-302-10/+25 * Not quite finished but checking in for some local frobbing.Not Zed2001-03-309-17/+163 * Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-304-4/+31 * Big header cleanups and nntp compile fixKjartan Maraas2001-03-30116-165/+510 * change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-306-24/+38 * New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-293-0/+1603 * Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-292-2/+14 * (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-292-1/+4 * Access the folder directly from the message info.Not Zed2001-03-294-105/+139 * Add the port (if user defined) to the path to fix bug #1996.Jeffrey Stedfast2001-03-282-0/+13 * If we aren't going to even check the resp/free buffer that gets returnedJeffrey Stedfast2001-03-283-5/+15 * Unref the html filter when done. (summary_build_content_info): DisableNot Zed2001-03-272-5/+16 * Fix a cut n paste bug, we want uid_removed not uid_changed deref, fixesNot Zed2001-03-272-1/+6 * add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-277-11/+23 * Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-2715-162/+242 * Fix parsing of params. (output_param): And unparsing...Dan Winship2001-03-271-2/+7 * Rewrite to use imap_store->namespace, not service->url->pathDan Winship2001-03-271-8/+12 * Move all of the camel_vee_folder_construct() internals here.Jeffrey Stedfast2001-03-272-5/+34 * Use camel_vtrash_folder_new() to create the vtrash folder now.Jeffrey Stedfast2001-03-2710-183/+396 * Added folder_created event here.Not Zed2001-03-277-610/+668 * When writing the last token (if not rfc2047 encoded), don't useJeffrey Stedfast2001-03-272-1/+5 * Don't spew a warning if the message-id wasn't set by the application, notJeffrey Stedfast2001-03-272-10/+12 * Rename this from "PLAIN" to "Password": there's no reason the user needsDan Winship2001-03-271-2/+2 * keep a reference on the store's current_folder.Dan Winship2001-03-273-2/+17 * Add missing accessor.Dan Winship2001-03-263-0/+10 * New. Return the provider for a URL.Dan Winship2001-03-263-18/+71 * eh, changed my mind, put the exception back in camel_url_new()Dan Winship2001-03-264-13/+10 * New URL parser with full RFC1808 relative URL support. Yum.Dan Winship2001-03-269-199/+523 * Don't use copy_to if the source folder doesn't support summary info's.Jeffrey Stedfast2001-03-252-4/+13 * Do charset conversion on the username param here if needed.Jeffrey Stedfast2001-03-252-4/+49 * Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-234-1/+24 * Don't look at untagged responses other than "* BYE"...Dan Winship2001-03-235-85/+141 * add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-2215-282/+257 * Return -1 on fail. (camel_filter_driver_filter_folder): Same.Jeffrey Stedfast2001-03-226-30/+63 * Function to check if the store is online and set an exception if not.Dan Winship2001-03-219-190/+451 * Added $(EXTRA_GNOME_CFLAGS)Christopher James Lahey2001-03-202-0/+5 * Set the errbuf to NULL after freeing it? I don't think this should fix bugJeffrey Stedfast2001-03-192-0/+7 * Protect against a possibly NULL exception.Jeffrey Stedfast2001-03-192-1/+7 * Document and modify to return a boolean value denoting whether or notJeffrey Stedfast2001-03-193-21/+90 * Quote the param value if it contains whitespace as well.Jeffrey Stedfast2001-03-192-1/+6 * Don't include system include dir.Jeffrey Stedfast2001-03-184-4/+12 * Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-172-0/+7 * Implemented. (ref_message_info): And default implementation.Not Zed2001-03-175-3/+204 * Same.Jeffrey Stedfast2001-03-173-2/+8 * removed camel-stream-ssl.c and camel-stream-ssl.hJeffrey Stedfast2001-03-172-316/+0 * Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-179-82/+170 * Added #include <config.h>Kjartan Maraas2001-03-172-0/+8 * Don't use getdomainname: it's NIS crap, not DNS.Dan Winship2001-03-172-6/+9 * Don't use the hardcoded cert db directory, use the one passed in.Jeffrey Stedfast2001-03-163-14/+134 * translate NIL to "" in fetch body part responseDan Winship2001-03-161-1/+3 * First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-1613-268/+786 * Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-165-7/+16 * Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-153-20/+52 * defined "ssmtp"Jeffrey Stedfast2001-03-155-10/+50 * also change the protocol name in the providersJeffrey Stedfast2001-03-152-2/+2 * Check for "simap" instead of "imaps".Jeffrey Stedfast2001-03-155-5/+18 * Check to see if we are using "pops" and then set the appropriate SSLJeffrey Stedfast2001-03-154-3/+54 * Ya know what? Lets not ref the service because otherwise we'll startJeffrey Stedfast2001-03-152-2/+9 * Pass the service into the SSL stream, not the session.Jeffrey Stedfast2001-03-154-22/+37 * So it turns out that NSS_Init *isn't* idempotent, so we have to protectJeffrey Stedfast2001-03-157-29/+80 * Eek! So the service's URL isn't set until after this is initialized. ThisJeffrey Stedfast2001-03-154-15/+21 * Numerous fixes to get it to build correctly with NSS enabled.Jeffrey Stedfast2001-03-159-16/+56 * AddedJeffrey Stedfast2001-03-155-0/+613 * re-constify inbuf, to remove a warning.Not Zed2001-03-1410-16/+468 * Check for a new type of mailing list header.Jeffrey Stedfast2001-03-143-0/+6 * Made cancellable. (stream_write): Same. (stream_connect): Removed checksJeffrey Stedfast2001-03-143-42/+114 * Added camel-tcp-stream-ssl to the build.Jeffrey Stedfast2001-03-143-0/+10 * Oops. Make this a subclass of CamelTcpStream, not CamelStream.Jeffrey Stedfast2001-03-147-126/+163 * Since all of the Mozilla libs (including NSPR and NSS) correctly handleJeffrey Stedfast2001-03-143-3/+33 * Don't allow the user to copy a message to or from the vtrash folder. SetJeffrey Stedfast2001-03-144-34/+185 * When trying again after a failed password attempt, check if the connectionDan Winship2001-03-142-0/+12 * More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-14