| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-19 Chris Toshok <toshok@ximian.com>
* libebook/e-vcard.h: add lots more #defines, some EVC_X ones for
attribute TYPE's, as well as the vcard specified "KEY" attribute.
* libedata-book/e-book-backend.c (e_book_backend_remove_client):
reorder some code so we hold the lock up until we're done with
backend->priv->clients.
* backends/ldap/e-book-backend-ldap.c (prop_info): add an entry
for E_CONTACT_X509_CERT, and map it to the userCertificate ldap
attribute. not sure if this is strictly correct... the
inetOrgPerson schema mentions using userSMIMECertificate (which
contains the full certificate chain in pkcs#7 form) in favor of
userCertificate for S/MIME applications.
* libebook/e-contact.h: add the CERT field types, the EContactCert
struct type, and prototypes for e_contact_cert_get_type and
e_contact_cert_free.
* libebook/e-contact.c (field_info): add E_CONTACT_X509_CERT
(cert_getter, cert_setter): new functions, implement
getting/setting of certs.
(e_contact_cert_free): new function.
(e_contact_cert_copy): same.
(e_contact_cert_get_type): same.
|
|
|
|
|
|
| |
2003-12-19 JP Rosevear <jpr@ximian.com>
* libecal/e-cal.c (e_cal_get_alarms_in_range): create a valid sexp
|
|
|
|
|
|
|
| |
2003-12-19 Rodrigo Moya <rodrigo@ximian.com>
* libecal/e-cal.[ch] (e_cal_class_init): removed 'forget_password'
signal, since it's not used anywhere.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-19 Rodrigo Moya <rodrigo@ximian.com>
* idl/Evolution-DataServer-Calendar.idl: added 'username' and 'password'
arguments to Cal::open method, so that we can send authentication
from the clients.
* libedata-cal/e-cal-backend.[ch] (e_cal_backend_open):
* libedata-cal/e-cal-backend-sync.[ch] (e_cal_backend_sync_open,
_e_cal_backend_open):
* libedata-cal/e-data-cal.c (impl_Cal_open):
* backends/http/e-cal-backend-http.c (e_cal_backend_http_open):
* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_open):
* backends/file/e-cal-backend-file.c (e_cal_backend_file_open): adapted
to changes in above method.
* libecal/e-cal.[ch]: added E_CAL_LOAD_AUTHENTICATING to LoadState enum.
(e_cal_open): check with the ESource if the server needs authentication
or not, and if so, ask the client's provided auth function. Call
GNOME_Evolution_Calendar_Cal_Open with the new arguments.
|
|
|
|
|
|
| |
2003-12-18 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
|
|
|
|
|
|
|
|
|
| |
2003-12-18 Rodrigo Moya <rodrigo@ximian.com>
* src/server.c (setup_logging, setup_interface_check): get the
BonoboObject's we create here out of the function.
(main): re-organize extra interfaces initialization code, and
make sure we unref all objects we have created.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
2003-12-18 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-cal-backend-groupwise.c: use a GMutex for
thread safety.
(e_cal_backend_groupwise_init): create the GMutex.
(e_cal_backend_groupwise_finalize): free the GMutex.
(e_cal_backend_groupwise_open): use the mutex.
|
|
|
|
|
|
|
| |
2003-12-17 JP Rosevear <jpr@ximian.com>
* backends/groupwise/e-gw-connection.c (e_gw_connection_init):
create a synchronous session
|
|
|
|
|
|
|
|
|
|
| |
2003-12-17 Hans Petter Jansson <hpj@ximian.com>
* libedataserver/e-source.c (build_absolute_uri): Implement based on
factored-out code.
(e_source_set_group): Generate and keep an absolute URI so we can
work stand-alone if the group goes away.
(e_source_get_uri): Use build_absolute_uri ().
|
| |
|
|
|
|
|
|
|
|
| |
2003-12-17 Hans Petter Jansson <hpj@ximian.com>
* libecal/e-cal.c (e_cal_finalize): Unref source.
(fetch_corba_cal): Ref and keep source.
(e_cal_get_source): Implement.
|
|
|
|
|
|
|
|
| |
2003-12-17 Chris Toshok <toshok@ximian.com>
* libebook/e-book-async.c (_get_book_view_response_dtor): if
there's a crash in the wombat and we're left with an invalid
EBook, resp->book_view will be NULL here. don't unref it.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-16 Hans Petter Jansson <hpj@ximian.com>
* misc/e-source-option-menu.c (select_source_foreach_menu_item):
Use e_source_equal() instead of comparing pointers. This allows user
to pass in a source that was obtained from somewhere else. Set the
matching internal source as "selected" instead of the one passed in.
(select_source): Emit signal only if we found a match. Don't ref/unref
anything, since the selected source will always be from our internal
list.
|
|
|
|
|
|
|
|
|
|
| |
2003-12-16 Hans Petter Jansson <hpj@ximian.com>
* libebook/e-book.c (fetch_corba_book): Ref and keep the loaded
ESource around. Unref old source if present.
(e_book_get_source): Implement.
(e_book_init): Init source pointer.
(e_book_dispose): Unref source, if any.
|
|
|
|
|
|
|
| |
2003-12-16 Hans Petter Jansson <hpj@ximian.com>
* libedataserver/e-source.c (e_source_equal): Implement. Compares
two sources based on UID and full URI.
|
|
|
|
|
|
|
| |
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/create-account.c: added support for specifying
a password, since we need one to connect to the server.
|
|
|
|
|
|
|
| |
2003-12-17 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/create-account.c: added support for specifying
a password, since we need one to connect to the server.
|
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-connection.c (e_gw_connection_new): no need to
set the namespace for "types:", it's already set in
e_gw_message_new_with_header().
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (e_gw_message_new_with_header):
added the namespace for the SOAP types.
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-connection.c (logout): fixed copy-paste typo.
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/soap-test.c (idle_cb): unref the EGwConnection
object, so that the logout message is sent to the server.
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/soap-test.c (idle_cb): unref the EGwConnection
object, so that the logout message is sent to the server.
|
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-cal-backend-groupwise.c
(e_cal_backend_groupwise_open): return an AuthenticationFailed error
when we can't open the connection.
|
|
|
|
|
|
|
|
|
|
| |
2003-12-16 JP Rosevear <jpr@ximian.com>
* libecal/e-cal.c (e_cal_get_free_busy): the info is already in
ECalComponent form, no need to process it again, from Gary Ekker
<gekker@novell.com>
Fixes #52218
|
|
|
|
|
|
|
|
|
|
| |
2003-12-16 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-connection.c (parse_response_status): map
some error codes.
(e_gw_connection_new): retrieve all the info returned in the UserInfo
type (name, email and uuid).
(e_gw_connection_disposee): free new private fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-16 Sivaiah Nallagatla <snallagatla@novell.com>
* backends/groupwise/e-gw-connection.h
* backends/groupwise/e-gw-connection.c (e_gw_connection_new,
e_gw_connection_get_user_email)
* backends/groupwise/e-cal-backend-groupwise.c (e_cal_backend_groupwise_get_ldap_attribute,
e_cal_backend_groupwise_get_cal_address, e_cal_backend_groupwise_is_read_only,
e_cal_backend_groupwise_get_alarm_email_address, e_cal_backend_groupwise_get_static_capabilities
e_cal_backend_groupwise_open ): added implementation for all the apis listed above
* backends/groupwise/TODO : updated TODO 2.3 is done
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-15 Hans Petter Jansson <hpj@ximian.com>
* libebook/e-contact.c (adr_getter): Initialize the address_format
field. Absence of this was causing crashes.
(e_contact_set_property): For synthetic attr_type fields, add a
case for struct/get_set alongside strings. This makes addresses work.
(e_contact_get_property): For multi_elem strings, count the matching
attributes instead of trying to get a list from the first attribute
encountered (which is what list_elem does). This makes e-mail
addresses work.
|
|
|
|
|
|
|
| |
2003-12-15 JP Rosevear <jpr@ximian.com>
* libecal/e-cal-listener.c (e_cal_listener_class_init): fix the
number of parameters for get free busy and get_changes
|
|
|
|
|
|
|
|
|
| |
2003-12-15 Rodrigo Moya <rodrigo@ximian.com>
* backends/e-cal-backend-sync.c (_e_cal_backend_sync_get_ldap_attribute,
_e_cal_backend_sync_get_static_capabilities,
_e_cal_backend_sync_get_alarm_email_address): call the correct
e_cal_backend_sync_* functions, typo pointed out by Siva.
|
|
|
|
|
|
|
|
| |
2003-12-15 Rodrigo Moya <rodrigo@ximian.com>
* backends/e-cal-backend-sync.c (_e_cal_backend_sync_get_ldap_attribute,
_e_cal_backend_sync_get_static_capabilities): call the correct
cal_backend_sync_* functions, typo pointed out by Siva.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-15 Rodrigo Moya <rodrigo@ximian.com>
* backends/file/e-cal-backend-file.c
(e_cal_backend_file_get_static_capabilities): g_strdup the
'capabilities' argument, since it is expected to be freed in
e-cal-backend-sync.c.
* backends/http/e-cal-backend-http.c
(e_cal_backend_http_get_static_capabilities): ditto.
|
|
|
|
|
|
|
|
|
| |
2003-12-14 JP Rosevear <jpr@ximian.com>
* libecal/e-cal-component.c (set_datetime): don't remove and then
free the param, lest we double free it
Fixes #51633
|
| |
|
| |
|
|
|
|
|
|
| |
2003-12-13 Kjartan Maraas <kmaraas@gnome.org>
* no.po: Updated Norwegian translation.
|
|
|
|
|
|
| |
2003-12-13 Kjartan Maraas <kmaraas@gnome.org>
reviewed by: <delete if not using a buddy>
|
|
|
|
|
|
| |
2003-12-13 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/Makefile.am: set the correct G_LOG_DOMAIN.
|
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (e_gw_message_new_with_header):
added SOAPAction header to the request.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (e_gw_message_write_footer): write
the request's content here.
(e_gw_message_new_with_header): add the Content-Type header.
* backends/groupwise/e-gw-connection.c (e_gw_connection_send_message):
no need to write the request here, it's written in
e_gw_message_write_footer().
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (e_gw_message_write_footer): write
the request's content here.
(e_gw_message_new_with_header): add the Content-Type header.
* backends/groupwise/e-gw-connection.c (e_gw_connection_send_message):
no need to write the request here, it's written in
e_gw_message_write_footer().
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (setup_debug): fixed typo.
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (setup_debug): fixed typo.
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (setup_debug): fixed typo.
|
| |
|
| |
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/Makefile.am: use $DEBUG_CFLAGS.
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* configure.in: added --enable-debug argument.
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* configure.in: added --enable-debug argument.
|
|
|
|
|
|
|
|
|
|
|
|
| |
2003-12-12 Rodrigo Moya <rodrigo@ximian.com>
* backends/groupwise/e-gw-message.c (setup_debug, print_header,
debug_handler): new functions for adding debugging of the SOAP messages.
(e_gw_message_new_with_header): if G_ENABLE_DEBUG is defined, setup
debugging for the message. Also, use POST to send the messages.
* doc/gw-soap-methods.xsd:
* doc/gw-soap-types.xsd: added new versions of SOAP interfaces.
|