/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * */ #ifndef CAMEL_TCP_STREAM_SSL_H #define CAMEL_TCP_STREAM_SSL_H #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include #include #define CAMEL_TCP_STREAM_SSL_TYPE (camel_tcp_stream_ssl_get_type ()) #define CAMEL_TCP_STREAM_SSL(obj) (CAMEL_CHECK_CAST((obj), CAMEL_TCP_STREAM_SSL_TYPE, CamelTcpStreamSSL)) #define CAMEL_TCP_STREAM_SSL_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_TCP_STREAM_SSL_TYPE, CamelTcpStreamSSLClass)) #define CAMEL_IS_TCP_STREAM_SSL(o) (CAMEL_CHECK_TYPE((o), CAMEL_TCP_STREAM_SSL_TYPE)) struct _CamelTcpStreamSSL { CamelTcpStream parent_object; PRFileDesc *sockfd; CamelSession *session; char *expected_host; }; typedef struct { CamelTcpStreamClass parent_class; /* virtual functions */ } CamelTcpStreamSSLClass; /* Standard Camel function */ CamelType camel_tcp_stream_ssl_get_type (void); /* public methods */ CamelStream *camel_tcp_stream_ssl_new (CamelSession *session, const char *expected_host); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CAMEL_TCP_STREAM_SSL_H */ ndabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* emulators/ppsspp-qt5: move CMake 3.9 fix into a separate filejbeich2017-09-172-18/+23
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Update to 5.1.28.jkim2017-09-156-16/+14
* Update CMake to 3.9, merge devel/cmake-modules into devel/cmakeadridg2017-09-151-6/+24
* Back out C++11 changes for ICU >= 59jbeich2017-09-121-4/+2
* emulators/open-vm-tools: unbreak with ICU >= 59jbeich2017-09-121-1/+4
* emulators/rpcs3: update to 0.0.3.305jbeich2017-09-112-6/+5
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1124-19/+24
* Update to Wine 2.16. This includes the following changes:gerald2017-09-083-7/+13
* - Fix overflow in host memory size calculation.jkim2017-09-084-0/+65
* emulators/rpcs3: update to 0.0.3.286jbeich2017-09-082-5/+5
* emulators/fuse-utils: update to 1.3.4rene2017-09-072-4/+4
* emulators/rpcs3: update to 0.0.3.276jbeich2017-09-062-5/+5
* emulators/nestopia: Update to 1.4.8tobik2017-09-065-55/+21
* emulators/i386-wine-devel: update to 2.15dbn2017-09-043-14/+20
* emulators/citra: update to s20170903jbeich2017-09-042-10/+10
* emulators/rpcs3: update to 0.0.3.262jbeich2017-09-032-5/+5
* Minor comment nit fix0r.sbruno2017-08-301-1/+1
* Remove the armv7 configuration when shutting down.sbruno2017-08-302-0/+2
* Update to 10.1.10jpaetzel2017-08-307-88/+140
* emulators/rpcs3: update to 0.0.3.225jbeich2017-08-282-5/+5
* Bump qemu-sbruno to chase qemu release candidates.sbruno2017-08-264-8/+15
* update emulators/winetricks to 20170823lifanov2017-08-252-4/+4
* emulators/rpcs3: update to 0.0.3.208jbeich2017-08-253-6/+106
* Update to Wine 2.15. This includes the following changes:gerald2017-08-243-7/+13
* Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT,mat2017-08-211-1/+1
* emulators/rpcs3: update to 0.0.3.191jbeich2017-08-202-6/+5
* Explicitly pass -std=gnu++03 to the compiler.rakuco2017-08-181-0/+2
* Update libspectrum and fuse[utils] to their latest versions.rene2017-08-188-23/+20
* emulators/rpcs3: update to 0.0.3.171jbeich2017-08-182-5/+6
* Take maintainershipjpaetzel2017-08-181-1/+1
* Don't leak lock from os_kmem_alloc().jhb2017-08-182-10/+11
* xen-kernel: apply XSA-{226,227,228,230}royger2017-08-155-2/+427
* emulators/fuse-roms: use RPM from Fedora 26rene2017-08-142-5/+5
* emulators/i386-wine-devel: update to 2.14dbn2017-08-123-14/+24
* - Update to 20170809 snapshotlwhsu2017-08-125-17/+20
* - Update to 20170711 snapshotlwhsu2017-08-123-6/+5
* Track wine-mono-devel update.gerald2017-08-111-1/+1
* emulators/citra: update to s20170804jbeich2017-08-104-28/+7
* emulators/citra-qt5: unbreak audio and inputjbeich2017-08-103-2/+30
* * Updated to 103ultima2017-08-094-12/+13
* emulators/rpcs3: update to 0.0.3.101jbeich2017-08-092-8/+8
* Update wine-mono-devel from upstream 4.7.0 to 4.7.1 with minor fixes.gerald2017-08-083-5/+5
* Update to Wine 2.14. This includes the following changes:gerald2017-08-083-7/+17
* emulators/qemu-utils: Update to 2.9.0asomers2017-08-082-8/+29
* emulators/rpcs3: update to 0.0.3.90jbeich2017-08-062-7/+11
* emulators/i386-wine: update to 2.0.2dbn2017-08-053-9/+11
* emulators/qemu: Update version 2.8.1=>2.9.0bofh2017-08-048-56/+68
* Revert r446286. ar(1) on head should be fixed with r321674.jkim2017-08-021-8/+0
* emulators/i386-wine-devel: update to 2.13dbn2017-07-313-34/+42
* i386-wine-devel: update to 2.12dbn2017-07-313-14/+26
* Update to a July 20th snapshot including 128-bit correctness fixes andbrooks2017-07-292-5/+5
* Update to 5.1.26.jkim2017-07-297-15/+15
* emulators/rpcs3: update to 0.0.3.65jbeich2017-07-282-7/+11
* Fix es1370 build when gameport is disabled.fjoe2017-07-281-0/+14
* Regular USE_GITHUB cleanup.mat2017-07-272-4/+4
* Add port for QEMU fork for experimental PowerNV work (powerpc64, Non-Virtuali...linimon2017-07-274-0/+77
* Update emulators/libspectrum and emulators/fuse to their latest versions.rene2017-07-265-10/+10
* Update to Wine 2.13. This includes the following changes:gerald2017-07-263-7/+14
* emulators/rpcs3: update to 0.0.3.34jbeich2017-07-252-5/+5
* Move some twenty files that originally were part of the Wine Staginggerald2017-07-242-20/+21
* Mark BROKEN: wrong dependenciesantoine2017-07-221-0/+2
* emulators/{ppsspp,rpcs3}: switch to MAP_32BITjbeich2017-07-224-57/+52
* Update host kernel signal state when using sa_sigaction.sbruno2017-07-222-5/+5
* Update to the Wine 2.0.2 maintenance which mostly fixes bugs (62 asgerald2017-07-214-6/+8
* emulators/rpcs3: update to 0.0.3jbeich2017-07-213-19/+4
* Apply a bandaid to fix sporadic build failures on head.jkim2017-07-211-0/+8
* Update to 5.1.24.jkim2017-07-197-38/+14
* - Fix build on 10.3. strncat() was not available in libkern. Actually,jkim2017-07-193-7/+4
* emulators/virtualbox-ose-additions: Add support for VirtualBox SharedFoldermmokhi2017-07-1914-142/+4194
* emulators/rpcs3: update to 0.0.2.463jbeich2017-07-183-5/+19
* Sync to QEMU for today.sbruno2017-07-183-24/+10
* - COMMENT should start wit capital letterpawel2017-07-1712-47/+56
* Drop 9.x hack for USES=compiler:c++14-langjbeich2017-07-161-1/+0
* emulators/citra: add new license after r445923jbeich2017-07-161-1/+2
* emulators/citra: update to s20170713jbeich2017-07-162-7/+10
* emulators/rpcs3: update to 0.0.2.463jbeich2017-07-142-6/+5
* emulators/i386-wine-devel: update to 2.11dbn2017-07-133-14/+23
* - Fix build with nasm 2.13.01ak2017-07-131-0/+6
* Update to Wine 2.12. This includes the following changes:gerald2017-07-123-6/+18
* Bump PORTREVISION of several ports that depends of net/libvncserver toaraujo2017-07-124-4/+4
* emulators/rpcs3: work around LLVM recompiler crashjbeich2017-07-122-0/+36
* Bump after pull requests.sbruno2017-07-122-7/+7
* emulators/rpcs3: update to 0.0.2.423jbeich2017-07-112-5/+5
* Bump for today's pull request:sbruno2017-07-082-7/+7
* - Update security/linux-c7-nss to 3.28.4-1.2.el7_3. [1]tijl2017-07-084-2/+28
* Update glibc to 2.17-157.el7_3.4.tijl2017-07-072-15/+15
* Update glibc to 2.12-1.209.el6_9.2.tijl2017-07-072-15/+15
* - Update security/linux-c6-nss to 3.28.4-3.el6_9. [1]tijl2017-07-074-1/+26
* Bump qemu-sbruno/qemu-user-static to capture fixes that are now requiredsbruno2017-07-073-24/+21
* - Update to 0.9.45.1acm2017-07-073-15/+4
* Add The Unlicense to Mk/bsd.licenses.db.mktobik2017-07-051-4/+0
* emulators/rpcs3: update to 0.0.2.395jbeich2017-07-042-6/+5
* Update to Wine 2.11. This includes the following changes:gerald2017-07-023-6/+14
* emulators/citra: update to s20170629jbeich2017-07-012-5/+5
* emulators/rpcs3: update to 0.0.2.368jbeich2017-07-012-5/+5
* emulators/open-vm-tools: update to 10.1.5swills2017-07-0125-157/+261
* Backport c5b3b52d553d: enable libusb hotplug on FreeBSD 11+martymac2017-06-282-29/+24
* emulators/rpcs3: update to 0.0.2.368jbeich2017-06-282-5/+5
* * Update maintainer emailultima2017-06-281-1/+1
* Update devel/readline to 7.0 patch 3sunpoet2017-06-272-2/+2
* Fix WWWsunpoet2017-06-261-1/+1
* Begin deorbit burn of ia64. We have not attempted to build packages forlinimon2017-06-252-8/+6
* - Update to 0.186danilo2017-06-253-5/+22
* emulators/rpcs3: update to 0.0.2.353jbeich2017-06-252-7/+17
* emulators/i386-wine: add packages for -HEADdbn2017-06-242-3/+5
* emulators/i386-wine-devel: add packages for -HEADdbn2017-06-242-3/+7
* emulators/rpcs3: update to 0.0.2.346jbeich2017-06-242-5/+5
* emulators/citra: update to s20170622jbeich2017-06-232-8/+8
* emulators/rpcs3: update to 0.0.2.334jbeich2017-06-232-5/+5
* emulators/rpcs3: sync git-version.h fix if .git is present (unused here)jbeich2017-06-212-3/+3
* emulators/ppsspp: drop QMake-specific version substitutionjbeich2017-06-212-6/+2
* emulators/rpcs3: unbreak non-parallel buildjbeich2017-06-202-5/+5
* xen: apply XSA-{217,218,219,220,221,222,224}royger2017-06-2015-2/+2220
* emulators/rpcs3: restore patch commentjbeich2017-06-201-0/+8
* emulators/rpcs3: add new portjbeich2017-06-205-0/+90
* update emulators/winetricks to 20170614 releaselifanov2017-06-192-4/+4
* emulators/i386-wine: update package checksumdbn2017-06-191-5/+5
* * Remove OPTIONS_DEFAULTultima2017-06-181-1/+0
* emulators/i386-wine-devel: update to 2.10dbn2017-06-183-10/+24
* emulators/i386-wine-devel: update to 2.9dbn2017-06-173-17/+22
* emulators/i386-wine: update to 2.0.1_2dbn2017-06-173-10/+11
* * Add mupen64plus-qt 1.10, basic launcher for Mupen64Plus.ultima2017-06-164-0/+52
* Update to Wine 2.10. This includes the following changes:gerald2017-06-153-6/+20
* emulators/citra: drop Clang < 3.8 workaround (FreeBSD < 11)jbeich2017-06-141-17/+0
* emulators/citra: update to s20170613jbeich2017-06-143-16/+38
* Update to support NODOCS buildsbruno2017-06-142-2/+3
* Update qemu-sbruno and qemu-user-static to 2.9.50sbruno2017-06-123-9/+7
* emulators/i386-wine: switch to using https for downloadsdbn2017-06-112-4/+8
* emulators/fuse: update to 1.3.6rene2017-06-092-4/+4
* emulators/libspectrum: update to 1.3.4rene2017-06-083-5/+5
* Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.mat2017-06-072-7/+7
* emulators/ppsspp: update to 1.4.2jbeich2017-06-052-4/+4
* Bump PORTREVISION for pkg-descr change.gerald2017-06-041-1/+1
* Be more bold re games working.gerald2017-06-041-1/+5
* emulators/tpm-emulator: fail to run in arm64 due to improper getopt(3) useler2017-06-042-1/+12
* Update to Wine 2.9. This includes the following changes:gerald2017-05-312-7/+6
* Update to 2.17-157.el7_3.2.tijl2017-05-292-15/+15
* Mark some ports failing on armv6, for errors classified as "missing_header".linimon2017-05-281-1/+4
* Fix checksum of glibc src rpm.tijl2017-05-261-3/+3
* These ports fail the same way on armv6 as they do on aarch64.linimon2017-05-262-2/+4
* Update util-linux to 2.23.2-33.el7_3.2.tijl2017-05-262-20/+20
* Update to CentOS 6.9.tijl2017-05-265-166/+149
* Register dependency on groffbapt2017-05-251-1/+1
* emulators/ppsspp: update to 1.4jbeich2017-05-234-11/+11
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-2331-22/+31
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-227-7/+19
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-211-0/+2
* Update to Wine 2.8. This includes the following changes:gerald2017-05-21