aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-fs.c
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-06-25 00:44:28 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-06-25 00:44:28 +0800
commit179e04c582ab764dab34f0451e5317a1ed237565 (patch)
tree47b5ad8ea4d9a2523f914ba2f4e3bc8e790dbef2 /camel/camel-stream-fs.c
parentd953c8fd58a748ede1587bed1362ee6da484fac5 (diff)
downloadgsoc2013-evolution-179e04c582ab764dab34f0451e5317a1ed237565.tar.gz
gsoc2013-evolution-179e04c582ab764dab34f0451e5317a1ed237565.tar.zst
gsoc2013-evolution-179e04c582ab764dab34f0451e5317a1ed237565.zip
Various patches from Ulrich Drepper <drepper at cygnus.com>
1999-06-24 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/camel-mime-message.c (_write_one_recipient_to_stream): includes gmime-utils header. patch from Ulrich Drepper <drepper at cygnus.com> set separator string in write_header_with_glist_to_stream() * camel/camel-log.c (camel_log): patch from Ulrich Drepper <drepper at cygnus.com> Do not use stderr in initialization of logfile descriptor. * camel/camel-stream-fs.c (camel_stream_fs_new_with_name): patch from Ulrich Drepper <drepper at cygnus.com> initialize mode field in open(). svn path=/trunk/; revision=994
Diffstat (limited to 'camel/camel-stream-fs.c')
-rw-r--r--camel/camel-stream-fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-fs.c b/camel/camel-stream-fs.c
index c7335f9821..09b193b229 100644
--- a/camel/camel-stream-fs.c
+++ b/camel/camel-stream-fs.c
@@ -111,7 +111,7 @@ camel_stream_fs_new_with_name (GString *name, CamelStreamFsMode mode)
if ( (mode & CAMEL_STREAM_FS_READ) && !(mode & CAMEL_STREAM_FS_WRITE) )
if (v == -1) return NULL;
- fd = open (name->str, flags);
+ fd = open (name->str, flags, 0600);
if (fd==-1) {
CAMEL_LOG (FULL_DEBUG, "CamelStreamFs::new_with_name can not obtain fd for file \"%s\"\n", name->str);
CAMEL_LOG (FULL_DEBUG, " Full error text is : %s\n", strerror(errno));
ix to honour login.conf, WWWpi2015-02-226-19/+132 * - Fix path to Gnome Pie iconnivit2015-02-221-1/+1 * (Readdition of x11/gnome-pie which was removed on 372767)nivit2015-02-2213-0/+340 * x11/sessreg: Use tradcpp to fix build on gcc-5marino2015-02-221-0/+3 * Update to 1.0.6bapt2015-02-222-3/+3 * Remove unneeded patches, so now the port patches again..kwm2015-02-222-42/+0 * Update babl to 0.1.12.kwm2015-02-213-7/+14 * - Simplify MASTER_SITESamdmi32015-02-211-2/+8 * x11/eaglemode: set make enviroment for do-build targetmarino2015-02-201-1/+2 * - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1 * - Update to 1.5.0olivierd2015-02-192-5/+5 * - Update to 0.8.2kmoore2015-02-193-5/+80 * Update to 0.8.0gblach2015-02-173-5/+6 * Upgrade to 2.9.5.vanilla2015-02-162-3/+3 * - Update to 2.11danilo2015-02-152-4/+6 * Update to 1.4.3olivierd2015-02-152-3/+3 * - Remove instructions for fixing python command. It alreadynivit2015-02-131-8/+1 * - Update to 0.5.2nivit2015-02-137-54/+83 * Add ReGIS graphics support.nobutaka2015-02-092-2/+17 * New port: x11/p5-XTerm-Confpi2015-02-085-0/+33 * x11/dzen2: Upgrade version 0.8.5 => 0.9.5marino2015-02-065-26/+131 * Unfumble the patch to fix the build with clang 3.6.kwm2015-02-051-14/+11 * Fix the build with clang 3.6.kwm2015-02-041-0/+21 * Add patch from upstream to fix the build with clang 3.6.kwm2015-02-041-0/+21 * - Move mainstream version to 346.xx (update to 346.35) and create anotherdanfe2015-02-044-9/+24 * Update poppler to 0.30.0 [1].kwm2015-02-031-0/+1 * - restore variable set in /etc/make.confjgh2015-02-031-1/+4 * - merge japanese/xlockmore into x11/xlockmorejgh2015-02-031-3/+7 * - Drop @dirrm* from pkg-plistsamdmi32015-02-029-29/+0 * - adddres misuse of optionsjgh2015-02-021-2/+2 * - update to 5.45jgh2015-01-312-5/+5 * - Update mainstream version to 340.76danfe2015-01-292-5/+9 * Add upstream patch to fix a possible crash in KMail and KAddressBook.rakuco2015-01-292-1/+356 * Add a port of cool-retro-term, nifty terminal emulator which mimics the olddanfe2015-01-286-0/+163 * - Update to 1.0.1olivierd2015-01-275-35/+40 * Fix pkg-plistolivierd2015-01-251-54/+54 * - Update to 1.8.2olivierd2015-01-256-314/+67 * Update to 3.4.2.nobutaka2015-01-252-3/+3 * Clean up dependencies.rakuco2015-01-251-2/+2 * Remove a now-redundant @dirrm entry from the plist.rakuco2015-01-251-1/+0 * Fix some _DEPENDSantoine2015-01-251-1/+1 * Switch ports depending on docbook* through a directory name to a package name,antoine2015-01-241-2/+2 * - Update to 0.87.0amdmi32015-01-232-4/+3 * - Update to 0.8.1kmoore2015-01-233-5/+6 * - Change COMMENT, making it more genericnivit2015-01-211-1/+1 * New port: x11/rofivg2015-01-214-0/+35 * Fix dependsantoine2015-01-211-2/+2 * - Add textproc/intltool to build dependencies:nivit2015-01-201-1/+2 * Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2 * Cleanup plistbapt2015-01-185-19/+0 * Cleanup plistbapt2015-01-181-4/+0 * Cleanup plistbapt2015-01-181-2/+0 * Cleanup plistbapt2015-01-182-7/+0 * Cleanup @dirrmbapt2015-01-181-1/+0 * Get rid of useless @dirrmbapt2015-01-181-1/+0 * This is also a meta ports, make it suchbapt2015-01-182-6/+3 * This is actually a meta port no need to install anythingbapt2015-01-182-7/+3 * Remove useless @dirrm*bapt2015-01-181-5/+0 * Remove useless @dirrm*bapt2015-01-181-1/+0 * Remove @dirrm*bapt2015-01-181-2/+0 * Remove expired ports:rene2015-01-1714-381/+0 * Revert change to distinfo in r377096 which should not have been committed.kwm2015-01-171-2/+2 * Sprinkle some PORTSCOUT macros around to either mark ports:kwm2015-01-164-0/+8 * Update cinnamon-menus to 2.4.1.kwm2015-01-162-3/+3 * Manualy depend on vte290 until roxterm supports the 2.91 API from vte3.kwm2015-01-152-3/+5 * Update libxklavier to 5.3.kwm2015-01-153-6/+4 * Add patch for CVE-2013-7252 (CBC encryption handling bug).rakuco2015-01-152-1/+759 * Update graphics/giflib to 5.0.5antoine2015-01-152-2/+2 * - Update to 3.3.15ga7madpilot2015-01-143-31/+26 * - Properly strip all binariesamdmi32015-01-131-2/+10 * - Remove Author linesunpoet2015-01-131-1/+0 * Upgrade to 1.2.vanilla2015-01-132-4/+3 * Update x11/xcb-util, x11/xcb-util-image and x11/xcb-util-keysyms to 0.4.0garga2015-01-126-12/+9 * Switch default python3 version from 3.3 to 3.4.demon2015-01-111-0/+1 * - Update to 0.8.0kmoore2015-01-074-13/+13 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-061-1/+1 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-062-2/+2 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-064-4/+4 * Update to 314ehaupt2015-01-052-3/+3 * Assign maintainership of FPC ports to new FPC ports teammarino2015-01-051-1/+1 * x11/florence: Mark jobs unsafemarino2015-01-041-0/+2 * x11/bbdock: #include <cstring>marino2015-01-041-0/+10 * - Gnome is default icons theme [1], not switched to Adwaita because Thunar andolivierd2015-01-041-1/+10 * - Update *_DEPENDSsunpoet2015-01-031-4/+5 * AntiMicro is a graphical program used to map keyboard keys and mouse controlspawel2015-01-025-0/+43 * Upgrade to 9.21.thierry2015-01-023-13/+7 * Add a work around for the https://bugzilla.gnome.org/show_bug.cgi?id=739424kwm2015-01-022-0/+19 * Unbreak cjs and cinnamon on 9.3 and 8.4. The spidermonkey 24.0 code needskwm2015-01-011-1/+2 * slop (Select Operation) is an application that collects a screen selectionpawel2014-12-314-0/+31 * Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-3121-646/+590 * Update 3.4.1.nobutaka2014-12-282-4/+3 * x11/tint: USES+= alias to fix battery indicator on DragonFlymarino2014-12-281-1/+1 * - Add another master site.stephen2014-12-281-1/+4 * Fix infinite loop at startup when _SC_OPEN_MAX > 64k.olgeni2014-12-282-1/+15 * - Remove Mk/bsd.efl.mkgblach2014-12-2711-26/+30 * Bump portrevision after png updatebapt2014-12-2615-10/+15 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-2611-11/+11 * Remove abandonware blocking decomissioning imlibbapt2014-12-255-38/+0 * Drop IMLIB optionbapt2014-12-251-7/+2 * Properly support png 1.5bapt2014-12-253-12/+33 * Properly support png 1.5antoine2014-12-242-9/+53 * Properly support png 1.5antoine2014-12-242-13/+138 * - Add LICENSEamdmi32014-12-241-0/+4 * Remove contiguous blank linesolivierd2014-12-241-1/+0 * - Update to 1.1.0olivierd2014-12-244-18/+17 * Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-242-2/+2 * Catch up abusive uses of ${SITE_PERL}.mat2014-12-231-1/+1 * Get rid of gnomehierbapt2014-12-237-8/+13 * Final removal of WITH_NEW_XORGdumbbell2014-12-232-5/+1 * Update to 1.4.2olivierd2014-12-222-4/+3 * cleanup plistbapt2014-12-219-10/+0 * sxhkd is a simple X hotkey daemon with a powerful and compactpawel2014-12-205-0/+40 * x11-servers/xorg-server: Update to 1.14dumbbell2014-12-205-36/+4 * x11/rxvt-devel: fix EXPIRATION_DATE value 2014-01-13 -> 2015-01-13robak2014-12-171-1/+1 * x11/rxvt-devel: set DEPRECATED and EXPIRATION_DATE=2014-01-13robak2014-12-171-0/+3 * Mark legacy branches -173, -96, and -71 as FORBIDDEN: they are unsupporteddanfe2014-12-143-0/+6 * Adjust version check to unbreak the build of 304.xx branch.danfe2014-12-141-1/+1 * Update NVidia drivers (long lived branch and legacy 304.xx branch) to theirdanfe2014-12-143-11/+11 * Add upstream patch that allows the workspace switch to correctly recognizedes2014-12-142-0/+12 * - Update to 0.86.0amdmi32014-12-122-4/+3 * Take maintainershipgblach2014-12-111-1/+1 * - Reset maintainership of my portsgahr2014-12-114-4/+4 * Add xvt 3.0.0, xterm replacement supporting color, transparency, andvanilla2014-12-1114-0/+386 * Use new GIMP master sites macro.kwm2014-12-102-22/+5 * Cleanup plistbapt2014-12-0910-14/+0 * Cleanup plistbapt2014-12-0929-273/+0 * cleanup plistbapt2014-12-095-815/+0 * Cleanup plistbapt2014-12-0920-46/+0 * Cleanup plistbapt2014-12-0918-206/+0 * Cleanup plistbapt2014-12-0910-22/+0 * Cleanup plistbapt2014-12-099-17/+0 * Cleanup plistbapt2014-12-091-41/+0 * Cleanup plistbapt2014-12-098-36/+0 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-0911-11/+13 * Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-2/+2 * Update "BSD" license in x11 categoriesfeld2014-12-071-1/+1 * Update to 1.4.1olivierd2014-12-063-11/+5 * Update GNOME to 3.14.2.kwm2014-12-0310-17/+30 * - Move the project over to GitHub, together with our patchesdanfe2014-12-034-47/+14 * - Update to 4.1.0cs2014-12-031-1/+1 * Add patch to fix the build with clang 3.5.kwm2014-11-301-0/+24 * Allow building with bison 3antoine2014-11-301-2/+30 * Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-302-3/+3 * - Update to 313ehaupt2014-11-292-4/+4 * Fix libEGL and libGLESv2 conflict between libEGL/libglesv2 and thekwm2014-11-274-8/+40 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-2612-43/+16 * x11/nvidia-settings: restore stripping of program during installmarino2014-11-263-28/+4 * x11/wmblob: Fix typos in pkg-descrmarino2014-11-261-2/+2 * Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-252-2/+2 * - Merge EFL libraries into devel/efl and update to 1.12.0gblach2014-11-2529-444/+28 * - Simplify MASTER_SITESamdmi32014-11-252-4/+1 * - Simplify MASTER_SITESamdmi32014-11-252-3/+4 * - Drop @dirrm* from plistamdmi32014-11-251-1/+0 * Cleanup plistantoine2014-11-2554-302/+15 * - Update to 1.0.4danilo2014-11-233-18/+14 * multimedia/x264: General overhaulxmj2014-11-231-2/+2 * Add upstream patch for CVE-2014-8600 (insufficient input validation).rakuco2014-11-212-1/+26 * Xfdashboard is GNOME shell like for the Xfce desktop.olivierd2014-11-215-0/+53 * - Update to 0.7.2kmoore2014-11-203-5/+74 * Remove: abandonware, depends on non existing USE_GNOME componentsbapt2014-11-195-50/+0 * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-19204-9143/+5395 * Add patch for CVE-2014-8651 (privilege escalation).rakuco2014-11-182-0/+114 * Fix packagingantoine2014-11-171-2/+1 * Update to 3.5.0.28bapt2014-11-173-55/+3 * - Remove patchfile and remove autotoolsjohans2014-11-162-22/+13 * - Stop trying to adopt cap_rights_t type change in FreeBSD src SVN r255219danfe2014-11-161-12/+2 * - Update to 0.6.3madpilot2014-11-153-24/+4 * Cleanup plistantoine2014-11-141-99/+1 * x11/rubygem-gnome2: update to 2.2.3swills2014-11-121-3/+2 * Upgrade CentOS to 6.6xmj2014-11-113-256/+206 * Cleanup plistantoine2014-11-111-5/+0 * Fix distinfo for i386 flavor of version 304.123 of the driver.danfe2014-11-101-2/+2 * Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1 * - Do not require a particular version of Tk - any will do [1]gahr2014-11-071-18/+6 * Update two most recent branches of nVidia drivers to versions 340.46danfe2014-11-063-13/+26 * Update Qt5 ports to 5.3.2.rakuco2014-11-052-1/+8 * Remove ZEROCONF optionalonso2014-11-031-6/+1 * - Finish conversion of NVVERSION to float (left-pad minor < 99 with zerodanfe2014-11-031-37/+42 * - Update to 0.7.0bdrewery2014-11-033-10/+27 * Switch NVVERSION (internal variable derived from DISTVERSION) to float, indanfe2014-11-021-33/+43 * - Modify sample config to not listen on the net by default [1]madpilot2014-11-024-16/+19 * Update the following Xorg components:kwm2014-11-0126-154/+35 * - Update to 0.7.1kmoore2014-10-302-4/+4 * Fix an OOB memory read in kio_sftpalonso2014-10-292-0/+12 * Avoid using @cwdbapt2014-10-281-34/+27 * Remove @dirrm and @dirrmtry entries from the Qt ports.rakuco2014-10-243-6/+0 * - Update to 0.7.0-1413916751kmoore2014-10-222-6/+7 * Add USES=alias to several portsmarino2014-10-202-2/+2 * - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,mva2014-10-2020-38/+24 * KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-1941-1267/+484 * - Update libxine to 1.2.6 - changelog is here:nox2014-10-191-1/+1 * - Fix various distinfo errorsak2014-10-161-1/+0 * - Update to 0.7.0-1413399783kmoore2014-10-163-4/+5 * - Update to 0.7.0kmoore2014-10-153-5/+8 * Remove @dirrm's from my ports plistspawel2014-10-141-1/+0 * No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of thisantoine2014-10-121-3/+0 * x11/xpra: switch from py-imaging to py-pillowwg2014-10-071-4/+4 * x11/xcurs: switch from py-imaging to py-pillowwg2014-10-072-4/+5 * Fix packagingantoine2014-10-071-0/+1 * Update to 1.8.1bapt2014-10-062-4/+4 * Update to 1.8.1bapt2014-10-063-90/+12 * Update to 1.8.1bapt2014-10-063-218/+5 * Update to 1.8.1bapt2014-10-063-111/+4 * graphics/djvulibre:tijl2014-10-061-1/+1 * Replace USE_PYTHON* by USES=python.alonso2014-10-061-2/+1 * Doesn't build with gnome3 version of gnome-desktopkwm2014-10-032-9/+0 * Add x11/qt5-x11extras.rakuco2014-09-303-0/+33 * - Add NO_ARCHak2014-09-292-33/+6 * Update to 312ehaupt2014-09-292-3/+3 * - Use options helpersak2014-09-272-62/+25 * Update to version 2.9.4.vanilla2014-09-263-27/+4 * - Set CPPFLAGS and LIBS in a number of ports so configure can find libintl.htijl2014-09-255-6/+17 * Hand back my ports to the pool.eadler2014-09-243-3/+3 * - Drop @dirrm* from plistamdmi32014-09-231-35/+0 * - Update Lumina to 0.6.3kmoore2014-09-232-6/+6 * x11/libXcm: it is not an Xorg lib, set USES=libtool, remove *.la filesbsam2014-09-233-9/+5 * x11/libXcm: clear @dirrm, add INSTALL_TARGET=install-strip, USES=libtool:keeplabsam2014-09-232-4/+2 * Simplify plistbapt2014-09-221-6/+1 * Update CentOS base to 6.5, add userland portsxmj2014-09-227-2/+492 * x11/slim: Add non-default UTF-8 character input supportmarino2014-09-214-9/+984 * Replace USE_GCC=4.8+ by the equivalent, but preferred USE_GCC=yes.gerald2014-09-211-1/+1 * Fix r368473antoine2014-09-201-2/+2 * graphics/imlib:tijl2014-09-202-2/+2 * Remove old libtool patchestijl2014-09-202-33/+0 * Update to 311ehaupt2014-09-192-3/+3 * Allow staging as a regular userantoine2014-09-192-6/+4 * Fix build when pkg(8) do not extract mtree firstbapt2014-09-181-2/+3 * - Fix build after r368108 (x11-toolkits/gtk12 library name change)tijl2014-09-151-12/+2 * devel/glib12 x11-toolkits/gtk12:tijl2014-09-138-8/+8 * - Update to 1.2.2.1jhale2014-09-123-6/+7 * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1163-42/+63 * Commit meta port forgotten in mate 1.8 importbapt2014-09-111-10/+8 * Attempt #4 to unbreak INDEX after Mate Desktop 1.8 import: Chase renamedcperciva2014-09-111-4/+4 * Welcome Mate Desktop 1.8bapt2014-09-10