head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.3.0.12 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.10 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.8 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.6 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.4 pkgsrc-2008Q1:1.3.0.2 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.2.0.2 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.1.1.1.0.2 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.02.23.12.58.26; author tron; state dead; branches; next 1.3; 1.3 date 2008.02.28.19.43.00; author agc; state Exp; branches; next 1.2; 1.2 date 2007.11.03.13.04.41; author adam; state dead; branches; next 1.1; 1.1 date 2007.07.09.19.03.22; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.07.09.19.03.22; author agc; state Exp; branches; next ; desc @@ 1.4 log @Update "fuse-afpfs-ng" package to version 0.8.1. Changes since version 0.8: - Support for read-only mounts - Escaping of "@@" and ":" in passwords and usernames - Support for mounting via "fstab" - bug fixes @ text @$NetBSD: patch-aa,v 1.3 2008/02/28 19:43:00 agc Exp $ --- fuse/daemon.c 2008/02/27 23:58:04 1.1 +++ fuse/daemon.c 2008/02/27 23:59:04 @@@@ -4,6 +4,8 @@@@ * Copyright (C) 2006 Alex deVries * */ +#include +#include #include #include @ 1.3 log @Update fuse-afpfs-ng to version 0.8. Changes are mainly portability mods; just one minor change for NetBSD to compile out of the box, which has been fed back upstream. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Changes 0.4.3: - UTF8 internationalization of filenames, volumes and servers - proper uid/gid mapping to enable environments with a common or different user directory - DHX2 UAM from Derrik Pates - fixes to deal with the Apple Airport Extreme quirks - fixes to deal with netatalk quirks - improved status output for debugging - various small bug fixes @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2007/07/09 19:03:22 agc Exp $ d3 5 a7 3 --- commands.c 2007/07/09 17:42:19 1.1 +++ commands.c 2007/07/09 17:43:06 @@@@ -6,7 +6,9 @@@@ d9 2 a11 4 #include +#ifdef __linux__ #include +#endif a13 1 #include @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Initial import of afpfs-ng, version 0.4.1 into the Packages Collection. afpfs-ng is an Apple Filing Protocol client that will allow a Linux system to see files exported from a Mac OS system with AFP over TCP. With thanks to Jared for the nudge. @ text @@