debian/0000755000000000000000000000000013406722560007173 5ustar debian/README.source0000644000000000000000000000376311410440211011342 0ustar Building this package for Debian -------------------------------- This source package uses quilt to apply and remove its patches. Please refer to /usr/share/doc/quilt/README.source for information about how to use quilt for source packages. Developing this package for Debian ---------------------------------- The source of this package is developed using git and the helper tool git-buildpackage, with all official releases tagged and signed and binary diffs of tarballs stored using pristine-tar. This is documented below /usr/share/doc/git-buildpackage/manual-html/ . A custom build target shows current upstream and packaging versions: debian/rules print-version Current upstream tarball can be prepared using this other build target: debian/rules get-orig-source To switch to newer upstream source, first add a dummy changelog entry and comment out DEB_UPSTREAM_TARBALL_MD5 before getting the source: dch -v ${new_upstream_version}-1 "Dummy changelog entry" sed -i -e 's/^\(DEB_UPSTREAM_TARBALL_MD5\b\)/#\1/' debian/rules debian/rules get-orig-source Store new md5sum to help ensure identical source is received later. Setting DEB_MAINTAINER_MODE=1 enables additional build routines helpful during development of the package, but unfit for normal builds. This typically includes the CDBS feature of auto-updating debian/control with CDBS-related build-dependencies, which is forbidden by Debian Policy as build environment must not change during automated builds. Maintaining packaging build routines ------------------------------------ This source package wraps debhelper commands and other tedious parts of the build routines using the CDBS framework. Please refer to the actual makefile snippets included from debian/rules for details on their purpose and ways to override defaults. Additionally, makefile snippets included from below /usr/share/cdbs may also be documented in /usr/share/doc/cdbs/cdbs-doc.pdf.gz . -- Jonas Smedegaard Thu, 26 Feb 2009 21:28:29 +0100 debian/changelog0000644000000000000000000021130613406722560011050 0ustar netatalk (2.2.2-1ubuntu2.2) trusty-security; urgency=medium * SECURITY UPDATE: RCE with root privileges - debian/patches/CVE-2018-1160-01.patch: libatalk/dsi: avoid double use of variable i - debian/patches/CVE-2018-1160-02.patch: libatalk/dsi: add correct bounding checking to dsi_opensession - CVE-2018-1160 -- Mike Salvatore Thu, 20 Dec 2018 09:21:31 -0500 netatalk (2.2.2-1ubuntu2) trusty; urgency=low * No change rebuild against db 5.3. -- Dmitrijs Ledkovs Sat, 02 Nov 2013 17:18:24 +0000 netatalk (2.2.2-1ubuntu1) quantal; urgency=low * Define a variable to allow access to CUPS structure fields. Fixes FTBFS. -- Ilya Barygin Fri, 05 Oct 2012 22:30:18 +0400 netatalk (2.2.2-1) unstable; urgency=low * New upstream release. * Drop patch cherry-picked upstream: Included in new upstream release. * Build-depend on libldap2-dev and libacl1-dev, to enable LDAP support and support for extended ACLs (and possibly avoid FTBFS). Closes: bug#645290, #651406. Thanks to Peter Eisentraut and masc. * Update copyright file: + Bump format to 1.0. + Fix double-indent in Copyright fields as per Policy §5.6.13. + Add Files paragraph for ACL code. * Bump standards-version to 3.9.3. * Update copyright file: Add disclaimer to License paragraph GAP~Makefile.in. * Bump debhelper compat level to 7. * Add patch 101 to start avahi-daemon (if available) before atalkd. Recommend avahi-daemon. -- Jonas Smedegaard Tue, 20 Mar 2012 23:37:08 +0100 netatalk (2.2.1-1) unstable; urgency=low * New upstream release. + Closes: bug#637025. + Fixes FTBFS on GNU/kFreeBSD. Closes: bug#630349. Thanks to Petr Salinger. * Fix typo in comment. * Update patches: + Drop patch 213 (CVE-2008-5718): fixed upstream since 2.0.5. + Drop patches 115 and 214 (default → etc/default): fixed upstream since 2.2.1. + Unfuzz patch 114. + Add patch cherry-picked from upstream git, to fix EA header related file move/delete errors. Closes: bug#648792. Thanks to Tim Miller Dyck. * Update copyright file: Add/extend a few files sections. * Update package relations: + Tighten build-dependency on cdbs slightly. + Relax build-depend unversioned on debhelper and devscripts (needed versions satisfied even in oldstable). -- Jonas Smedegaard Wed, 30 Nov 2011 19:05:23 +0700 netatalk (2.2~beta4-1) unstable; urgency=low * New upstream release. + Fixes "Internal Error" after ad_open on sparc. Closes: bug#606005. Thanks to Alfredo Sola. * Adjust references to unofficial packages in README.Debian. * Use dversionmangle (not uversionmangle) in watch file. Fix add leading dash (-) to upstream version in mangling. * Update patches: + Drop patches 107 and 294 (Zeroconf support): Implemented (differently) upstream now. + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete. + Drop patch 200 (hostname resolving): adopted upstream. + Refresh patch 205. * Rewrite copyright file using draft 174 of DEP-5 format. * Build-depend on and recommend unversioned (i.e. default) BerkeleyDB packages. Closes: bug#621413. Thanks to Ondřej Surý. Simplify suggestions on older versioned BerkeleyDB packages. * Stop installing some documentation dropped upstream, and let CDBS automagically handle some of the remains. * Update control file: + Bump policy compliance to standards-version 3.9.2. + Shorten Vcs-* URLs. * Add patches 115 and (for automade file) 214 to avoid installing unneeded /default dir. Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes. * Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler and Luk Claes. * Stop renaming afile and achfile, dropped upstream. * Explicitly enable DDP (AppleTalk), now disabled by default. * Enable Zeroconf, should be stable now. * Simplify package relations: + Drop (build-)dependency fallback unneeded even for oldstable. -- Jonas Smedegaard Sun, 05 Jun 2011 21:04:21 +0200 netatalk (2.1.4-1) unstable; urgency=low * New upstream release. * Add NEWS entry on BerkeleyDB bump to 4.8 and databases now auto- upgrading (replacing older testing-only entry bumping to 4.7). Rephrase README.Debian to mention auto-upgrading. * Bump standards compliance to standards-version 3.9.0. * Unfuzz patch 114. * Update copyright file: + Fix document a few missed copyright holders (no new licenses). + Split comments in License fields into separate License-Comments fields. * Ease building with git-buildpackage: Git-ignore quilt .pc dir, and add source local-options. -- Jonas Smedegaard Sun, 28 Nov 2010 13:26:40 +0100 netatalk (2.1.2-2) unstable; urgency=low * Fix enable DEB_BUILD_HARDENING. -- Jonas Smedegaard Wed, 23 Jun 2010 22:49:52 +0200 netatalk (2.1.2-1) unstable; urgency=low * New upstream release. * Refresh patch 205. * Tighten reinstall-initscript-quirk: upstream no longer double- expands DESTDIR. -- Jonas Smedegaard Wed, 23 Jun 2010 20:08:29 +0200 netatalk (2.1-2) unstable; urgency=low * Drop patch 212 (disable CNID metad by default): the CNID scheme used by default since Netatalk 2.1, dbd, requires metad enabled. Closes: bug#581773, thanks to Søren Grønning. -- Jonas Smedegaard Sat, 15 May 2010 21:09:28 +0200 netatalk (2.1-1) unstable; urgency=low * New upstream release. * Update patches: + Drop patches 001, 002, 003, 101, 102, 103, 104, 105, 106, 113, 206, 210, 214, and disabled patches 291, 292, 293: Merged upstream or no longer applies. + Refresh remaining (enabled) patches 109, 200, 205, 212, 213, with shortening quilt options --no-timestamps --no-index -pab. + Disable patch 109: XFS quota support apparently no longer broken. * Use only official CDBS (drop local snippets): All improvements now adopted upstream. * Use source format 3.0 (quilt), and stop including patchsys-quilt.mk. * Refer to FSF website (not postal address) in rules file. * Bump copyright years in header of in rules file. * Drop locally implemented DEB_MAINTAINER_MODE in rules file: Now adopted upstream. * Rewrite copyright file using draft DEP5 rev. 135. Adds new owners and licenses, and some files lacking proper licensing are revealed. * Install docs README.AppleTalk (not README.platforms, its old name) and README.ids. * Simplify rules file to no longer regenerate autotools: no patches affect upstream-shipped automade files. * Bump standards compliance to standards-version 3.8.4. * Add workaround for upstream braindead double expanded DESTDIR. * Tighten build-dependency on cdbs. * Stop build-depending on libtool, automake1.11 or autoconf. -- Jonas Smedegaard Sat, 01 May 2010 10:11:00 +0200 netatalk (2.0.5-3) unstable; urgency=medium * Fix replace/drop bogus and/or obsolete configure options: + Use --without-ssl-dir/--with-ssl-dir (not --with-openssl-dir/ --without-openssl-dir). Closes: bug#565969, thanks to Fabian Greffrath. + Use --enable-tcp-wrappers (not --with-tcp-wrappers). + Use --disable-srvloc (not --disable-slp). + Drop --disable-logger (obsolete since 2.0.1). + Drop --with-mangling (apparently obsolete since 2.0 alpha 1). + Drop --with-nls-dir and --without-xfs (apparently obsolete). * Autoreconfigure during build (since upstream does not enable maintainer-mode). Disable autotools-related patches. Build-depend on libtool, automake1.11 and autoconf. Closes: bug#559060, thanks to Cyril Brulebois and others. * Add safety-check to fail build if accidentally linked against libssl. Thanks to Fabian Greffrath (see bug#565969). * Disable atalkd by default, to not require supported network active at daemon start time. Closes: bug#565568, thanks to Kurt Roeckx. Add NEWS entry about the change. * Build-depend on and enable hardening-includes. * Fix adjust "See also" of manpages referring to afile or achfile. * Set urgency=medium as earlier lack of explicit disabling openssl caused the package to violate licensing for some architectures, also affecting testing. -- Jonas Smedegaard Sat, 23 Jan 2010 05:08:37 +0100 netatalk (2.0.5-2) unstable; urgency=low * Add patches to sync with upstream stable HEAD: + 001_init_sockaddr_in.patch + 002_fix_cnid_maint_symlink_attack.patch + 003_client-supported_volparam_bitmap.patch. Closes: bug#442228, thanks also to Patrik Schindler. * Link against BerkeleyDB 4.8. Update (build-)dependencies, patch 2.6, README.Debian and example script netatalk_update.sh, and add NEWS item. -- Jonas Smedegaard Tue, 01 Dec 2009 00:54:53 +0100 netatalk (2.0.5-1) unstable; urgency=low * New upstream prerelease. * Unfuzz patches, and minimize their headers. * Fix old-style update-rc.d options to match LSB init script hints: stop only in runlevel 1 (let system kill it in runlevels 0 and 6). * Fix rename variable used to mangle version in get-orig-source rule. * Declare binary dependencies (not only build-dependencies) in debian/rules. Document reasons for each dependency. * Really drop suggesting timeout (claimed but forgotten in 2.0.4~rc2-1). * Build-depend on libcrack2-dev (with cracklib-dev only as fallback). * Drop build-depending on avahi-client-dev by default (only when DEB_BUILD_OPTIONS contains zeroconf). * Improve patch 201 to use modern roff2ps in etc2ps, and suggest groff. * Recommend (not suggest) libpam-cracklib, and use default PAM configfile setup. * Bump policy compliance to standards version 3.8.3. -- Jonas Smedegaard Wed, 25 Nov 2009 18:17:40 +0100 netatalk (2.0.4-2) unstable; urgency=low * Update copyright hints. * Lower policy compliance to 3.8.0 (uncertain about sysv script requirements in 3.8.1). * Fix order of db upgrade commands in README.Debian. Closes: bug#533344, thanks (again) to Itai Seggev. * Update package-relations.mk: Cleanup unversioned+versioned dependency mix. Improve whitespace cleanup. Rewrite and silence applying dependencies. * Fix and improve README.Debian section on recompiling with OpenSSL, thanks to Gijs Hillenius and others. -- Jonas Smedegaard Wed, 09 Sep 2009 23:43:27 +0200 netatalk (2.0.4-1) unstable; urgency=low * New upstream release. * Update local CDBS snippets: + Fix package-relations cleanup of debhelper 7 + Implement fail-source-not-repackaged rule in upstream-tarball.mk + Update URL to draft DEP5 format in copyright-check.mk output * Add proper copyright header to debian/rules. * Rewrite copyright to use DEP5 r54 proposed machine-readable format. * Fix and improve db upgrade commands in README.Debian, and adjust NEWS. Closes: bug#533344, thanks to Itai Seggev. * Update dependencies: + Suggest texlive-base-bin (not tetex-bin). Closes: bug#533345, thanks to Itai Seggev + Suggest (not recommend) libpam-cracklib + Build-depend on libcups2-dev (not libcupsys2-dev), thanks to lintian * Fix patches against autogenerated files: + Renumber patches 208, 209 and 211 to have them applied last. + Rewrite and rename patch 109 to unconditionally avoid broken xfs quota, and add new patch 294 doing the same to autogenerated configure script. + Disable patches 107 and 112 to avoid maintaining complex autotools patch for feature we do not currently use anyway (zeroconf). Together, above closes: bug#533141, thanks to Itai Seggev and Frank Lahm. * Drop Uploaders stanza: I am already maintainer (lintian complains), and Sebastian haven't contributed for a couple of years (package is in LowNMU and collab-maint: contributions are still welcome!). -- Jonas Smedegaard Tue, 16 Jun 2009 23:32:48 +0200 netatalk (2.0.4~rc2-1) unstable; urgency=low * New upstream prerelease: + Drop timeout + New afpd volume options illegalseq, allow_hosts, denied_hosts, dperm and fperm + Allow line continuation in afpd.conf and AppleVolumes.default + Support CJK encoding in afpd (closes: bug#299742) + Default afpd UAMs: DHX + DHX2 (but Debian still only support DHX2) + Fix afpd resolveid error code for directories from MacOS X + increase the number of cnid_dbd slots to 512 (closes: bug#507538) * Rewrite copyright to newer DEP5 draft. Add new unicode files (new author, same licensing). * Suppress DHX2 logins in logcheck file. * Add README.source. Drop custom hints about CDBS. * Enable signed tags in git-buildpackage configfile. * Extend local CDBS snippet package-relations.mk with support for more dependencies and slightly improved cleanup. -- Jonas Smedegaard Mon, 25 May 2009 16:28:02 +0200 netatalk (2.0.4~beta2-5) unstable; urgency=low * Build-depend on libdb4.7-dev (not libdb4.2-dev). Recommend db4.7-util and sugest (not recommend) db4.2-util. Update patches 111 and 206. Update README.Debian and add NEWS entry. Closes: bug#421950. -- Jonas Smedegaard Mon, 02 Mar 2009 05:18:59 +0100 netatalk (2.0.4~beta2-4.1) unstable; urgency=high * Non-maintainer upload by the Security Team. * Fix incomplete upstream patch for CVE-2008-5718 by escaping every problematic character and not only those which enables an attacker to execute arbitrary code (213_CVE-2008-5718.patch; Closes: #510585). -- Nico Golde Thu, 29 Jan 2009 11:32:54 +0100 netatalk (2.0.4~beta2-4) unstable; urgency=high * Rebuild for unstable branch. -- Jonas Smedegaard Wed, 21 Jan 2009 18:20:47 +0100 netatalk (2.0.4~beta2-3) UNRELEASED; urgency=high * Update debian/copyrights: + Merge entries with same owners and license (only differing years) + Consistently list years before owner + Sort owners + Explicitly include GAP licenses (wording vary slightly) + Fix GPL-2+ licensed files wrongly registered as GAP * Keep urgency=high as 2.0.4~beta2-2 changes are still pending. -- Jonas Smedegaard Wed, 21 Jan 2009 18:08:44 +0100 netatalk (2.0.4~beta2-2) unstable; urgency=high * Always use gcrypt. Simplify optional openssl support. * Readd and update OpenSSL section to README.Debian, and improve NEWS entry to clarify that Randnum UAM is no longer provided by default. * Add patches 001-005 (but avoid applying some of them) to sync with upstream development, fixing the following issues: + remove bogus default ppd _PATH_PAPDPPDFILE + remove signed/unsigned gcc warning + better handling of bogus ppd files + Remove ucb includes from Netatalk (i.e. drop SunOS 4.x support) + Fix off-by-one error in PPD file processing + Fix dhx2 logincont packet size * Update copyright hints (no new owners or licenses). * Explicitly build-depend on libdb4.2-dev (not libdb-dev). * Mention MacOS X 10.5.x group ACL workaround in README.Debian. Closes: bug#458174, thanks to Tim Miller Dyck. * Set urgency=high due to possible security implications in above, and due to accidentally linking against BerkeleyDB 4.6 in prior release. -- Jonas Smedegaard Wed, 21 Jan 2009 11:50:30 +0100 netatalk (2.0.4~beta2-1) unstable; urgency=high * New upstream prerelease: + Quote chars in papd popen variables expansion (and other fixes to papd). Fixes remote execution security hole CVE-2008-5718. Closes: bug#510585. * Mangle upstream tarball beta version. * Drop patches 000 and 001 contained upstream now. * Unfuzz patches 107, 109, 205 and 212. * Unfuzz and enable patches 204a, 207a, 208, 209 and 211. * Build new DHX2 UAM: + Build-depend on libgcrypt11-dev + Configure with --with-libgcrypt + Drop SSL note from README.Debian + Add NEWS entry regarding new and recommended DHX2 UAM * Disable CDBS autotools reconfiguration. * Update cdbs snippets: + Move dependency cleanup to new local snippet package-relations.mk. + Update copyright-check output to more closely match proposed new copyright file format. + Several minor improvements to upstream-tarball.mk. + Compact simple licenses (those without ' or later') in copyright-check.mk + Fix use underscore (not dash) in internal variable + Ignore only debian changelog and copyright-related files by default in copyright-check.mk + Correct and update copyright hints of the snippets themselves + Update README.cdbs-tweaks. * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). * Stop installing README.ids no longer provided upstream. * Rewrite debian/copyright using new new format specification, and update copyright hints. * Semi-auto-update debian/control to update dependencies: DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean * Set urgency=high due to security fix. -- Jonas Smedegaard Fri, 09 Jan 2009 05:52:18 +0100 netatalk (2.0.3-11) unstable; urgency=medium * Add patch 001 from upstream CVS to fix LFS test for cross compilation. * Update cdbs tweaks: + Relax copyright-check.mk to only warn about its discoveries. Closes: bug#487061, thanks to Lucas Nussbaum. + Correct abbreviation of BSD licenses in copyright-check.mk. + Update dependency cleanup to strip cdbs 0.4.27 (not 0.4.27-1). * Update debian/copyright-hints. * Raise urgency to medium due to FTBFS bugfix. -- Jonas Smedegaard Sun, 29 jun 2008 13:57:28 +0200 netatalk (2.0.3-10) unstable; urgency=low * Update cdbs tweaks: + Strip any non-printable characters in copyright-check.mk. Update copyright-hints. This (and earlier updates) closes: bug#477967. * Bump debhelper compatibility level to 6 (was 4). * Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Sun, 27 Apr 2008 13:35:04 +0200 netatalk (2.0.3-9) unstable; urgency=low * Update zeroconf patch (found in Gentoo bug#133575): + Enable zeroconf only if srvloc is not enabled. + Use Avahis threaded poll implementation only for Avahi >= 0.6.4, and fallback to handling it internally. * Add patch 113 to add LSB dependency info to sysV script, and leave shutdown process to core sendsigs routine. Closes: bug#459442. * Add patch 114 to fix macusers ps parsing bug. Closes: bug#462186. * Disable zeroconf support (enable by rebuilding with DEB_BUILD_OPTIONS=zeroconf). Closes: bug#462082, #463544. * Packaging moved to collab-maint Git at Alioth. Update VCS-* hints. * Update local cdbs snippets: + Major improvements to copyright-check, including new versioned build-dependency on devscripts. Update debian/copyright_hints. + Drop wget options broken with recent versions of wget in update-tarball.mk. + Update debian/README.cdbs-tweaks. * Semi-auto-update debian/control to apply changes contained in the above: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Fri, 04 Apr 2008 23:08:59 +0200 netatalk (2.0.3-8) unstable; urgency=medium * Add patch 001 to sync with upstream CVS as of today. * Add rule to generate CVS snapshot patch. * Reduce patch 110 and unfuzz other patches to adapt to CVS snapshot. * Add patch 111 extending autotools macro resolving BerkeleyDB libs to check newest versions first, and check versions 4.5 and 4.6 too. * Explicitly disable SLP support and build-conflict against libavahi- compat-libdnssd-dev to not clash with AVAHI-based Zeroconf support. Closes: bug#459395, thanks to Gregory Oschwald. * Add patch 112 to fix assertion in zeroconf patch. Closes: bug#457246, thanks to Omar Siam. * Set urgency=medium as lack of the above zeroconf fix silently broke netatalk completely in some situations. * Update cdbs tweaks: + Support zip in upstream-tarball.mk + Use ~ as repackaging delimiter in upstream-tarball.mk to make room for point releases and cleaned up rerelease + Rename top srcdir in repackaged tarball to $pkg-$ver.orig to comply with Developers Reference 6.7.8.2. + Support mangling upstream version string in upstream-tarball.mk + Drop buildcore.mk override (set DEB_AUTO_UPDATE_DEBIAN_CONTROL manually when needed instead) (none of the above affect this package currently) + Add (and use) new variables DEB_COPYRIGHT_CHECK_IGNORE and DEB_COPYRIGHT_CHECK_IGNORE_REGEX to copyright-check.mk. * Fix safety check in debian/rules for compiling official packages with SSL support. * Update section in README.Debian on recompiling with SSL support. -- Jonas Smedegaard Fri, 01 Feb 2008 02:44:53 +0100 netatalk (2.0.3-7) unstable; urgency=low * Friendly package maintainer takeover, with the consent of the previous maintainer. Thanks a lot for your excellent work with both packaging and upstream development, Sebastian Rittau! * Enable BDB transaction protection. Closes: bug#435210, thanks to Craig Ringer. * Fix bogus trailing space in logcheck rule. Closes: bug#381839, thanks to Bernhard Sadlowski. * Fix building with DEB_BUILD_OPTIONS=ssl by moving ssl_build_depends inclusion below other build-dependencies declared in debian/rules. * Add Vcs-Svn and Vcs-Browser fields to debian/control. * Move Homepage to own field (from pseudo-field in long description). * Update CDBS tweaks: + update-tarball needs cdbs 0.4.39 or newer (only relevant for backports). + Fix typo in update-tarball regarding gzip-recompressing tarballs. + Use uppercase variables in copyright-check. * Update build-dependency cosmetics in debian/rules, and semi-auto- update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build * Support Zeroconf (instead of SLP: + Add patches 107 and 108 to support zeroconf, found at http://aur.archlinux.org/packages/netatalk/netatalk/ . + Enable zeroconf, and build-depend on recent version of libavahi-client-dev. + Drop SLP support, and drop build-depending on libslp-dev and recommending slpd. + Unfuzz zeroconf patches. * Generate autotools at build time (zeroconf patches change autobuilt files). + Disable patches to autobuilt files. + Adjust patch 210 to not indent comment hashes, thanks to automake 1.10. + Duplicate macros directory as m4, and touch AUTHORS, ChangeLog and INSTALL (as workaround for cdbs lacking support for passing options to autotools). + Suppress copyright-checking autobuilt files. + Build-depend on libltdl3-dev (seems to grow a dependency on that once the source has been rebuilt once). * Build-depend on libkrb5-dev (not heimdal-dev). Closes: bug#441520. * Add patch 109 to support explicitly avoiding XFS quota support. Patch found at http://aur.archlinux.org/packages/netatalk/netatalk/ . Use it - code is broken currently (complains about redefining __swabXXX in xfs/swab.h). * Only enable PGP UAM when SSL is enabled (didn't fail but was confusing). * Update BerkeleyDB linkage: + Add patch 110 to fix linking against newer versions of BerkeleyDB, found at http://aur.archlinux.org/packages/netatalk/netatalk/ . + Extend patch 110 to avoid deprecated DB_VERB_CHKPOINT. + build-depend on libdb-dev (not libdb4.2-dev). -- Jonas Smedegaard Thu, 06 Dec 2007 01:42:44 +0100 netatalk (2.0.3-6) unstable; urgency=low * Update CDBS tweaks: + Replace auto-update.mk with overloading buildcore.mk. + Add debian/README.cdbs-tweaks and advertise it in debian/rules. + Fix applying buildinfo only once. + Fix race condition: check copyright strings in pre-build target (not clean target). + Add upstream-tarball.mk to implement get-orig-source target. * Declare (and cleanup) build-dependencies in debian/rules. * Semi-auto-update debian/control: DEB_BUILD_OPTIONS=cdbs-autoupdate fakeroot debian/rules pre-build * Add patch 212 to disable cnid_metad by default. This was the only major change in -5 initscript and thus hopefully closes: bug#384276. -- Jonas Smedegaard Sun, 12 Aug 2007 22:59:12 +0200 netatalk (2.0.3-5) unstable; urgency=low * Change back to unversioned build-dependency on heimdal-dev again (it was only a temporary need, and prevented backporting to sarge). * Add patches to fix a few missed sed replacements: + 101_fix_manpage_sed_replacements.patch + 208_fix_manpage_sed_replacements_for_automade_file.patch * Add patches to make upstream sysv init-file behave sanely: + 102_rename_initscript.patch + 103_initscript_background_off_by_default.patch + 104_initscript_load_module_only_if_intended.patch + 105_initscript_config_in_etc-default.patch + 106_papd_needs_atalk_and_fix_bashism.patch + 209_rename_initscript_for_automade_file.patch + 210_avoid_update-rc-d.patch + 211_avoid_update-rc-d_for_automade_file.patch * Add debian/patches/README explaining the patch numbering scheme. * Enable the use of upstream Debian-compliant init-file: + SysV daemons honours locale defaults. + SysV script handles new cnid daemon. * Have debhelper reinstall init-file, adding maintainer script hooks. * Rename NEWS.Debian to NEWS in source to get recognized by debhelper (yes, seems odd, but that's how it works). * Recommend procps, needed by macusers. * Fix default UAM list (upstream assumes openssl is compiled in). * Improve use of cdbs: + Add local snippet copyright-check.mk: Scan source for (c) changes. + Add local snippet auto-update.mk: auto-update build-dependencies. (enabled only when environment includes DEB_BUILD_OPTIONS=update). + Add local snippet buildinfo.mk: Include env info with binary pkgs + (instead of invoking buildinfo directly within debian/rules). + Switch to using patchsys-quilt (instead of simple-patchsys). * Add comments documenting the various parts of debian/rules, and avoid indentation, to not show them during build. * Fix my entry as package uploader. * Add netatalk_update.sh (found on upstream wiki) as example script. * Support autobuilding of ssl-enabled packages when DEB_BUILD_OPTIONS contains "ssl": + Include ssl-related build-dependencies with cdbs auto-update (when environment contains DEB_BUILD_OPTIONS=update,ssl or similar). + Extend default UAM list handling to toggle SSL-enabled UAMs. + Safety-check: Refuse to build if build-depending on "libssl" but without "ssl" included in DEB_BUILD_OPTIONS (if auto-updated to use ssl but later incosistently built without it enabled). * Update note in README.Debian about unofficial ssl-enabled packages to refer to new netatalk-only repository: deb http://debian.jones.dk/ $DIST/netatalk main * Bump up standards-version to 3.7.2 (no changes needed). * Drop no longer relevant (pre-potato) dependencies: - Depended on libpam-runtime (>= 0.76-14). - Conflicted with libatalk1 and netatalk-dev. - Replaced libatalk1. -- Jonas Smedegaard Sun, 13 Aug 2006 04:22:26 +0200 netatalk (2.0.3-4) unstable; urgency=low * Start cnid_metad when requested by user. (Patch stolen from Ubuntu.) + debian/netatalk.init: Run cnid_metad. + Closes: #308828 "cnid_metad doesn't run on startup" * debian/control: Bump heimdal-dev dependency to >= 0.7.1-3 to prevent build problems on mips/-el. -- Sebastian Rittau Sat, 14 Jan 2006 09:26:43 +0100 netatalk (2.0.3-3) unstable; urgency=low * debian/netatalk.dirs: Add var/spool/netatalk. + Partly addresses bug #336495. * debian/control: Build-depend on heimdal-dev >= 0.7.0. * Fixed namespace conflict with bigloo by renaming afile and achfile. + Closes: #132054 "Should not conflict with bigloo" + Closes: #145482 "netatalk conflicts with bigloo" + debian/patches/207_afile_namespace_conflict.diff: Rename afile to apple_file and achfile to apple_chfile. + debian/rules: Manually rename afile.1 to apple_file.1 and achfile.1 to apple_chfile.1. + debian/control: Removed conflict with bigloo. * debian/patches/203_amd64_fixes.diff: Removed, obsolete. -- Sebastian Rittau Thu, 29 Dec 2005 19:45:54 +0100 netatalk (2.0.3-2) unstable; urgency=low * Fixed namespace conflict with yudit by renaming uniconv to netatalk-uniconv. (Closes: #306385, #306279) + debian/patches/204_uniconv_namespace_conflict.diff: Rename uniconv to netatalk-uniconv. Adapt the man page accordingly. + debian/rules: Manually rename uniconv.1 to netatalk-uniconv.1. + debian/control: Removed conflict with yudit. -- Sebastian Rittau Wed, 13 Jul 2005 16:10:59 +0200 netatalk (2.0.3-1) unstable; urgency=low * New upstream version. -- Sebastian Rittau Sun, 26 Jun 2005 06:09:33 +0200 netatalk (2.0.2-5) unstable; urgency=low * Recompile against unstable libc6 and CUPS. (Closes: #312963) * Policy version 3.6.2. (No changes required.) -- Sebastian Rittau Sun, 26 Jun 2005 05:53:52 +0200 netatalk (2.0.2-4) unstable; urgency=low * debian/README.Debian: Fixed typos, removed my homepage as alternate download location for SSL enabled packages for now. * Added conflict with yudit. Partly addresses bugs #306279 and #306385. -- Sebastian Rittau Tue, 7 Jun 2005 12:54:23 +0200 netatalk (2.0.2-3) unstable; urgency=low * Fixed build problem on amd64. + debian/patches/203_amd64_fixes.diff: New patch (thanks, Andreas Jochens). + Closes: #300354 "FTBFS (amd64/gcc-4.0): static declaration of 'ucreator' follows non-static declaration" -- Sebastian Rittau Sat, 19 Mar 2005 12:54:12 +0100 netatalk (2.0.2-2) unstable; urgency=low * debian/control: Added homepage URL to the long description. * debian/control: Added missing build dependency on heimdal-dev. + Closes: #300106 "FTBFS: missing build-depends?" -- Sebastian Rittau Thu, 17 Mar 2005 23:35:56 +0100 netatalk (2.0.2-1) unstable; urgency=low * New upstream version. + debian/patches/100_psf_path.diff: Removed, integrated upstream. + debian/patches/200_netatalk_conf_defaults.diff: Updated. + debian/patches/202_psf_8_paths.diff: Updated. + debian/patches/203_add_netatalk_printer_paths.diff: Removed. + debian/patches/205_applevolumes_default_homedir.diff: Updated. + debian/netatalk.examples: Removed. + debian/netatalk.install: Removed obsolete stuff. + Closes: #277176 "Please package version 2.0" * Removed useless netatalk-dev package. + debian/control: Removed the netatalk-dev package. Make netatalk conflict with netatalk-dev. + debian/rules: Don't call d-devlibdeps. Installation directory is now debian/netatalk instead of debian/tmp. Remove unneeded files from the installation directory. + debian/netatalk.install: Removed. + debian/netatalk-dev.docs: Removed. + debian/netatalk-dev.install: Removed. * debian/control: Fix recommends on db4.2-util. + Closes: #288318 "Recommends non-existent package db4.2-utils" * New features: CUPS support, PGP and Kerberos UAMs. + debian/control: Added libcupsys2-dev and heimdal-dev to the build dependencies. + debian/rules: Added --enable-pgp-uam, --enablekrb4-uam and --enable-krbV-uam configure flags. * Documentation update: + debian/netatalk.docs: Removed doc/CONFIGURE, added doc/README.ids. + debian/netatalk-dev.docs: Added doc/README.logger. -- Sebastian Rittau Wed, 16 Mar 2005 00:52:28 +0100 netatalk (1.6.4a-1) unstable; urgency=high * New upstream release. Security fix: insecure tempfile handling (CAN-2004-0974). Closes: bug#278396 (thanks to Joey Hess ). * Recommend db4.2-utils and add new patch 206 adapting hardcoded paths in cnid_maint to Debian location of helper binaries. Closes: Bug#239347 (thanks to Rory Campbell-Lange ). * Improve init script: + Timelord requires Appletalk, so load only when ATALKD_ON=yes. + Use && instead of test -a (it is apparently not POSIX compliant). * Cleaned up debian/copyright: + Mention "GNU systems" (instead of only GNU/Linux). + Drop info contained in changelog. + Refer only to upstream source. Closes: Bug#260703 (thanks to Adam Glasgall ). + Use simpler upstream source URL: http://netatalk.sourceforge.net/. * Improve README.Debian section on SSL being disabled: + Rephrase to describe only _current_ state (NEWS.Debian is the place for _change_ of state). + Rephrase to clarify the FSF and Debian as _interpreting_ the conflict between licenses (could be seen as FSF and Debian being the authors of OpenSSL license). + Clarify the FSF abbreviation. + Describe how to rebuild locally with SSL support. + Add another possible source of SSL-enabled packages, and clarify that both sources are only unofficial _suggestions_. Closes (also) bug#260703 (thanks to Adam Glasgall ). * Set urgency=high to get this bugfix release into sarge ASAP. -- Jonas Smedegaard Sun, 31 Oct 2004 20:50:17 +0100 netatalk (1.6.4-2) unstable; urgency=low * The following changes from Jonas (thanks!): + Tighten netatalk-dev dependency on exact same version of netatalk. + Bump up dependency on libpam-runtime to 0.76-14 (reflecting a recent update to Debian-PAM-MiniPolicy). + Drop patch no longer needed: 204_netatalk_pamd_enable_password.diff. + Enable SRVLOC support, recommend slpd and build-depend on libslp-dev. + Use (and build-depend on) d-devlibdeps. + Use (and build-depend on) dh-buildinfo. + Move around logcheck files to be recognized by dh_installlogcheck, and tighten build-dependencies of debhelper and cdbs. + Remove cracklib-related (build-)dependencies (they are only used when compiled with ssl support). + Support enabling ssl-related options simply by setting "DEB_BUILD_OPTIONS=ssl" at build time. - Include cracklib-support to PAM config on ssl build. - Only enable DHX plugin on ssl build. + Add TODO with notes on things to (re)add when (if ever?) ssl support is enabled again by default. * Use Berkeley DB 4.2. + debian/control: Changed build-dependencies accordingly. + debian/NEWS.Debian: Updated. + debian/README.Debian: Updated. -- Sebastian Rittau Mon, 19 Jan 2004 12:43:49 +0100 netatalk (1.6.4-1) unstable; urgency=medium * New upstream release. + debian/patches/100_psf_path.diff: Updated. * debian/control: Build-Depend on libdb4.1-dev. [Suggested by Jonas Smedegaard] * Describe problems with upgrading from older BDB using versions of Netatalk to newer versions. [Problem tracked down by Jonas] + debian/README.Debian: Added note about upgrading issues with libdb. + debian/NEWS.Debian: Added another note and refer to README.Debian. -- Sebastian Rittau Sun, 7 Dec 2003 15:30:18 +0100 netatalk (1.6.3-4) unstable; urgency=low * debian/logcheck/ignore.d.server: Patch by David Sewell to suppress rtmp_replace and rtmp_free to be displayed by logcheck. + Closes: #193304 "Suggested addition to logcheck ignore file for netatalk" * debian/control: Standards-Version 3.6.1 (no changes required) * Use common PAM files: + debian/control: Depend on libpam-runtime (>= 0.76-13.1). + debian/netatalk.install: Don't install upstream's PAM file. + debian/netatalk.pam: Custom PAM file. + debian/rules: Install debian/netatalk.pam into debian/netatalk/etc/pam.d. -- Sebastian Rittau Sat, 23 Aug 2003 14:40:08 +0200 netatalk (1.6.3-3) unstable; urgency=low * Fix upload. * debian/rules: Set variables after including makefile fragment. (Closes: #198244) * debian/rules: Put source package in section net. -- Sebastian Rittau Sun, 22 Jun 2003 23:22:22 +0200 netatalk (1.6.3-2) unstable; urgency=low * Not a Debian native package anymore. (Bug introduced into 1.6.3-1.) -- Sebastian Rittau Fri, 20 Jun 2003 13:39:21 +0200 netatalk (1.6.3-1) unstable; urgency=low * New upstream release. + debian/patches/000_netatalk_conf_typo.diff: Removed. + debian/patches/007_include_fixes.diff: Removed. * Remove adv1tov2 since it's obsolete: + debian/netatalk.install: Removed debian/tmp/usr/bin/adv1tov2. + debian/netatalk.ignore: Added usr/bin/adv1tov2. * New patch naming scheme: + 0xx: Bug fixes the need to go upstream. + 1xx: Feature addition/changes that should go upstream. + 2xx: Debian-specific patches. * debian/rules: Add --disable-logger to the configure options. Suggestion by Thomas Kaiser. -- Sebastian Rittau Thu, 19 Jun 2003 20:33:32 +0200 netatalk (1.6.2-3) unstable; urgency=low * debian/rules: Correct path to NLS directory. * debian/rules: Set DEB_UPDATE_RCD_PARAMS. * debian/control: Build-Depend on cdbs >= 0.4.0.1 to ensure the availability of DEB_UPDATE_RCD_PARAMS. * debian/control: Suggest tetex-bin instead of tetex-base. * debian/patches/008_psf_path.diff: Place psf etc. in libexecdir instead of sbindir. * debian/netatalk.install: Filters are now in debian/tmp/usr/lib/netatalk instead of debian/tmp/usr/sbin. -- Sebastian Rittau Sun, 8 Jun 2003 16:46:42 +0200 netatalk (1.6.2-2) unstable; urgency=low * debian/netatalk.init: Don't redirect messages on force-reload. + Closes: #151050 "bad messages for restart" * debian/README.Debian: Document OpenSSL issues. * debian/control: Conforms to Debian policy 3.5.10. * debian/control: Build-Depend on libdb4.0-dev instead of libdb3-dev. * debian/control: Package netatalk depends on libdb4.0-util. (Pointed out by Nigel Pegram.) * Use CDBS: + debian/rules: Use cdbs. + debian/control: Build-Depend on cdbs and debhelper >= 4.1.0. + debian/patches/001_netatalk_conf_defaults.diff + debian/patches/002_etc2ps_paths.diff + debian/patches/003_psf_8_paths.diff + debian/patches/004_add_netatalk_printer_paths.diff + debian/patches/005_netatalk_pamd_enable_password.diff + debian/patches/006_applevolumes_default_homedir.diff * debian/patches/000_netatalk_conf_typo.diff: Fixed typo in comment. + Closes: #151051 "typo" * debian/patches/007_include_fixes.diff: Correct include paths. -- Sebastian Rittau Fri, 6 Jun 2003 18:43:54 +0200 netatalk (1.6.2-1) unstable; urgency=low * New upstream version. * Put Debhelper compatibility level into debian/compat, use level 4. * Added dependencies on ${shlibs:Depends} and ${misc:Depends}. * Conforms to Debian policy 3.5.9. * Put netatalk in main. * Don't link against libssl for now. Also, don't install afppasswd and manual page. -- Sebastian Rittau Sun, 4 May 2003 00:24:25 +0200 netatalk (1.6.1-1) unstable; urgency=low * New upstream version. * Corrected the download location in debian/copyright. * Removed links to undocumented(7). * Put filters in /usr/sbin (as per the upstream package) instead of /usr/lib/atalk. Should probably be changed upstream to be LIBEXECDIR instead of SBINDIR. * Removed some Debian patches, incorporated upstream. -- Sebastian Rittau Sun, 23 Feb 2003 03:59:19 +0100 netatalk (1.6.0-5) unstable; urgency=low * Fixes a build problem on HPPA. (Closes: #178693) -- Sebastian Rittau Tue, 28 Jan 2003 15:58:16 +0100 netatalk (1.6.0-4) unstable; urgency=low * Reupload to non-US. * Added Jonas Smedegaard to the uploaders field. -- Sebastian Rittau Mon, 30 Dec 2002 10:49:02 +0100 netatalk (1.6.0-3) unstable; urgency=low * Enable long file name support. * Patches by Jonas Smedegaard: + Improved logcheck files + Remove deprecated logcheck symlinks + Macusers: strip GECOS field (committed upstream as well) + Macusers: recognize unresolved IP numbers (ditto) + Remove --list-missing option on dh_install for now -- Sebastian Rittau Sun, 8 Dec 2002 17:40:44 +0100 netatalk (1.6.0-2) unstable; urgency=low * Use dh_install instead of dh_movefiles. Bump build-dependency on debhelper to >= 4.0.0. * Distribute /usr/bin/cnid_maint in package netatalk. * Distribute /usr/include/atalk/{boolean,logger}.h in package netatalk-dev. -- Sebastian Rittau Sun, 1 Dec 2002 02:04:07 +0100 netatalk (1.6.0-1) unstable; urgency=low * New upstream version. * Removed --with-did=cnid configure option, since it's now default. * pap.8 no longer exists. * CHANGES document no longer exists. * Complies with policy version 3.5.8. * Changed dependency on timeout to a suggests, since the printing script ensures the existance of timeout before using it. * Recommend rc instead of just suggesting it, since it's needed by acleandir.rc. * Fixed the init.d script to allow host names with spaces. (Pointed out and solution provided by Thomas Kaiser.) * Fixed download location in copyright file. -- Sebastian Rittau Sun, 1 Dec 2002 01:25:52 +0100 netatalk (1.5.5-1) unstable; urgency=low * New upstream version. * Compile with debug symbols by default, support for noopt in DEB_BUILD_OPTIONS. * Complies with policy version 3.5.7. * Add a note to README.Debian about problems with MacOS X and DDP and how to resolve them. Thanks to Nigel Pegram for pointing this out. * Removed espy's e-mail address, since I doubt that e-mail will still reach him. Instead, added his IRC nick to his name. -- Sebastian Rittau Tue, 24 Sep 2002 23:54:51 +0200 netatalk (1.5.4.1-2) unstable; urgency=medium * Use CNID as DID scheme. This may prevent data loss. -- Sebastian Rittau Fri, 16 Aug 2002 11:15:36 +0200 netatalk (1.5.4.1-1) unstable; urgency=low * New upstream version. -- Sebastian Rittau Tue, 30 Jul 2002 23:08:26 +0200 netatalk (1.5.3.1-1) unstable; urgency=low * New upstream version. * Put afpd NLS file into /usr/share/nls/netatalk. (Rationale: They are generated binary files and not really meant for changing anyways - a mapping is a mapping is a mapping.) * debian/netatalk.docs: removed file BUGS. -- Sebastian Rittau Tue, 9 Apr 2002 00:08:12 +0200 netatalk (1.5.2-1) unstable; urgency=low * New upstream version. * Install acleandir.rc and link to undocumented(7). * Suggest rc (for acleandir.rc). * Added package specific paragraphs to Netatalk's package descriptions. (Closes: #135523) * Added --with-nlsdir (and --with-pkgconfdir) configure option. * Added /usr/bin/afppasswd and correspoding man page. (Closes: #137963) -- Sebastian Rittau Tue, 12 Mar 2002 09:34:21 +0100 netatalk (1.5.1.1-4) unstable; urgency=low * Use uams_dhx.so and uams_randnom.so. This will enable SSL support by default. * Fixed wrong line breaks in AppleVolumes.system. Pointed out by Jonas. -- Sebastian Rittau Sat, 9 Feb 2002 15:47:21 +0100 netatalk (1.5.1.1-3) unstable; urgency=low * Offically re-enabled OpenSSL support. Rationale: In the OpenSSL FAQ[1] it says: 2. Can I use OpenSSL with GPL software? On many systems including the major Linux and BSD distributions, yes (the GPL does not place restrictions on using libraries that are part of the normal operating system distribution). Also, Debian does not infringe on the copyright of the Netatalk team, since we (the Netatalk team) clearly intend Netatalk to be linked against OpenSSL. (OpenSSL support is on by default.) OpenSSL support was on by accident since a few version back anyways. Now removed the part about enabling OpenSSL support from README.Debian and added appropriate build dependencies. [1] http://www.openssl.org/support/faq.html -- Sebastian Rittau Tue, 5 Feb 2002 01:04:02 +0100 netatalk (1.5.1.1-2) unstable; urgency=low * Added conflict with bigloo for now. This partly addresses bug #132041. (Both, netatalk and bigloo contain a binary with the name afile.) We need to fix this properly by ending the ugly name space pollution of afile. -- Sebastian Rittau Sun, 3 Feb 2002 13:35:20 +0100 netatalk (1.5.1.1-1) unstable; urgency=low * New upstream version. * Added -q flag to grep call in init file to suppress spurious output. (Suggestion by Aubin Paul.) * The init script is now able to start AppleTalk daemons in the background. (See /etc/default/netatalk.) This was a much-requested feature and we can also remove the patches to netatalk.conf and its man page. And - most importantly - it fixes a four-figure and a "wontfix" wishlist bug! (Closes: #7683, #95942) -- Sebastian Rittau Wed, 23 Jan 2002 01:08:39 +0100 netatalk (1.5.0-1) unstable; urgency=low * New upstream version "New Year's Eve Release". Final 1.5.0 version. * Removed the PowerPC segfault patch as it was included upstream. * Distribute new file NEWS. -- Sebastian Rittau Sun, 30 Dec 2001 03:00:25 +0100 netatalk (1.5rc2-1) unstable; urgency=medium * New upstream version. * Patches from Jonas: + 004_logcheck_zip_gnireply_anything Logcheck fix. + 005_visible_home_dir_in_config_(again!_and_with_comments_this_time...) Make home directory visible again. This issue is still not resolved upstream. I will bring it up on the netatalk-devel mailing list and hope that Jonas' patch can go upstream. + 014_--sysconfdir_is_included_with_--enable-fhs Remove --sysconfdir from ./configure flags. * Fix segfault at startup on PowerPC. Thanks to David D. Kilzer for the analysis and fix. (Closes: #123951) -- Sebastian Rittau Sat, 29 Dec 2001 03:48:41 +0100 netatalk (1.5rc1-1) unstable; urgency=medium * New upstream version. Some Debian patches were integrated upstream. * Correct included docs, since all platform specific docs were merged. * Upstream does now have manpages for apple_cp(1), apple_mv(1), and apple_rm(1), written by Lance Levsen . Removed the links to undocumented(7). * Don't supply --with-did=last anymore, since this is now the default. * Removed code to work around an upstream packaging problem. This is fixed with the new release. -- Sebastian Rittau Sat, 15 Dec 2001 14:23:56 +0100 netatalk (1.5pre8-6) unstable; urgency=low * More patches by Jonas Smedegaard + 001_make_sure_replaced_files_are_executable + 002_randnum.so_is_only_for_encryption-enabled_builds Removed uams_randnum.so from config files. + 003_bring_init_and_conf_in_sync_and_support_zone Set AFPD_MAX_CLIENTS to 50 in netatalk.init, too. New variable: ATALK_ZONE for configuration. + 012_logcheck_corrections * Also "fixed" uams_dhx_pam.so. (Closes: #120360) * Removed the USE_SSL variable from debian/rules. Instead, document the use of --with-ssl-dir in README.Debian. -- Sebastian Rittau Sun, 2 Dec 2001 06:50:21 +0100 netatalk (1.5pre8-5) unstable; urgency=low * Appletalk -> AppleTalk in package short descriptions. Thanks to Matt Zimmerman and his spell checking effort for pointing this out. * Really install README.Debian this time. * Removed afppasswd and afppasswd(1) from Debian distribution, since they are of no use when SSL support is not compiled in. -- Sebastian Rittau Sun, 18 Nov 2001 15:13:53 +0100 netatalk (1.5pre8-4) unstable; urgency=low * Fixed uams_pam.so. (Closes: #118889) * Explain why we don't link against OpenSSL in README.Debian. * Modified debian/rules so that setting a variable called USE_SSL to "yes" enables SSL support. This should ease the local compilation of SSL-enabled netatalk packages. -- Sebastian Rittau Sat, 10 Nov 2001 19:05:12 +0100 netatalk (1.5pre8-3) unstable; urgency=low * Corrected upstream version number (pre8 instead of pre7). This corrects afpd -v and similar commands. * Raised default number of allowed afpd clients. Suggestion by Jonas Smedegaard. * Small logcheck fix by Jonas. * Removed ATALK_BACKGROUND description from netatalk.conf(5). * Removed obsolete --with-config-dir configure option. -- Sebastian Rittau Sat, 27 Oct 2001 15:36:30 +0200 netatalk (1.5pre8-2) unstable; urgency=low * Work around the fact that upstream includes sym-links to mkinstalldirs and missing instead of verbatim copies. We do that by including our own copies in debian and copy them before running the build. (Closes: #114915) -- Sebastian Rittau Wed, 10 Oct 2001 14:03:34 +0200 netatalk (1.5pre8-1) unstable; urgency=low * New upstream version, containing most Debian patches. * Added a patch to configure.in that fixes PAM detection and compilation. -- Sebastian Rittau Sun, 7 Oct 2001 12:46:15 +0200 netatalk (1.5pre7-5) unstable; urgency=low * More patches by Jonas Smedegaard : + 001_logcheck_fix_typo_and_optimize... Logcheck fixes and improvements. (Closes: #114448) + 005_visible_home_dir_in_config_(again!) Name user home directories "Home Directory" by default to make them appear in the MacOS chooser. (Patch had already been applied in 1.5pre7-2, but had been lost since.) + Jonas made more patches, which I haven't applied yet, but either committed upstream or sent upstream for discussion. -- Sebastian Rittau Thu, 4 Oct 2001 22:31:50 +0200 netatalk (1.5pre7-4) unstable; urgency=low * Fixed Build-Dependencies. (pam-cracklib -> cracklib2-dev) (Closes: #113356) * Restored symlinks in /usr/lib/atalk/filters and other directories. (Closes: #113746) * Patches by Jonas Smedegaard : + 002_correctly_calculate_perl_depends + 003_remove_cap_line_from_logcheck Small logcheck change. + 004_add_misc_logcheck_lines Another logcheck change. + 011_strip_pam_paths Not applied, but patched config/netatalk.pamd to strip /lib/security from its path. -- Sebastian Rittau Mon, 1 Oct 2001 08:30:17 +0200 netatalk (1.5pre7-3) unstable; urgency=low * Fixed a stupid typo I made in the new init script. * Put add_netatalk_printer and netatalkshorternamelinks.pl in the examples directory instead of /usr/bin. Suggestion from Jonas Smedegaard. -- Sebastian Rittau Sun, 23 Sep 2001 19:08:43 +0200 netatalk (1.5pre7-2) unstable; urgency=low * Integrated a lot of patches by Jonas Smedegaard : + 001_etc2ps paths Correct paths in etc2ps and suggest tetex-base. + 005_visible_home_dir_in_config Name user home directories "Home Directory" by default to make them appear in the MacOS chooser. + 007_logcheck Support for the logcheck log file checking package. + 011_avoid_symlinks_and_force_using_autoconf_2.50 Partly applied: Patch configure.in so that the use of autoconf 2.50 is forced. (Debian autoconf hack workaround.) + 012_netatalk.conf Improved init script. Also, make use of netatalk.conf again. I patched the patch so that netatalk.conf is placed in /etc/default. + 015_recommend_lsof_(for_macusers)_and_suggest_quota Recommend lsof and suggest quota. + 021_enable_ssl_and_cracklib_and_correct_pam_paths Partly applied: Enable cracklib support. * Fixed paths in add_netatalk_printer. * Removed lp2pap.sh since it's of no use on Debian systems. * Removed test_parse_mtab and afpd-mtab.pl because we are not using the mtab DID scheme. * Comparison operator is '=', not '==' in the 'test' command. Fixed my patch. * Removed netatalk.conf.5 as well, since we don't install netatalk.conf anymore. * Removed superfluous file /etc/netatalk/netatalk.pamd. * Moved all *.la and *.a files to netatalk-dev. Added appropriate conflicts and replaces. * debian/rules: Do not copy files to package build directories instead of removing them afterwards. -- Sebastian Rittau Sun, 23 Sep 2001 14:04:06 +0200 netatalk (1.5pre7-1) unstable; urgency=medium * New upstream version. Most patches were applied upstream. * This release uses libtool for UAM stuff. Also, the correct flag for dynamic linking is supplied, so the problems with unresolved symbols should be gone now. (Closes: #95399) * Non-DSFG free code was removed. Copyright notice was changed accordingly. * Use ./configure --sysconfdir instead of --with-config-dir. * Upstream package does now install PAM file in the correct directory. Removed rule, correcting this from Debian rules file. * Added man pages for netatalk-config(1) and timelord(8). (Upstream does now also include a man page for timeout(1), but since we're not distributing it anymore, we don't care.) * Some doc files were removed, others were added. * Use debhelper compatibility level 3 and performed general packaging cleanups at the same time. * Standards-Version 3.5.6.0. No changes needed. * Netatalk is now GPL'ed. Added a note stating that to copyright. Also, we can't link against libssl anymore. Removed SSL stuff. I had to patch configure.in to do that. * Removed emacs stuff from changelog. * Applied a patch to getiface.c for a problem that could lead to segfaults. Thanks to Kai Henningsen for actually being affected by this bug, and - more importantly - finding the problem. (Closes: #109310) -- Sebastian Rittau Thu, 30 Aug 2001 02:02:17 +0200 netatalk (1.5pre6-7) unstable; urgency=low * Cleaned up CFLAGS handling in ./configure call. * Updated config.{sub,guess} again, just to make sure ... * Depend on the timeout package from tct. Also, don't distribute /usr/bin/timeout and remove the timeout(1) link to undocumented(7). Make preparations to remove the proper timeout(1) man page that will get distributed with netatalk 1.5pre7. -- Sebastian Rittau Sun, 19 Aug 2001 18:05:55 +0200 netatalk (1.5pre6-6) unstable; urgency=medium * ./configure --with-did=last This should fix errors with MacOS X. * Fixed typo in add_netatalk_printer. (Closes: #104192) * Removed /etc/netatalk/netatalk.conf, since it's not used by Debian's init script. (Closes: #103539) * Disabled pam_guest module by default. (Closes: #106637) -- Sebastian Rittau Sat, 28 Jul 2001 14:49:15 +0200 netatalk (1.5pre6-5) unstable; urgency=low * Removed --without-ssl option from ./configure invocation. Not that it had any effect before. * Updated config.{sub,guess} (manually for now). I will switch to dh_autotools if and when this is available. (Closes: #102861) -- Sebastian Rittau Fri, 6 Jul 2001 00:46:18 +0200 netatalk (1.5pre6-4) unstable; urgency=low * Changed section of netatalk-dev to non-US, too. * Make netatalk-dev depend on netatalk. -- Sebastian Rittau Tue, 19 Jun 2001 01:40:07 +0200 netatalk (1.5pre6-3) unstable; urgency=low * Thanks to my former sponsor Michael 'grisu' Bramer for his efforts. * Changed maintainer address to . * Moved to section non-US and link against libssl. Changed Build-Depends accordingly. * Link against libdb3 instead of libdb2. Changed Build-Depends accordingly. * Sources were not obtained from CVS, and are available by HTTP. * Removed patch to contrib/Makefile.* to enable compilation of timelord. Instead, use configure option --with-timelord. * Added symlinks to megatron. Use patch from upstream CVS. (Closes: #95944) * Clean up patch for etc/psf/Makefile.am. * Added DEB_BUILD_OPTIONS handling. (Closes: #99705) * Added links to undocumented(7) from binheader(1) and nadheader(1). * Standards-Version: 3.5.5.0. -- Sebastian Rittau Sun, 17 Jun 2001 15:50:13 +0200 netatalk (1.5pre6-2) unstable; urgency=low * This version will hopefully clean up the version mess, I created. * Conforms to standards-version 3.5.3.0 (no changes needed). * Link cleanappledouble.pl(1) to undocumented(7). * Removed all hand-crafted {pre,post}{inst,rm} files. * Give files in /etc/netatalk/nls a mode of 0644, instead of 0755. Fixes lintian warnings. * Build-Depends on libdb2-dev do exist since -1. (Closes: #92774) * Distribute missing pagecount.ps. (Closes: #95117) * Compile timelord. * Use --enable-fhs instead of --with-fhs. Should fix some paths. * Compile with shadow support. (Closes: #95186) * Use the pam_unix.so module instead of pam_pwdb.so in /etc/pam.d/netatalk. -- Sebastian Rittau Tue, 1 May 2001 03:38:57 +0200 netatalk (1.5pre6-1) unstable; urgency=low * New upstream release. * Re-added changes made in 1.4b2+asun2.1.3-8. * Added --prefix=/usr to ./configure options. -- Sebastian Rittau Fri, 13 Apr 2001 00:27:47 +0200 netatalk (1.5pre5-3) unstable; urgency=low * Re-added changes made in 1.4b2+asun2.1.3-8. -- Sebastian Rittau Fri, 6 Apr 2001 23:44:47 +0200 netatalk (1.5pre5-2) unstable; urgency=low * Added copyright of University of Newcastle upon Tyne to debian/copyright. * Removed patches/uams_dhx_pam.c.patch as it was applied upstream. * Some documentation files were moved into the doc subdirectory. * Added more documentation files. * Added some temporary build fixes. -- Sebastian Rittau Wed, 8 Mar 2001 00:03:30 +0100 netatalk (1.5pre5-1) unstable; urgency=low * New upstream version. -- Sebastian Rittau Fri, 23 Feb 2001 21:07:18 +0100 netatalk (1.5pre4-1) unstable; urgency=low * New upstream version. * Some reorganisations to allow building directly from CVS. * Debian packaging is now included in upstream CVS. * Modified debian/copyright to include CVS instructions. * Call ./configure with --with-fhs and removed --with-uams-path option. * Removed patches/paths.h.patch as this is now supported by --with-fhs. * Removed various build patches now included upstream. * Use dh_installman from debhelper v3. Updated build dependencies accordingly. * Removed comment about Debian specific changes from debian/copyright. * Build with libssl support. (Closes: #48871) * Added libssl096-dev to Build-Depends. * Ship FAQ in /usr/share/doc/netatalk -- Sebastian Rittau Thu, 22 Feb 2001 20:44:41 +0100 netatalk (1.5pre3-1) unstable; urgency=low * New upstream version from netatalk.sourceforge.net. (Closes: #69232, #78781) * Repackaged using debhelper. * Conforms to policy version 3.5.1.0. * Removed some Debian specific patches integrated upstream. * Updated debian/copyright. * Changed priority from optional to extra. -- Sebastian Rittau Thu, 22 Feb 2001 10:18:07 +0100 netatalk (1.4b2+asun2.1.3-8) unstable; urgency=low * Added libdb2-dev to build-depends. (Closes: #92774) * Complies with Debian policy version 3.5.2.0. * Added netatalk homepage and current maintainer to debian/copyright. -- Sebastian Rittau Tue, 3 Apr 2001 23:59:38 +0200 netatalk (1.4b2+asun2.1.3-7) unstable; urgency=low * New maintainer. (Closes: #82386) * Fixed a build problem. * Strip .note and .comment sections from /usr/lib/atalk/psa. * Added debhelper as build-dependency. * Complies with Debian policy version 3.2.1.0. -- Sebastian Rittau Sun, 21 Jan 2001 15:49:11 +0100 netatalk (1.4b2+asun2.1.3-6) unstable; urgency=low * The "looks like I picked the wrong week to quit sniffing glue" release. * Update the maintainer name in the control file. * Move psa and etc2ps to /usr/lib/atalk, as they are not user binaries (this also shuts lintian up). -- David Huggins-Daines Fri, 14 Jan 2000 21:04:24 -0500 netatalk (1.4b2+asun2.1.3-5) unstable; urgency=low * New maintainer. * Compensate for stupid new 'install -s' behaviour. (closes:Bug#51423) * Fix psf(8) manpage. (closes:Bug#30839) * Updated Standards-Version. * Fixed symlinks to be relative, as per lintian's warnings. * Added /usr/doc symlinks in the postinst/prerm. -- David Huggins-Daines Wed, 22 Dec 1999 20:24:26 -0500 netatalk (1.4b2+asun2.1.3-4) unstable; urgency=low * Fix init script to always kill papd even if ENABLE_PAP=no (closes:Bug#48783). -- Joel Klecker Sun, 31 Oct 1999 07:43:29 -0800 netatalk (1.4b2+asun2.1.3-3) unstable; urgency=low * Remove libatalk1 and libatalk1-dev (I think it is a mistake to "fork" a shared version of a library in Debian, if the library is static upstream then upstream isn't gonna be careful with the ABI). * Create netatalk-dev. * netatalk.init: Use $() instead of ``. Use /bin/hostname explicitly. s/daemons/Daemons/g. Remove module fiddling (closes:Bug#44767,#43319). * Remove "glibc 2.1 fix" it's no longer needed. * Compile with sendfile support. * Use /usr/share/doc. * Cleanup bashisms in debian/rules. -- Joel Klecker Sat, 23 Oct 1999 20:59:24 -0700 netatalk (1.4b2+asun2.1.3-2) unstable; urgency=low * (netatalk): Make /etc/netatalk/afpd.conf a conffile (closes:Bug#37628). -- Joel Klecker Thu, 13 May 1999 10:54:37 -0700 netatalk (1.4b2+asun2.1.3-1) unstable; urgency=low * New upstream release (closes:Bug#33982). * Correct paths in psf.8 (closes:Bug#30839). * There is now a different way to control CRLF translation on a per-volume basis upstream so I have removed the patch that provides the -e option to afpd. * (netatalk): Depend on libpam-modules. * Put man pages in /usr/share/man. -- Joel Klecker Tue, 30 Mar 1999 12:17:36 -0800 netatalk (1.4b2+asun2.1.1-2) frozen unstable; urgency=low * Incorporated glibc 2.1 fixes from Christian Meder. * Remove explicit add-log-mailing-address from debian/changelog. -- Joel Klecker Fri, 15 Jan 1999 07:28:11 -0800 netatalk (1.4b2+asun2.1.1-1.1) frozen unstable; urgency=low * non maintainer, sparc only upload * fix #includes for glibc2.1 -- Christian Meder Mon, 4 Jan 1999 12:37:13 +0100 netatalk (1.4b2+asun2.1.1-1) frozen unstable; urgency=low * New upstream bugfix release. * Recompile against libc6 2.0.7u-7 to get rid of versioned libc6 dependency. -- Joel Klecker Thu, 3 Dec 1998 07:45:42 -0800 netatalk (1.4b2+asun2.1.0-5) frozen unstable; urgency=high * [libatalk/atp/atp_rsel.c] Minor change for libnatali compatibility (closes:Bug#30092). * Rebuild with libc6 2.0.7u-6 for i386. -- Joel Klecker Fri, 27 Nov 1998 22:58:11 -0800 netatalk (1.4b2+asun2.1.0-4) frozen unstable; urgency=low * binary-arch target now depends on pre-binary (closes:Bug#29508) -- Joel Klecker Tue, 17 Nov 1998 04:46:50 -0800 netatalk (1.4b2+asun2.1.0-3) frozen unstable; urgency=low * Now installs /usr/lib/atalk/pagecount.ps (closes:Bug#29323) -- Joel Klecker Thu, 12 Nov 1998 00:30:53 -0800 netatalk (1.4b2+asun2.1.0-2) frozen unstable; urgency=low * Should build from freshly unpacked source now (Bug#28810) -- Joel Klecker Sun, 1 Nov 1998 19:34:52 -0800 netatalk (1.4b2+asun2.1.0-1) unstable; urgency=low * New upstream release. * Incorporate megatron patch from Rob Browning (Bug#25598). * Don't install /usr/include/netatalk on glibc 2.1 architectures. * Fix paths in /etc/pam.d/netatalk file. -- Joel Klecker Thu, 29 Oct 1998 23:54:13 -0800 netatalk (1.4b2+asun2.0a18.2-1) frozen unstable; urgency=low * New "upstream" release. * This does add new features, however, it also fixes at least one nasty bug (Bug#13973). * Applied patch which adds a command-line option to disable CR/LF translation (thanks to Davide Welton and Jon Nelson). (Note to release manager: this patch is applied so this package has the exact functionality of netatalk-asun) * Renamed libatalk-dev to libatalk1-dev. * Symlinked /usr/man/man1/nbpunrgstr.1.gz to /usr/man/man1/nbprgstr.1.gz to keep lintian happy. * Changed the "lock directory" to /var/run and the names of the "lock files" to .pid, since what the source calls locks are really the same as the .pid files other daemons put in /var/run. * This package provides all the functionality of netatalk-asun, and it will replace netatalk-asun in the distribution. -- Joel Klecker Tue, 12 May 1998 19:31:54 -0700 netatalk (1.4b2-5) frozen unstable; urgency=low * New Maintainer (I can finally close bugs I fixed in previous releases ;). * Changed library package names again. * Upgraded to Debian Policy 2.4.0.0. * Moved conffiles to /etc/netatalk. * Fixes almost all lintian warnings/errors. * Cleaned up changelog. -- Joel Klecker Sun, 22 Mar 1998 21:50:00 -0800 netatalk (1.4b2-4.5) unstable; urgency=low * Non-maintainer release (again :>) * Made libatalk14g-dev conflict with libc5-dev to fix overlap (Bug:#17848) -- Joel Klecker Thu, 5 Feb 1998 20:42:51 -0800 netatalk (1.4b2-4.4) unstable; urgency=low * Yet Another non-maintainer release. * Added patch to fix "dancing icon" problems with Macs running Mac OS 8. * Changed comment in /etc/AppleVolumes.default (Bug:#15279) * Implemented variable for "server name" in init script (as suggested in Bug:#12024) * Added a kluge to /etc/init.d/netatalk to remove kernel appletalk module (if there is one) at stop and reinsert it at start, this is needed or else netatalk will not start once stopped (Bug:#12142,11349) -- Joel Klecker Fri, 30 Jan 1998 07:50:00 -0800 netatalk (1.4b2-4.3) unstable; urgency=low * Non-maintainer release. * Fixed dependencies. -- Joel Klecker Thu, 8 Jan 1998 16:14:17 -0800 netatalk (1.4b2-4.2) unstable; urgency=low * Non-maintainer release. * Changed library package names. -- Joel Klecker Wed, 7 Jan 1998 00:00:00 -0800 netatalk (1.4b2-4.1) unstable; urgency=low * Non-maintainer libc6 compile. -- Joel Klecker Tue, 6 Jan 1998 00:00:00 -0800 netatalk (1.4b2-4) unstable; urgency=low * Recompiled against newer PAM libraries. * Added /etc/pam.d/samba. -- Klee Dienes Sat, 8 Mar 1997 01:17:09 -0500 netatalk (1.4b2-3) unstable; urgency=low * Added PAM support. * Split into libatalk, libatalk-dev, and netatalk. * Added patch from Randy Gobbel to allow case translation to be specified at config-time rather than compile time. Note that configuration files that make use of this feature may not work with other releases of netatalk, and that this feature may be removed in the future if UMich rejects the patch or implements it differently. * Startup messages now conform to 'Standard for Console Messages' (fixes #5399). * No longer creates new subdirectories (to appease dpkg-buildpackage). -- Klee Dienes Wed, 26 Feb 1997 21:02:02 -0500 netatalk (1.4b2-2) unstable; urgency=low * Resend_request made external for libnatali. * Added shared libraries. * Next revision will split into libatalk, libatalk-dev, and netatalk. -- Klee Dienes Fri, 24 Jan 1997 22:37:22 -0500 netatalk (1.4b2-1) unstable; urgency=low * Updated to upstream version 1.4b2. * Added preliminary PAM support (currently disabled). * Made /etc/init.d/netatalk a conffile. * Changed /etc/init.d/netatalk to complete only once appletalk services are running. Configurating an Appletalk interface can take many (> 15) seconds, so the previous version would fork a process to configure the interface and then start up the other Appletalk services. Although possibly controversial, this change is necessary so that packages like ppr can be ensured that netatalk will be started before they run without undue complication. -- Klee Dienes Sat, 2 Nov 1996 19:42:04 -0700 netatalk (1.4b1-1) unstable; urgency=low * Updated to new upstream version. * Updated to new packaging format. -- Klee Dienes Wed, 2 Oct 1996 10:18:14 -0700 netatalk (1.3.3-3); * Fixed location of include files. -- Klee Dienes Mon Jan 8 10:46:52 MST 1996 netatalk (1.3.3-2); * Fixed bug in postrm script. -- Klee Dienes Thu Dec 21 08:22:24 MST 1995 netatalk (1.3.3-1); * Initial Release. -- Klee Dienes Wed Dec 13 22:58:31 MST 1995 debian/netatalk.logcheck.violations.ignore0000644000000000000000000000043111410440211016124 0ustar afpd\[[0-9]+\]: afp_die: asp_shutdown: Connection timed out$ afpd\[[0-9]+\]: afp_getsrvrparms: stat /[^/]+/: Permission denied$ afpd\[[0-9]+\]: (afp_flushfork|afp_read|getforkparms): (ad_refresh|of_find): Permission denied$ afpd\[[0-9]+\]: dsi_stream_read\(0\): Permission denied$ debian/compat0000644000000000000000000000000211732172423010366 0ustar 7 debian/rules0000755000000000000000000001472012033622116010246 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2003-2005, Sebastian Rittau # Copyright 2004, 2006-2010, Jonas Smedegaard # Description: Main Debian packaging script for Netatalk # # 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, 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, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/hardening-includes/hardening.make DEB_UPSTREAM_URL = http://downloads.sourceforge.net/netatalk DEB_UPSTREAM_TARBALL_BASENAME_MANGLE = s/~(alpha|beta|rc)/-\1/ DEB_UPSTREAM_TARBALL_MD5 = c00dd0b35279d6daac6e3306576cecaf # Override defaults for old-style update-rc.d # * Start and stop at priority 50 (FIXME: explain reasoning) # * Stop only in runlevel 1 (let system kill it in runlevels 0 and 6) DEB_UPDATE_RCD_PARAMS = start 50 2 3 4 5 . stop 50 1 . # Tighten security - more info at http://wiki.debian.org/Hardening CFLAGS += $(HARDENING_CFLAGS) LDFLAGS += $(HARDENING_LDFLAGS) CPPFLAGS += -D_IPP_PRIVATE_STRUCTURES DEB_CONFIGURE_EXTRA_FLAGS := \ --with-shadow --enable-fhs \ --enable-tcp-wrappers \ --enable-timelord --enable-overwrite \ --with-pkgconfdir=/etc/netatalk \ --enable-krb4-uam --enable-krbV-uam \ --with-cnid-dbd-txn \ --with-libgcrypt-dir \ --with-cracklib=/var/cache/cracklib/cracklib_dict \ --disable-srvloc --enable-zeroconf \ --enable-ddp \ --enable-debian DEB_INSTALL_EXAMPLES_netatalk = debian/examples/* openssl_build_depends = libssl-dev # libgcrypt is GPL-compatible, but openssl supports randnum auth ifneq (,$(findstring openssl,$(DEB_BUILD_OPTIONS))) DEB_CONFIGURE_EXTRA_FLAGS += --with-ssl-dir --enable-pgp-uam uamlist = uams_dhx2.so,uams_clrtxt.so,uams_dhx.so,uams_randnum.so else DEB_CONFIGURE_EXTRA_FLAGS += --without-ssl-dir uamlist = uams_dhx2.so,uams_clrtxt.so endif # Refuse GPL build with openssl build-dependencies included post-patches:: $(if $(findstring openssl,$(DEB_BUILD_OPTIONS)),,$(if $(shell egrep -i '^Build-Depends.*$(openssl_build_depends)' debian/control),$(error OpenSSL build-dependencies found in GPL build!))) # Check that we do not install anything linked with libssl in a GPL build binary-post-install/netatalk:: $(if $(findstring openssl,$(DEB_BUILD_OPTIONS)),,$(if $(shell objdump -x debian/netatalk/usr/lib/netatalk/* 2> /dev/null | sed -n '/NEEDED \+libssl\.so/p'),$(error OpenSSL dependencies found in GPL build!))) # Re-install initscript with debhelper to add pre- and postinst routines install/netatalk:: mv $(DEB_DESTDIR)/etc/init.d/netatalk debian/netatalk.init clean:: rm -f debian/netatalk.init # Rename files w/ manpage references to avoid namespace conflicts # * uniconv → netatalk-uniconv # * install netatalk-uniconv as system binary bindir=debian/netatalk/usr/bin man1dir=debian/netatalk/usr/share/man/man1 binary-post-install/netatalk:: mv $(bindir)/uniconv $(bindir)/../sbin/netatalk-uniconv perl -p -e 's/(?$(man1dir)/../man8/netatalk-uniconv.8 rm $(man1dir)/uniconv.1 # Adjust PAM modules and UAMs loaded by default, depending on ssl support binary-post-install/netatalk:: perl -i -pe 's/^#AFPD_UAMLIST=.*/#AFPD_UAMLIST="-U $(uamlist)"/' debian/netatalk/etc/default/netatalk perl -i -pe 's/^AFPD_UAMLIST=.*/AFPD_UAMLIST="-U $(uamlist)"/' debian/netatalk/etc/init.d/netatalk # Remove unnecessary files binary-post-install/netatalk:: rm debian/netatalk/usr/bin/netatalk-config rm debian/netatalk/usr/lib/libatalk.* rm debian/netatalk/usr/share/man/man1/afppasswd.1 rm -r debian/netatalk/usr/include rm -r debian/netatalk/usr/share/aclocal rm -r debian/netatalk/var rm debian/netatalk/usr/lib/netatalk/*.la # Create patch to get in sync with upstream CVS get-orig-vcs: patchfile = 000_cvs_$(shell date '+%Y%m%d').patch get-orig-vcs: get-orig-source f="$(DEB_UPSTREAM_WORKDIR)/$(patchfile)"; \ [ ! -e "$$f" ] || ( echo "ERROR: File \"$$f\" already exist!"; exit 1 ) d="$(DEB_UPSTREAM_WORKDIR)/vcstemp"; \ mkdir "$$d" || ( echo "ERROR: Directory \"$$d\" already exist!"; exit 1 ) tar -zx -C "$(DEB_UPSTREAM_WORKDIR)/vcstemp" \ < "$(DEB_UPSTREAM_WORKDIR)/$(cdbs_upstream_local_tarball)" d="$(DEB_UPSTREAM_WORKDIR)/vcstemp/netatalk.orig"; \ [ -e "$$d" ] || mv "$(DEB_UPSTREAM_WORKDIR)/vcstemp"/* "$$d" cd "$(DEB_UPSTREAM_WORKDIR)/vcstemp" \ && cvs -d:pserver:anonymous@netatalk.cvs.sourceforge.net:/cvsroot/netatalk co -r branch-netatalk-2-0 -P netatalk \ && diff -ruN $(autotools-files:%=-x %) -x doc -x CVS -x .cvsignore netatalk.orig netatalk \ > "../$(patchfile)" \ || [ $$? -lt 2 ] # generating a diff is not (at all) fatal rm -rf "$(DEB_UPSTREAM_WORKDIR)/vcstemp" # Needed for by upstream build process CDBS_BUILD_DEPENDS += , libdb-dev, libwrap0-dev, libpam0g-dev, libcups2-dev, libkrb5-dev, libltdl3-dev CDBS_BUILD_DEPENDS += , libgcrypt11-dev, libcrack2-dev CDBS_BUILD_DEPENDS += , libavahi-client-dev, libldap2-dev, libacl1-dev ifneq (,$(findstring openssl,$(DEB_BUILD_OPTIONS))) CDBS_BUILD_DEPENDS += , $(openssl_build_depends) endif # Needed for our packaging routines CDBS_BUILD_DEPENDS += , d-shlibs, hardening-includes # Needed (always/often/seldom) at runtime # * netbase needed by network-facing daemons # * libpam-modules, libpam-cracklib, cracklib-runtime and avahi-daemon needed by daemons afpd and papd # * lsof and procps needed by script macusers # * rc needed by script acleandir.rc # * db-util needed by script cnid_maint # * texlive-base-bin (dvips) and groff (roff2ps) needed by script etc2ps # * quota needed by daemon afpd # * db4.2-util needed by example script netatalk_update.sh for upgrades # from 2.0.4~beta2-4 and earlier: can be dropped after Squeeze+1 CDBS_DEPENDS = netbase, libpam-modules CDBS_RECOMMENDS = lsof, rc, db-util, procps, cracklib-runtime, libpam-cracklib, avahi-daemon CDBS_SUGGESTS = texlive-base-bin, groff, quota, db4.2-util debian/patches/0000755000000000000000000000000013406724562010626 5ustar debian/patches/202_psf_8_paths.diff0000644000000000000000000000067411410440211014243 0ustar --- a/man/man8/psf.8.tmpl +++ b/man/man8/psf.8.tmpl @@ -81,9 +81,9 @@ .\} .nf laser|lp|LaserWriter Plus on AppleTalk:\e - :sd=/usr/spool/lpd/laser:\e - :lp=/usr/spool/lpd/laser/null:\e - :lf=/var/adm/lpd\-errs:pw#80:hl:\e + :sd=/var/spool/lpd/laser:\e + :lp=/var/spool/lpd/laser/null:\e + :lf=/var/log/lpd\-errs:pw#80:hl:\e :of=:LIBEXECDIR:/ofpap:\e :if=:LIBEXECDIR:/ifpaprev:\e :tf=:LIBEXECDIR:/tfpaprev:\e debian/patches/114_fix_macusers_ps_parsing.patch0000644000000000000000000000152511657742267017164 0ustar --- a/contrib/macusers/macusers.in +++ b/contrib/macusers/macusers.in @@ -112,7 +112,14 @@ close(PFILES); } - ($t, $t, $uid, $t, $t, $t, $name, $t, $t) = getpwnam($user); + # Deal with truncated usernames. Caution: this does make the + # assumption that no username will be all-numeric. + if ($user =~ /^[0-9]+$/) { + $uid = $user; + ($user, $t, $t, $t, $t, $t, $name, $t, $t) = getpwuid($uid); + } else { + ($t, $t, $uid, $t, $t, $t, $name, $t, $t) = getpwnam($user); + } ($name) = ( $name =~ /(^[^,]+)/ ); printf "%-8d %-8d %-16s %-20s %-9s %s\n", $pid, $uid, $user, $name, $time, $mac{$pid}; debian/patches/series0000644000000000000000000000031413406724562012041 0ustar 101_start_avahi-daemon_before_atalkd.patch 114_fix_macusers_ps_parsing.patch 201_etc2ps_paths.diff 202_psf_8_paths.diff 205_applevolumes_default_homedir.diff CVE-2018-1160-01.patch CVE-2018-1160-02.patch debian/patches/205_applevolumes_default_homedir.diff0000644000000000000000000000150311567745362020003 0ustar --- a/config/AppleVolumes.default.tmpl +++ b/config/AppleVolumes.default.tmpl @@ -1,8 +1,3 @@ -# This file looks empty when viewed with "vi". In fact, there is one -# '~', so users with no AppleVolumes file in their home directory get -# their home directory by default. - -# # volume format: # :DEFAULT: [all of the default options except volume name] # path [name] [casefold:x] [options:z,l,j] \ @@ -178,9 +173,7 @@ # The line below sets some DEFAULT, starting with Netatalk 2.1. :DEFAULT: options:upriv,usedots -# The "~" below indicates that Home directories are visible by default. -# If you do not wish to have people accessing their Home directories, -# please put a pound sign in front of the tilde or delete it. -~ +# By default all users have access to their home directories. +~/ "Home Directory" # End of File debian/patches/CVE-2018-1160-01.patch0000644000000000000000000000415413406724553013463 0ustar From 61c847c09f9df21692c2f8fee0060d764e453412 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 10 Nov 2018 13:40:04 +0100 Subject: [PATCH 1/2] CVE-2018-1160: libatalk/dsi: avoid double use of variable i Signed-off-by: Ralph Boehme (backported from commit 67256322aa5a1fff01de471d6787d1d862678746) --- libatalk/dsi/dsi_opensess.c | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/libatalk/dsi/dsi_opensess.c b/libatalk/dsi/dsi_opensess.c index 2d7fd23b84..3a9e95ab6d 100644 --- a/libatalk/dsi/dsi_opensess.c +++ b/libatalk/dsi/dsi_opensess.c @@ -33,7 +33,9 @@ static void dsi_init_buffer(DSI *dsi) /* OpenSession. set up the connection */ void dsi_opensession(DSI *dsi) { - u_int32_t i = 0; /* this serves double duty. it must be 4-bytes long */ + size_t i = 0; + uint32_t servquant; + uint32_t replcsize; int offs; dsi_init_buffer(dsi); @@ -62,21 +64,21 @@ void dsi_opensession(DSI *dsi) dsi->header.dsi_code = 0; /* dsi->header.dsi_command = DSIFUNC_OPEN;*/ - dsi->cmdlen = 2 * (2 + sizeof(i)); /* length of data. dsi_send uses it. */ + dsi->cmdlen = 2 * (2 + sizeof(uint32_t)); /* length of data. dsi_send uses it. */ /* DSI Option Server Request Quantum */ dsi->commands[0] = DSIOPT_SERVQUANT; - dsi->commands[1] = sizeof(i); - i = htonl(( dsi->server_quantum < DSI_SERVQUANT_MIN || + dsi->commands[1] = sizeof(servquant); + servquant = htonl(( dsi->server_quantum < DSI_SERVQUANT_MIN || dsi->server_quantum > DSI_SERVQUANT_MAX ) ? DSI_SERVQUANT_DEF : dsi->server_quantum); - memcpy(dsi->commands + 2, &i, sizeof(i)); + memcpy(dsi->commands + 2, &servquant, sizeof(servquant)); /* AFP replaycache size option */ - offs = 2 + sizeof(i); + offs = 2 + sizeof(replcsize); dsi->commands[offs] = DSIOPT_REPLCSIZE; - dsi->commands[offs+1] = sizeof(i); - i = htonl(REPLAYCACHE_SIZE); - memcpy(dsi->commands + offs + 2, &i, sizeof(i)); + dsi->commands[offs+1] = sizeof(replcsize); + replcsize = htonl(REPLAYCACHE_SIZE); + memcpy(dsi->commands + offs + 2, &replcsize, sizeof(replcsize)); dsi_send(dsi); } debian/patches/201_etc2ps_paths.diff0000644000000000000000000000054211410440211014415 0ustar --- a/etc/psf/etc2ps.sh +++ b/etc/psf/etc2ps.sh @@ -9,11 +9,11 @@ # tag in the case. # -DVIPSPATH=/usr/local/tex/bin -DVIPS=/usr/local/tex/bin/dvips +DVIPSPATH=/usr/bin +DVIPS=/usr/bin/dvips DVIPSARGS="-f -q" -TROFF2PS=/usr/local/psroff/troff2/troff2ps +TROFF2PS=/usr/bin/roff2ps TROFF2PSARGS="-Z -O-.10" PATH=/usr/bin:$DVIPSPATH; export PATH debian/patches/README0000644000000000000000000000020611410440211011457 0ustar 0xx: Backports from newer upstream CVS. 1xx: Possibly relevant for upstream adoption. 2xx: Only relevant for official Debian release. debian/patches/CVE-2018-1160-02.patch0000644000000000000000000000642213406724562013464 0ustar From 9b9afa26cc211d532ed408ad3ebbcac40ae56cf2 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Sat, 10 Nov 2018 13:41:43 +0100 Subject: [PATCH 2/2] CVE-2018-1160: libatalk/dsi: add correct bound checking to dsi_opensession The memcpy memcpy(&dsi->attn_quantum, dsi->commands + i + 1, dsi->commands[i]); trusted dsi->commands[i] to specify a size that fits into dsi->attn_quantum. The sizeof attn_quantum is four bytes. A malicious client can send a dsi->command[i] larger than 4 bytes to begin overwriting variables in the DSI struct. dsi->command[i] is a single char in a char array which limits the amount of data the attacker can overwrite in the DSI struct to 0xff. So for this to be useful in an attack there needs to be something within the 0xff bytes that follow attn_quantum. From dsi.h: uint32_t attn_quantum, datasize, server_quantum; uint16_t serverID, clientID; uint8_t *commands; /* DSI recieve buffer */ uint8_t data[DSI_DATASIZ]; /* DSI reply buffer */ The commands pointer is a heap allocated pointer that is reused for every packet received and sent. Using the memcpy, an attacker can overwrite this to point to an address of their choice and then all subsequent AFP packets will be written to that location. If the attacker chose the preauth_switch buffer, overwriting the function pointer there with functions pointers of his choice, he can invoke this functions over the network, Signed-off-by: Ralph Boehme (cherry picked from commit b6895be1cb5b915254ee92c2150e309cd31ebff6) --- libatalk/dsi/dsi_opensess.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/libatalk/dsi/dsi_opensess.c b/libatalk/dsi/dsi_opensess.c index 3a9e95ab6d..28282b7836 100644 --- a/libatalk/dsi/dsi_opensess.c +++ b/libatalk/dsi/dsi_opensess.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include @@ -37,6 +38,8 @@ void dsi_opensession(DSI *dsi) uint32_t servquant; uint32_t replcsize; int offs; + uint8_t cmd; + size_t option_len; dsi_init_buffer(dsi); if (setnonblock(dsi->socket, 1) < 0) { @@ -45,17 +48,32 @@ void dsi_opensession(DSI *dsi) } /* parse options */ - while (i < dsi->cmdlen) { - switch (dsi->commands[i++]) { + while (i + 1 < dsi->cmdlen) { + cmd = dsi->commands[i++]; + option_len = dsi->commands[i++]; + + if (i + option_len > dsi->cmdlen) { + LOG(log_error, logtype_dsi, "option %"PRIu8" too large: %zu", + cmd, option_len); + exit(EXITERR_CLNT); + } + + switch (cmd) { case DSIOPT_ATTNQUANT: - memcpy(&dsi->attn_quantum, dsi->commands + i + 1, dsi->commands[i]); + if (option_len != sizeof(dsi->attn_quantum)) { + LOG(log_error, logtype_dsi, "option %"PRIu8" bad length: %zu", + cmd, option_len); + exit(EXITERR_CLNT); + } + memcpy(&dsi->attn_quantum, &dsi->commands[i], option_len); dsi->attn_quantum = ntohl(dsi->attn_quantum); case DSIOPT_SERVQUANT: /* just ignore these */ default: - i += dsi->commands[i] + 1; /* forward past length tag + length */ break; } + + i += option_len; } /* let the client know the server quantum. we don't use the debian/patches/101_start_avahi-daemon_before_atalkd.patch0000644000000000000000000000071211732201314020621 0ustar Description: Start avahi-daemon (if available) before atalkd Author: Jonas Smedegaard Last-Update: 2012-03-20 --- a/distrib/initscripts/rc.atalk.debian.tmpl +++ b/distrib/initscripts/rc.atalk.debian.tmpl @@ -2,6 +2,7 @@ ### BEGIN INIT INFO # Provides: netatalk # Required-Start: $remote_fs $syslog +# Should-Start: avahi-daemon # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 # Default-Stop: 1 debian/gbp.conf0000644000000000000000000000014611410440211010572 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/control0000644000000000000000000000231612033622160010566 0ustar Source: netatalk Section: net Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jonas Smedegaard Build-Depends: autotools-dev, cdbs (>= 0.4.72~), devscripts, debhelper, dh-buildinfo, libdb-dev, libwrap0-dev, libpam0g-dev, libcups2-dev, libkrb5-dev, libltdl3-dev, libgcrypt11-dev, libcrack2-dev, libavahi-client-dev, libldap2-dev, libacl1-dev, d-shlibs, hardening-includes Build-Conflicts: libavahi-compat-libdnssd-dev Vcs-Git: git://git.debian.org/git/collab-maint/netatalk Vcs-Browser: http://git.debian.org/?p=collab-maint/netatalk.git Standards-Version: 3.9.3 Homepage: http://netatalk.sourceforge.net/ Package: netatalk Section: net Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: AppleTalk user binaries Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains all daemon and utility programs as well as Netatalk's static libraries. debian/netatalk.docs0000644000000000000000000000004211572743731011651 0ustar CONTRIBUTORS doc/README.AppleTalk debian/netatalk.logcheck.ignore.server0000644000000000000000000000374111410440211015252 0ustar afpd\[[0-9]+\]: ((dhx2?|cleartext|randnum/rand2num) )?login: [[:alnum:]]+$ afpd\[[0-9]+\]: (afp_flushfork|afp_read|getforkparms): (ad_refresh|of_find): (No such file or directory|No such process|Permission denied)$ afpd\[[0-9]+\]: dsi_stream_read\(0\): (No such file or directory|No such process|Permission denied)$ afpd\[[0-9]+\]: (atp_rresp|afp_die: asp_shutdown): Connection timed out$ afpd\[[0-9]+\]: (registering [[:alnum:]]+ \(uid [0-9]+\) on [\.0-9]+ as|removed) /[^[:space:]]+/net[\.0-9]+node[0-9]+$ afpd\[[0-9]+\]: (server_child\[[0-9]+\] [0-9]+ )?(done|exited 1)$ afpd\[[0-9]+\]: ASIP session:[0-9]+\([0-9]+\) from [\.:0-9]+\([0-9]+\)$ afpd\[[0-9]+\]: CNID DB initialized using Sleepycat Software: Berkeley DB( [\.0-9]+: \([^\(]+\))?$ afpd\[[0-9]+\]: Connection terminated$ afpd\[[0-9]+\]: [\.[:alnum:]]+ read, [\.[:alnum:]]+ written$ afpd\[[0-9]+\]: [_[:alnum:]]+(\(-?[0-9]+\))?: stat [^:]+: (No such file or directory|Permission denied)$ afpd\[[0-9]+\]: afp_alarm: child timed out$ atalkd\[[0-9]+\]: as_timer sendto: Network is unreachable $ afpd\[[0-9]+\]: asp_alrm: [0-9]+ timed out$ afpd\[[0-9]+\]: dsi_stream_(read\(-1\)|write): Connection reset by peer$ afpd\[[0-9]+\]: dsi_stream_read\(0\): Success$ afpd\[[0-9]+\]: error stat'ing /[^[:space:]]+/net[\.0-9]+node[0-9]+: No such file or directory$ afpd\[[0-9]+\]: login [[:alnum:]]+ \(uid [0-9]+, gid [0-9]+\)( AFP2\.2)?$ afpd\[[0-9]+\]: login noauth$ afpd\[[0-9]+\]: logout [[:alnum:]]+$ afpd\[[0-9]+\]: session from [\.:0-9]+ on [\.:0-9]+$ afpd\[[0-9]+\]: uams_dhx_pam.c :PAM: PAM (Auth OK!|Success -- Success)$ afpd\[[0-9]+\]: using codepage directory: /etc/netatalk/nls/maccode\.[\.a-z0-9-]+$ atalkd\[[0-9]+\]: zip (ignoring gnireply|gnireply from [\.0-9]+ \([[:alnum:]]+ [[:alnum:]]+\))$ atalkd\[[0-9]+\]: \[rtmp\.c:[0-9]+\]: I:ATalkDaemon: rtmp_replace [0-9]+-[0-9]+$ atalkd\[[0-9]+\]: \[rtmp\.c:[0-9]+\]: I:ATalkDaemon: rtmp_free [0-9]+-[0-9]+$ papd\[[0-9]+\]: child [0-9]+ done$ papd\[[0-9]+\]: child [0-9]+ for "[^[:space:]]+" from [\.0-9]+$ debian/source/0000755000000000000000000000000011474435546010503 5ustar debian/source/format0000644000000000000000000000001411410440211011660 0ustar 3.0 (quilt) debian/netatalk.dirs0000644000000000000000000000017711410440211011645 0ustar etc/default etc/logcheck/ignore.d.server etc/logcheck/ignore.d.workstation etc/logcheck/violations.ignore.d var/spool/netatalk debian/README.Debian0000644000000000000000000000664211515234407011241 0ustar This is the pre-packaged Debian version of the Netatalk protocol suite. To find out more about netatalk, visit http://netatalk.sourceforge.net/ This package was originally put together by Klee Dienes and was later maintained by late Joel 'espy' Klecker and David Huggins-Daines . It was repackaged by its current maintainer Sebastian Rittau . Notes about OpenSSL =================== OpenSSL support is currently disabled, because of licensing issues: The Free Software Foundation and Debian consider the GNU General Public License (GPL) under which Netatalk is licensed to be incompatible with the OpenSSL license. Thanks to gcrypt support (introduced in netatalk 2.0.4beta2) the DHX2 UAM provides encrypted access for MacOS X 10.4 and newer, but older releases of MacOS X and MacOS Classic can only connect unencrypted as both of the UAMs DHX and Randnum requires OpenSSL support. You can build locally with OpenSSL using the following commands: sudo aptitude install devscripts sudo aptitude build-dep netatalk apt-get source netatalk cd netatalk-* dch -l +ssl -D local --force-distribution "Local build with OpenSSL." DEB_AUTO_UPDATE_DEBIAN_CONTROL=1 DEB_BUILD_OPTIONS=openssl debuild -us -uc sudo debi You my need additional build-dependencies not resolved automatically. Alternatively you can subscribe to unofficial(!) precompiled packages by adding the following to your /etc/apt/sources.list: deb http://debian.jones.dk/ $DIST netatalk_ MacOS X Specific Notes ====================== MacOS X 10.5.x handles group access differently than earlier releases. It might work to add "perm:0770 option:upriv" to each share line in /etc/netatalk/AppleVolumes.default (note the use of "option" without trailing "s"). There were problems reported with MacOS X clients and DDP connection. The symptom of is the lack of the server name in the chooser of MacOS X clients. To work around this problem, you have to insert the server's hostname and IP addresses into the file /etc/hosts. Supposing the server is called foo.bar.com and the IP addresses are 192.168.1.1 and 192.168.55.23 this will look like this: 192.168.1.1 foo.bar.com foo 102.168.55.23 foo.bar.com foo Upgrading Problems ================== This version of Netatalk uses default Berkeley DB (i.e. 4.8 or newer). Earlier releases used Berkeley DB 4.7/4.2/older. As Netatalk did not support automatically database updating until version 2.1, problems like volumes appearing empty (bug #200373) or connections getting rejected (bug #533344) may occur. If you experience such problems, you may try to upgrade the database using the script /usr/share/doc/netatalk/examples/netatalk_update.sh or manually by running the following commands for each $volumedir in your AppleVolumes files: for db in `find $volumedir/.AppleDB -name "*.db"`; do \ db4.2_dump -f $db.data $db; \ mv $db $db.old; \ done find $volumedir/.AppleDB -name "__db.*" -exec rm '{}' ';' for db in `find $volumedir/.AppleDB -name "*.db"`; do \ db4.8_load -f $db.data $db; \ done For both script and manual upgrade you need the packages libdb4.8-util and db4.2-util installed - or the equivalent for other versions. If this does not work, you can just delete the database files, but please note that this will destroy all stored meta information about these files! -- Jonas Smedegaard Tue, 01 Dec 2009 00:46:28 +0100 debian/copyright0000644000000000000000000006231711732200022011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Netatalk Upstream-Contact: http://lists.sourceforge.net/lists/listinfo/netatalk-devel Source: http://netatalk.sourceforge.net/ File: * Copyright: 1990-1997, Regents of The University of Michigan License: MIT~UMICH Files: bin/cnid/cnid2_create.in libatalk/cnid/dbd/* etc/cnid_dbd/* Copyright: 2003,2005, Joerg Lenneis 2009-2010, Frank Lahm License: GPL-2 Files: libatalk/unicode/charsets/* Copyright: 2004, TSUBAKIMOTO Hiroya License: GPL-2+ Files: */Makefile.in Copyright: 1994-2008, Free Software Foundation, Inc. License: GAP~Makefile.in Files: bin/ad/* bin/misc/uuidtest.c etc/afpd/acl_mappings.h etc/afpd/acls.* etc/afpd/dircache.* etc/afpd/extattrs.* etc/cnid_dbd/cmd_dbd.c etc/cnid_dbd/cmd_dbd_scanvol.c include/atalk/acl.h include/atalk/bstradd.h include/atalk/ea.h include/atalk/errchk.h include/atalk/queue.h include/atalk/unix.h include/atalk/uuid.h libatalk/acl/aclldap.h libatalk/acl/cache.c libatalk/acl/cache.h libatalk/acl/ldap.c libatalk/acl/ldap_config.c libatalk/acl/unix.c libatalk/acl/uuid.c libatalk/bstring/bstradd.c libatalk/util/locking.c libatalk/util/queue.c libatalk/util/socket.c libatalk/util/unix.c libatalk/vfs/acl.c libatalk/vfs/ea.c libatalk/vfs/ea_sys.c Copyright: 2008-2010, Frank Lahm License: GPL-2+ Files: etc/afpd/nfsquota.c Copyright: 1980, 1990, 1993, The Regents of the University of California License: None FIXME Files: bin/afppasswd/afppasswd.c etc/afpd/afp_config.c etc/afpd/messages.c etc/afpd/uam.c etc/afpd/uam_auth.h etc/papd/uam.c etc/papd/uam_auth.h include/atalk/dsi.h include/atalk/netddp.h include/atalk/server_child.h include/atalk/uam.h libatalk/adouble/ad_lock.c libatalk/adouble/ad_size.c libatalk/asp/asp_attn.c libatalk/cnid/cdb/cnid_cdb_add.c libatalk/cnid/cdb/cnid_cdb_delete.c libatalk/cnid/cdb/cnid_cdb_meta.c libatalk/cnid/cdb/cnid_cdb_open.c libatalk/cnid/last/cnid_last.c libatalk/cnid/tdb/cnid_tdb_add.c libatalk/cnid/tdb/cnid_tdb_delete.c libatalk/cnid/tdb/cnid_tdb_open.c libatalk/dsi/dsi_attn.c libatalk/dsi/dsi_close.c libatalk/dsi/dsi_cmdreply.c libatalk/dsi/dsi_getsess.c libatalk/dsi/dsi_getstat.c libatalk/dsi/dsi_init.c libatalk/dsi/dsi_opensess.c libatalk/dsi/dsi_private.h libatalk/dsi/dsi_read.c libatalk/dsi/dsi_stream.c libatalk/dsi/dsi_tcp.c libatalk/dsi/dsi_tickle.c libatalk/dsi/dsi_write.c libatalk/util/server_child.c Copyright: 1997-1999, Adrian Sun License: MIT~short Files: etc/afpd/afp_asp.c etc/afpd/afp_dsi.c etc/afpd/afp_options.c etc/uams/uams_dhx2_pam.c etc/uams/uams_dhx2_passwd.c etc/uams/uams_dhx_pam.c etc/uams/uams_dhx_passwd.c etc/uams/uams_pam.c etc/uams/uams_passwd.c etc/uams/uams_pgp.c etc/uams/uams_randnum.c libatalk/adouble/ad_open.c libatalk/netddp/netddp_open.c libatalk/netddp/netddp_recvfrom.c libatalk/netddp/netddp_sendto.c libatalk/util/getiface.c libatalk/util/server_lock.c Copyright: 1990-1991, 1993, Regents of The University of Michigan 1997, 1999-2000, Adrian Sun License: MIT~UMICH and MIT~short Files: libatalk/unicode/charsets/generic_mb.c libatalk/unicode/charsets/mac_centraleurope.c libatalk/unicode/charsets/mac_cyrillic.c libatalk/unicode/charsets/mac_hebrew.c libatalk/unicode/charsets/mac_roman.c libatalk/unicode/charsets/mac_turkish.c libatalk/unicode/iconv.c libatalk/unicode/utf8.c Copyright: 2001, Andrew Tridgell 2002-2003, Jelmer Vernooij License: GPL-2+ Files: libatalk/unicode/charsets/mac_centraleurope.h libatalk/unicode/charsets/mac_cyrillic.h libatalk/unicode/charsets/mac_greek.h libatalk/unicode/charsets/mac_hebrew.h libatalk/unicode/charsets/mac_turkish.h Copyright: 1999-2001, Free Software Foundation, Inc License: LGPL-2+~LIBICONV Files: etc/afpd/afprun.c include/atalk/tdb.h libatalk/unicode/byteorder.h libatalk/util/fault.c libatalk/util/strlcpy.c Copyright: 1992-1999, Andrew Tridgell License: GPL-2+ Files: contrib/shell_utils/apple_dump.in contrib/shell_utils/make-casetable.pl contrib/shell_utils/make-precompose.h.pl Copyright: 2008-2011, HAT License: GPL-2+ Files: contrib/a2boot/a2boot.c contrib/timelord/timelord.c Copyright: 1990, The University of Melbourne 1990, 1992, 1994, Regents of The University of Michigan License: MIT~UMICH Files: etc/afpd/hash.c etc/afpd/hash.h include/atalk/hash.h Copyright: 1997, Kaz Kylheku License: MIT~Kaz Files: libatalk/compat/getusershell.c libatalk/compat/mktemp.c libatalk/compat/strcasecmp.c Copyright: 1985, 1987, Regents of the University of California License: other-BSD-UC Files: etc/papd/lp.c etc/papd/printcap.c Copyright: 1983, Regents of the University of California Copyright: 1990,1994, Regents of The University of Michigan License: BSD-4-clause Files: include/atalk/ftw.* Copyright: 1992,1996-2004,2006-2008,2010 Free Software Foundation, Inc License: LGPL-2.1+~C Files: etc/afpd/fce_api.c etc/afpd/fce_util.c Copyright: 2010, Mark Williams License: UNKNOWN FIXME Files: libatalk/cnid/cnid.c libatalk/cnid/cnid_init.c Copyright: 2003, Rafal Lewczuk 2003, the Netatalk Team License: GPL-2~maybe-later-too Files: etc/afpd/catsearch.c Copyright: 1990,1993, Regents of The University of Michigan 2010, Frank Lahm License: MIT~UMICH Files: etc/cnid_dbd/dbd_search.c Copyright: 2010, Frank Lahm License: MIT~UMICH Files: bin/ad/ad_cp.c bin/ad/ad_util.c Copyright: 1988, 1993-1994, The Regents of the University of California 2010, Frank Lahm License: BSD-3-clause~4 Files: aclocal.m4 config.* compile depcomp missing Copyright: 1992-2008, Free Software Foundation License: GPL-2+ with Autoconf exception As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. Files: ltmain.sh Copyright: 1996-2008, Free Software Foundation, Inc License: GPL-2+ with Libtool exception As a special exception to the GNU General Public License, if you distribute this file as part of a program or library that is built using GNU Libtool, you may include this file under the same distribution terms that you use for the rest of that program. Files: etc/afpd/acls.c libatalk/acl/unix.c Copyright: 2008-2010, Frank Lahm 2010, Frank Lahm 2011, Laura Mueller License: GPL-2+ Files: libatalk/compat/strstr.c Copyright: 1990, The Regents of the University of California License: BSD-4-clause Files: configure Copyright: 1992-1996, 1998-2006, Free Software Foundation, Inc License: GAP~configure Files: libatalk/adouble/ad_sendfile.c Copyright: 1999, Adrian Sun 2002, Jeremy Allison License: MIT~short and GPL-2+ Files: libatalk/vfs/sys_ea.c Copyright: 1992-1998, Andrew Tridgell 1998-2005, Jeremy Allison 2001, Andreas Gruenbacher 2001-2002, Silicon Graphics, Inc. 2005, Timur Bakeyev 2006-2007, Bjoern Jacke License: GPL-2+ Files: libatalk/tdb/tdb.c Copyright: 1999-2000, Andrew Tridgell 2000, Luke Kenneth Casson Leighton 2000, Paul `Rusty' Russell 2000-2003, Jeremy Allison License: GPL-2+ Files: libatalk/unicode/charcnv.c Copyright: 2001, Andrew Tridgell 2001, Igor Vergeichik 2001, Simo Sorce 2003, Martin Pool License: GPL-2+ Files: libatalk/unicode/charsets/mac_greek.c Copyright: 2001, Andrew Tridgell 2002-2003, Jelmer Vernooij 2006, Panos Christeas License: GPL-2+ Files: libatalk/tdb/spinlock.c Copyright: Anton Blanchard 2001 License: GPL-2+ Files: etc/papd/print_cups.c Copyright: 1999-2003, Michael R Sweet 2004, Bjoern Fernhomberg License: GPL-2+ Files: bin/uniconv/iso8859_1_adapted.c bin/uniconv/uniconv.c libatalk/util/volinfo.c Copyright: 2002-2004, Bjoern Fernhomberg License: GPL-2+ Files: include/atalk/vfs.h Copyright: 2004, Didier Gautheron License: GPL-2+ Files: libatalk/vfs/vfs.c Copyright: 2004, Didier Gautheron 2009, Frank Lahm License: GPL-2+ Files: libatalk/util/strcasestr.c Copyright: 1994,1996-1997, Free Software Foundation, Inc License: LGPL-2+~C Files: install-sh Copyright: 1994, X Consortium License: Expat~X with X exception Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the X Consortium. Files: etc/uams/uams_guest.c Copyright: 2001, (see COPYING) License: UNKNOWN FIXME Files: libatalk/bstring/bstrlib.c Copyright: 2002-2008, Paul Hsieh License: BSD-3-clause~bstrlib or GPL-2 This source file is part of the bstring string library. This code was written by Paul Hsieh in 2002-2008, and is covered by the BSD open source license and the GPL. Refer to the accompanying documentation for details on usage and license. Comment: The file apparently is part of the 'Better String Library' located at http://bstring.cvs.sourceforge.net/ where the referenced 'BSD' license is BSD-3-clause and the referenced 'GPL' license is GPL-2. Files: etc/afpd/mangle.c Copyright: 2002. Joe Marcus Clarke (marcus@marcuscom.com) License: MIT~UMICH Files: etc/uams/uams_gss.c Copyright: 1990,1993, Regents of The University of Michigan 1999, Adrian Sun 2003, The Reed Institute 2004, Bjoern Fernhomberg License: MIT~UMICH and MIT~short Files: etc/afpd/afp_util.c Copyright: 1990,1993, Regents of The University of Michigan 1999, Adrian Sun 2002, netatalk License: MIT~UMICH and MIT~short and UNKNOWN FIXME Files: include/atalk/cnid.h Copyright: 2003, Rafal Lewczuk 2003, the Netatalk Team 2010, Frank Lahm License: GPL-2~maybe-later-too Files: libatalk/compat/pselect.c Copyright: 2000, Massachusetts Institute of Technology License: MIT~advertising Files: libatalk/compat/snprintf.c Copyright: 1988-2000, Patrick Powell, San Diego, CA License: SNPRINTF Files: sys/netatalk/phase2.h Copyright: 1988, Regents of the University of California 1990-1991, Regents of The University of Michigan License: UNKNOWN and MIT~UMICH FIXME Files: etc/uams/uams_krb4/send_to_kdc.c Copyright: 1987-1988, the Massachusetts Institute of Technology 1990,1994, Regents of The University of Michigan License: UNKNOWN and MIT~UMICH FIXME Files: libatalk/compat/rquota_xdr.c Copyright: 1980, 1990 Regents of the University of California License: UNKNOWN FIXME Files: distrib/initscripts/rc.atalk.suse.tmpl Copyright: 1996-2001, SuSE GmbH Nuernberg, Germany. License: None FIXME Files: man/man1/netatalk-config.1 Copyright: 1998, Owen Taylor License: GAP Files: debian/* Copyright: 2003-2005, Sebastian Rittau 2004, 2006-2010, Jonas Smedegaard License: GPL-2+ License: MIT~UMICH Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of The University of Michigan not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. This software is supplied as is without expressed or implied warranties of any kind. License: MIT~short Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is supplied as is without expressed or implied warranties of any kind. License: MIT~advertising Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that both the above copyright notice and this permission notice appear in all copies, that both the above copyright notice and this permission notice appear in all supporting documentation, and that the name of M.I.T. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. M.I.T. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. . THIS SOFTWARE IS PROVIDED BY M.I.T. ``AS IS''. M.I.T. DISCLAIMS ALL EXPRESS OR IMPLIED WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL M.I.T. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: MIT~Kaz All rights are reserved by the author, with the following exceptions: Permission is granted to freely reproduce and distribute this software, possibly in exchange for a fee, provided that this copyright notice appears intact. Permission is also granted to adapt this software to produce derivative works, as long as the modified versions carry this copyright notice and additional notices stating that the work has been modified. This source code may be translated into executable form and incorporated into proprietary software; there is no requirement for such software to contain a copyright notice related to this source. License: Expat~X Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: SNPRINTF You may use, copy, distribute, or otherwise incorporate this software and documentation into any product or other item, provided that the copyright in the documentation and source code as well as the source code generated constant strings in the object, executable or other code remain in place and are present in executable modules or objects. . You may modify this code as appropriate to your usage; however the modified version must be identified by changing the various source and object code identification strings as is appropriately noted in the source code. License: GAP Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. License: GAP~configure This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: GAP~Makefile.in This file is free software; the Free Software Foundation gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. License: BSD-4-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: other-BSD-UC Redistribution and use in source and binary forms are permitted provided that: (1) source distributions retain this entire copyright notice and comment, and (2) distributions including binaries display the following acknowledgement: ``This product includes software developed by the University of California, Berkeley and its contributors'' in the documentation or other materials provided with the distribution and in all advertising materials mentioning features or use of this software. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. License: BSD-3-clause~bstrlib Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . Neither the name of bstrlib nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: BSD-3-clause~4 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: LGPL-2.1+~C The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. Comment: On Debian systems the 'GNU Lesser General Public License' version 2.1 is located in '/usr/share/common-licenses/LGPL-2'. . You should have received a copy of the 'GNU Lesser General Public License' along with this program. If not, see . License: LGPL-2+~LIBICONV The GNU LIBICONV Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . The GNU LIBICONV Library 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 Library General Public License for more details. Comment: On Debian systems the 'GNU Library General Public License' version 2 is located in '/usr/share/common-licenses/LGPL-2'. . You should have received a copy of the 'GNU Library General Public License' along with this program. If not, see . License: LGPL-2+~C The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . The GNU C Library 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 Library General Public License for more details. License: GPL-2+ 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, 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. Comment: On Debian systems the 'GNU General Public License' version 2 is located in '/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . License: GPL-2~maybe-later-too This program is free software; you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License or later version if explicitly stated by any of above copyright holders. License: GPL-2 See COPYING. Comment: A file "COPYING" at the root of the project tarball contains the 'GNU General Public License' version 2. debian/netatalk.ignore0000644000000000000000000000022311410440211012157 0ustar usr/bin/add_netatalk_printer usr/bin/adv1tov2 usr/bin/afpd-mtab.pl usr/bin/lp2pap.sh usr/bin/netatalkshorternamelinks.pl usr/include/netatalk/at.h debian/netatalk.pam0000644000000000000000000000015111410440211011451 0ustar #%PAM-1.0 @include common-auth @include common-account @include common-password @include common-session debian/control.in0000644000000000000000000000170012033622160011167 0ustar Source: netatalk Section: net Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jonas Smedegaard Build-Depends: @cdbs@ Build-Conflicts: libavahi-compat-libdnssd-dev Vcs-Git: git://git.debian.org/git/collab-maint/netatalk Vcs-Browser: http://git.debian.org/?p=collab-maint/netatalk.git Standards-Version: 3.9.3 Homepage: http://netatalk.sourceforge.net/ Package: netatalk Section: net Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: AppleTalk user binaries Netatalk is an implementation of the AppleTalk Protocol Suite for BSD-derived systems. The current release contains support for EtherTalk Phase I and II, DDP, RTMP, NBP, ZIP, AEP, ATP, PAP, ASP, and AFP. . This package contains all daemon and utility programs as well as Netatalk's static libraries. debian/watch0000644000000000000000000000034011567740765010236 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 # use qa.debian.org redirector; see man uscan opts=dversionmangle=s/~(alpha|beta|rc)/-$1/ \ http://sf.net/netatalk/netatalk-(\d.*)\.tar\.gz debian debian/examples/0000755000000000000000000000000011410440211010770 5ustar debian/examples/netatalk_update.sh0000644000000000000000000000307611410440211014477 0ustar #!/bin/bash # This script was found here: # http://netatalk.sourceforge.net/wiki/index.php/DebianUpgradeto2 DIR="$1" NEWDIR="${DIR}/.AppleDB" # Name binaries DBDUMPORIG=/usr/bin/db4.2_dump DBDUMPNEW=/usr/bin/db4.8_dump DBLOADNEW=/usr/bin/db4.8_load CNIDCREATOR=/usr/bin/cnid2_create ( [ -d "${DIR}" ] || [ -d "${NEWDIR}" ] ) || { echo 'Directory not supplied or does not exist. Aborting' exit 1 } ([ -x ${DBDUMPORIG} ] && [ -x ${DBDUMPNEW} ] && [ -x ${DBLOADNEW} ] && [ -x ${CNIDCREATOR} ]) || { echo 'Could not find database binaries. Aborting' exit 1 } echo "About to process \"${DIR}\"" echo -n "Press ^C to abort " for ii in [ 0..6 ]; do echo -n "." sleep 1 done echo "." echo "Changing to \"${NEWDIR}\" directory ..." cd "${NEWDIR}" echo -n "Current directory " pwd sleep 2 echo "------------------------------------------------------------------" echo "Dumping cnid.db ..." ${DBDUMPORIG} -f cnid.dump cnid.db echo "Dumping didname.db ..." ${DBDUMPORIG} -f didname.dump didname.db echo "Making new cnid2 database ..." ${CNIDCREATOR} ../ echo "Deleting old log and info files ..." rm -f __db.* log.* echo "Zipping original cnid.db and cnid.dump files." echo "(This avoids uniconv failing on finding a version 1 cnid database)" gzip cnid.db gzip cnid.dump echo echo "Loading new cnid2 database ..." ${DBLOADNEW} -f cnid2.dump cnid2.db echo echo "------------------------------------------------------------------" echo "Done." echo echo "Please now check the permissions of the cnid2.db file." echo "The cnid2.db must have the same uid:gid as the volume owner." exit 0 debian/NEWS0000644000000000000000000000427511410507013007665 0ustar netatalk (2.1.2-3) unstable; urgency=low * From now on, default Berkeley DB (currently version 4.8) is used. If after upgrading your volumes appear empty or connections are rejected, then please see /usr/share/doc/netatalk/README.Debian for information on how to update your databases. In the future, such upgrades should happen automatically. -- Jonas Smedegaard Wed, 23 Jun 2010 23:59:59 +0200 netatalk (2.0.5-3) unstable; urgency=low * atalkd (i.e. AppleTalk protocol daemon) is now disabled by default. Edit /etc/default/netatalk to enable it. -- Jonas Smedegaard Sat, 23 Jan 2010 03:31:27 +0100 netatalk (2.0.4~beta2-1) unstable; urgency=low * Netatalk now supports encrypted authentication using new DHX2 AUM. Encrypted authentication is strongly recommended for all connections and required by recent releases of MacOS X. Until now encryption was possible only using randnum (which stored passwords in cleartext on the server) or using the older DHX UAM (which was non-distributable by Debian due to being considered incompatible with the GPL). DHX2 is now built by default but Randnum is not (it now needs OpenSSL). To use new DHX2 AUM, make sure it is included in -uamlist option of afpd.conf if that option is used (it is enabled by default). See /usr/share/doc/netatalk/README.Debian(.gz) for info on getting netatalk with DHX and Randnum UAMs using OpenSSL. -- Jonas Smedegaard Wed, 07 Jan 2009 14:02:21 +0100 netatalk (1.6.3-5) unstable; urgency=low * This version of Netatalk switches to Berkeley DB 4.2. During the development process of Debian 3.1 (sarge) earlier versions of BDB (3.0 and 4.0) were used. As Netatalk does not automatically update its database, you may experience problems like those described in bug #200373: no files showing up in your folders. This problem should not concern you if you are upgrading from Debian 3.0 (woody). If you have such problems, please refer to /usr/share/doc/netatalk/README.Debian for information on how to fix them. -- Sebastian Rittau Mon, 25 Aug 2003 17:44:29 +0200 debian/copyright_hints0000644000000000000000000007056511732203472012344 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: AUTHORS CONTRIBUTORS NEWS VERSION bin/Makefile.am bin/ad/Makefile.am bin/adv1tov2/Makefile.am bin/adv1tov2/adv1tov2.c bin/aecho/Makefile.am bin/afppasswd/Makefile.am bin/cnid/Makefile.am bin/getzones/Makefile.am bin/megatron/Makefile.am bin/megatron/asingle.c bin/megatron/asingle.h bin/megatron/hqx.c bin/megatron/hqx.h bin/megatron/macbin.c bin/megatron/macbin.h bin/megatron/megatron.c bin/megatron/megatron.h bin/megatron/nad.c bin/megatron/nad.h bin/megatron/updcrc.c bin/megatron/updcrc.h bin/misc/Makefile.am bin/misc/fce.c bin/misc/logger_test.c bin/misc/netacnv.c bin/nbp/Makefile.am bin/pap/Makefile.am bin/psorder/Makefile.am bin/uniconv/Makefile.am config.h.in config/AppleVolumes.default.tmpl config/AppleVolumes.system config/Makefile.am config/afp_ldap.conf config/afpd.conf.tmpl config/atalkd.conf config/netatalk.conf config/pam/Makefile.am config/pam/netatalk.pam.tmpl config/papd.conf configure.ac contrib/Makefile.am contrib/a2boot/VERSION contrib/macusers/Makefile.am contrib/macusers/README.macusers contrib/macusers/macusers.in contrib/misc/Makefile.am contrib/misc/cnid.lua contrib/printing/Makefile.am contrib/printing/add_netatalk_printer contrib/printing/netatalk.template contrib/shell_utils/Makefile.am contrib/shell_utils/asip-status.pl.in contrib/shell_utils/lp2pap.sh.tmpl contrib/timelord/VERSION debian/NEWS debian/README.Debian debian/README.source debian/compat debian/control debian/control.in debian/examples/netatalk_update.sh debian/gbp.conf debian/netatalk.dirs debian/netatalk.docs debian/netatalk.ignore debian/netatalk.logcheck.ignore.server debian/netatalk.logcheck.violations.ignore debian/netatalk.pam debian/patches/101_start_avahi-daemon_before_atalkd.patch debian/patches/114_fix_macusers_ps_parsing.patch debian/patches/201_etc2ps_paths.diff debian/patches/202_psf_8_paths.diff debian/patches/205_applevolumes_default_homedir.diff debian/patches/README debian/patches/series debian/source/format debian/source/local-options debian/watch distrib/Makefile.am distrib/config/Makefile.am distrib/config/netatalk-config.in distrib/initscripts/Makefile.am distrib/initscripts/rc.afpd.netbsd.tmpl distrib/initscripts/rc.atalk.bsd.tmpl distrib/initscripts/rc.atalk.debian.tmpl distrib/initscripts/rc.atalk.gentoo.tmpl distrib/initscripts/rc.atalk.redhat-sysv.tmpl distrib/initscripts/rc.atalk.systemd.tmpl distrib/initscripts/rc.atalk.sysv.tmpl distrib/initscripts/rc.atalk.tru64.tmpl distrib/initscripts/rc.atalkd.netbsd.tmpl distrib/initscripts/rc.cnid_metad.netbsd.tmpl distrib/initscripts/rc.papd.netbsd.tmpl distrib/initscripts/rc.timelord.netbsd.tmpl distrib/initscripts/service.atalk.systemd.tmpl distrib/m4/Makefile.am distrib/m4/netatalk.m4 distrib/systemd/Makefile.am distrib/systemd/README distrib/systemd/netatalk-afpd.service distrib/systemd/netatalk-cnid_metad.service doc/DEVELOPER doc/Makefile.am doc/README.AppleTalk etc/Makefile.am etc/afpd/Makefile.am etc/afpd/afp_avahi.c etc/afpd/afp_avahi.h etc/afpd/afp_config.h etc/afpd/afp_zeroconf.c etc/afpd/afp_zeroconf.h etc/afpd/desktop.c etc/afpd/fce_api_internal.h etc/afpd/filedir.h etc/afpd/mangle.h etc/afpd/misc.h etc/afpd/status.h etc/afpd/uid.c etc/afpd/uid.h etc/afpd/unix.h etc/atalkd/Makefile.am etc/atalkd/main.h etc/atalkd/route.h etc/cnid_dbd/Makefile.am etc/cnid_dbd/README etc/cnid_dbd/cmd_dbd.h etc/papd/Makefile.am etc/papd/lp.h etc/papd/print_cups.h etc/papd/printcap.h etc/papd/session.h etc/psf/Makefile.am etc/psf/etc2ps.sh etc/psf/pagecount.ps etc/uams/Makefile.am etc/uams/uams_krb4/Makefile.am etc/uams/uams_krb4/lifetime.c include/Makefile.am include/atalk/Makefile.am include/atalk/bstrlib.h include/atalk/cnid_dbd_private.h include/atalk/cnid_private.h include/atalk/fce_api.h include/atalk/ldapconfig.h include/atalk/list.h include/atalk/logger.h include/atalk/paths.h include/atalk/server_ipc.h include/atalk/unicode.h include/atalk/util.h include/atalk/volinfo.h libatalk/Makefile.am libatalk/acl/Makefile.am libatalk/adouble/Makefile.am libatalk/adouble/ad_attr.c libatalk/adouble/ad_date.c libatalk/adouble/ad_mmap.c libatalk/adouble/ad_private.h libatalk/asp/Makefile.am libatalk/asp/asp_tickle.c libatalk/atp/Makefile.am libatalk/bstring/Makefile.am libatalk/cnid/Makefile.am libatalk/cnid/README libatalk/cnid/cdb/Makefile.am libatalk/cnid/cdb/README libatalk/cnid/cdb/cnid_cdb.h libatalk/cnid/cdb/cnid_cdb_close.c libatalk/cnid/cdb/cnid_cdb_get.c libatalk/cnid/cdb/cnid_cdb_lookup.c libatalk/cnid/cdb/cnid_cdb_meta.h libatalk/cnid/cdb/cnid_cdb_nextid.c libatalk/cnid/cdb/cnid_cdb_private.h libatalk/cnid/cdb/cnid_cdb_rebuild_add.c libatalk/cnid/cdb/cnid_cdb_resolve.c libatalk/cnid/cdb/cnid_cdb_update.c libatalk/cnid/dbd/Makefile.am libatalk/cnid/last/Makefile.am libatalk/cnid/last/README libatalk/cnid/last/cnid_last.h libatalk/cnid/tdb/Makefile.am libatalk/cnid/tdb/README libatalk/cnid/tdb/cnid_tdb.h libatalk/cnid/tdb/cnid_tdb_close.c libatalk/cnid/tdb/cnid_tdb_get.c libatalk/cnid/tdb/cnid_tdb_lookup.c libatalk/cnid/tdb/cnid_tdb_nextid.c libatalk/cnid/tdb/cnid_tdb_resolve.c libatalk/cnid/tdb/cnid_tdb_update.c libatalk/compat/Makefile.am libatalk/compat/inet_aton.c libatalk/compat/misc.c libatalk/compat/strdup.c libatalk/dsi/Makefile.am libatalk/dsi/README libatalk/nbp/Makefile.am libatalk/netddp/Makefile.am libatalk/tdb/Makefile.am libatalk/tdb/spinlock.h libatalk/unicode/Makefile.am libatalk/unicode/charsets/Makefile.am libatalk/unicode/charsets/generic_mb.h libatalk/unicode/precompose.h libatalk/unicode/utf16_case.c libatalk/unicode/utf16_casetable.h libatalk/util/Makefile.am libatalk/util/atalk_addr.c libatalk/util/bprint.c libatalk/util/logger.c libatalk/util/module.c libatalk/util/server_ipc.c libatalk/util/strdicasecmp.c libatalk/vfs/Makefile.am macros/Makefile.am macros/afs-check.m4 macros/cnid-backend.m4 macros/config-checks.m4 macros/cups.m4 macros/db3-check.m4 macros/grep-check.m4 macros/gssapi-check.m4 macros/iconv.m4 macros/largefile-check.m4 macros/libgcrypt.m4 macros/pam-check.m4 macros/perl-check.m4 macros/ps-check.m4 macros/quota-check.m4 macros/snprintf-check.m4 macros/srvloc.m4 macros/ssl-check.m4 macros/summary.m4 macros/tcp-wrappers.m4 macros/util.m4 macros/webmin.m4 macros/zeroconf.m4 man/Makefile.am man/man1/Makefile.am man/man1/ad.1 man/man1/aecho.1 man/man1/afpldaptest.1.tmpl man/man1/afppasswd.1 man/man1/apple_dump.1 man/man1/asip-status.pl.1.tmpl man/man1/dbd.1 man/man1/getzones.1 man/man1/hqx2bin.1 man/man1/macbinary.1 man/man1/macusers.1 man/man1/megatron.1 man/man1/nbp.1 man/man1/nbplkup.1 man/man1/nbprgstr.1 man/man1/nbpunrgstr.1 man/man1/pap.1 man/man1/papstatus.1 man/man1/psorder.1 man/man1/single2bin.1 man/man1/unbin.1 man/man1/unhex.1 man/man1/uniconv.1.tmpl man/man1/unsingle.1 man/man3/Makefile.am man/man3/atalk_aton.3 man/man3/nbp_name.3 man/man4/Makefile.am man/man4/atalk.4 man/man5/AppleVolumes.5 man/man5/AppleVolumes.default.5.tmpl man/man5/AppleVolumes.system.5 man/man5/Makefile.am man/man5/afp_ldap.conf.5.tmpl man/man5/afp_signature.conf.5.tmpl man/man5/afp_voluuid.conf.5.tmpl man/man5/afpd.conf.5.tmpl man/man5/atalkd.conf.5.tmpl man/man5/netatalk.conf.5.tmpl man/man5/papd.conf.5.tmpl man/man8/Makefile.am man/man8/afpd.8.tmpl man/man8/atalkd.8.tmpl man/man8/cnid_dbd.8.tmpl man/man8/cnid_metad.8.tmpl man/man8/papd.8.tmpl man/man8/papstatus.8.tmpl man/man8/psf.8.tmpl man/man8/timelord.8 services.atalk sys/Makefile.am sys/generic/Makefile.am sys/generic/sys/Makefile.am sys/generic/sys/cdefs.h sys/netatalk/Makefile.am sys/netbsd/Makefile.am sys/netbsd/netatalk/Makefile.am sys/netbsd/netatalk/endian.h sys/solaris/Makefile.in sys/solaris/aarp.c sys/solaris/ddp.c sys/solaris/ddp.conf sys/solaris/dlpi.c sys/solaris/if.c sys/solaris/if.h sys/solaris/ioc.c sys/solaris/ioc.h sys/solaris/linkage.c sys/solaris/rt.c sys/solaris/rt.h sys/solaris/sock.c sys/solaris/sock.h sys/solaris/tpi.c sys/sunos/Makefile.am sys/sunos/Makefile.kernel sys/sunos/at_sun.c sys/ultrix/Makefile.am sys/ultrix/Makefile.kernel sys/ultrix/kpatch-4.1 sys/ultrix/kpatch-4.2 test/Makefile.am test/afpd/Makefile.am test/afpd/test.sh Copyright: *No copyright* License: UNKNOWN FIXME Files: bin/aecho/aecho.c bin/nbp/nbplkup.c bin/nbp/nbprgstr.c bin/nbp/nbpunrgstr.c bin/pap/pap.c bin/pap/papstatus.c bin/psorder/pa.c bin/psorder/pa.h bin/psorder/psorder.c bin/psorder/psorder.h etc/afpd/afs.c etc/afpd/appl.c etc/afpd/auth.c etc/afpd/auth.h etc/afpd/desktop.h etc/afpd/directory.c etc/afpd/directory.h etc/afpd/enumerate.c etc/afpd/file.c etc/afpd/file.h etc/afpd/filedir.c etc/afpd/fork.c etc/afpd/fork.h etc/afpd/gettok.c etc/afpd/icon.h etc/afpd/main.c etc/afpd/ofork.c etc/afpd/quota.c etc/afpd/status.c etc/afpd/switch.c etc/afpd/switch.h etc/afpd/unix.c etc/afpd/volume.c etc/afpd/volume.h etc/atalkd/aep.c etc/atalkd/atserv.h etc/atalkd/config.c etc/atalkd/gate.h etc/atalkd/interface.h etc/atalkd/list.h etc/atalkd/main.c etc/atalkd/multicast.c etc/atalkd/multicast.h etc/atalkd/nbp.c etc/atalkd/nbp.h etc/atalkd/route.c etc/atalkd/rtmp.c etc/atalkd/rtmp.h etc/atalkd/zip.c etc/atalkd/zip.h etc/papd/auth.c etc/papd/comment.c etc/papd/comment.h etc/papd/file.c etc/papd/file.h etc/papd/headers.c etc/papd/magics.c etc/papd/main.c etc/papd/ppd.c etc/papd/ppd.h etc/papd/printer.h etc/papd/queries.c etc/papd/session.c etc/papd/showppd.c etc/psf/psa.c etc/psf/psf.c etc/uams/uams_krb4/kuam.c etc/uams/uams_krb4/uams_krb4.c include/atalk/adouble.h include/atalk/aep.h include/atalk/afp.h include/atalk/asp.h include/atalk/atp.h include/atalk/compat.h include/atalk/ddp.h include/atalk/directory.h include/atalk/globals.h include/atalk/nbp.h include/atalk/pap.h include/atalk/rtmp.h include/atalk/volume.h include/atalk/zip.h libatalk/adouble/ad_flush.c libatalk/adouble/ad_read.c libatalk/adouble/ad_write.c libatalk/asp/asp_child.h libatalk/asp/asp_close.c libatalk/asp/asp_cmdreply.c libatalk/asp/asp_getreq.c libatalk/asp/asp_getsess.c libatalk/asp/asp_init.c libatalk/asp/asp_shutdown.c libatalk/asp/asp_write.c libatalk/atp/atp_bufs.c libatalk/atp/atp_close.c libatalk/atp/atp_internals.h libatalk/atp/atp_open.c libatalk/atp/atp_packet.c libatalk/atp/atp_rreq.c libatalk/atp/atp_rresp.c libatalk/atp/atp_rsel.c libatalk/atp/atp_sreq.c libatalk/atp/atp_sresp.c libatalk/nbp/nbp_conf.h libatalk/nbp/nbp_lkup.c libatalk/nbp/nbp_rgstr.c libatalk/nbp/nbp_unrgstr.c libatalk/nbp/nbp_util.c libatalk/vfs/unix.c sys/netatalk/aarp.c sys/netatalk/aarp.h sys/netatalk/at.h sys/netatalk/at_control.c sys/netatalk/at_proto.c sys/netatalk/at_var.h sys/netatalk/ddp.h sys/netatalk/ddp_input.c sys/netatalk/ddp_output.c sys/netatalk/ddp_usrreq.c sys/netatalk/ddp_var.h sys/netatalk/endian.h sys/ultrix/at_ultrix.c Copyright: 1990,1992, Regents of The University of Michigan 1990,1993, Regents of The University of Michigan 1990,1994, Regents of The University of Michigan 1990,1995, Regents of The University of Michigan 1990,1996, Regents of The University of Michigan 1990,1997, Regents of The University of Michigan 1990-1991, Regents of The University of Michigan 1995, Regents of The University of Michigan 1996, Regents of The University of Michigan License: UNKNOWN FIXME Files: bin/Makefile.in bin/ad/Makefile.in bin/adv1tov2/Makefile.in bin/aecho/Makefile.in bin/afppasswd/Makefile.in bin/cnid/Makefile.in bin/getzones/Makefile.in bin/megatron/Makefile.in bin/misc/Makefile.in bin/nbp/Makefile.in bin/pap/Makefile.in bin/psorder/Makefile.in bin/uniconv/Makefile.in config/Makefile.in config/pam/Makefile.in contrib/Makefile.in contrib/macusers/Makefile.in contrib/misc/Makefile.in contrib/printing/Makefile.in contrib/shell_utils/Makefile.in distrib/Makefile.in distrib/config/Makefile.in distrib/initscripts/Makefile.in distrib/m4/Makefile.in distrib/systemd/Makefile.in doc/Makefile.in etc/Makefile.in etc/afpd/Makefile.in etc/afpd/nfsquota.c etc/atalkd/Makefile.in etc/cnid_dbd/Makefile.in etc/papd/Makefile.in etc/psf/Makefile.in etc/uams/Makefile.in etc/uams/uams_krb4/Makefile.in include/Makefile.in include/atalk/Makefile.in libatalk/Makefile.in libatalk/acl/Makefile.in libatalk/adouble/Makefile.in libatalk/asp/Makefile.in libatalk/atp/Makefile.in libatalk/bstring/Makefile.in libatalk/cnid/Makefile.in libatalk/cnid/cdb/Makefile.in libatalk/cnid/dbd/Makefile.in libatalk/cnid/last/Makefile.in libatalk/cnid/tdb/Makefile.in libatalk/compat/Makefile.in libatalk/dsi/Makefile.in libatalk/nbp/Makefile.in libatalk/netddp/Makefile.in libatalk/tdb/Makefile.in libatalk/unicode/Makefile.in libatalk/unicode/charsets/Makefile.in libatalk/util/Makefile.in libatalk/vfs/Makefile.in macros/Makefile.in man/Makefile.in man/man1/Makefile.in man/man3/Makefile.in man/man4/Makefile.in man/man5/Makefile.in man/man8/Makefile.in sys/Makefile.in sys/generic/Makefile.in sys/generic/sys/Makefile.in sys/netatalk/Makefile.in sys/netbsd/Makefile.in sys/netbsd/netatalk/Makefile.in sys/sunos/Makefile.in sys/ultrix/Makefile.in test/Makefile.in test/afpd/Makefile.in Copyright: 1980, 1990, 1993 1994-2002 License: UNKNOWN FIXME Files: bin/ad/ad.c bin/ad/ad.h bin/ad/ad_find.c bin/ad/ad_ls.c bin/misc/uuidtest.c etc/afpd/acl_mappings.h etc/afpd/acls.h etc/afpd/dircache.c etc/afpd/dircache.h etc/afpd/extattrs.c etc/afpd/extattrs.h etc/cnid_dbd/cmd_dbd.c etc/cnid_dbd/cmd_dbd_scanvol.c include/atalk/acl.h include/atalk/bstradd.h include/atalk/ea.h include/atalk/errchk.h include/atalk/unix.h include/atalk/uuid.h libatalk/acl/aclldap.h libatalk/acl/cache.c libatalk/acl/cache.h libatalk/acl/ldap.c libatalk/acl/ldap_config.c libatalk/acl/uuid.c libatalk/bstring/bstradd.c libatalk/util/locking.c libatalk/util/queue.c libatalk/util/socket.c libatalk/util/unix.c libatalk/vfs/acl.c libatalk/vfs/ea.c libatalk/vfs/ea_sys.c test/afpd/afpfunc_helpers.c test/afpd/afpfunc_helpers.h test/afpd/subtests.c test/afpd/subtests.h test/afpd/test.c test/afpd/test.h Copyright: 2008-2009, Frank Lahm 2009, Frank Lahm 2009,2011, Frank Lahm 2010, Frank Lahm License: GPL-2+ FIXME Files: etc/afpd/afp_config.c etc/afpd/messages.c etc/afpd/uam.c etc/afpd/uam_auth.h etc/papd/uam.c etc/papd/uam_auth.h include/atalk/dsi.h include/atalk/netddp.h include/atalk/server_child.h include/atalk/uam.h libatalk/adouble/ad_size.c libatalk/asp/asp_attn.c libatalk/dsi/dsi_attn.c libatalk/dsi/dsi_close.c libatalk/dsi/dsi_cmdreply.c libatalk/dsi/dsi_getsess.c libatalk/dsi/dsi_getstat.c libatalk/dsi/dsi_init.c libatalk/dsi/dsi_opensess.c libatalk/dsi/dsi_private.h libatalk/dsi/dsi_read.c libatalk/dsi/dsi_stream.c libatalk/dsi/dsi_tcp.c libatalk/dsi/dsi_tickle.c libatalk/dsi/dsi_write.c libatalk/util/server_child.c Copyright: 1997, Adrian Sun (asun@zoology.washington.edu) 1997-1998, Adrian Sun (asun@zoology.washington.edu) 1998, Adrian Sun (asun@zoology.washington.edu) 1999, Adrian Sun (asun@zoology.washington.edu) License: UNKNOWN FIXME Files: libatalk/unicode/charsets/generic_cjk.c libatalk/unicode/charsets/generic_cjk.h libatalk/unicode/charsets/mac_chinese_simp.c libatalk/unicode/charsets/mac_chinese_simp.h libatalk/unicode/charsets/mac_chinese_trad.c libatalk/unicode/charsets/mac_chinese_trad.h libatalk/unicode/charsets/mac_japanese.c libatalk/unicode/charsets/mac_japanese.h libatalk/unicode/charsets/mac_korean.c libatalk/unicode/charsets/mac_korean.h Copyright: TSUBAKIMOTO Hiroya 2004 License: GPL-2+ FIXME Files: etc/uams/uams_dhx2_pam.c etc/uams/uams_dhx2_passwd.c etc/uams/uams_dhx_pam.c etc/uams/uams_dhx_passwd.c etc/uams/uams_pam.c etc/uams/uams_passwd.c etc/uams/uams_pgp.c etc/uams/uams_randnum.c libatalk/adouble/ad_open.c Copyright: 1990,1993, Regents of The University of Michigan 1990-1991, Regents of The University of Michigan 1999, Adrian Sun (asun@u.washington.edu) License: UNKNOWN FIXME Files: bin/cnid/cnid2_create.in etc/cnid_dbd/comm.h etc/cnid_dbd/dbd_dbcheck.c etc/cnid_dbd/dbd_delete.c etc/cnid_dbd/dbd_get.c etc/cnid_dbd/dbd_getstamp.c etc/cnid_dbd/dbd_resolve.c etc/cnid_dbd/usockfd.c etc/cnid_dbd/usockfd.h Copyright: Joerg Lenneis 2003 License: UNKNOWN FIXME Files: libatalk/unicode/charsets/generic_mb.c libatalk/unicode/charsets/mac_centraleurope.c libatalk/unicode/charsets/mac_cyrillic.c libatalk/unicode/charsets/mac_hebrew.c libatalk/unicode/charsets/mac_roman.c libatalk/unicode/charsets/mac_turkish.c libatalk/unicode/iconv.c libatalk/unicode/utf8.c Copyright: Andrew Tridgell 2001, Jelmer Vernooij 2002-2003 License: GPL-2+ FIXME Files: libatalk/cnid/cdb/cnid_cdb_add.c libatalk/cnid/cdb/cnid_cdb_delete.c libatalk/cnid/cdb/cnid_cdb_meta.c libatalk/cnid/cdb/cnid_cdb_open.c libatalk/cnid/last/cnid_last.c libatalk/cnid/tdb/cnid_tdb_add.c libatalk/cnid/tdb/cnid_tdb_delete.c libatalk/cnid/tdb/cnid_tdb_open.c Copyright: 1999. Adrian Sun (asun@zoology.washington.edu) License: UNKNOWN FIXME Files: etc/cnid_dbd/comm.c etc/cnid_dbd/db_param.h etc/cnid_dbd/dbd_add.c etc/cnid_dbd/pack.c etc/cnid_dbd/pack.h libatalk/cnid/dbd/cnid_dbd.c libatalk/cnid/dbd/cnid_dbd.h Copyright: Frank Lahm 2010, Joerg Lenneis 2003 License: UNKNOWN FIXME Files: etc/afpd/afp_asp.c etc/afpd/afp_dsi.c libatalk/netddp/netddp_open.c libatalk/netddp/netddp_recvfrom.c libatalk/netddp/netddp_sendto.c libatalk/util/server_lock.c Copyright: 1990,1993, Regents of The University of Michigan 1990-1991, Regents of The University of Michigan 1997, Adrian Sun (asun@zoology.washington.edu) 1999, Adrian Sun (asun@zoology.washington.edu) License: UNKNOWN FIXME Files: libatalk/unicode/charsets/mac_centraleurope.h libatalk/unicode/charsets/mac_cyrillic.h libatalk/unicode/charsets/mac_greek.h libatalk/unicode/charsets/mac_hebrew.h libatalk/unicode/charsets/mac_turkish.h Copyright: 1999-2001, Free Software Foundation, Inc License: LGPL-2+ FIXME Files: etc/cnid_dbd/db_param.c etc/cnid_dbd/dbd_lookup.c etc/cnid_dbd/dbif.c etc/cnid_dbd/dbif.h etc/cnid_dbd/main.c Copyright: Frank Lahm 2009 Joerg Lenneis 2003, License: UNKNOWN FIXME Files: etc/afpd/afprun.c libatalk/unicode/byteorder.h libatalk/util/fault.c libatalk/util/strlcpy.c Copyright: Andrew Tridgell 1992-1998 License: GPL-2+ FIXME Files: contrib/a2boot/COPYRIGHT contrib/a2boot/a2boot.c contrib/timelord/COPYRIGHT contrib/timelord/timelord.c Copyright: 1990, The University of 1990, The University of Melbourne 1990,1992, Regents of The University of Michigan 1990,1994, Regents of The University of Michigan License: UNKNOWN FIXME Files: config.guess config.sub missing Copyright: 1992-1999, 1992-2005 1996-1997, 1999-2000, 2002-2006 License: GPL-2+ FIXME Files: contrib/shell_utils/apple_dump.in contrib/shell_utils/make-casetable.pl contrib/shell_utils/make-precompose.h.pl Copyright: 2008-2011, HAT 2009-2010, HAT 2011, HAT License: GPL-2+ FIXME Files: etc/cnid_dbd/cnid_metad.c etc/cnid_dbd/dbd.h etc/cnid_dbd/dbd_update.c Copyright: Frank Lahm 2009-2010 Joerg Lenneis 2003, License: UNKNOWN FIXME Files: etc/afpd/hash.c etc/afpd/hash.h include/atalk/hash.h Copyright: 1997, Kaz Kylheku License: UNKNOWN FIXME Files: libatalk/compat/getusershell.c libatalk/compat/mktemp.c libatalk/compat/strcasecmp.c Copyright: 1985, Regents of the University of California 1987, Regents of the University of California License: UNKNOWN FIXME Files: bin/ad/ad_util.c libatalk/util/cnid.c Copyright: 1991, 1993-1994, 2009, Frank Lahm License: BSD (3 clause) FIXME Files: etc/papd/lp.c etc/papd/printcap.c Copyright: 1983, Regents of the University of California 1990,1994, Regents of The University of Michigan License: BSD (4 clause) FIXME Files: include/atalk/queue.h include/atalk/standards.h Copyright: 2010, Frank Lahm 2011, Frank Lahm License: GPL-2+ FIXME Files: etc/afpd/acls.c libatalk/acl/unix.c Copyright: 2008-2010, Frank Lahm 2010, Frank Lahm 2011, Laura Mueller License: GPL-2+ FIXME Files: bin/ad/ad_mv.c bin/ad/ad_rm.c Copyright: 2010, Frank Lahm License: GPL-2+ FIXME Files: include/atalk/ftw.h libatalk/util/ftw.c Copyright: 1992,1996-1999,2003-2004, Free Software Foundation, Inc 1996-2004, 2006-2008, 2010 Free Software Foundation, Inc License: LGPL-2.1+ FIXME Files: etc/afpd/fce_api.c etc/afpd/fce_util.c Copyright: 2010, Mark Williams License: UNKNOWN FIXME Files: libatalk/cnid/cnid.c libatalk/cnid/cnid_init.c Copyright: 2003, Rafal Lewczuk 2003, the Netatalk Team holders License: UNKNOWN FIXME Files: bin/ad/ad_cp.c Copyright: 1988, 1993-1994 2010, Frank Lahm License: BSD (3 clause) FIXME Files: libatalk/compat/strstr.c Copyright: 1990, The Regents of the University of California License: BSD (4 clause) FIXME Files: configure Copyright: (ISLOWER ? 'A' + ( - 'a') : ) (ISLOWER ? ( | 0x40) : ) 1992-1996, 1998-2001, 1996-2008, 2006, Free Software Foundation, Inc License: GPL-2+ FIXME Files: ltmain.sh Copyright: 1996-2001, 2003-2006 2008, Free Software Foundation, Inc License: GPL-2+ FIXME Files: aclocal.m4 Copyright: 1996, 1998, 2000-2005 1996-1997, 2000-2001, 2003, 2005, 1996-2004, 1996-2008, 1997, 1999-2001, 2003-2005, 1997, 2000-2001, 2003-2006, 1999-2001, 2003-2005, 1999-2005, 1999-2006, 2001, 2003, 2005, Free Software Foundation, Inc 2001-2003, 2005 Free Software Foundation, Inc 2002-2003, 2005-2007, Free Software Foundation, Inc 2003, 2005 Free Software Foundation, Inc 2003-2006, Free Software Foundation, Inc 2004, Scott James Remnant 2004-2005, Free Software Foundation, Inc 2006, Free Software Foundation, Inc License: GPL-2+ FIXME Files: libatalk/unicode/charsets/mac_roman.h Copyright: *No copyright* License: GPL-2+ FIXME Files: COPYING Copyright: 1989, 1991 Free Software Foundation, Inc HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES disclaimer" for the program, if holder saying it may be distributed holder who places the Program under this License interest in the program law: the software, and year name of author License: GPL-2+ FIXME Files: libatalk/adouble/ad_sendfile.c Copyright: 1999, Adrian Sun (asun@zoology.washington.edu) Jeremy Allison 2002, License: GPL-2+ FIXME Files: libatalk/vfs/sys_ea.c Copyright: 2001, Andreas Gruenbacher 2001-2002, Silicon Graphics, Inc. Andrew Tridgell 1992-1998, Bjoern Jacke 2006-2007, Jeremy Allison 1998-2005, Timur Bakeyev 2005, License: GPL-2+ FIXME Files: include/atalk/tdb.h Copyright: Andrew Tridgell 1999 License: GPL-2+ FIXME Files: libatalk/tdb/tdb.c Copyright: Andrew Tridgell 1999-2000, Jeremy Allison 2000-2003 Luke Kenneth Casson Leighton 2000, Paul `Rusty' Russell 2000, License: GPL-2+ FIXME Files: libatalk/unicode/charcnv.c Copyright: Andrew Tridgell 2001, Igor Vergeichik 2001, Martin Pool 2003, Simo Sorce 2001 License: GPL-2+ FIXME Files: libatalk/unicode/charsets/mac_greek.c Copyright: Andrew Tridgell 2001, Jelmer Vernooij 2002-2003, Panos Christeas 2006 License: GPL-2+ FIXME Files: libatalk/tdb/spinlock.c Copyright: Anton Blanchard 2001 License: GPL-2+ FIXME Files: etc/papd/print_cups.c Copyright: 1999-2003, Michael R Sweet 2004, Bjoern Fernhomberg License: GPL-2+ FIXME Files: bin/uniconv/iso8859_1_adapted.c Copyright: Bjoern Fernhomberg 2002-2003 License: GPL-2+ FIXME Files: bin/uniconv/uniconv.c Copyright: Bjoern Fernhomberg 2004 License: GPL-2+ FIXME Files: libatalk/util/volinfo.c Copyright: Bjoern Fernhomberg, 2004 License: GPL-2+ FIXME Files: include/atalk/vfs.h Copyright: 2004, Didier Gautheron License: GPL-2+ FIXME Files: libatalk/vfs/vfs.c Copyright: 2004, Didier Gautheron 2009, Frank Lahm License: GPL-2+ FIXME Files: depcomp Copyright: 1999-2000, 2003-2007, Free Software License: GPL-2+ FIXME Files: compile Copyright: 1999-2000, 2003-2005, Free Software Foundation, Inc License: GPL-2+ FIXME Files: debian/rules Copyright: 2003-2005, Sebastian Rittau 2004, 2006-2010, Jonas Smedegaard License: GPL-2+ FIXME Files: libatalk/util/strcasestr.c Copyright: != VAL(b)); 1994, 1996-1997, Free Software Foundation, Inc License: LGPL-2+ FIXME Files: install-sh Copyright: 1994, X Consortium License: MIT/X11 (BSD like) FIXME Files: bin/getzones/getzones.c Copyright: License: UNKNOWN FIXME Files: Makefile.in Copyright: 1994-2002, COPYING NEWS VERSION services.atalk License: UNKNOWN FIXME Files: contrib/timelord/Makefile.in Copyright: 1994-2002 README VERSION License: UNKNOWN FIXME Files: contrib/a2boot/Makefile.in Copyright: 1994-2002, VERSION License: UNKNOWN FIXME Files: libatalk/bstring/bstrlib.c Copyright: (isspace ((unsigned char) c)) (toupper ((unsigned char) c)) >> LONG_LOG_BITS_QTY License: UNKNOWN FIXME Files: etc/uams/uams_guest.c Copyright: 2001, (see COPYING) License: UNKNOWN FIXME Files: etc/afpd/afp_options.c Copyright: * 120; 1990,1993, Regents of The University of Michigan 1997, Adrian Sun (asun@zoology.washington.edu) License: UNKNOWN FIXME Files: etc/afpd/mangle.c Copyright: 2002. Joe Marcus Clarke (marcus@marcuscom.com) License: UNKNOWN FIXME Files: libatalk/unicode/util_unistr.c Copyright: == tolower_w(*s)) return (ucs2_t *)s; License: UNKNOWN FIXME Files: libatalk/util/getiface.c Copyright: 1990,1993, Regents of The University of Michigan 1999-2000, Adrian Sun License: UNKNOWN FIXME Files: COPYRIGHT Copyright: 1990,1996, Regents of The University of Michigan 1996, Sun Microsystems Computer Co 1997-2000, Adrian Sun (asun@cobalt.com) License: UNKNOWN FIXME Files: bin/afppasswd/afppasswd.c Copyright: 1999, Adrian Sun (asun@u.washington.edu) License: UNKNOWN FIXME Files: etc/uams/uams_gss.c Copyright: 1990,1993, Regents of The University of Michigan 1999, Adrian Sun (asun@u.washington.edu) 2003, The Reed Institute 2004, Bjoern Fernhomberg License: UNKNOWN FIXME Files: etc/afpd/afp_util.c Copyright: 1990,1993, Regents of The University of Michigan 1999, Adrian Sun (asun@zoology.washington.edu) 2002, netatalk License: UNKNOWN FIXME Files: libatalk/adouble/ad_lock.c Copyright: 1998-1999, Adrian Sun (asun@zoology.washington.edu) for more information License: UNKNOWN FIXME Files: Makefile.am Copyright: COPYING NEWS VERSION services.atalk License: UNKNOWN FIXME Files: include/atalk/cnid.h Copyright: 2003, Rafal Lewczuk 2003, the Netatalk Team 2010, Frank Lahm holders License: UNKNOWN FIXME Files: etc/afpd/catsearch.c Copyright: 1990, 1993 Regents of The University of Michigan 2010, Frank Lahm License: UNKNOWN FIXME Files: etc/cnid_dbd/dbd_search.c Copyright: Frank Lahm 2010 License: UNKNOWN FIXME Files: etc/cnid_dbd/dbd_rebuild_add.c Copyright: Joerg Lenneis 2005 License: UNKNOWN FIXME Files: libatalk/compat/pselect.c Copyright: 2000, Massachusetts Institute of Technology License: UNKNOWN FIXME Files: libatalk/compat/snprintf.c Copyright: 1994-2000, Patrick Powell, San Diego, CA Patrick Powell 1988-2000, " in the documentation and source code as well as the License: UNKNOWN FIXME Files: contrib/timelord/Makefile.am Copyright: README VERSION License: UNKNOWN FIXME Files: sys/netatalk/phase2.h Copyright: 1988, Regents of the University of California 1990-1991, Regents of The University of Michigan License: UNKNOWN FIXME Files: etc/uams/uams_krb4/send_to_kdc.c Copyright: 1987-1988, the Massachusetts Institute of Technology 1990,1994, Regents of The University of Michigan License: UNKNOWN FIXME Files: libatalk/compat/rquota_xdr.c Copyright: 1980, 1990 Regents of the University of California. All License: UNKNOWN FIXME Files: distrib/initscripts/rc.atalk.suse-sysv.tmpl Copyright: 1996-2001, SuSE GmbH Nuernberg, Germany. License: UNKNOWN FIXME Files: contrib/a2boot/Makefile.am Copyright: VERSION License: UNKNOWN FIXME Files: man/man1/netatalk-config.1 Copyright: \(co 1998, Owen Taylor License: UNKNOWN FIXME Files: contrib/timelord/README Copyright: is *not* the same as netatalk's License: UNKNOWN FIXME