/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Chris Toshok * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef _CA_TRUST_DIALOG_H_ #define _CA_TRUST_DIALOG_H #include #include "e-cert.h" GtkWidget* ca_trust_dialog_show (ECert *cert, gboolean importing); void ca_trust_dialog_set_trust (GtkWidget *widget, gboolean ssl, gboolean email, gboolean objsign); void ca_trust_dialog_get_trust (GtkWidget *widget, gboolean *ssl, gboolean *email, gboolean *objsign); #endif /* _CA_TRUST_DIALOG_H_ */
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set LATEST_LINK to ${APP_SHORTNAME}. LATEST_LINK wasznerd2004-04-031-1/+1
* Update to Tomcat 4.1.30.znerd2004-03-082-3/+4
* Set LATEST_LINK.znerd2004-03-081-0/+1
* Fixed name of PID file in pkg-deinstall.znerd2004-01-022-1/+2
* Fixed the MASTER_SITES.znerd2003-11-271-1/+1
* Fix last commit. PORTVERSION should be 4.1.29, not 4.1.27.znerd2003-11-211-1/+1
* Update port to version 4.1.29znerd2003-11-212-6/+18
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.trevor2003-11-131-1/+1
* Update to 4.1.27.znerd2003-08-113-1460/+1472
* Upgrade to 4.1.24.znerd2003-03-273-63/+134
* Clear moonlight beckons.ade2003-03-072-1/+1
* Update to 4.1.18.znerd2003-01-034-809/+1273
* Improved description.znerd2002-10-162-4/+4
* Fixed daemonctl control program to work with the FreeBSD JDK 1.3.1.znerd2002-10-101-1/+1
* Changed target installation directory so it does not includeznerd2002-10-101-1/+2
* Security fix: Upgrade to 4.1.12.znerd2002-09-303-993/+1034
* Upgrade to Tomcat 4.1.10 (stable).znerd2002-09-112-3/+3
* New port: Jakarta Tomcat 4.1. This port is based on the Tomcat 4znerd2002-09-039-1696/+1069
* Reverting to revision 1.7. This change should first be audited byznerd2002-08-291-4/+1
* Executing setuid(geteuid()) to fix SUID. At the moment SUID doesznerd2002-08-281-1/+4
* Fixed a typo. Replaced %%PORTREVISION%% with %%PORTVERSION%%.znerd2002-08-281-2/+2
* Changed WRKDIR definition. It is changed fromznerd2002-08-101-1/+1
* Improved the post-installation message.znerd2002-06-251-1/+1
* Upgrade to Tomcat 4.0.4.znerd2002-06-243-7/+10
* Changed daemonctl program to check if the JAR file exists beforeznerd2002-05-092-2/+12
* Improved the startup script. Always displaying a space firstznerd2002-05-09