<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.network.netatalk.devel">
    <title>gmane.network.netatalk.devel</title>
    <link>http://blog.gmane.org/gmane.network.netatalk.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10488"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10483"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10474"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10473"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10467"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10466"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10459"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10455"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10452"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10451"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10445"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10440"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10438"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.network.netatalk.devel/10424"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10488">
    <title>Netatalk 3.0 beta1 is available</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10488</link>
    <description>&lt;pre&gt;Netatalk 3.0 beta1
==================

The Netatalk development team is proud to announce the release of
the first beta version of the new major Netatalk release 3.0.
This release is NOT intended for production systems.

Netatalk is a freely-available Open Source AFP fileserver.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP).

The suite contains:

* netatalk   - the main server service controller
* afpd       - the AFP file server daemin
* cnid_metad - the CNID database multiplexing daemon
* cnid_dbd   - the CNID database daemon serving CNIDs for AFP volumes
* various supporting programs and utilities

Summary of major new features and enhancements in 3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* New ini style configuration file afp.conf which replaces all previous
  configuration files
* New default AppleDouble backend using filesytem Extended Attributes,
  conversion from AppleDouble v2 is done automatically on access
* New service controller process "netatalk" responsible for starting and
  restarting afpd and cnid_metad as necessary
* AppleTalk support has been removed
* Coherent cross-platform locking with Solaris CIFS server

Please make sure to read the upgrading section in the Netatalk online
manual before trying to upgrade your system to 3.0!

License
~~~~~~~

Netatalk is a Free/Open Source Software project and is released under
the GNU General Public License (GPLv2).  The full license text is available
at:

  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Changes in 3.0 beta1
~~~~~~~~~~~~~~~~~~~~

* UPD: afpd: Performance tuning of read/write AFP operations. New option
       "afp read locks" (default: no) which disables that the server
       applies UNIX byte range locks to regions of files in AFP read and
       write calls.
* UPD: apple_dump: Extended Attributes AppleDouble support.
       (*BSD is not supported yet)

Changes in 3.0 alpha3
~~~~~~~~~~~~~~~~~~~~~

* NEW: afpd: Per volume "login message", NetAFP bug ID #18
* NEW: afpd: Cross-platform locking (share modes) on Solaris and derivates
       with Solaris CIFS/SMB server. Uses new Solaris fcntl F_SHARE share
       reservation locking primitives. Enabled by default, set global
       "solaris share reservations" option to false to disable it.
* NEW: ad: ad set subcommand for changing Mac metadata on the server
* UPD: unix charset is UTF8 by default
       vol charset is same value as unix charset by default
* UPD: .AppleDesktop/ are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* FIX: afpd: Server info packet was malformed resulting in broken
       server names being displayed on clients
* FIX: afpd: Byte order detection. Fixes an error where Netatalk on
       OpenIndiana returned wrong volume size information.

Changes in 3.0 alpha2
~~~~~~~~~~~~~~~~~~~~~

* UPD: afpd: Store '.' as is and '/' as ':' on the server, don't
       CAP hexencode as "2e" and "2f" respectively
* UPD: afdp: Automatic name conversion, renaming files and directories
       containing CAP sequences to their not enscaped forms
* UPD: afpd: Correct handling of user homes and users without homes
* UPD: afpd: Perform complete automatic adouble:v2 to adouble:ea conversion
       as root. Previously only unlinking the adouble:v2 file was done as root
* UPD: dbd: -C option removes CAP encoding
* UPD: Add graceful option to RedHat init script
* UPD: Add --disable-bundled-libevent configure options When set to yes,
       we rely on a properly installed version on libevent CPPFLAGS and LDFLAGS
       should be set properly to pick that up
* UPD: Run ldconfig on Linux at the end of make install
* FIX: afpd: ad cp on appledouble = ea volumes
* FIX: dbd: ignore ._ appledouble files
* REM: Volumes options "use dots" and "hex encoding"

Changes in 3.0 alpha1
~~~~~~~~~~~~~~~~~~~~~

* NEW: Central configuration file afp.conf which replaces all previous files
* NEW: netatalk: service controller starting and restarting afpd and cnid_metad
       as necessary
* NEW: afpd: Extended Attributes AppleDouble backend (default)
* UPD: CNID databases are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* UPD: Start scripts and service manifests have been changed to only start
       the new netatalk service controller process
* UPD: afpd: UNIX privileges and use dots enabled by default
* UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been
       removed
* UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been
       changed to $localstatedir/netatalk/ (default: /var/netatalk/)
* UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/
* UPD: dbd: new option -C for conversion from AppleDouble v2 to ea
* REM: AppleTalk support has been removed
* REM: afpd: SLP and AFP proxy support have been removed
* REM: afpd: legacy file extension to type/creator mapping has been removed
* REM: afpd: AppleDouble backends v1, osx and sfm have been removed


Supported Platforms
~~~~~~~~~~~~~~~~~~~

As of Netatalk 3.0 the following operating systems are supported:

 * FreeBSD
 * Linux
 * OpenBSD
 * NetBSD
 * [Open]Solaris

Netatalk may compile and run on other operating systems as well, but
it is not well-tested on those.  We welcome patches and suggestions
for enhancing the portability of Netatalk as well as success and failure
stories.  Please write to netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.

Availability
~~~~~~~~~~~~

Netatalk tar-balls can be found at:

http://sourceforge.net/project/showfiles.php?group_id=8642

Netatalk is also available via anonymous git.  See the SourceForge project
site for anonymous git instructions.

Contact
~~~~~~~

For more information about Netatalk, see its web page at:

http://netatalk.sourceforge.net/

The project is hosted at SourceForge.  The SourceForge project page is
located at:

http://sourceforge.net/projects/netatalk/

The Netatalk development team can be reached via the mailing list
netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.  For subscription information and
archives see Netatalk's SourceForge project page.

netatalk-admins&amp;lt; at &amp;gt;lists.sourceforge.net is a mailing list for Netatalk
system administrators.  For subscription information and archives see
the Netatalk web page.

