| Commit message (Expand) | Author | Age | Files | Lines |
* | gone. (match_initials): gone. (book_query_sexp): remove the primary | Chris Toshok | 2003-02-10 | 1 | -4/+6 |
* | [ huge change, all for 1 little performance problem :) fixes #18207 ] use | Chris Toshok | 2003-02-08 | 1 | -13/+18 |
* | [ fixes bug #36375 ] use PHONE_OTHER_FAX instead of PHONE_OTHER for | Sean Gao | 2003-01-24 | 1 | -1/+1 |
* | [ fixes bug #31014, roll this in from the 1.2 branch ] use "categories" | Chris Toshok | 2003-01-24 | 1 | -1/+1 |
* | fix for bug 34883 broke ssl transactions (at least those where we were | Chris Toshok | 2003-01-24 | 1 | -0/+11 |
* | doh, fix build error. | Chris Toshok | 2003-01-10 | 1 | -2/+2 |
* | build up the list of supported auth_methods. | Chris Toshok | 2003-01-10 | 1 | -34/+102 |
* | Fix to build. | Jeffrey Stedfast | 2003-01-09 | 1 | -1/+1 |
* | make it build | Jeffrey Stedfast | 2003-01-09 | 1 | -1/+1 |
* | Move PASBook request handling into PASBackend itself since all | Dan Winship | 2003-01-09 | 1 | -192/+90 |
* | g_strcasecmp -> g_ascii_strcasecmp. (FIND_INSERT): same. | Chris Toshok | 2002-12-18 | 1 | -2/+2 |
* | only enable the LDAPv3 stuff if TLS is being used. Also, deal with naming | Chris Toshok | 2002-12-03 | 1 | -30/+42 |
* | [ roll forward from the 1.2 branch. fixes #25540, part of #29630, as well | Chris Toshok | 2002-11-25 | 1 | -2/+34 |
* | guard against multiple invocations. | Chris Toshok | 2002-11-12 | 1 | -15/+10 |
* | guard against multiple invocations. | Chris Toshok | 2002-11-10 | 1 | -11/+17 |
* | use g_type_class_peek_parent. | Chris Toshok | 2002-11-07 | 1 | -1/+1 |
* | copy a memleak fix from pas-backend-ad. | Dan Winship | 2002-11-05 | 1 | -0/+1 |
* | port to gnome 2. | Chris Toshok | 2002-11-05 | 1 | -89/+88 |
* | set the timeout to 30 seconds. (query_ldap_root_dse): same, and also | Chris Toshok | 2002-09-28 | 1 | -23/+33 |
* | return NULL if the list is empty. (pas_backend_ldap_connect): always try | Chris Toshok | 2002-08-29 | 1 | -17/+18 |
* | spew the filter we're using for the search. | Chris Toshok | 2002-08-29 | 1 | -0/+2 |
* | [ fixes #20348 ] deprecate "categories" in favor of "category". evolution | Chris Toshok | 2002-08-28 | 1 | -1/+81 |
* | [ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails. | Chris Toshok | 2002-08-28 | 1 | -2/+2 |
* | [ Fixes (almost certainly) #24649, #25494, #27351, and other LDAP search | Chris Toshok | 2002-08-27 | 1 | -74/+127 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 1 | -6/+15 |
* | add "cache-completions" here, since file completion results are blanket | Chris Toshok | 2002-08-20 | 1 | -2/+17 |
* | new function to save a little typing. (find_book_view): same. | Chris Toshok | 2002-08-16 | 1 | -96/+150 |
* | [ roll in the following change from the 1.0 branch.] change the CALURI and | Chris Toshok | 2002-08-01 | 1 | -27/+39 |
* | add Book.getCompletionView. | Chris Toshok | 2002-07-10 | 1 | -0/+5 |
* | use ldap_unbind_ext. (create_card_handler): don't leak the new vcard. | Chris Toshok | 2002-06-16 | 1 | -6/+15 |
* | fill in source->ssl. (addressbook_source_dialog_set_source): set up | Chris Toshok | 2002-04-19 | 1 | -29/+27 |
* | fix memory leaks. | Chris Toshok | 2002-04-19 | 1 | -1/+3 |
* | Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD and | Dan Winship | 2002-04-02 | 1 | -1/+1 |
* | make sure to call ldap_value_free (values);, and ldap_msgfree (resp). | Chris Toshok | 2002-03-28 | 1 | -12/+23 |
* | add TLSNotAvailable to BookLister_CallStatus. | Chris Toshok | 2002-03-10 | 1 | -16/+57 |
* | track union/struct change. (pas_book_queue_remove_card): same. | Chris Toshok | 2002-03-08 | 1 | -647/+937 |
* | don't ref the view here, since it keeps the view alive until the search is | Chris Toshok | 2002-03-01 | 1 | -4/+0 |
* | [fixes bug #20690] the data arg is not GList** anymore, it's | Chris Toshok | 2002-03-01 | 1 | -52/+65 |
* | [ Fixes bugs 20740, 16680, and god knows what else :) ] double the | Chris Toshok | 2002-02-23 | 1 | -41/+131 |
* | track change to signature, and (for now) just change all the return | Chris Toshok | 2002-02-21 | 1 | -4/+4 |
* | escape commas in the dn, since they're used by ldap to specify the node's | Chris Toshok | 2002-02-19 | 1 | -7/+22 |
* | [ fixes bug 16097 ] gui love for the new auth stuff. | Chris Toshok | 2002-01-25 | 1 | -31/+35 |
* | Set the number of cards to return to the value specified in the ldap uri, | Christopher James Lahey | 2002-01-21 | 1 | -2/+36 |
* | move search_for_dn's contents here, and add an "existing_objectclasses" | Chris Toshok | 2001-12-07 | 1 | -40/+92 |
* | we need to be able to disable non-labels here as well. since we're using | Chris Toshok | 2001-12-07 | 1 | -1/+3 |
* | check against LDAP_SUCCESS as the return value, not -1. | Chris Toshok | 2001-11-15 | 1 | -7/+9 |
* | [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filled | Chris Toshok | 2001-11-13 | 1 | -8/+11 |
* | [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c | Chris Toshok | 2001-11-10 | 1 | -2/+1 |
* | overload this function for modifying objectclasses too, so we can make | Chris Toshok | 2001-10-30 | 1 | -5/+16 |
* | [ bug #12979 ] new function. (anniversary_ber): new function. | Chris Toshok | 2001-10-28 | 1 | -19/+161 |
* | unref the book after we pass it off to evolution-addressbook. | Chris Toshok | 2001-10-16 | 1 | -0/+18 |
* | make sure to unref the book_view here so we don't leak them. | Chris Toshok | 2001-10-16 | 1 | -1/+4 |
* | use ldap_init. ldap_open is deprecated in openldap 2.x. | Chris Toshok | 2001-09-14 | 1 | -1/+1 |
* | add -DEVOLUTION_IMAGESDIR. | Chris Toshok | 2001-09-07 | 1 | -12/+25 |
* | Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here since | Christopher James Lahey | 2001-09-02 | 1 | -6/+6 |
* | unref our card_sexp. (create_card_handler): make sure to set the id of the | Chris Toshok | 2001-08-17 | 1 | -34/+120 |
* | implement using search_for_dn. | Chris Toshok | 2001-08-15 | 1 | -4/+13 |
* | Fix up to match the pas_book_new/get_vcard changes. | Dan Winship | 2001-08-14 | 1 | -37/+22 |
* | don't g_strdup the stuff we're passing into e_list_append, since it does | Chris Toshok | 2001-08-14 | 1 | -8/+8 |
* | [ Fixes ximian bugs #5080, #6021, #6704, #6705 ] | Chris Toshok | 2001-08-10 | 1 | -8/+35 |
* | escape *, \, (, and ), as per rfc2254. (func_contains): escape the string. | Chris Toshok | 2001-08-08 | 1 | -4/+47 |
* | use g_strcasecmp since ldap attribute names are not case sensitive. | Chris Toshok | 2001-08-08 | 1 | -1/+1 |
* | change the way x-evolution-any-field is converted to an ldap query. it | Chris Toshok | 2001-07-26 | 1 | -14/+4 |
* | [ Fixes bugs #4611 - crash searching in the name field at Bigfoot for "\" | Chris Toshok | 2001-07-18 | 1 | -6/+12 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | rename ce_book_found_fields to this, remove the fetching of fields (the | Chris Toshok | 2001-06-20 | 1 | -6/+2 |
* | implement this properly, using base and (objectclass=*). | Chris Toshok | 2001-06-15 | 1 | -19/+9 |
* | Made this handle the "id" property in searches. | Christopher James Lahey | 2001-06-11 | 1 | -1/+1 |
* | fix strings such that ones that happening at the beginning or during an | Chris Toshok | 2001-05-23 | 1 | -8/+10 |
* | only check schema support if we've connected. | Chris Toshok | 2001-05-12 | 1 | -4/+5 |
* | Added the function e_book_view_listener_stop to tell the book view | Christopher James Lahey | 2001-04-15 | 1 | -20/+16 |
* | make sure to notify new clients to the writable status of an already open | Chris Toshok | 2001-04-09 | 1 | -2/+6 |
* | Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> with | Kjartan Maraas | 2001-03-30 | 1 | -3/+4 |
* | new function. (impl_BookListener_report_writable): new function. | Chris Toshok | 2001-03-18 | 1 | -0/+3 |
* | add E_STRING_PROP for categories. | Chris Toshok | 2001-03-13 | 1 | -0/+1 |
* | doh, track renaming of objectclass from evolvePerson to evolutionPerson. | Chris Toshok | 2001-03-03 | 1 | -14/+14 |
* | rename evolveperson.schema to this, and add remaining attributes. | Chris Toshok | 2001-03-03 | 1 | -6/+14 |
* | add objectclasses for "person", "organizationalPerson", and "top" as well, | Chris Toshok | 2001-03-02 | 1 | -38/+79 |
* | new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields): | Chris Toshok | 2001-02-21 | 1 | -10/+19 |
* | add sequence<string> typedef, and add getSupportedFields method. | Chris Toshok | 2001-02-18 | 1 | -0/+10 |
* | Undefine E_STRING_PROP and E_LIST_PROP here. | Christopher James Lahey | 2001-02-15 | 1 | -0/+2 |
* | flesh out this check. #ifdef the entire thing OPENLDAP2, as it only works | Chris Toshok | 2001-02-08 | 1 | -2/+46 |
* | only set the DEBUG_LEVEL if we're OPENLDAP2. | Chris Toshok | 2001-02-08 | 1 | -0/+2 |
* | return TRUE if equal, FALSE otherwise. (business_compare): same. | Chris Toshok | 2001-02-07 | 1 | -40/+82 |
* | doh, didn't mean to commit this. | Chris Toshok | 2001-02-07 | 1 | -3/+5 |
* | don't need the = NULL's since we g_new0. (check_for_evolve_person): new | Chris Toshok | 2001-02-07 | 1 | -58/+194 |
* | err, allocate 2 char*s when i assign 2 char*s. | Chris Toshok | 2001-02-06 | 1 | -1/+1 |
* | switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated. | Chris Toshok | 2001-02-06 | 1 | -18/+132 |
* | add comment about the else block here. (prop_info): add home_address, | Chris Toshok | 2001-01-26 | 1 | -10/+12 |
* | esexp api change fixes. | Not Zed | 2001-01-25 | 1 | -8/+8 |
* | make sure to add the lengths here (include the \0? anyone?). | Chris Toshok | 2001-01-25 | 1 | -2/+5 |
* | get a book view from somewhere so we can give status messages - choose the | Chris Toshok | 2001-01-12 | 1 | -23/+89 |
* | register our status_message signal. (status_message): new function, emit | Chris Toshok | 2001-01-10 | 1 | -74/+85 |
* | new function. (impl_BookListener_respond_authentication_result): new | Chris Toshok | 2001-01-05 | 1 | -8/+26 |
* | always use LDAP_NAME_ERROR (in the openldap1 case it's #defined to | Chris Toshok | 2000-12-19 | 1 | -19/+47 |
* | Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, use | Christopher James Lahey | 2000-12-14 | 1 | -0/+4 |
* | Set view.change_context to NULL in pas_backend_file_process_get_book_view. | Christopher James Lahey | 2000-11-23 | 1 | -1/+1 |
* | Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t... | Ross Golder | 2000-11-23 | 1 | -1/+1 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -18/+18 |
* | Require gal 0.2.99.1. | Christopher James Lahey | 2000-11-10 | 1 | -0/+4 |
* | i2000-10-25 Chris Toshok <toshok@helixcode.com> | Chris Toshok | 2000-10-26 | 1 | -16/+49 |
* | lots of changes. flesh out the remove/modify/create functions. add another | Chris Toshok | 2000-09-23 | 1 | -111/+454 |
* | Added evolution-addressbook-ldap.xml. | Christopher James Lahey | 2000-09-22 | 1 | -4/+11 |
* | split all the ldap operations into 2 halves, a handler, and destructor, | Chris Toshok | 2000-09-16 | 1 | -148/+460 |
* | use x-evolution-any-field. | Chris Toshok | 2000-08-09 | 1 | -37/+78 |
* | wait to free the view until we've taken care of freeing its internals. | Chris Toshok | 2000-07-27 | 1 | -51/+60 |
* | add support for user settable scope. (pas_backend_ldap_search): same. | Chris Toshok | 2000-07-27 | 1 | -5/+12 |
* | remove spew. (pas_backend_ldap_ensure_connected): duh, don't access a | Chris Toshok | 2000-06-27 | 1 | -21/+18 |
* | Added "sequence_complete" signal. | Christopher James Lahey | 2000-05-30 | 1 | -0/+1 |
* | convert to use ECardSimple. (poll_ldap): same. | Chris Toshok | 2000-05-17 | 1 | -38/+18 |
* | add typedefs for the can_write functions, and add parameters to | Chris Toshok | 2000-05-17 | 1 | -1/+18 |
* | Enabled a couple more fields | Christopher James Lahey | 2000-05-09 | 1 | -2/+3 |
* | Removed some code that was notifying too many clients at the wrong times. | Christopher James Lahey | 2000-05-08 | 1 | -11/+1 |
* | if a port isn't specified in the uri default to 389. | Chris Toshok | 2000-05-07 | 1 | -0/+3 |
* | Made uri slightly better managed. | Christopher James Lahey | 2000-05-02 | 1 | -7/+6 |
* | fix a typo in the for loop. | Larry Ewing | 2000-05-02 | 1 | -1/+1 |
* | Added new status values for the IDL stuff. | Federico Mena Quintero | 2000-05-01 | 1 | -14/+77 |
* | add support for a rootdn in the uri. | Chris Toshok | 2000-04-30 | 1 | -3/+7 |
* | Use "e-minicard" as the log domain. | Federico Mena Quintero | 2000-04-21 | 1 | -2/+2 |
* | Added a note field. | Christopher James Lahey | 2000-04-15 | 1 | -1/+1 |
* | don't ldap_simple_bind_s if the ldap_open failed, and fix warnings. | Chris Toshok | 2000-04-15 | 1 | -44/+52 |
* | add the title attribute. | Chris Toshok | 2000-04-13 | 1 | -0/+1 |
* | make sure to g_source_remove the idle id. | Chris Toshok | 2000-04-13 | 1 | -0/+2 |
* | new function that polls ldap for more search responses. | Chris Toshok | 2000-04-13 | 1 | -73/+99 |
* | rework this function to use a table mapping search field names to vcard | Chris Toshok | 2000-04-13 | 1 | -33/+88 |
* | delay the setting of the ldap variable until we've ensured we were | Chris Toshok | 2000-04-12 | 1 | -11/+31 |
* | add LDAP_LIBS here. | Chris Toshok | 2000-04-12 | 1 | -85/+493 |
* | new-file new file | Chris Toshok | 2000-03-31 | 1 | -0/+519 |