aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/backend/pas/pas-backend-ldap.c
Commit message (Expand)AuthorAgeFilesLines
* only check schema support if we've connected.Chris Toshok2001-05-121-4/+5
* Added the function e_book_view_listener_stop to tell the book viewChristopher James Lahey2001-04-151-20/+16
* make sure to notify new clients to the writable status of an already openChris Toshok2001-04-091-2/+6
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-3/+4
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-181-0/+3
* add E_STRING_PROP for categories.Chris Toshok2001-03-131-0/+1
* doh, track renaming of objectclass from evolvePerson to evolutionPerson.Chris Toshok2001-03-031-14/+14
* rename evolveperson.schema to this, and add remaining attributes.Chris Toshok2001-03-031-6/+14
* add objectclasses for "person", "organizationalPerson", and "top" as well,Chris Toshok2001-03-021-38/+79
* new function. (impl_GNOME_Evolution_Addressbook_Book_getSupportedFields):Chris Toshok2001-02-211-10/+19
* add sequence<string> typedef, and add getSupportedFields method.Chris Toshok2001-02-181-0/+10
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-151-0/+2
* flesh out this check. #ifdef the entire thing OPENLDAP2, as it only worksChris Toshok2001-02-081-2/+46
* only set the DEBUG_LEVEL if we're OPENLDAP2.Chris Toshok2001-02-081-0/+2
* return TRUE if equal, FALSE otherwise. (business_compare): same.Chris Toshok2001-02-071-40/+82
* doh, didn't mean to commit this.Chris Toshok2001-02-071-3/+5
* don't need the = NULL's since we g_new0. (check_for_evolve_person): newChris Toshok2001-02-071-58/+194
* err, allocate 2 char*s when i assign 2 char*s.Chris Toshok2001-02-061-1/+1
* switch to ldap_modify_ext_s if OPENLDAP2, as ldap_modify_s is deprecated.Chris Toshok2001-02-061-18/+132
* add comment about the else block here. (prop_info): add home_address,Chris Toshok2001-01-261-10/+12
* esexp api change fixes.Not Zed2001-01-251-8/+8
* make sure to add the lengths here (include the \0? anyone?).Chris Toshok2001-01-251-2/+5
* get a book view from somewhere so we can give status messages - choose theChris Toshok2001-01-121-23/+89
* register our status_message signal. (status_message): new function, emitChris Toshok2001-01-101-74/+85
* new function. (impl_BookListener_respond_authentication_result): newChris Toshok2001-01-051-8/+26
* always use LDAP_NAME_ERROR (in the openldap1 case it's #defined toChris Toshok2000-12-191-19/+47
* Test for the existance of LDAP_NAME_ERROR and if it exists as a macro, useChristopher James Lahey2000-12-141-0/+4
* Set view.change_context to NULL in pas_backend_file_process_get_book_view.Christopher James Lahey2000-11-231-1/+1
* Fixed typo preventing compilation - NAME_ERROR should be LDAP_NAME_ERROR (I t...Ross Golder2000-11-231-1/+1
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-18/+18
* Require gal 0.2.99.1.Christopher James Lahey2000-11-101-0/+4
* i2000-10-25 Chris Toshok <toshok@helixcode.com>Chris Toshok2000-10-261-16/+49
* lots of changes. flesh out the remove/modify/create functions. add anotherChris Toshok2000-09-231-111/+454
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-221-4/+11
* split all the ldap operations into 2 halves, a handler, and destructor,Chris Toshok2000-09-161-148/+460
* use x-evolution-any-field.Chris Toshok2000-08-091-37/+78
* wait to free the view until we've taken care of freeing its internals.Chris Toshok2000-07-271-51/+60
* add support for user settable scope. (pas_backend_ldap_search): same.Chris Toshok2000-07-271-5/+12
* remove spew. (pas_backend_ldap_ensure_connected): duh, don't access aChris Toshok2000-06-271-21/+18
* Added "sequence_complete" signal.Christopher James Lahey2000-05-301-0/+1
* convert to use ECardSimple. (poll_ldap): same.Chris Toshok2000-05-171-38/+18
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-171-1/+18
* Enabled a couple more fieldsChristopher James Lahey2000-05-091-2/+3
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-081-11/+1
* if a port isn't specified in the uri default to 389.Chris Toshok2000-05-071-0/+3
* Made uri slightly better managed.Christopher James Lahey2000-05-021-7/+6
* fix a typo in the for loop.Larry Ewing2000-05-021-1/+1
* Added new status values for the IDL stuff.Federico Mena Quintero2000-05-011-14/+77
* add support for a rootdn in the uri.Chris Toshok2000-04-301-3/+7
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-2/+2
* Added a note field.Christopher James Lahey2000-04-151-1/+1
* don't ldap_simple_bind_s if the ldap_open failed, and fix warnings.Chris Toshok2000-04-151-44/+52
* add the title attribute.Chris Toshok2000-04-131-0/+1
* make sure to g_source_remove the idle id.Chris Toshok2000-04-131-0/+2
* new function that polls ldap for more search responses.Chris Toshok2000-04-131-73/+99
* rework this function to use a table mapping search field names to vcardChris Toshok2000-04-131-33/+88
* delay the setting of the ldap variable until we've ensured we wereChris Toshok2000-04-121-11/+31
* add LDAP_LIBS here.Chris Toshok2000-04-121-85/+493
* new-file new fileChris Toshok2000-03-311-0/+519