Acknowledgements
~~~~~~~~~~~~~~~~

We would like to thank all contributors to the Netatalk project for
their commitment.  Without the many suggestions, bug and problem reports,
patches, and reviews this project wouldn't be where it is.

 - The Netatalk Development Team, May 2012

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-05-22T15:13:27</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10483">
    <title>Netatalk 2.2.3 is available</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10483</link>
    <description>&lt;pre&gt;Netatalk 2.2.3
==============

The Netatalk development team is proud to announce version 2.2.3 of
the Netatalk File Sharing suite. This is the latest update to the 2.2
release series. All users are encouraged to upgrade their systems to 2.2.3.

Netatalk is a freely-available Open Source AFP fileserver. It also
provides a kernel level implementation of the AppleTalk Protocol Suite.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP), AppleTalk
router, *NIX/*BSD print server, and for accessing AppleTalk printers via
Printer Access Protocol (PAP).
Included are a number of minor printing and debugging utilities.

The suite contains:

* afpd - a file server that implements the Apple Filing Protocol, allowing
  clients running MacOS to access Unix file servers
* atalkd - an implementation of the AppleTalk protocol
* papd - a print server that enables Macintosh computers to access printers
  connected to Unix servers
* megatron - a tool to convert files in Macintosh specific formats like
  BinHex, AppleSingle, or MacBinary into files readable by Unix computers
* various supporting programs and utilities

Summary of hot stuff and enhancements in 2.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* AFP 3.3 support (necessary for TimeMachine and Lion)
* Robust network disconnect/reconnect, especially important for Time Machine
* Support for fast AFP searches (CNID backend "dbd" only)
* POSIX draft 1e ACL support
* Complete Netatalk volume compatible `ad` file utility suite
* Dynamic filesystem cache
* Builtin Zeroconf registration of the AFP server and TimeMachine volumes
* Support for ACLs without a common Directory Service between server and client

Important
~~~~~~~~~

The enhancements for fast AFP searches are only implemented for the
CNID backend "dbd"
and require changes to the underlying CNID database, ie an additional index.
This breaks drop-in compatibility between the CNID backends "cdb" and
"dbd". Once "dbd"
has upgraded a CNID database of a volume, "cdb" will reject to open it.

License
~~~~~~~

Netatalk is a Free/Open Source Software project and is released under
the GNU General Public License (GPLv2).  The full license text is available
at:

  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Changes in 2.2.3
~~~~~~~~~~~~~~~~
* NEW: afpd: support for mdnsresponder
* NEW: afpd: new LDAP config option ldap_uuid_string
* UPD: based on Unicode 6.1.0
* UPD: experimental systemd service files: always run both afpd and cnid_metad
* UPD: afpd: Ensure our umask is not altered by eg pam_umask
* UPD: afpd: Use GSS_C_NO_NAME as server principal when Kerberos options -fqdn
       and -krb5service are not set, from Jamie Gilbertson
* UPD: afpd: Changed behaviour for TimeMachine volumes in case there's a problem
       talking to the CNID daemons. Previously the volume was flagged read-only
       and an AFP message was sent to the client. As this might result in
       TimeMachine assuming the backup sparse bundle is damaged, we now just
       switch the CNID database to an in-memory tdb without the
additional stuff.
* FIX: afpd: sendfile() on FreeBSD was broken, courtesy of Denis Ahrens
* FIX: afpd: Dont use searchdb when doing partial name search
* FIX: afpd: Fix a possible bug handling disconnected sessions,
       NetAFP Bug ID #16
* FIX: afpd: Close IPC fds in afpd session child inherited from the afpd
       master process
* FIX: dbd: Don't remove BerkeleyDB if it's still in use by eg cnid_dbd, fixes
       bug introduced in 2.2.2
* FIX: debian initscript: start avahi-daemon (if available) before atalkd
* FIX: Zeroconf could not advertise non-ASCII time machine volume name

Changes in 2.2.2
~~~~~~~~~~~~~~~~
* NEW: afpd: New option "adminauthuser". Specifying eg "-adminauthuser root"
       whenever a normal user login fails, afpd tries to authenticate as
       the specified adminauthuser. If this succeeds, a normal session is
       created for the original connecting user. Said differently: if you
       know the password of adminauthuser, you can authenticate as any other
       user.
* NEW: configure option "--enable-suse-systemd" for openSUSE12.1 and later.
       "--enable-redhat-systemd" and "--enable-suse-systemd" are same as
       "--enable-systemd".
       "--enable-suse" is renamed "--enable-suse-sysv".
* NEW: experimental systemd service files in distrib/systemd/
* UPD: afpd: Enhanced POSIX ACL mapping semantics, from Laura Mueller
* UPD: afpd: Reset options every time a :DEFAULT: line is found in a
       AppleVolumes file
* UPD: afpd: Convert passwords from legacy encoding (wire format) to host
       encoding, NetAFP Bug ID #14
* UPD: afpd: Don't set ATTRBIT_SHARED flag for directories
* UPD: afpd: Use sendfile() on Solaris and FreeBSD for sending data
* UPD: afpd: Faster volume used size calculation for "volsizelimit" option,
       cf man AppleVolume.default for details
* FIX: afpd: ACL access checking
* FIX: afpd: Fix an error when duplicating files that lacked an AppleDouble
       file which lead to a possible Finder crash
* FIX: afpd: Read-only filesystems lead to afpd processes running as root
* FIX: afpd: Fix for filesystem without NFSv4 ACL support on Solaris
* FIX: afpd: Fix catsearch bug, NetAFP Bug ID #12
* FIX: afpd: Fix dircache bug, NetAFP Bug ID #13
* FIX: dbd: Better checking for duplicated or bogus CNIDs from AppleDouble
       files
* FIX: dbd: Remove BerkeleyDB database environment after running `dbd`. This
       is crucial for the automatic BerkeleyDB database upgrade feature which
       is built into cnid_dbd and dbd.
* FIX: Fix compilation error when AppleTalk support is disabled
* FIX: Portability fixes
* FIX: search of surrogate pair

Changes in 2.2.1
~~~~~~~~~~~~~~~~
* NEW: afpd: disable continous service feature by default, new option
       -keepsessions to enable it
* NEW: configure option "--enable-redhat-systemd" for Fedora15 and later.
       "--enable-redhat" is renamed "--enable-redhat-sysv".
* UPD: afpd: Enhance ACL support detection for volumes: enable them per volume
       if
       1) ACL support compiled in, 2) the volume supports ACLs, 3) the new
       volume option "noacls" is not set for the volume.
       The previous behaviour was to enable ACL support for a volume if
       1) it was compiled in and 2) the volume supported ACLs. There was no way
       to disable ACLs for a volume.
* UPD: afpd: add a configurable hold time option to FCE file modification event
       generation, default is 60 s, new option "fceholdfmod" to change it
* UPD: afpd: add support for new NetBSD quota subsystem, Bug ID 3249879
* FIX: afpd: increase BerkeleyDB locks and lockobjs
* FIX: afpd: create special folder as root
* FIX: afpd: fix compilation error if --enable-ddp is used
* FIX: afpd: More robust IPC reconnect error handling
* FIX: afpd: ACL access checking
* FIX: afpd: fix a possible race condition between SIGCHLD handler and
       new connection attempts
* FIX: afpd: fix undefined behaviour when more then ~510 connetions where
       established
* FIX: afpd: fix a crash when searching for a UUID that is not a special
       local UUID and LDAP support is not compiled in
* FIX: afpd: .volinfo file not created on first volume access if user in rolist
* FIX: afpd: possible crash at startup when registering with Avahi
       when Avahi is not running
* FIX: afpd: return correct user/group type when mapping UUIDs to names
* FIX: afpd: for directories add DARWIN_ACE_DELETE ACE
       if DARWIN_ACE_ADD_SUBDIRECTORY is set
* FIX: afpd: afpd crashed when it failed to register with Avahi because eg
       user service registration is disabled in the Avahi config
* FIX: dbd: function checking and removing malformed ad:ea header files failed
       to chdir back to the original working directory
* FIX: cnid_dbd: increase BerkeleyDB locks and lockobjs
* FIX: cnid_dbd: implement -d option, deletes CNID db
* FIX: dbd: better detection of local (or SMB/NFS) modifications on AFP volumes
* FIX: suse: initscript return better status
* FIX: Sourcecode distribution: add missing headers
* FIX: Solaris 10: missing dirfd replacement function
* FIX: case-conversion of surrogate pair
* FIX: Compilation error on GNU/kFreeBSD, fixes Bug ID 3392794 and
       Debian #630349
* FIX: Fix Debian Bug#637025
* FIX: Multiple *BSD compilation compatibility fixes, Bug ID 3380785
* FIX: precompose_w() failed if tail character is decomposed surrogate pair

Changes in 2.2.0
~~~~~~~~~~~~~~~~

* NEW: afpd: new volume option "nonetids"
* NEW: afpd: ACL access check caching
* NEW: afpd: FCE event notifications
* NEW: afpd: new option "-mimicmodel" for specifying Bonjour model registration
* UPD: Support for Berkeley DB 5.1
* UPD: case-conversion is based on Unicode 6.0.0
* UPD: cnid_metad: allow up to 4096 volumes
* UPD: afpd: only forward SIGTERM and SIGUSR1 from parent to childs
* UPD: afpd: use internal function instead of popening du -sh in order to
       calculate the used size of a volume for option "volsizelimit"
* UPD: afpd: Add negative UUID caching, enhance local UUID handling
* FIX: afpd: configuration reload with SIGHUP
* FIX: afpd: crashes in the dircache
* FIX: afpd: Correct afp logout vs dsi eof behaviour
* FIX: afpd: new catsearch was broken
* FIX: afpd: only use volume UUIDs in master afpd
* FIX: dbd: Multiple fixes, reliable locking
* FIX: ad file suite: fix an error that resulted in CNID database
inconsistencies

Changes in 2.2-beta4
~~~~~~~~~~~~~~~~~~~~

* NEW: afpd: new afpd.conf options "tcprcvbuf" and "tcpsndbuf" to customize
       the corresponding TCP socket options.
* NEW: afpd: new afpd.conf option "nozeroconf" which disabled automatic
       Zeroconf service registration.
* FIX: afpd: generate mersenne primes for DHX2 UAM once at startup,
       not for every login
* FIX: afpd: DSI streaming deadlock
* FIX: afpd: extended sleep
* FIX: afpd: directory cache
* FIX: Support for platforms that do not have the *at functions
* UPD: afpd: put POSIX write lock on volume files while reading them

Changes in 2.2-beta3
~~~~~~~~~~~~~~~~~~~~

* FIX: afpd: fix option volsizelimit to return a usefull value for the
       volume free space using `du -sh` with popen
* FIX: afpd: fix idle connection disconnects
* FIX: afpd: don't disconnect sessions for clients if boottimes don't match
* FIX: afpd: better handling of very long filenames that contain many
       multibyte UTF-8 glyphs

Changes in 2.2-beta2
~~~~~~~~~~~~~~~~~~~~

* NEW: afpd: AFP 3.3
* UPD: afpd: AFP 3.x can't be disabled

Changes in 2.2-beta1
~~~~~~~~~~~~~~~~~~~~

* FIX: composition of Surrogate Pair
* UPD: gentoo,suse,cobalt,tru64: inistscript name is "netatalk", not "atalk"
* UPD: gentoo: rc-update install don't hook in the Makefile

Changes in 2.2alpha5
~~~~~~~~~~~~~~~~~~~~

* UPD: afpd: new option "searchdb" which enables fast catalog searches
       using the CNID db.
* UPD: Case-insensitive fast search with the CNID db
* UPD: cnid_dbd: afpd now passes the volume path, not the db path when
       connecting for a volume. cnid_dbd will read the
       ".AppleDesktop/.volinfo" file of the volume in order to figure
       out the CNID db path and the volume charset encoding.

Changes in 2.2alpha4
~~~~~~~~~~~~~~~~~~~~

* NEW: Enhanced CNID "dbd" database for fast name search support.
       Important: this makes cnidscheme "cdb" incompatible with "dbd".
* NEW: afpd: support for fast catalog searches
* NEW: ad utility: ad find
* UPD: afpd: CNID database versioning check for "cdb" scheme
* UPD: cnid_dbd: CNID database versioning and upgrading. Additional
       CNID database index for fast name searches.


Changes in 2.2alpha3
~~~~~~~~~~~~~~~~~~~~

* FIX: afpd: various fixes
* FIX: Any daemon did not run if atalkd doesn't exist (redhat/debian)

Changes in 2.2alpha2
~~~~~~~~~~~~~~~~~~~~

* FIX: afpd: fix compilation error when ACL support is not available
* FIX: Ensure Appletalk manpages and config files are distributed

Changes in 2.2alpha1
~~~~~~~~~~~~~~~~~~~~

* NEW: ad utility: ad cp
* NEW: ad utility: ad rm
* NEW: ad utility: ad mv
* NEW: afpd: dynamic directoy and CNID cache (new config option -dircachesize)
* NEW: afpd: POSIX 1e ACL support
* NEW: afpd: automagic Zeroconf registration with avahi, registering both
       the service _afpovertcp._tcp and TimeMachine volumes with _adisk._tcp.
* UPD: afpd: ACLs usable (though not visible on the client side) without common
       directory service, by mapping ACLs to UARight
* UPD: afpd: performance improvements for ACL access calculations
* UPD: AppleTalk ist disabled by default at configuration time. If needed
       use configure switch --enable-ddp.
* FIX: afpd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
       use non-blocking IO and select instead.
* FIX: cnid_dbd: Solaris 10 compatibilty fix: don't use SO_SNDTIMEO/SO_RCVTIMEO,
       use non-blocking IO and select instead.
* REM: afile/achfile/apple_cm/apple_mv/apple_rm: use ad

Supported Platforms
~~~~~~~~~~~~~~~~~~~

As of Netatalk 2.2 the following operating systems are supported:

 * FreeBSD
 * Linux
 * OpenBSD
 * NetBSD
 * [Open]Solaris
 * Tru64 (TCP only)

Netatalk may compile and run on other operating systems as well, but
it is not well-tested on those.  We welcome patches and suggestions
for enhancing the portability of Netatalk as well as success and failure
stories.  Please write to netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.

Availability
~~~~~~~~~~~~

Netatalk tar-balls can be found at:

http://sourceforge.net/project/showfiles.php?group_id=8642

Netatalk is also available via anonymous git.  See the SourceForge project
site for anonymous git instructions.

Contact
~~~~~~~

For more information about Netatalk, see its web page at:

http://netatalk.sourceforge.net/

The project is hosted at SourceForge.  The SourceForge project page is
located at:

http://sourceforge.net/projects/netatalk/

The Netatalk development team can be reached via the mailing list
netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.  For subscription information and
archives see Netatalk's SourceForge project page.

netatalk-admins&amp;lt; at &amp;gt;lists.sourceforge.net is a mailing list for Netatalk
system administrators.  For subscription information and archives see
the Netatalk web page.

Acknowledgements
~~~~~~~~~~~~~~~~

We would like to thank all contributors to the Netatalk project for
their commitment.  Without the many suggestions, bug and problem reports,
patches, and reviews this project wouldn't be where it is.

 - The Netatalk Development Team, May 2012

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-05-22T12:03:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10474">
    <title>Current user quota status</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10474</link>
    <description>&lt;pre&gt;What's the current status of user quotas in netatalk?
I'm running 2.2.1 and while quotas are enforced, the disk free space on a mounted share only reports the total free blocks of the volume as opposed to the blocks available to that user (which is what samba does, for example). I need the share to report as free space the user remaining quota. This will also help Time Machine to clean the old backups when reaching the available quota.

Giovanni


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Giovanni Lovato</dc:creator>
    <dc:date>2012-05-21T20:04:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10473">
    <title>[PATCH] Fix resource leak in iniparser</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10473</link>
    <description>&lt;pre&gt;Hello,

if dictionary_new fails we are fclose()ing the wrong variable which is 
undefined so not a reccomended thing to do :)

Spotted by cppcheck, diffed against master.

thanks,
riccardo
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Netatalk-devel mailing list
Netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netatalk-devel
&lt;/pre&gt;</description>
    <dc:creator>Riccardo Magliocchetti</dc:creator>
    <dc:date>2012-05-21T18:05:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10472">
    <title>[PATCH] Fix a couple of leaks in bin/psorder/pa.c</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10472</link>
    <description>&lt;pre&gt;Hello,

don't leak h-&amp;gt;buf and h on read error. Reported by cppcheck. Diffed 
against branch product-2-2.

thanks,
riccardo
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
Netatalk-devel mailing list
Netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netatalk-devel
&lt;/pre&gt;</description>
    <dc:creator>Riccardo Magliocchetti</dc:creator>
    <dc:date>2012-05-21T17:43:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10471">
    <title>Release planning: 2.2.3 and 3.0-beta1</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10471</link>
    <description>&lt;pre&gt;any cons againt releasing 2.2.3 and 3.0-beta1 tomorrow?
-f

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-05-21T16:30:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10468">
    <title>How to reproduce: Ubuntu afpd Signal 11(ID:3418627, 3519622)</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10468</link>
    <description>&lt;pre&gt;Hi,


I succeeded in making this problem reproduce.
Ubuntu 12.04 *Desktop* has no problem.
Ubuntu 12.04 *Server* causes this problem.

Both differ in /etc/pam.d/common-auth .

Ubuntu 12.04 Desktop:

Ubuntu 12.04 Server:

When deleting "pam_smbpass.so" from "auth optional", this problem don't occur.

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-05-07T16:21:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10467">
    <title>In case of read only, log message is annoying</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10467</link>
    <description>&lt;pre&gt;In case of read only, log message is annoying.

[test volume]
    path = /export/test1
    read only = yes

 Apr 24 22:07:35.899782 netatalk[26828] {netatalk.c:281} (N:Default): Netatalk AFP server starting
 Apr 24 22:07:35.901871 cnid_metad[26830] {netatalk_conf.c:180} (N:AFPDaemon): read-only volume 'test volume', can't test for EA support, assuming yes
 Apr 24 22:07:35.906141 cnid_metad[26830] {cnid_metad.c:518} (N:AFPDaemon): CNID Server listening on localhost:4700
 Apr 24 22:07:36.398342 afpd[26829] {afp_config.c:108} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.130:548
 Apr 24 22:07:36.398564 afpd[26829] {netatalk_conf.c:180} (N:AFPDaemon): read-only volume 'test volume', can't test for EA support, assuming yes
 Apr 24 22:07:40.166103 afpd[26834] {auth.c:242} (N:AFPDaemon): AFP3.3 Login by hat
 Apr 24 22:07:40.166884 afpd[26834] {netatalk_conf.c:180} (N:AFPDaemon): read-only volume 'test volume', can't test for EA support, assuming yes
 Apr 24 22:07:41.693658 cnid_metad[26830] {cnid_metad.c:294} (N:CNID): set_dbdir: volume: /export/test1, db path: /usr/local/var/netatalk/CNID//test volume/
 Apr 24 22:07:41.696269 cnid_dbd[26835] {netatalk_conf.c:180} (N:AFPDaemon): read-only volume 'test volume', can't test for EA support, assuming yes

Although I tried "appledouble = v2", it was still annoying.
Although I tried "ea = none", it was still annoying.

When I tried both of "appledouble = v2" and "ea = none", it became quiet.

[test volume]
    path = /export/test1
    read only = yes
    appledouble = v2
    ea = none

 Apr 24 22:16:17.099541 netatalk[27156] {netatalk.c:281} (N:Default): Netatalk AFP server starting
 Apr 24 22:16:17.101805 cnid_metad[27158] {cnid_metad.c:518} (N:AFPDaemon): CNID Server listening on localhost:4700
 Apr 24 22:16:17.318273 afpd[27157] {afp_config.c:108} (N:AFPDaemon): Netatalk AFP/TCP listening on 192.168.1.130:548
 Apr 24 22:16:21.425062 afpd[27162] {auth.c:242} (N:AFPDaemon): AFP3.3 Login by hat
 Apr 24 22:16:22.889796 cnid_metad[27158] {cnid_metad.c:294} (N:CNID): set_dbdir: volume: /export/test1, db path: /usr/local/var/netatalk/CNID//test volume/

This behavior is mysterious.
"read only = yes" should overwrite auto with none.

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-04-24T13:29:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10466">
    <title>Netatalk 3 alpha3 is available</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10466</link>
    <description>&lt;pre&gt;Netatalk 3.0 alpha3
===================

The Netatalk development team is proud to announce the release of
the third alpha version of the new major Netatalk release 3.0.
This release is NOT intended for production systems.

Netatalk is a freely-available Open Source AFP fileserver.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP).

The suite contains:

* netatalk   - the main server service controller
* afpd       - the AFP file server daemin
* cnid_metad - the CNID database multiplexing daemon
* cnid_dbd   - the CNID database daemon serving CNIDs for AFP volumes
* various supporting programs and utilities

Summary of major new features and enhancements in 3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* New ini style configuration file afp.conf which replaces all previous
  configuration files
* New default AppleDouble backend using filesytem Extended Attributes,
  conversion from AppleDouble v2 is done automatically on access
* New service controller process "netatalk" responsible for starting and
  restarting afpd and cnid_metad as necessary
* AppleTalk support has been removed
* Coherent cross-platform locking with Solaris CIFS server

Please make sure to read the upgrading section in the Netatalk online
manual before trying to upgrade your system to 3.0!

License
~~~~~~~

Netatalk is a Free/Open Source Software project and is released under
the GNU General Public License (GPLv2).  The full license text is available
at:

  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Changes in 3.0 alpha3
~~~~~~~~~~~~~~~~~~~~~

* NEW: afpd: Per volume "login message", NetAFP bug ID #18
* NEW: afpd: Cross-platform locking (share modes) on Solaris and derivates
       with Solaris CIFS/SMB server. Uses new Solaris fcntl F_SHARE share
       reservation locking primitives. Enabled by default, set global
       "solaris share reservations" option to false to disable it.
* NEW: ad: ad set subcommand for changing Mac metadata on the server
* UPD: unix charset is UTF8 by default
       vol charset is same value as unix charset by default
* UPD: .AppleDesktop/ are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* FIX: afpd: Server info packet was malformed resulting in broken
       server names being displayed on clients
* FIX: afpd: Byte order detection. Fixes an error where Netatalk on
       OpenIndiana returned wrong volume size information.

Changes in 3.0 alpha2
~~~~~~~~~~~~~~~~~~~~~

* UPD: afpd: Store '.' as is and '/' as ':' on the server, don't
       CAP hexencode as "2e" and "2f" respectively
* UPD: afdp: Automatic name conversion, renaming files and directories
       containing CAP sequences to their not enscaped forms
* UPD: afpd: Correct handling of user homes and users without homes
* UPD: afpd: Perform complete automatic adouble:v2 to adouble:ea conversion
       as root. Previously only unlinking the adouble:v2 file was done as root
* UPD: dbd: -C option removes CAP encoding
* UPD: Add graceful option to RedHat init script
* UPD: Add --disable-bundled-libevent configure options When set to yes,
       we rely on a properly installed version on libevent CPPFLAGS and LDFLAGS
       should be set properly to pick that up
* UPD: Run ldconfig on Linux at the end of make install
* FIX: afpd: ad cp on appledouble = ea volumes
* FIX: dbd: ignore ._ appledouble files
* REM: Volumes options "use dots" and "hex encoding"

Changes in 3.0 alpha1
~~~~~~~~~~~~~~~~~~~~~

* NEW: Central configuration file afp.conf which replaces all previous files
* NEW: netatalk: service controller starting and restarting afpd and cnid_metad
       as necessary
* NEW: afpd: Extended Attributes AppleDouble backend (default)
* UPD: CNID databases are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* UPD: Start scripts and service manifests have been changed to only start
       the new netatalk service controller process
* UPD: afpd: UNIX privileges and use dots enabled by default
* UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been
       removed
* UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been
       changed to $localstatedir/netatalk/ (default: /var/netatalk/)
* UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/
* UPD: dbd: new option -C for conversion from AppleDouble v2 to ea
* REM: AppleTalk support has been removed
* REM: afpd: SLP and AFP proxy support have been removed
* REM: afpd: legacy file extension to type/creator mapping has been removed
* REM: afpd: AppleDouble backends v1, osx and sfm have been removed


Supported Platforms
~~~~~~~~~~~~~~~~~~~

As of Netatalk 3.0 the following operating systems are supported:

 * FreeBSD
 * Linux
 * OpenBSD
 * NetBSD
 * [Open]Solaris

Netatalk may compile and run on other operating systems as well, but
it is not well-tested on those.  We welcome patches and suggestions
for enhancing the portability of Netatalk as well as success and failure
stories.  Please write to netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.

Availability
~~~~~~~~~~~~

Netatalk tar-balls can be found at:

http://sourceforge.net/project/showfiles.php?group_id=8642

Netatalk is also available via anonymous git.  See the SourceForge project
site for anonymous git instructions.

Contact
~~~~~~~

For more information about Netatalk, see its web page at:

http://netatalk.sourceforge.net/

The project is hosted at SourceForge.  The SourceForge project page is
located at:

http://sourceforge.net/projects/netatalk/

The Netatalk development team can be reached via the mailing list
netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.  For subscription information and
archives see Netatalk's SourceForge project page.

netatalk-admins&amp;lt; at &amp;gt;lists.sourceforge.net is a mailing list for Netatalk
system administrators.  For subscription information and archives see
the Netatalk web page.

Acknowledgements
~~~~~~~~~~~~~~~~

We would like to thank all contributors to the Netatalk project for
their commitment.  Without the many suggestions, bug and problem reports,
patches, and reviews this project wouldn't be where it is.

 - The Netatalk Development Team, April 2012

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-20T13:08:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10465">
    <title>WARNING: git tag "netatalk-3-0-alpha3" moved</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10465</link>
    <description>&lt;pre&gt;In case you pulled the tag "netatalk-3-0-alpha3" within the last 10
minutes please delete your local tag and pull again.
I had to move the tag in order to incorporate a hotfix.

-f

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-20T12:43:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10459">
    <title>BYTE_ORDER undefined in OpenSolaris/Indiana</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10459</link>
    <description>&lt;pre&gt;Running on OpenIndiana, I'm getting huge (in the PB region) reported
total and free disk space.

Tracked it down to an endianess issue in the network traffic.

It appears that BYTE_ORDER isn't defined in OpenSolaris/OpenIndiana
(and maybe Solaris, but I don't have one to test) so the

#if BYTE_ORDER == BIG_ENDIAN

is evaluating as true, which is wrong on these platforms.

Not entirely sure what the canonical way on these platforms to test
for this is, however, there are  htonll() and ntoh() which do the same
as hton64() and ntoh64().

Something in include/atalk/util.h which works out if BYTE_ORDER is
defined perhaps? Are you trying to get away from platform specific
config?

Thanks

Chris

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
&lt;/pre&gt;</description>
    <dc:creator>Chris Beauchamp</dc:creator>
    <dc:date>2012-04-20T09:19:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10455">
    <title>.AppleDesktop is obstructive</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10455</link>
    <description>&lt;pre&gt;Error -50 occurs when application file  copied from Mac OS 9 (ex. SimpleText).
The permission of .AppleDesktop is wrong.

$ ls -ld .AppleDesktop
drwx------ 2 root hat 4096 Apr 14 22:56 .AppleDesktop

To begin with, this directory is obstructive.
Is it possible to move this to $localstatedir?

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-04-14T14:43:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10452">
    <title>Netatalk 3.0 alpha2 is available</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10452</link>
    <description>&lt;pre&gt;Netatalk 3.0 alpha2
===================

The Netatalk development team is proud to announce the release of
the second alpha version of the new major Netatalk release 3.0.
This release is NOT intended for production systems.

Netatalk is a freely-available Open Source AFP fileserver.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP).

The suite contains:

* netatalk   - the main server service controller
* afpd       - the AFP file server daemin
* cnid_metad - the CNID database multiplexing daemon
* cnid_dbd   - the CNID database daemon serving CNIDs for AFP volumes
* various supporting programs and utilities

Summary of major new features and enhancements in 3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* New ini style configuration file afp.conf which replaces all previous
  configuration files
* New default AppleDouble backend using filesytem Extended Attributes,
  conversion from AppleDouble v2 is done automatically on access
* New service controller process "netatalk" responsible for starting and
  restarting afpd and cnid_metad as necessary
* AppleTalk support has been removed

Please make sure to read the upgrading section in the Netatalk online
manual before trying to upgrade your system to 3.0!

License
~~~~~~~

Netatalk is a Free/Open Source Software project and is released under
the GNU General Public License (GPLv2).  The full license text is available
at:

  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Changes in 3.0 alpha2
~~~~~~~~~~~~~~~~~~~~~

* UPD: afpd: Store '.' as is and '/' as ':' on the server, don't
       CAP hexencode as "2e" and "2f" respectively
* UPD: afdp: Automatic name conversion, renaming files and directories
       containing CAP sequences to their not enscaped forms
* UPD: afpd: Correct handling of user homes and users without homes
* UPD: afpd: Perform complete automatic adouble:v2 to adouble:ea conversion
       as root. Previously only unlinking the adouble:v2 file was done as root
* UPD: dbd: -C option removes CAP encoding
* UPD: Add graceful option to RedHat init script
* UPD: Add --disable-bundled-libevent configure options When set to yes,
       we rely on a properly installed version on libevent CPPFLAGS and LDFLAGS
       should be set properly to pick that up
* UPD: Run ldconfig on Linux at the end of make install
* FIX: afpd: ad cp on appledouble = ea volumes
* FIX: dbd: ignore ._ appledouble files
* REM: Volumes options "use dots" and "hex encoding"

Changes in 3.0 alpha1
~~~~~~~~~~~~~~~~~~~~~

* NEW: Central configuration file afp.conf which replaces all previous files
* NEW: netatalk: service controller starting and restarting afpd and cnid_metad
       as necessary
* NEW: afpd: Extended Attributes AppleDouble backend (default)
* UPD: CNID databases are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* UPD: Start scripts and service manifests have been changed to only start
       the new netatalk service controller process
* UPD: afpd: UNIX privileges and use dots enabled by default
* UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been
       removed
* UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been
       changed to $localstatedir/netatalk/ (default: /var/netatalk/)
* UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/
* UPD: dbd: new option -C for conversion from AppleDouble v2 to ea
* REM: AppleTalk support has been removed
* REM: afpd: SLP and AFP proxy support have been removed
* REM: afpd: legacy file extension to type/creator mapping has been removed
* REM: afpd: AppleDouble backends v1, osx and sfm have been removed


Supported Platforms
~~~~~~~~~~~~~~~~~~~

As of Netatalk 3.0 the following operating systems are supported:

 * FreeBSD
 * Linux
 * OpenBSD
 * NetBSD
 * [Open]Solaris

Netatalk may compile and run on other operating systems as well, but
it is not well-tested on those.  We welcome patches and suggestions
for enhancing the portability of Netatalk as well as success and failure
stories.  Please write to netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.

Availability
~~~~~~~~~~~~

Netatalk tar-balls can be found at:

http://sourceforge.net/project/showfiles.php?group_id=8642

Netatalk is also available via anonymous git.  See the SourceForge project
site for anonymous git instructions.

Contact
~~~~~~~

For more information about Netatalk, see its web page at:

http://netatalk.sourceforge.net/

The project is hosted at SourceForge.  The SourceForge project page is
located at:

http://sourceforge.net/projects/netatalk/

The Netatalk development team can be reached via the mailing list
netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.  For subscription information and
archives see Netatalk's SourceForge project page.

netatalk-admins&amp;lt; at &amp;gt;lists.sourceforge.net is a mailing list for Netatalk
system administrators.  For subscription information and archives see
the Netatalk web page.

Acknowledgements
~~~~~~~~~~~~~~~~

We would like to thank all contributors to the Netatalk project for
their commitment.  Without the many suggestions, bug and problem reports,
patches, and reviews this project wouldn't be where it is.

 - The Netatalk Development Team, April 2012

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-04-04T10:43:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10451">
    <title>netatalk 2.2.0 can't copy with finder,and can with command line</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10451</link>
    <description>&lt;pre&gt;This is as strange as it gets, and I have been fighting this for days now.
I can copy files without a blip from my shell.
If I try the same operation from finder I get the following:

Mar 30 22:00:59 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable
Mar 30 22:01:00 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable
Mar 30 22:01:00 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable
Mar 30 22:01:08 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Success
Mar 30 22:01:08 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable
Mar 30 22:01:09 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable
Mar 30 22:01:09 linux
afpd[27301]:getnamefromuuid(uuid,&amp;amp;username,&amp;amp;uuidtype) failed: Resource
temporarily unavailable

On occasions I get this as well
Mar 30 21:49:13 linux
afpd[25163]:getnamefromuuid(205BB4FD-8AC2-4466-9304-94E6FBE0E792): no
result from ldap_getnamefromuuid

linux is my linux host name
Anyone have a clue.
I searched online with no help so far.
There is a recent post about :tm option, It is not used for this share.
I do not know that I have enabled ldap in any of netatalk configurations
BTW time machine is working fine, and linux is  Fedora Core 16 (FC16)

Thanks

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Barak Bejerano</dc:creator>
    <dc:date>2012-04-02T02:04:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10445">
    <title>UTF8 servername</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10445</link>
    <description>&lt;pre&gt;Am 31. März 2012 07:30 schrieb HAT &amp;lt;hat&amp;lt; at &amp;gt;fa2.so-net.ne.jp&amp;gt;:

Please pull

[develop 49cddcb] Add log message showing the hostname we've figured out

and check what this log message says on you host:

Mär 31 14:14:00.660103 afpd[5440] {status.c:503} (I:AFPDaemon):
servername: supay

It should be either the result of gethostname() or the value of
"hostname" (G) in afp.conf.

-f

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Netatalk-devel mailing list
Netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netatalk-devel
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-03-31T12:20:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10440">
    <title>cannot find cracklib in Fedora 16 x86_64</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10440</link>
    <description>&lt;pre&gt;In Fedora 16 x86_64, configure script cannot find cracklib.

# uname -a
Linux pfedora16.localnet.test 3.3.0-4.fc16.x86_64 #1 SMP Tue Mar 20 18:05:40 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

# rpm -qa |grep cracklib
cracklib-dicts-2.8.18-2.fc15.x86_64
cracklib-python-2.8.18-2.fc15.x86_64
cracklib-2.8.18-2.fc15.x86_64
cracklib-devel-2.8.18-2.fc15.x86_64

# ./configure --with-init-style=redhat-systemd
...
    Options:
         Zeroconf support:        yes
         tcp wrapper support:     yes
         quota support:           yes
         admin group support:     yes
         valid shell check:       yes
         cracklib support:        no
         Samba sharemode interop: no
         ACL support:             yes
         Kerberos support:        yes
         LDAP support:            yes


When using "--with-cracklib=/usr/lib64" option, configure can find it.
Maybe, in all branch, there is a same problem
In i386, there is no problem.

Is this spec or bug?

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-03-29T16:46:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10438">
    <title>Please review and comment</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10438</link>
    <description>&lt;pre&gt;I've pushed a small feature branch "nohex":

&amp;lt;http://netatalk.git.sourceforge.net/git/gitweb.cgi?p=netatalk/netatalk;a=commitdiff;h=f03f4b3ee3b8c423f1b48e3fd5a226db95ce428f&amp;gt;

The change should be shipped in alpha2.

Thoughts?
-f

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-03-28T19:36:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10437">
    <title>Netatalk 3.0 alpha1 is available</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10437</link>
    <description>&lt;pre&gt;Netatalk 3.0 alpha1
===================

The Netatalk development team is proud to announce the release of
the first alpha version of the new major Netatalk release 3.0.
This release is NOT intended for production systems.

Netatalk is a freely-available Open Source AFP fileserver.
A *NIX/*BSD system running Netatalk is capable of serving many Macintosh
clients simultaneously as an AppleShare file server (AFP).

The suite contains:

* netatalk   - the main server service controller
* afpd       - the AFP file server daemin
* cnid_metad - the CNID database multiplexing daemon
* cnid_dbd   - the CNID database daemon serving CNIDs for AFP volumes
* various supporting programs and utilities

Summary of major new features and enhancements in 3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* New ini style configuration file afp.conf which replaces all previous
  configuration files
* New default AppleDouble backend using filesytem Extended Attributes,
  conversion from AppleDouble v2 is done automatically on access
* New service controller process "netatalk" responsible for starting and
  restarting afpd and cnid_metad as necessary
* AppleTalk support has been removed

Please make sure to read the upgrading section in the Netatalk online
manual before trying to upgrade your system to 3.0!

License
~~~~~~~

Netatalk is a Free/Open Source Software project and is released under
the GNU General Public License (GPLv2).  The full license text is available
at:

  http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Changes in 3.0 alpha1
~~~~~~~~~~~~~~~~~~~~~

* NEW: Central configuration file afp.conf which replaces all previous files
* NEW: netatalk: service controller starting and restarting afpd and cnid_metad
       as necessary
* NEW: afpd: Extended Attributes AppleDouble backend (default)
* UPD: CNID databases are stored in $localstatedir/netatalk/CNID
       (default: /var/netatalk/CNID), databases found in AFP volumes are
       automatically moved
* UPD: Start scripts and service manifests have been changed to only start
       the new netatalk service controller process
* UPD: afpd: UNIX privileges and use dots enabled by default
* UPD: afpd: Support for arbitrary AFP volumes using variable expansion has been
       removed
* UPD: afpd: afp_voluuid.conf and afp_signature.conf location has been
       changed to $localstatedir/netatalk/ (default: /var/netatalk/)
* UPD: afpd: default server messages dir changed to $localstatedir/netatalk/msg/
* UPD: dbd: new option -C for conversion from AppleDouble v2 to ea
* REM: AppleTalk support has been removed
* REM: afpd: SLP and AFP proxy support have been removed
* REM: afpd: legacy file extension to type/creator mapping has been removed
* REM: afpd: AppleDouble backends v1, osx and sfm have been removed


Supported Platforms
~~~~~~~~~~~~~~~~~~~

As of Netatalk 3.0 the following operating systems are supported:

 * FreeBSD
 * Linux
 * OpenBSD
 * NetBSD
 * [Open]Solaris

Netatalk may compile and run on other operating systems as well, but
it is not well-tested on those.  We welcome patches and suggestions
for enhancing the portability of Netatalk as well as success and failure
stories.  Please write to netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.

Availability
~~~~~~~~~~~~

Netatalk tar-balls can be found at:

http://sourceforge.net/project/showfiles.php?group_id=8642

Netatalk is also available via anonymous git.  See the SourceForge project
site for anonymous git instructions.

Contact
~~~~~~~

For more information about Netatalk, see its web page at:

http://netatalk.sourceforge.net/

The project is hosted at SourceForge.  The SourceForge project page is
located at:

http://sourceforge.net/projects/netatalk/

The Netatalk development team can be reached via the mailing list
netatalk-devel&amp;lt; at &amp;gt;lists.sourceforge.net.  For subscription information and
archives see Netatalk's SourceForge project page.

netatalk-admins&amp;lt; at &amp;gt;lists.sourceforge.net is a mailing list for Netatalk
system administrators.  For subscription information and archives see
the Netatalk web page.

Acknowledgements
~~~~~~~~~~~~~~~~

We would like to thank all contributors to the Netatalk project for
their commitment.  Without the many suggestions, bug and problem reports,
patches, and reviews this project wouldn't be where it is.

 - The Netatalk Development Team, March 2012

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-03-27T11:37:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10425">
    <title>Preliminary version of the Netatalk 3 manual</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10425</link>
    <description>&lt;pre&gt;&amp;lt;http://netatalk.sourceforge.net/3.0/htmldocs/&amp;gt;

This obsoletes the Google Doc.

-f

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
&lt;/pre&gt;</description>
    <dc:creator>Frank Lahm</dc:creator>
    <dc:date>2012-03-25T11:42:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10424">
    <title>volume name and CNID problem</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10424</link>
    <description>&lt;pre&gt;If volume name contains apostrophe "'", CNID directory is unmovable.




If home name does not contain macro $u, CNID directory is not distinguished.


CNID directory is /usr/local/var/netatalk/CNID/homedirectory/ only.

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-03-24T18:42:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.network.netatalk.devel/10423">
    <title>Server messages path is not so unique</title>
    <link>http://comments.gmane.org/gmane.network.netatalk.devel/10423</link>
    <description>&lt;pre&gt;# afpd -v
  Server messages path: /usr/local/etc/msg/

This path is not so unique.

&lt;/pre&gt;</description>
    <dc:creator>HAT</dc:creator>
    <dc:date>2012-03-23T14:50:56</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.netatalk.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.netatalk.devel</link>
  </textinput>
</rdf:RDF>

