Blame SPECS/autofs.spec

96dc52
#
96dc52
# $Id: autofs.spec,v 1.11 2003/12/04 15:41:32 raven Exp $
96dc52
#
96dc52
# Use --without systemd in your rpmbuild command or force values to 0 to
96dc52
# disable them.
96dc52
%define with_systemd        %{?_without_systemd:        0} %{?!_without_systemd:        1}
96dc52
96dc52
# Use --without fedfs in your rpmbuild command or force values to 0 to
96dc52
# disable them.
96dc52
%define with_fedfs           %{?_without_fedfs:         0} %{?!_without_fedfs: 1}
96dc52
96dc52
Summary: A tool for automatically mounting and unmounting filesystems
96dc52
Name: autofs
96dc52
Version: 5.1.7
96dc52
Release: 27%{?dist}
96dc52
Epoch: 1
96dc52
License: GPLv2+
96dc52
Source: https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-%{version}-2.tar.gz
96dc52
96dc52
# patches 1 and 2 have been applied to the source tar to remove
96dc52
# lib/mount.x as it has an incompatible license.
96dc52
Patch1: autofs-5.1.7-add-xdr_exports.patch
96dc52
Patch2: autofs-5.1.7-remove-mount_x-and-rpcgen-dependencies.patch
96dc52
Patch3: autofs-5.1.7-dont-use-realloc-in-host-exports-list-processing.patch
96dc52
Patch4: autofs-5.1.7-use-sprintf-when-constructing-hosts-mapent.patch
96dc52
Patch5: autofs-5.1.7-fix-mnts_remove_amdmount-uses-wrong-list.patch
96dc52
Patch6: autofs-5.1.7-Fix-option-for-master_read_wait.patch
96dc52
Patch7: autofs-5.1.7-eliminate-cache_lookup_offset-usage.patch
96dc52
Patch8: autofs-5.1.7-fix-is-mounted-check-on-non-existent-path.patch
96dc52
Patch9: autofs-5.1.7-simplify-get_parent.patch
96dc52
Patch10: autofs-5.1.7-set-offset-parent-in-update_offset_entry.patch
96dc52
Patch11: autofs-5.1.7-remove-redundant-variables-from-mount_autofs_offset.patch
96dc52
Patch12: autofs-5.1.7-remove-unused-parameter-form-do_mount_autofs_offset.patch
96dc52
Patch13: autofs-5.1.7-refactor-umount_multi_triggers.patch
96dc52
Patch14: autofs-5.1.7-eliminate-clean_stale_multi_triggers.patch
96dc52
Patch15: autofs-5.1.7-simplify-mount_subtree-mount-check.patch
96dc52
Patch16: autofs-5.1.7-fix-mnts_get_expire_list-expire-list-construction.patch
96dc52
Patch17: autofs-5.1.7-fix-inconsistent-locking-in-umount_subtree_mounts.patch
96dc52
Patch18: autofs-5.1.7-fix-return-from-umount_subtree_mounts-on-offset-list-delete.patch
96dc52
Patch19: autofs-5.1.7-pass-mapent_cache-to-update_offset_entry.patch
96dc52
Patch20: autofs-5.1.7-fix-inconsistent-locking-in-parse_mount.patch
96dc52
Patch21: autofs-5.1.7-remove-unused-mount-offset-list-lock-functions.patch
96dc52
Patch22: autofs-5.1.7-eliminate-count_mounts-from-expire_proc_indirect.patch
96dc52
Patch23: autofs-5.1.7-eliminate-some-strlen-calls-in-offset-handling.patch
96dc52
Patch24: autofs-5.1.7-dont-add-offset-mounts-to-mounted-mounts-table.patch
96dc52
Patch25: autofs-5.1.7-reduce-umount-EBUSY-check-delay.patch
96dc52
Patch26: autofs-5.1.7-cleanup-cache_delete-a-little.patch
96dc52
Patch27: autofs-5.1.7-rename-path-to-m_offset-in-update_offset_entry.patch
96dc52
Patch28: autofs-5.1.7-dont-pass-root-to-do_mount_autofs_offset.patch
96dc52
Patch29: autofs-5.1.7-rename-tree-implementation-functions.patch
96dc52
Patch30: autofs-5.1.7-add-some-multi-mount-macros.patch
96dc52
Patch31: autofs-5.1.7-remove-unused-functions-cache_dump_multi-and-cache_dump_cache.patch
96dc52
Patch32: autofs-5.1.7-add-a-len-field-to-struct-autofs_point.patch
96dc52
Patch33: autofs-5.1.7-make-tree-implementation-data-independent.patch
96dc52
Patch34: autofs-5.1.7-add-mapent-tree-implementation.patch
96dc52
Patch35: autofs-5.1.7-add-tree_mapent_add_node.patch
96dc52
Patch36: autofs-5.1.7-add-tree_mapent_delete_offsets.patch
96dc52
Patch37: autofs-5.1.7-add-tree_mapent_traverse_subtree.patch
96dc52
Patch38: autofs-5.1.7-fix-mount_fullpath.patch
96dc52
Patch39: autofs-5.1.7-add-tree_mapent_cleanup_offsets.patch
96dc52
Patch40: autofs-5.1.7-add-set_offset_tree_catatonic.patch
96dc52
Patch41: autofs-5.1.7-add-mount-and-umount-offsets-functions.patch
96dc52
Patch42: autofs-5.1.7-switch-to-use-tree-implementation-for-offsets.patch
96dc52
Patch43: autofs-5.1.7-remove-obsolete-functions.patch
96dc52
Patch44: autofs-5.1.7-remove-redundant-local-var-from-sun_mount.patch
96dc52
Patch45: autofs-5.1.7-use-mount_fullpath-in-one-spot-in-parse_mount.patch
96dc52
Patch46: autofs-5.1.7-pass-root-length-to-mount_fullpath.patch
96dc52
Patch47: autofs-5.1.7-remove-unused-function-master_submount_list_empty.patch
96dc52
Patch48: autofs-5.1.7-move-amd-mounts-removal-into-lib_mounts_c.patch
96dc52
Patch49: autofs-5.1.7-check-for-offset-with-no-mount-location.patch
96dc52
Patch50: autofs-5.1.7-remove-mounts_mutex.patch
96dc52
Patch51: autofs-5.1.7-remove-unused-variable-from-get_exports.patch
96dc52
Patch52: autofs-5.1.7-add-missing-free-in-handle_mounts.patch
96dc52
Patch53: autofs-5.1.7-remove-redundant-if-check.patch
96dc52
Patch54: autofs-5.1.7-fix-possible-memory-leak-in-master_parse.patch
96dc52
Patch55: autofs-5.1.7-fix-possible-memory-leak-in-mnts_add_amdmount.patch
96dc52
Patch56: autofs-5.1.7-fix-double-unlock-in-parse_mount.patch
96dc52
Patch57: autofs-5.1.7-add-length-check-in-umount_subtree_mounts.patch
96dc52
Patch58: autofs-5.1.7-fix-flag-check-in-umount_multi.patch
96dc52
Patch59: autofs-5.1.7-dont-try-umount-after-stat-ENOENT-fail.patch
96dc52
Patch60: autofs-5.1.7-remove-redundant-assignment-in-master_add_amd_mount_section_mounts.patch
96dc52
Patch61: autofs-5.1.7-fix-dead-code-in-mnts_add_mount.patch
96dc52
Patch62: autofs-5.1.7-fix-arg-not-used-in-print.patch
96dc52
Patch63: autofs-5.1.7-fix-missing-lock-release-in-mount_subtree.patch
96dc52
Patch64: autofs-5.1.7-fix-double-free-in-parse_mapent.patch
96dc52
Patch65: autofs-5.1.7-refactor-lookup_prune_one_cache-a-bit.patch
96dc52
Patch66: autofs-5.1.7-cater-for-empty-mounts-list-in-mnts_get_expire_list.patch
96dc52
Patch67: autofs-5.1.7-add-ext_mount_hash_mutex-lock-helpers.patch
96dc52
Patch68: autofs-5.1.7-fix-dangling-symlink-creation-if-nis-support-is-not-available.patch
96dc52
Patch69: autofs-5.1.7-fix-amd-section-mounts-map-reload.patch
96dc52
Patch70: autofs-5.1.7-fix-amd-hosts-mount-expire.patch
96dc52
96dc52
Patch71: autofs-5.1.7-fix-offset-entries-order.patch
96dc52
Patch72: autofs-5.1.7-use-mapent-tree-root-for-tree_mapent_add_node.patch
96dc52
Patch73: autofs-5.1.7-eliminate-redundant-cache-lookup-in-tree_mapent_add_node.patch
96dc52
Patch74: autofs-5.1.7-fix-hosts-map-offset-order.patch
96dc52
Patch75: autofs-5.1.7-fix-direct-mount-deadlock.patch
96dc52
Patch76: autofs-5.1.7-fix-lookup_prune_one_cache-refactoring-change.patch
96dc52
Patch77: autofs-5.1.7-add-missing-description-of-null-map-option.patch
96dc52
Patch78: autofs-5.1.7-fix-nonstrict-offset-mount-fail-handling.patch
96dc52
Patch79: autofs-5.1.7-fix-concat_options-error-handling.patch
96dc52
Patch80: autofs-5.1.7-eliminate-some-more-alloca-usage.patch
96dc52
Patch81: autofs-5.1.7-use-default-stack-size-for-threads.patch
96dc52
96dc52
Patch82: autofs-5.1.8-fix-kernel-mount-status-notification.patch
96dc52
Patch83: autofs-5.1.8-fix-fedfs-build-flags.patch
96dc52
Patch84: autofs-5.1.8-fix-set-open-file-limit.patch
96dc52
Patch85: autofs-5.1.8-improve-descriptor-open-error-reporting.patch
96dc52
96dc52
%if %{with_systemd}
96dc52
BuildRequires: systemd-units
96dc52
BuildRequires: systemd-devel
96dc52
%endif
96dc52
BuildRequires: gcc
96dc52
BuildRequires: autoconf, openldap-devel, bison, flex, libxml2-devel
96dc52
BuildRequires: cyrus-sasl-devel, openssl-devel module-init-tools util-linux
96dc52
BuildRequires: e2fsprogs libtirpc-devel libsss_autofs
96dc52
BuildRequires: rpcgen pkgconfig krb5-devel
96dc52
BuildRequires: make
96dc52
Conflicts: cyrus-sasl-lib < 2.1.23-9
96dc52
Requires: bash coreutils sed gawk grep module-init-tools /bin/ps
96dc52
%if %{with_systemd}
96dc52
Requires(post): systemd-sysv
96dc52
Requires(post): systemd-units
96dc52
Requires(preun): systemd-units
96dc52
Requires(postun): systemd-units
96dc52
%else
96dc52
Requires(post): /sbin/chkconfig
96dc52
Requires(preun): /sbin/service
96dc52
Requires(postun): /sbin/service
96dc52
Requires(postun): /sbin/chkconfig
96dc52
%endif
96dc52
Summary(de): autofs daemon 
96dc52
Summary(fr): démon autofs
96dc52
Summary(tr): autofs sunucu süreci
96dc52
Summary(sv): autofs-daemon
96dc52
96dc52
%description
96dc52
autofs is a daemon which automatically mounts filesystems when you use
96dc52
them, and unmounts them later when you are not using them.  This can
96dc52
include network filesystems, CD-ROMs, floppies, and so forth.
96dc52
96dc52
%description -l de
96dc52
autofs ist ein Dämon, der Dateisysteme automatisch montiert, wenn sie 
96dc52
benutzt werden, und sie später bei Nichtbenutzung wieder demontiert. 
96dc52
Dies kann Netz-Dateisysteme, CD-ROMs, Disketten und ähnliches einschließen. 
96dc52
96dc52
%description -l fr
96dc52
autofs est un démon qui monte automatiquement les systèmes de fichiers
96dc52
lorsqu'on les utilise et les démonte lorsqu'on ne les utilise plus. Cela
96dc52
inclus les systèmes de fichiers réseau, les CD-ROMs, les disquettes, etc.
96dc52
96dc52
%description -l tr
96dc52
autofs, kullanýlan dosya sistemlerini gerek olunca kendiliðinden baðlar
96dc52
ve kullanýmlarý sona erince yine kendiliðinden çözer. Bu iþlem, að dosya
96dc52
sistemleri, CD-ROM'lar ve disketler üzerinde yapýlabilir.
96dc52
96dc52
%description -l sv
96dc52
autofs är en daemon som mountar filsystem när de använda, och senare
96dc52
unmountar dem när de har varit oanvända en bestämd tid.  Detta kan
96dc52
inkludera nätfilsystem, CD-ROM, floppydiskar, och så vidare.
96dc52
96dc52
%prep
96dc52
%setup -q -n %{name}-%{version}
96dc52
echo %{version}-%{release} > .version
96dc52
%if %{with_systemd}
96dc52
  %define unitdir %{?_unitdir:/usr/lib/systemd/system}
96dc52
  %define systemd_configure_arg --with-systemd
96dc52
%endif
96dc52
%if %{with_fedfs}
96dc52
  %define fedfs_configure_arg --enable-fedfs
96dc52
%endif
96dc52
# patches 1 and 2 have been applied to the source tar to remove
96dc52
# lib/mount.x as it has an incompatible license.
96dc52
#%patch1 -p1
96dc52
#%patch2 -p1
96dc52
%patch3 -p1
96dc52
%patch4 -p1
96dc52
%patch5 -p1
96dc52
%patch6 -p1
96dc52
%patch7 -p1
96dc52
%patch8 -p1
96dc52
%patch9 -p1
96dc52
%patch10 -p1
96dc52
%patch11 -p1
96dc52
%patch12 -p1
96dc52
%patch13 -p1
96dc52
%patch14 -p1
96dc52
%patch15 -p1
96dc52
%patch16 -p1
96dc52
%patch17 -p1
96dc52
%patch18 -p1
96dc52
%patch19 -p1
96dc52
%patch20 -p1
96dc52
%patch21 -p1
96dc52
%patch22 -p1
96dc52
%patch23 -p1
96dc52
%patch24 -p1
96dc52
%patch25 -p1
96dc52
%patch26 -p1
96dc52
%patch27 -p1
96dc52
%patch28 -p1
96dc52
%patch29 -p1
96dc52
%patch30 -p1
96dc52
%patch31 -p1
96dc52
%patch32 -p1
96dc52
%patch33 -p1
96dc52
%patch34 -p1
96dc52
%patch35 -p1
96dc52
%patch36 -p1
96dc52
%patch37 -p1
96dc52
%patch38 -p1
96dc52
%patch39 -p1
96dc52
%patch40 -p1
96dc52
%patch41 -p1
96dc52
%patch42 -p1
96dc52
%patch43 -p1
96dc52
%patch44 -p1
96dc52
%patch45 -p1
96dc52
%patch46 -p1
96dc52
%patch47 -p1
96dc52
%patch48 -p1
96dc52
%patch49 -p1
96dc52
%patch50 -p1
96dc52
%patch51 -p1
96dc52
%patch52 -p1
96dc52
%patch53 -p1
96dc52
%patch54 -p1
96dc52
%patch55 -p1
96dc52
%patch56 -p1
96dc52
%patch57 -p1
96dc52
%patch58 -p1
96dc52
%patch59 -p1
96dc52
%patch60 -p1
96dc52
%patch61 -p1
96dc52
%patch62 -p1
96dc52
%patch63 -p1
96dc52
%patch64 -p1
96dc52
%patch65 -p1
96dc52
%patch66 -p1
96dc52
%patch67 -p1
96dc52
%patch68 -p1
96dc52
%patch69 -p1
96dc52
%patch70 -p1
96dc52
%patch71 -p1
96dc52
%patch72 -p1
96dc52
%patch73 -p1
96dc52
%patch74 -p1
96dc52
%patch75 -p1
96dc52
%patch76 -p1
96dc52
%patch77 -p1
96dc52
%patch78 -p1
96dc52
%patch79 -p1
96dc52
%patch80 -p1
96dc52
%patch81 -p1
96dc52
96dc52
%patch82 -p1
96dc52
%patch83 -p1
96dc52
%patch84 -p1
96dc52
%patch85 -p1
96dc52
96dc52
%build
96dc52
LDFLAGS=-Wl,-z,now
96dc52
%configure \
96dc52
	--disable-mount-locking \
96dc52
	--enable-ignore-busy \
96dc52
	--enable-force-shutdown \
96dc52
	--without-hesiod \
96dc52
	--with-libtirpc \
96dc52
	%{?systemd_configure_arg:} \
96dc52
	%{?fedfs_configure_arg:}
96dc52
96dc52
make initdir=%{_initrddir} DONTSTRIP=1
96dc52
96dc52
%install
96dc52
%if %{with_systemd}
96dc52
install -d -m 755 $RPM_BUILD_ROOT%{unitdir}
96dc52
%else
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT%{_initrddir}
96dc52
%endif
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT%{_sbindir}
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT%{_libdir}/autofs
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT%{_mandir}/{man5,man8}
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT/etc/sysconfig
96dc52
mkdir -p -m755 $RPM_BUILD_ROOT/etc/auto.master.d
96dc52
96dc52
make install mandir=%{_mandir} initdir=%{_initrddir} systemddir=%{unitdir} INSTALLROOT=$RPM_BUILD_ROOT
96dc52
echo make -C redhat
96dc52
make -C redhat
96dc52
install -m 755 -d $RPM_BUILD_ROOT/misc
96dc52
%if %{with_systemd}
96dc52
# Configure can get this wrong when the unit files appear under /lib and /usr/lib
96dc52
find $RPM_BUILD_ROOT -type f -name autofs.service -exec rm -f {} \;
96dc52
install -m 644 redhat/autofs.service $RPM_BUILD_ROOT%{unitdir}/autofs.service
96dc52
%define init_file_name %{unitdir}/autofs.service
96dc52
%else
96dc52
install -m 755 redhat/autofs.init $RPM_BUILD_ROOT%{_initrddir}/autofs
96dc52
%define init_file_name /etc/rc.d/init.d/autofs
96dc52
%endif
96dc52
install -m 644 redhat/autofs.conf $RPM_BUILD_ROOT/etc/autofs.conf
96dc52
install -m 644 redhat/autofs.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/autofs
96dc52
96dc52
install -m 644 samples/auto.master $RPM_BUILD_ROOT/etc/auto.master
96dc52
install -m 644 samples/auto.misc $RPM_BUILD_ROOT/etc/auto.misc
96dc52
install -m 755 samples/auto.net $RPM_BUILD_ROOT/etc/auto.net
96dc52
install -m 755 samples/auto.smb $RPM_BUILD_ROOT/etc/auto.smb
96dc52
install -m 600 samples/autofs_ldap_auth.conf $RPM_BUILD_ROOT/etc/autofs_ldap_auth.conf
96dc52
96dc52
%post
96dc52
%if %{with_systemd}
96dc52
%systemd_post %{name}.service
96dc52
%else
96dc52
if [ $1 -eq 1 ]; then
96dc52
	%{_sbindir}/sbin/chkconfig --add autofs
96dc52
fi
96dc52
%endif
96dc52
96dc52
%preun
96dc52
%if %{with_systemd}
96dc52
%systemd_preun %{name}.service
96dc52
%else
96dc52
if [ $1 -eq 0 ] ; then
96dc52
    %{_sbindir}/service autofs stop > /dev/null 2>&1 || :
96dc52
    %{_sbindir}/chkconfig --del autofs
96dc52
fi
96dc52
%endif
96dc52
96dc52
%postun
96dc52
%if %{with_systemd}
96dc52
%systemd_postun_with_restart %{name}.service
96dc52
%else
96dc52
if [ $1 -ge 1 ] ; then
96dc52
    %{_sbindir}/sbin/service autofs condrestart > /dev/null 2>&1 || :
96dc52
fi
96dc52
%endif
96dc52
96dc52
%triggerun -- %{name} < 5.0.6-5
96dc52
# Save the current service runlevel info
96dc52
# User must manually run systemd-sysv-convert --apply %{name}
96dc52
# to migrate them to systemd targets
96dc52
%{_bindir}/systemd-sysv-convert --save %{name} >/dev/null 2>&1 ||:
96dc52
96dc52
# Run these because the SysV package being removed won't do them
96dc52
%{_sbindir}/chkconfig --del %{name} >/dev/null 2>&1 || :
96dc52
%{_bindir}/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
96dc52
96dc52
%files
96dc52
%doc CREDITS INSTALL COPY* README* samples/ldap* samples/autofs.schema
96dc52
%config %{init_file_name}
96dc52
%config(noreplace,missingok) /etc/auto.master
96dc52
%config(noreplace) /etc/autofs.conf
96dc52
%config(noreplace,missingok) /etc/auto.misc
96dc52
%config(noreplace,missingok) /etc/auto.net
96dc52
%config(noreplace,missingok) /etc/auto.smb
96dc52
%config(noreplace) /etc/sysconfig/autofs
96dc52
%config(noreplace) /etc/autofs_ldap_auth.conf
96dc52
%{_sbindir}/automount
96dc52
%if %{with_fedfs}
96dc52
%{_sbindir}/mount.fedfs
96dc52
%{_sbindir}/fedfs-map-nfs4
96dc52
%endif
96dc52
%dir %{_libdir}/autofs
96dc52
%{_libdir}/libautofs.so
96dc52
%{_libdir}/autofs/
96dc52
%{_mandir}/*/*
96dc52
%dir /etc/auto.master.d
96dc52
96dc52
%changelog
96dc52
* Sun Jan 09 2022 Ian Kent <ikent@redhat.com> - 1:5.1.7-27
96dc52
- bz2028746 - autofs service has not proper limits set to be able to handle
96dc52
  many mounts
96dc52
  - fix set open file limit.
96dc52
  - improve descriptor open error reporting.
96dc52
- Resolves: rhbz#2028746
96dc52
96dc52
* Tue Dec 21 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-26
96dc52
- bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with
96dc52
  mount trigger
96dc52
  - fix fedfs build flags.
96dc52
- Related: rhbz#2028301
96dc52
96dc52
* Mon Dec 20 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-25
96dc52
- bz2028301 - autofs: send FAIL cmd/ioctl mess when encountering problems with
96dc52
  mount trigger
96dc52
  - fix kernel mount status notification.
96dc52
- Resolves: rhbz#2028301
96dc52
96dc52
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com>
96dc52
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
96dc52
  Related: rhbz#1991688
96dc52
96dc52
* Mon Aug 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-23
96dc52
- bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related)
96dc52
  - fix potential memory leak in "eliminate some more alloca usage" patch.
96dc52
  - remove unused parameter from add_path() in "eliminate some more alloca usage" patch.
96dc52
- Related: rhbz#1984813
96dc52
96dc52
* Fri Jul 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-22
96dc52
- bz1984813 - autofs: FTBFS due to dynamic PTHREAD_STACK_MIN (glibc 2.34 related)
96dc52
  - eliminate some more alloca usage.
96dc52
  - use default stack size for threads.
96dc52
- Resolves: rhbz#1984813
96dc52
96dc52
* Fri Jul 02 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-21
96dc52
- bz1938682 - review of important potential issues detected by static analyzers
96dc52
  in autofs-5.1.7-2.el9
96dc52
  - correct patch, fix concat_options() error handling.
96dc52
- Related: rhbz#1938682
96dc52
96dc52
* Wed Jun 30 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-20
96dc52
- bz1938682 - review of important potential issues detected by static analyzers
96dc52
  in autofs-5.1.7-2.el9
96dc52
  - fix concat_options() error handling.
96dc52
- Resolves: rhbz#1938682
96dc52
96dc52
* Wed Jun 23 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-19
96dc52
- bz1951393 - add gating.yaml for CI testing
96dc52
  - add gating.yaml.
96dc52
- Resolves: rhbz#1951393
96dc52
96dc52
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com>
96dc52
- Rebuilt for RHEL 9 BETA for openssl 3.0
96dc52
  Related: rhbz#1971065
96dc52
96dc52
* Tue Jun 22 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-17
96dc52
- bz1973892 - /net mount being not cleanly mounted and unmounted
96dc52
  - correct patch, fix nonstrict offset mount fail handling.
96dc52
- Related: rhbz#1973892
96dc52
96dc52
* Mon Jun 14 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-16
96dc52
- bz1965870 - autofs: regression in offset ordering
96dc52
  - fix offset entries order.
96dc52
  - use mapent tree root for tree_mapent_add_node().
96dc52
  - eliminate redundant cache lookup in tree_mapent_add_node().
96dc52
  - fix hosts map offset order.
96dc52
  - fix direct mount deadlock.
96dc52
- bz1965863 - A recent Coverity change can cause an infinit loop on map reload
96dc52
  - fix lookup_prune_one_cache() refactoring change.
96dc52
- bz1966380 - auto.master manpage doesn't mention -null or other built-in maps
96dc52
  - add missing desciption of null map option.
96dc52
- Resolves: rhbz#1965870 rhbz#1965863 rhbz#1966380
96dc52
96dc52
* Tue May 11 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-15
96dc52
  - bz1942371 - Drop nis support from autofs
96dc52
    - fix dangling symlink creation if nis support is not available
96dc52
      (add missing patch).
96dc52
  - bz1958489 - autofs amd mounts present in the configuration get
96dc52
    umounted on reload
96dc52
    - fix amd section mounts map reload.
96dc52
  - bz1958486 - autofs amd type host mounts fail for certain host names
96dc52
    - fix amd hosts mount expire.
96dc52
- Related: rhbz#1942371
96dc52
- Resolves: rhbz#1958489 rhbz#1958486
96dc52
96dc52
* Tue Apr 20 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-14
96dc52
  - bz1951344 - the autofs distribution tar has a file with an incompatible
96dc52
  license.
96dc52
  - apply first two patches to distribution tar to eliminate
96dc52
    use of the file with the rejected license.
96dc52
  - update spec file to use the new sources and not apply the
96dc52
    first two patches (that have beeny applied to the source tar).
96dc52
- Resolves: rhbz#1951344
96dc52
96dc52
* Mon Apr 19 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-13
96dc52
  - bz1942371 - Drop nis support from autofs
96dc52
    - fix dandling symlink creation if nis support is not available.
96dc52
    - remove BuildRequires libnsl2-devel.
96dc52
    - fix incorrect changelog revision.
96dc52
- Resolves: rhbz#1942371
96dc52
96dc52
* Tue Apr 13 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-12
96dc52
  - bz1948956 - Using -hosts option does not resolve host from /etc/hosts
96dc52
  and mount failes
96dc52
  - Coverity fixes (arising from RHEL-8 bug 1912106)
96dc52
    - add missing free in handle_mounts().
96dc52
    - remove redundant if check.
96dc52
    - fix possible memory leak in master_parse().
96dc52
    - fix possible memory leak in mnts_add_amdmount().
96dc52
    - fix double unlock in parse_mount().
96dc52
    - add length check in umount_subtree_mounts().
96dc52
    - fix flags check in umount_multi().
96dc52
    - dont try umount after stat() ENOENT fail.
96dc52
    - remove redundant assignment in master_add_amd_mount_section_mounts().
96dc52
    - fix dead code in mnts_add_mount().
96dc52
    - fix arg not used in error print.
96dc52
    - fix missing lock release in mount_subtree().
96dc52
    - fix double free in parse_mapent().
96dc52
    - refactor lookup_prune_one_cache() a bit.
96dc52
    - cater for empty mounts list in mnts_get_expire_list().
96dc52
    - add ext_mount_hash_mutex lock helpers.
96dc52
- Resolves: rhbz#1948956
96dc52
96dc52
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:5.1.7-11
96dc52
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
96dc52
96dc52
* Tue Mar 16 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-10
96dc52
  - add xdr_exports().
96dc52
  - remove mount.x and rpcgen dependencies.
96dc52
  - dont use realloc in host exports list processing.
96dc52
  - use sprintf() when constructing hosts mapent.
96dc52
  - fix mnts_remove_amdmount() uses wrong list.
96dc52
  - Fix option for master read wait.
96dc52
  - eliminate cache_lookup_offset() usage.
96dc52
  - fix is mounted check on non existent path.
96dc52
  - simplify cache_get_parent().
96dc52
  - set offset parent in update_offset_entry().
96dc52
  - remove redundant variables from mount_autofs_offset().
96dc52
  - remove unused parameter form do_mount_autofs_offset().
96dc52
  - refactor umount_multi_triggers().
96dc52
  - eliminate clean_stale_multi_triggers().
96dc52
  - simplify mount_subtree() mount check.
96dc52
  - fix mnts_get_expire_list() expire list construction.
96dc52
  - fix inconsistent locking in umount_subtree_mounts().
96dc52
  - fix return from umount_subtree_mounts() on offset list delete.
96dc52
  - pass mapent_cache to update_offset_entry().
96dc52
  - fix inconsistent locking in parse_mount().
96dc52
  - remove unused mount offset list lock functions.
96dc52
  - eliminate count_mounts() from expire_proc_indirect().
96dc52
  - eliminate some strlen calls in offset handling.
96dc52
  - don't add offset mounts to mounted mounts table.
96dc52
  - reduce umount EBUSY check delay.
96dc52
  - cleanup cache_delete() a little.
96dc52
  - rename path to m_offset in update_offset_entry().
96dc52
  - don't pass root to do_mount_autofs_offset().
96dc52
  - rename tree implementation functions.
96dc52
  - add some multi-mount macros.
96dc52
  - remove unused functions cache_dump_multi() and cache_dump_cache().
96dc52
  - add a len field to struct autofs_point.
96dc52
  - make tree implementation data independent.
96dc52
  - add mapent tree implementation.
96dc52
  - add tree_mapent_add_node().
96dc52
  - add tree_mapent_delete_offsets().
96dc52
  - add tree_mapent_traverse_subtree().
96dc52
  - fix mount_fullpath().
96dc52
  - add tree_mapent_cleanup_offsets().
96dc52
  - add set_offset_tree_catatonic().
96dc52
  - add mount and umount offsets functions.
96dc52
  - switch to use tree implementation for offsets.
96dc52
  - remove obsolete functions.
96dc52
  - remove redundant local var from sun_mount().
96dc52
  - use mount_fullpath() in one spot in parse_mount().
96dc52
  - pass root length to mount_fullpath().
96dc52
  - remove unused function master_submount_li.st_empty().
96dc52
  - move amd mounts removal into lib/mounts.c.
96dc52
  - check for offset with no mount location.
96dc52
  - remove mounts_mutex.
96dc52
  - remove unused variable from get_exports().
96dc52
96dc52
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.7-2
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
96dc52
96dc52
* Mon Jan 25 2021 Ian Kent <ikent@redhat.com> - 1:5.1.7-1
96dc52
- Update to upstream release 5.1.7.
96dc52
96dc52
* Mon Aug 31 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-11
96dc52
- fix configure force shutdown check.
96dc52
96dc52
* Tue Aug 25 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-10
96dc52
- fix incorrect configure option.
96dc52
96dc52
* Tue Aug 25 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-9
96dc52
- mount_nfs.c fix local rdma share not mounting.
96dc52
- fix ldap sasl reconnect problem.
96dc52
- samples/ldap.schema fix.
96dc52
96dc52
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.6-8
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
96dc52
96dc52
* Wed Jun 17 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-7
96dc52
- initialize struct addrinfo for getaddrinfo() calls.
96dc52
- fix quoted string length calc in expandsunent().
96dc52
- fix double quoting of ampersand in auto.smb as well.
96dc52
- fix autofs mount options construction.
96dc52
96dc52
* Mon Jun 01 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-4
96dc52
- fix changelog message.
96dc52
- actually commit the patches referred to in the commit.
96dc52
- adjust revision to allow fixing f32 revision on update.
96dc52
96dc52
* Mon Jun 01 2020 Ian Kent <ikent@redhat.com> - 1:5.1.6-3
96dc52
- make bind mounts propagation slave by default.
96dc52
- update ldap READMEs and schema definitions.
96dc52
- fix program map multi-mount lookup after mount fail.
96dc52
- fix browse dir not re-created on symlink expire.
96dc52
- fix a regression with map instance lookup.
96dc52
- correct fsf address.
96dc52
- fix Makefile targets' directory dependencies.
96dc52
- remove intr hosts map mount option.
96dc52
- fix trailing dollar sun entry expansion.
96dc52
- fix double quoting in auto.smb.
96dc52
96dc52
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.6-2
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
96dc52
96dc52
* Mon Oct 07 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.6-1
96dc52
- update to upstream 5.1.6 release.
96dc52
96dc52
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.5-6
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
96dc52
96dc52
* Tue May 14 2019 Ian Kent <ikent@redhat.com> - 1:5.1.5-4
96dc52
- add BuildRequires: krb5-devel.
96dc52
96dc52
* Tue May 14 2019 Ian Kent <ikent@redhat.com> - 1:5.1.5-4
96dc52
- support strictexpire mount option.
96dc52
- fix hesiod string check in master_parse().
96dc52
96dc52
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.5-3
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
96dc52
96dc52
* Mon Nov 05 2018 Ian Kent <ikent@redhat.com> - 1:5.1.5-2
96dc52
- update spec file to build without hesiod.
96dc52
96dc52
* Mon Nov 05 2018 Ian Kent <ikent@redhat.com> - 1:5.1.5-1
96dc52
- update to upstream 5.1.5 release.
96dc52
96dc52
* Fri Aug 17 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-21
96dc52
- fix use after free in parse_ldap_config().
96dc52
96dc52
* Mon Aug 06 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-20
96dc52
- fix update_negative_cache() map source usage.
96dc52
- fix program usage message.
96dc52
96dc52
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.4-19
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
96dc52
96dc52
* Tue Jul 03 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-18
96dc52
- add man page note about extra slashes in paths.
96dc52
- add a number of covarity identified fixes.
96dc52
- change expire type naming to better reflect usage.
96dc52
- use defines for expire type.
96dc52
- make umount_ent() recognise forced umount.
96dc52
- enable SIGUSR2 handling in rpm spec file.
96dc52
- fix age setting at startup.
96dc52
96dc52
* Thu May 17 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-17
96dc52
- fix fd leak in rpc_do_create_client().
96dc52
96dc52
* Mon Mar 26 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-16
96dc52
- also add missing "BuildRequires: systemd-devel".
96dc52
96dc52
* Mon Mar 26 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-15
96dc52
- tiny patch for autofs typo and possible bug.
96dc52
- add units After line to include statd service.
96dc52
- use systemd sd_notify() at startup.
96dc52
- fix NFS version mask usage.
96dc52
- fix incorrect date in changelog.
96dc52
96dc52
* Tue Mar 06 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-14
96dc52
- improve hostname lookup error logging.
96dc52
96dc52
* Tue Mar 06 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-13
96dc52
- fix install permissions of auto.net and auto.smb.
96dc52
- update change log.
96dc52
96dc52
* Mon Feb 19 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-12
96dc52
- dont allow trailing slash in master map mount points.
96dc52
- fix libresolv configure check.
96dc52
- add fedfs-getsrvinfo.c.
96dc52
- add mount.fedfs.c.
96dc52
- add fedfs-map-nfs4.c
96dc52
- add conditional inclusion of fedfs binaries.
96dc52
- add an example fedfs master map entry to the installed master map.
96dc52
96dc52
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:5.1.4-11
96dc52
- Escape macros in %%changelog
96dc52
96dc52
* Fri Feb 9 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-10
96dc52
- clean up obsolete spec file directives.
96dc52
96dc52
* Wed Feb 7 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-9
96dc52
- fix install mode of autofs_ldap_auth.conf.
96dc52
96dc52
* Tue Feb 6 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-8
96dc52
- add missing BuildRequires.
96dc52
96dc52
* Mon Feb 5 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-7
96dc52
- add error handling for ext_mount_add().
96dc52
- account for recent libnsl changes.
96dc52
- use_hostname_for_mounts shouldn't prevent selection among replicas.
96dc52
- fix monotonic_elapse.
96dc52
- Makefiles.rules: remove 'samples' from SUBDIRS.
96dc52
96dc52
* Thu Feb 1 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-6
96dc52
- dont use array for path when not necessary.
96dc52
- fix prefix option handling in expand_entry().
96dc52
- fix sublink option not set from defaults.
96dc52
- fix error return in do_nfs_mount().
96dc52
96dc52
* Wed Jan 10 2018 Ian Kent <ikent@redhat.com> - 1:5.1.4-5
96dc52
- actually apply fix use after free in do_master_list_reset().
96dc52
- fix deadlock in dumpmaps.
96dc52
- fix rpcgen dependency problem.
96dc52
96dc52
* Fri Dec 22 2017 Ian Kent <ikent@redhat.com> - 1:5.1.4-4
96dc52
- fix use after free in do_master_list_reset().
96dc52
96dc52
* Wed Dec 20 2017 Ian Kent <ikent@redhat.com> - 1:5.1.4-3
96dc52
- fix email in last two changelog entries.
96dc52
96dc52
* Tue Dec 19 2017 Ian Kent <ikent@redhat.com> - 1:5.1.4-2
96dc52
- fix flag file permission.
96dc52
- fix directory create permission.
96dc52
96dc52
* Tue Dec 19 2017 Ian Kent <ikent@redhat.com> - 1:5.1.4-1
96dc52
- Update to upstream 5.1.4 release.
96dc52
96dc52
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:5.1.3-5
96dc52
- Remove old crufty coreutils requires
96dc52
96dc52
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.3-4
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
96dc52
96dc52
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.3-3
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
96dc52
96dc52
* Mon May 29 2017 Ian Kent <ikent@redhat.com> - 1:5.1.3-2
96dc52
- Fix "Source:" URL and changelog anotations.
96dc52
96dc52
* Mon May 29 2017 Ian Kent <ikent@redhat.com> - 1:5.1.3-1
96dc52
- update to upstream 5.1.3 release.
96dc52
96dc52
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-2
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
96dc52
96dc52
* Wed Jun 15 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.2-1
96dc52
- update to upstream 5.1.2 release.
96dc52
96dc52
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:5.1.1-22
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
96dc52
96dc52
* Wed Jan 20 2016 Ian Kent <ikent@redhat.com> - 1:5.1.1-21
96dc52
- add some new upstream memory leak and use after free bug fixes.
96dc52
96dc52
* Wed Jan 20 2016 Ian Kent <ikent@redhat.com> - 1:5.1.1-20
96dc52
- fix incorrect committer changelog entries.
96dc52
- add current released upstream patches.
96dc52
96dc52
* Wed Nov 04 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-7
96dc52
- revert fix libtirpc name clash patch (an old 5.0.6 patch).
96dc52
96dc52
* Wed Nov 04 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-6
96dc52
- remove unnecessary nfs-utils BuildRequires (bz1277669).
96dc52
96dc52
* Mon Nov 02 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-5
96dc52
- fix fix gcc5 complaints.
96dc52
- update libtirpc workaround for new soname.
96dc52
96dc52
* Sun Nov 01 2015 Kalev Lember <klember@redhat.com> - 1:5.1.1-4
96dc52
- Rebuilt for libtirpc soname bump
96dc52
96dc52
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.1.1-3
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
96dc52
96dc52
* Fri Jun 12 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-2
96dc52
- add build requires for gcc.
96dc52
96dc52
* Thu Apr 23 2015 Ian Kent <ikent@redhat.com> - 1:5.1.1-1
96dc52
- Update to autofs-5.1.1.
96dc52
96dc52
* Mon Mar 23 2015 Ian Kent <ikent@redhat.com> - 1:5.1.0-12
96dc52
- fix gcc5 complaints (bz1204685).
96dc52
96dc52
* Mon Mar 23 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1:5.1.0-11
96dc52
- Drop ancient 2.6 kernel patches from docs
96dc52
96dc52
* Wed Jan 21 2015 Ian Kent <ikent@redhat.com> - 1:5.1.0-10
96dc52
- make negative cache update consistent for all lookup modules.
96dc52
- ensure negative cache isn't updated on remount.
96dc52
- dont add wildcard to negative cache.
96dc52
- make service want network-online (bz1071591).
96dc52
96dc52
* Tue Nov 18 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-9
96dc52
- fix custom autofs.conf not being installed.
96dc52
- init qdn before use in get_query_dn().
96dc52
- fix typo in update_hosts_mounts().
96dc52
- fix hosts map update on reload.
96dc52
96dc52
96dc52
* Fri Oct 17 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-8
96dc52
- fix fix master map type check.
96dc52
96dc52
* Wed Oct 15 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-7
96dc52
- force disable browse mode for amd format maps.
96dc52
- fix hosts map options check in lookup_amd_instance().
96dc52
- fix memory leak in create_client().
96dc52
- fix memory leak in get_exports().
96dc52
- fix memory leak in get_defaults_entry().
96dc52
- fix out of order clearing of options buffer.
96dc52
- fix reset amd lexer scan buffer.
96dc52
- ignore multiple commas in options strings.
96dc52
- fix typo in flagdir configure option.
96dc52
- clarify multiple mounts description.
96dc52
- gaurd against incorrect umount return.
96dc52
- update man page autofs(8) for systemd.
96dc52
- remove ancient kernel Requires.
96dc52
96dc52
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.1.0-6
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
96dc52
96dc52
* Tue Jul 8 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-5
96dc52
- rename two incorrectly named patches.
96dc52
- add missing change entry to another patch.
96dc52
96dc52
* Mon Jul 7 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-4
96dc52
- add mutex call return check in defaults.c.
96dc52
96dc52
* Mon Jul 7 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-3
96dc52
- fix compile error in defaults.c.
96dc52
- add serialization to sasl init.
96dc52
- dont allocate dev_ctl_ops too early.
96dc52
- fix incorrect round robin host detection.
96dc52
- fix race accessing qdn in get_query_dn().
96dc52
- fix leak in cache_push_mapent().
96dc52
- fix config entry read buffer not checked.
96dc52
- fix FILE pointer check in defaults_read_config().
96dc52
- fix memory leak in conf_amd_get_log_options().
96dc52
- fix signed comparison in inet_fill_net().
96dc52
- fix buffer size checks in get_network_proximity().
96dc52
- fix leak in get_network_proximity().
96dc52
- fix buffer size checks in merge_options().
96dc52
- check amd lex buffer len before copy.
96dc52
- add return check in ldap check_map_indirect().
96dc52
- check host macro is set before use.
96dc52
- check options length before use in parse_amd.c.
96dc52
- fix some out of order evaluations in parse_amd.c.
96dc52
- fix copy and paste error in dup_defaults_entry().
96dc52
96dc52
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.1.0-2
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
96dc52
96dc52
* Thu Jun 5 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-1
96dc52
- update to upstream release, 5.1.0.
96dc52
  - fix reset flex scan buffer on init.
96dc52
  - fix fix negative status being reset on map read.
96dc52
  - fix out of order amd timestamp lookup.
96dc52
  - fix ldap default schema config.
96dc52
  - fix ldap default master map name config.
96dc52
  - fix map format init in lookup_init().
96dc52
  - fix incorrect max key length in defaults get_hash().
96dc52
  - fix xfn sets incorrect lexer state.
96dc52
  - fix old style key lookup.
96dc52
  - fix expire when server not responding.
96dc52
  - fix ldap_uri config update.
96dc52
  - fix typo in conf_load_autofs_defaults().
96dc52
  - fix hash on confg option add and delete.
96dc52
  - add plus to path match pattern.
96dc52
  - fix multi entry ldap option handling.
96dc52
  - cleanup options in amd_parse.c.
96dc52
  - allow empty value for some map options.
96dc52
  - allow empty value in macro selectors.
96dc52
96dc52
* Sun Apr 13 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-0.beta1.1
96dc52
- amd lookup update lookup ldap to handle amd keys
96dc52
  - inadvertantly drop from initial series.
96dc52
- amd lookup update lookup hesiod to handle amd keys
96dc52
  - inadvertantly drop from initial series.
96dc52
- fix wildcard key lookup.
96dc52
- check for non existent negative entries in lookup_ghost().
96dc52
96dc52
* Wed Apr 2 2014 Ian Kent <ikent@redhat.com> - 1:5.1.0-0.beta1
96dc52
- Update to autofs-5.0.1-beta1.
96dc52
96dc52
* Wed Feb 19 2014 Ian Kent <ikent@redhat.com> - 1:5.0.8-6
96dc52
- fix portmap not trying proto v2.
96dc52
96dc52
* Tue Dec 24 2013 Ian Kent <ikent@redhat.com> - 1:5.0.8-5
96dc52
- fix ipv6 link local address handling.
96dc52
- fix fix ipv6 libtirpc getport.
96dc52
- get_nfs_info() should query portmapper if port is not given.
96dc52
- fix rpc_portmap_getport() proto not set.
96dc52
96dc52
* Mon Nov 25 2013 Ian Kent <ikent@redhat.com> - 1:5.0.8-4
96dc52
- allow --with-systemd to take a path arg.
96dc52
- fix WITH_LIBTIRPC function name.
96dc52
- fix ipv6 libtirpc getport (bz1033918).
96dc52
96dc52
* Thu Nov 7 2013 Ian Kent <ikent@redhat.com> - 1:5.0.8-3
96dc52
- fix undefined authtype_requires_creds err if ldap enabled but without sasl.
96dc52
- fix master map type check.
96dc52
- fix task manager not getting signaled.
96dc52
96dc52
* Mon Oct 21 2013 Ian Kent <ikent@redhat.com> - 1:5.0.8-2
96dc52
- remove now unused patch files (bz1020242).
96dc52
96dc52
* Mon Oct 21 2013 Ian Kent <ikent@redhat.com> - 1:5.0.8-1
96dc52
- update to upstream version 5.0.8 (bz1020242).
96dc52
96dc52
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.7-29
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
96dc52
96dc52
* Sat Jul 13 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-28
96dc52
- add after sssd dependency to unit file (bz984089).
96dc52
96dc52
* Sat Jul 13 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-27
96dc52
- fix a couple of compiler warnings.
96dc52
96dc52
* Fri Jul 12 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-26
96dc52
- link with full reloc options.
96dc52
96dc52
* Fri Jul 12 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-25
96dc52
- fix default path used for unitdir.
96dc52
- fix changelog inconsistent dates.
96dc52
96dc52
* Wed Jul 10 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-24
96dc52
- check for protocol option.
96dc52
- use ulimit max open files if greater than internal maximum.
96dc52
96dc52
* Fri Jun 28 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-23
96dc52
- fix add null check in parse_server_string() (bz979155).
96dc52
96dc52
* Wed Jun 19 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-22
96dc52
- misc man page fixes (bz948517).
96dc52
96dc52
* Wed Jun 12 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-21
96dc52
- fix probe each nfs version in turn for singleton mounts (bz973537).
96dc52
96dc52
* Tue Jun 11 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-20
96dc52
- fix master map mount options matching.
96dc52
- fix master map bogus keywork match.
96dc52
- fix fix map entry duplicate offset detection.
96dc52
- add a number of fixes based on a Covarity report.
96dc52
96dc52
* Mon May 27 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-19
96dc52
- dont probe rdma mounts.
96dc52
96dc52
* Fri May 24 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-17
96dc52
- fix interface address null check.
96dc52
96dc52
* Mon May 13 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-16
96dc52
- make dump maps check for duplicate indirect mounts (bz961312).
96dc52
- document allowed map sources in auto.master(5) (bz961312).
96dc52
- add enable sloppy mount option to configure.
96dc52
96dc52
* Sun Apr 28 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-14
96dc52
- fix syncronize of handle_mounts() shutdown.
96dc52
- fix submount tree not all expiring.
96dc52
96dc52
* Tue Mar 26 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-13
96dc52
- fix some automount(8) typos (bz664178).
96dc52
96dc52
* Tue Mar 12 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-12
96dc52
- dont fail on master map self include.
96dc52
- fix wildcard multi map regression.
96dc52
- fix file descriptor leak when reloading the daemon.
96dc52
- depricate nosymlink pseudo option.
96dc52
- add symlink pseudo option.
96dc52
- update kernel include files.
96dc52
- fix requires in spec file.
96dc52
- fix libtirpc build option.
96dc52
- fix systemd unidir in spec file.
96dc52
- document browse option in man page.
96dc52
- fix automounter support on parisc.
96dc52
96dc52
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.7-11
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
96dc52
96dc52
* Mon Jan 21 2013 Ian Kent <ikent@redhat.com> - 1:5.0.7-10
96dc52
- fix submount offset delete.
96dc52
- fix init script status return.
96dc52
- fix use get_proximity() without libtirpc.
96dc52
- don't use dirent d_type to filter out files in scandir().
96dc52
- don't schedule new alarms after readmap.
96dc52
- use numeric protocol ids instead of protoent structs.
96dc52
- lib/defaults.c: use WITH_LDAP conditional around LDAP types.
96dc52
- make yellow pages support optional.
96dc52
- modules/replicated.c: use sin6_addr.s6_addr32.
96dc52
- workaround missing GNU versionsort extension.
96dc52
96dc52
* Tue Nov 20 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-9
96dc52
- fix nobind man page description.
96dc52
96dc52
* Tue Nov 20 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-8
96dc52
- fix map entry duplicate offset detection.
96dc52
- Allow nsswitch.conf to not contain "automount:" lines.
96dc52
96dc52
* Thu Oct 18 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-7
96dc52
- use spec file systemd unit file location.
96dc52
96dc52
* Thu Oct 18 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-6
96dc52
- fix recursive mount deadlock.
96dc52
- increase file map read buffer size.
96dc52
- handle new location of systemd.
96dc52
96dc52
* Tue Oct 16 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-5
96dc52
- configure: allow cross compilation update.
96dc52
- fix date in changelog entry.
96dc52
96dc52
* Mon Oct 15 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-4
96dc52
- include usage in usage message.
96dc52
- dont wait forever to restart.
96dc52
- add option description to man page.
96dc52
- fix null map entry order handling.
96dc52
- make description of default MOUNT_WAIT setting clear.
96dc52
- configure.in: allow cross compilation.
96dc52
- README: update mailing list subscription info.
96dc52
- allow non root user to check status.
96dc52
96dc52
* Mon Sep 10 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-3
96dc52
- fix nobind sun escaped map entries.
96dc52
- fix use cache entry after free mistake.
96dc52
- fix ipv6 proximity calculation.
96dc52
- fix parse buffer initialization.
96dc52
- fix typo in automount(8).
96dc52
96dc52
* Mon Aug 27 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-2
96dc52
- update systemd scriplet macros (bz850040).
96dc52
96dc52
* Wed Jul 25 2012 Ian Kent <ikent@redhat.com> - 1:5.0.7-1
96dc52
- Update to upstream version 5.0.7.
96dc52
96dc52
* Wed Jul 25 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-24
96dc52
- fix changelog message commit dates.
96dc52
96dc52
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.6-23
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
96dc52
96dc52
* Mon Jul 16 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-21
96dc52
- fix systemd argument passing.
96dc52
- fix get_nfs_info() can incorrectly fail.
96dc52
- fix offset directory removal.
96dc52
96dc52
* Tue Jul 3 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-21
96dc52
- fix fix LDAP result leaks on error paths.
96dc52
- report map not read when debug logging.
96dc52
- duplicate parent options for included maps.
96dc52
- update ->timeout() function to not return timeout.
96dc52
- move timeout to map_source.
96dc52
- fix kernel verion check of version components.
96dc52
- dont retry ldap connect if not required.
96dc52
- check if /etc/mtab is a link to /proc/self/mounts.
96dc52
- fix nfs4 contacts portmap.
96dc52
- make autofs wait longer for shutdown.
96dc52
- fix sss map age not updated.
96dc52
- fix remount deadlock.
96dc52
- fix umount recovery of busy direct mount.
96dc52
- fix offset mount point directory removal.
96dc52
- remove move mount code and configure option.
96dc52
- fix remount of multi mount.
96dc52
- fix devce ioctl alloc path check.
96dc52
- refactor hosts lookup module.
96dc52
- remove cache update from parse_mount().
96dc52
- add function to delete offset cache entry.
96dc52
- allow update of multi mount offset entries.
96dc52
- add hup signal handling to hosts map.
96dc52
96dc52
* Tue May 22 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-19
96dc52
- fix libtirpc name clash (bz821847).
96dc52
96dc52
* Tue May 22 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-18
96dc52
- update patch fix initialization in rpc create_client() (bz821847).
96dc52
96dc52
* Wed May 16 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-17
96dc52
- fix initialization in rpc create_client() (bz821847).
96dc52
96dc52
* Tue May 1 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-16
96dc52
- add libsss_autofs as a build dependency.
96dc52
96dc52
* Tue May 1 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-15
96dc52
- fix typo in libtirpc file name.
96dc52
- fix rework error return handling in rpc code.
96dc52
- allow MOUNT_WAIT to override probe.
96dc52
- improve UDP RPC timeout handling.
96dc52
- fix segfault in get_query_dn().
96dc52
- use strtok_r() in linux_version_code().
96dc52
- fix sss wildcard match.
96dc52
- fix dlopen() error handling in sss module.
96dc52
- fix configure string length tests for sss library.
96dc52
96dc52
* Wed Feb 29 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-14
96dc52
- fix function to check mount.nfs version.
96dc52
96dc52
* Sun Feb 26 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-13
96dc52
- fix error in %%post scriplet.
96dc52
96dc52
* Fri Feb 24 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-12
96dc52
- ignore duplicate exports in auto.net.
96dc52
- add kernel verion check function.
96dc52
- add function to check mount.nfs version.
96dc52
- reinstate singleton mount probe.
96dc52
- rework error return handling in rpc code.
96dc52
- catch EHOSTUNREACH and bail out early.
96dc52
- systemd support fixes.
96dc52
- fix segmentation fault in do_remount_indirect().
96dc52
96dc52
* Thu Feb 9 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-11
96dc52
- fix fuzz in CHANGELOG hunk when applying patch26.
96dc52
96dc52
* Tue Feb 7 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-10
96dc52
- fix rpc build error.
96dc52
- add sss lookup module.
96dc52
- teach automount about sss source.
96dc52
96dc52
* Mon Jan 23 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-9
96dc52
- add correct patch for "fix improve mount location error reporting".
96dc52
- add correct patch for "fix fix wait for master source mutex".
96dc52
96dc52
* Mon Jan 23 2012 Ian Kent <ikent@redhat.com> - 1:5.0.6-8
96dc52
- fix fix wait for master source mutex.
96dc52
- fix improve mount location error reporting (bz783496).
96dc52
96dc52
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.6-7
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
96dc52
96dc52
* Fri Dec 9 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-6
96dc52
- remove empty command line arguments (passed by systemd).
96dc52
96dc52
* Mon Dec 5 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-5
96dc52
- fix ipv6 name lookup check.
96dc52
- fix ipv6 rpc calls.
96dc52
- fix ipv6 configure check.
96dc52
- add piddir to configure.
96dc52
- add systemd unit support.
96dc52
- fix MNT_DETACH define.
96dc52
96dc52
* Mon Dec 5 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-4
96dc52
- fix lsb service name in init script 2 (bz712504).
96dc52
96dc52
* Tue Nov 8 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-3
96dc52
- improve mount location error reporting.
96dc52
- fix paged query more results check.
96dc52
- fix dumpmaps not reading maps.
96dc52
- fix result null check in read_one_map().
96dc52
- Fix LDAP result leaks on error paths.
96dc52
- code analysis fixes 1.
96dc52
- fix not bind mounting local filesystem.
96dc52
- update dir map-type patch for changed patch order.
96dc52
- fix wait for master source mutex.
96dc52
- fix submount shutdown race
96dc52
- fix fix map source check in file lookup.
96dc52
- add disable move mount configure option.
96dc52
96dc52
* Wed Jul 6 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-2
96dc52
- add missing spec file entries for dir-type change (bz719208).
96dc52
96dc52
* Mon Jul 4 2011 Ian Kent <ikent@redhat.com> - 1:5.0.6-1
96dc52
- update source to 5.0.6.
96dc52
- fix ipv6 name for lookup fix.
96dc52
- add dir map-type patch.
96dc52
96dc52
* Tue Jun 14 2011 Ian Kent <ikent@redhat.com> - 1:5.0.5-38
96dc52
- fix lsb service name in init script (bz692963).
96dc52
96dc52
* Fri Mar 18 2011 Ian Kent <ikent@redhat.com> - 1:5.0.5-37
96dc52
- replace GPLv3 code with GPLv2 equivalent.
96dc52
 
96dc52
* Thu Mar 03 2011 Ian Kent <ikent@redhat.com> - 1:5.0.5-36
96dc52
- use weight only for server selection.
96dc52
- fix isspace() wild card substition.
96dc52
- auto adjust ldap page size.
96dc52
- fix prune cache valid check.
96dc52
- fix mountd vers retry.
96dc52
- fix expire race.
96dc52
- add lsb force-reload and try-restart.
96dc52
96dc52
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.5-35
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
96dc52
96dc52
* Tue Nov 23 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-34.fc15
96dc52
- revert wait for master map to be available at start.
96dc52
96dc52
* Mon Nov 22 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-33.fc15
96dc52
- fix wait for master map to be available at start.
96dc52
96dc52
* Mon Nov 8 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-32.fc15
96dc52
- always read file maps mount lookup map read fix.
96dc52
- fix direct map not updating on reread.
96dc52
- add external bind method.
96dc52
- fix add simple bind auth.
96dc52
- add option to dump configured automount maps.
96dc52
- wait for master map to be available at start.
96dc52
96dc52
* Fri Aug 27 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-31.fc15
96dc52
- fix status privilege error (bz627605).
96dc52
96dc52
* Wed Aug 18 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-30.fc15
96dc52
- fix restart not working (bz624694).
96dc52
96dc52
* Wed Aug 11 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-29
96dc52
- remove ERR_remove_state() openssl call.
96dc52
96dc52
* Tue Aug 10 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-28
96dc52
- remove extra read master map call.
96dc52
- remove extra cache create call in master_add_map_source().
96dc52
- fix error handing in do_mount_indirect().
96dc52
- expire thread use pending mutex.
96dc52
- explicity link against the Kerberos library.
96dc52
- remove some log message duplication for verbose logging.
96dc52
96dc52
* Mon May 24 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-27.fc14
96dc52
- fix master map source server unavailable handling.
96dc52
- add autofs_ldap_auth.conf man page.
96dc52
- fix random selection for host on different network.
96dc52
- make redhat init script more lsb compliant.
96dc52
- don't hold lock for simple mounts.
96dc52
- fix remount locking.
96dc52
- fix wildcard map entry match.
96dc52
- fix parse_sun() module init.
96dc52
- dont check null cache on expire.
96dc52
- fix null cache race.
96dc52
- fix cache_init() on source re-read.
96dc52
- fix mapent becomes negative during lookup.
96dc52
- check each dc server individually.
96dc52
- fix negative cache included map lookup.
96dc52
- remove state machine timed wait.
96dc52
96dc52
* Fri Apr 30 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-26.fc14
96dc52
- remove URL tag as there is not official autofs wiki (bz529804).
96dc52
96dc52
* Wed Apr 7 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-25.fc14
96dc52
- make nfs4 default for replicated selection configuration (bz579949).
96dc52
- add simple bind authentication option (bz579951).
96dc52
96dc52
* Fri Mar 26 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-24.fc14
96dc52
- fix add locality as valid ldap master map attribute (bz575863).
96dc52
96dc52
* Wed Mar 17 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-22
96dc52
- fix get query dn failure.
96dc52
- fix ampersand escape in auto.smb.
96dc52
- add locality as valid ldap master map attribute.
96dc52
96dc52
* Wed Mar 17 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-22
96dc52
- add Conflicts to ensure we get fixed cyrus-sasl-lib for rev 21 change.
96dc52
96dc52
* Tue Feb 23 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-21
96dc52
- add missing sasl mutex callbacks.
96dc52
96dc52
* Thu Feb 11 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-19
96dc52
- fix segfault upon reconnect cannot find valid base dn.
96dc52
96dc52
* Mon Feb 1 2010 Ian Kent <ikent@redhat.com> - 1:5.0.5-17
96dc52
- dont connect at ldap lookup module init.
96dc52
- fix random selection option.
96dc52
- fix disable timeout.
96dc52
- fix strdup() return value check.
96dc52
96dc52
* Tue Dec 8 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-16
96dc52
- fix memory leak on reload (bz545137).
96dc52
96dc52
* Fri Dec 4 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-14
96dc52
- fix rpc fail on large export list (bz543023).
96dc52
96dc52
* Mon Nov 30 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-12
96dc52
- check for path mount location in generic module.
96dc52
- dont fail mount on access fail.
96dc52
96dc52
* Tue Nov 24 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-10
96dc52
- fix pidof init script usage.
96dc52
96dc52
* Mon Nov 23 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-8
96dc52
- fix timeout in connect_nb().
96dc52
96dc52
* Mon Nov 16 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-6
96dc52
- don't use master_lex_destroy() to clear parse buffer.
96dc52
- make documentation for set-log-priority clearer.
96dc52
96dc52
* Tue Nov 10 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-5
96dc52
- fix ext4 "preen" fsck at mount.
96dc52
96dc52
* Mon Nov 9 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-4
96dc52
- fix stale initialization for file map instance patch was not applied.
96dc52
96dc52
* Tue Nov 3 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-3
96dc52
- fix stale initialization for file map instance.
96dc52
96dc52
* Tue Oct 6 2009 Ian Kent <kent@redhat.com> - 1:5.0.5-2
96dc52
- fix included map read fail handling.
96dc52
- refactor ldap sasl authentication bind to eliminate extra connect
96dc52
  causing some servers to reject the request. 
96dc52
- add mount wait parameter to allow timeout of mount requests to
96dc52
  unresponsive servers.
96dc52
- special case cifs escape handling.
96dc52
- fix libxml2 workaround configure.
96dc52
- more code analysis corrections (and fix a typo in an init script).
96dc52
- fix backwards #ifndef INET6.
96dc52
96dc52
* Fri Sep 4 2009 Ian Kent <ikent@redhat.com> - 1:5.0.5-1
96dc52
- update source to latest upstream version.
96dc52
  - this is essentially a consolidation of the patches already in this rpm.
96dc52
- add dist tag to match latest RHEL-5 package tag format.
96dc52
96dc52
* Thu Sep 3 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-39
96dc52
- fix libxml2 non-thread-safe calls.
96dc52
- fix direct map cache locking.
96dc52
- fix patch "dont umount existing direct mount on reread" deadlock.
96dc52
96dc52
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.4-37
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96dc52
96dc52
* Fri Jul 17 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-34
96dc52
- fix typo in patch to allow dumping core.
96dc52
96dc52
* Wed Jul 15 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-32
96dc52
- fix an RPC fd leak.
96dc52
- don't block signals we expect to dump core.
96dc52
- fix pthread push order in expire_proc_direct().
96dc52
96dc52
* Fri Jun 12 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-30
96dc52
- fix incorrect dclist free.
96dc52
- srv lookup handle endianness.
96dc52
- fix bug introduced by library reload changes which causes autofs to
96dc52
  not release mount thread resources when using submounts.
96dc52
- fix notify mount message path.
96dc52
- try harder to work out if we created mount point at remount.
96dc52
- fix double free in do_sasl_bind().
96dc52
- manual umount recovery fixes.
96dc52
- fix map type info parse error.
96dc52
96dc52
* Mon May 18 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-28
96dc52
- use intr option as hosts mount default.
96dc52
- sync kernel includes with upstream kernel.
96dc52
- dont umount existing direct mount on master re-read.
96dc52
- fix incorrect shutdown introduced by library relaod fixes.
96dc52
- improve manual umount recovery.
96dc52
- dont fail on ipv6 address when adding host.
96dc52
- always read file maps multi map fix.
96dc52
- always read file maps key lookup fixes.
96dc52
- add support for LDAP_URI="ldap:///<domain db>" SRV RR lookup.
96dc52
96dc52
* Thu Apr 16 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-26
96dc52
- fix lsb init script header.
96dc52
- fix memory leak reading ldap master map.
96dc52
- fix st_remove_tasks() locking.
96dc52
- reset flex scanner when setting buffer.
96dc52
- zero s_magic is valid.
96dc52
96dc52
* Mon Mar 30 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-24
96dc52
- clear rpc client on lookup fail.
96dc52
96dc52
* Fri Mar 20 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-23
96dc52
- fix call restorecon when misc device file doesn't exist.
96dc52
96dc52
* Wed Mar 18 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-22
96dc52
- use misc device ioctl interface by default, if available.
96dc52
96dc52
* Tue Mar 17 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-21
96dc52
- fix file map lookup when reading included or nsswitch sources.
96dc52
  - a regression introduced by file map lookup optimisation in rev 9.
96dc52
96dc52
* Fri Mar 13 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-20
96dc52
- add LSB init script parameter block.
96dc52
96dc52
* Fri Mar 13 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-19
96dc52
- another easy alloca replacements fix.
96dc52
96dc52
* Thu Mar 12 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-18
96dc52
- fix return start status on fail.
96dc52
- fix double free in expire_proc().
96dc52
96dc52
* Wed Feb 25 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-17
96dc52
- fix bad token declaration in master map parser.
96dc52
96dc52
* Wed Feb 25 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-16
96dc52
- correct mkdir command in %%install section, bz481132.
96dc52
96dc52
* Tue Feb 24 2009 Ian Kent <ikent@redhat.com> - 1:5.0.4-15
96dc52
- fix array out of bounds accesses and cleanup couple of other alloca() calls.
96dc52
- Undo mistake in copy order for submount path introduced by rev 11 patch.
96dc52
- add check for alternate libxml2 library for libxml2 tsd workaround.
96dc52
- add check for alternate libtirpc library for libtirpc tsd workaround.
96dc52
- cleanup configure defines for libtirpc.
96dc52
- add WITH_LIBTIRPC to -V status report.
96dc52
- add libtirpc-devel to BuildRequires.
96dc52
- add nfs mount protocol default configuration option.
96dc52
96dc52
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.0.4-11
96dc52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
96dc52
96dc52
* Thu Feb 19 2009 Ian Kent <ikent@redhat.com> - 5.0.4-10
96dc52
- fix mntent.h not included before use of setmntent_r().
96dc52
96dc52
* Mon Feb 16 2009 Ian Kent <ikent@redhat.com> - 5.0.4-9
96dc52
- fix hosts map use after free.
96dc52
- fix uri list locking (again).
96dc52
- check for stale SASL credentials upon connect fail.
96dc52
- add "forcestart" and "forcerestart" init script options to allow
96dc52
  use of 5.0.3 strartup behavior if required.
96dc52
- always read entire file map into cache to speed lookups.
96dc52
- make MAX_ERR_BUF and PARSE_MAX_BUF use easier to audit.
96dc52
- make some easy alloca replacements.
96dc52
- update to configure libtirpc if present.
96dc52
- update to provide ipv6 name and address support.
96dc52
- update to provide ipv6 address parsing.
96dc52
96dc52
* Thu Feb 5 2009 Ian Kent <ikent@redhat.com> - 5.0.4-8
96dc52
- rename program map parsing bug fix patch.
96dc52
- use CLOEXEC flag functionality for setmntent also, if present.
96dc52
96dc52
* Wed Jan 21 2009 Jeff Moyer <jmoyer@redhat.com> - 5.0.4-6
96dc52
- fix a bug in the program map parsing routine
96dc52
96dc52
* Thu Jan 15 2009 Ian Kent <kent@redhat.com> - 5.0.4-5
96dc52
- fix negative caching of non-existent keys.
96dc52
- fix ldap library detection in configure.
96dc52
- use CLOEXEC flag functionality if present.
96dc52
- fix select(2) fd limit.
96dc52
- make hash table scale to thousands of entries.
96dc52
96dc52
* Wed Dec 3 2008 Ian Kent <kent@redhat.com> - 5.0.4-4
96dc52
- fix nested submount expire deadlock.
96dc52
96dc52
* Wed Nov 19 2008 Ian Kent <kent@redhat.com> - 5.0.4-3
96dc52
- fix libxml2 version check for deciding whether to use workaround.
96dc52
96dc52
* Tue Nov 11 2008 Ian Kent <kent@redhat.com> - 5.0.4-2
96dc52
- Fix tag confusion.
96dc52
96dc52
* Tue Nov 11 2008 Ian Kent <kent@redhat.com> - 5.0.4-1
96dc52
- Upstream source version 5.0.4.
96dc52
96dc52
* Tue Nov 11 2008 Ian Kent <kent@redhat.com> - 5.0.3-32
96dc52
- correct buffer length setting in autofs-5.0.3-fix-ifc-buff-size-fix.patch.
96dc52
96dc52
* Sun Nov 2 2008 Ian Kent <kent@redhat.com> - 5.0.3-30
96dc52
- fix segv during library re-open.
96dc52
- fix incorrect pthreads condition handling for expire requests.
96dc52
- fix master map lexer eval order.
96dc52
- fix bad alloca usage.
96dc52
96dc52
* Thu Oct 23 2008 Ian Kent <ikent@redhat.com> - 5.0.3-28
96dc52
- don't close file handle for rootless direct mounti-mount at mount.
96dc52
- wait submount expire thread completion when expire successful.
96dc52
- add inadvertantly ommitted server list locking in LDAP module.
96dc52
96dc52
* Fri Oct 10 2008 Ian Kent <ikent@redhat.com> - 5.0.3-26
96dc52
- add map-type-in-map-name fix patch to sync with upstream and RHEL.
96dc52
- don't readmap on HUP for new mount.
96dc52
- add NIS_PARTIAL to map entry not found check and fix use after free bug.
96dc52
96dc52
* Fri Sep 26 2008 Ian Kent <ikent@redhat.com> - 5.0.3-25
96dc52
- fix fd leak at multi-mount non-fatal mount fail.
96dc52
- fix incorrect multi-mount mountpoint calcualtion.
96dc52
96dc52
* Fri Sep 19 2008 Ian Kent <ikent@redhat.com> - 5.0.3-23
96dc52
- add upstream bug fixes
96dc52
  - bug fix for mtab check.
96dc52
  - bug fix for zero length nis key.
96dc52
  - update for ifc buffer handling.
96dc52
  - bug fix for kernel automount handling.
96dc52
- warning: I found a bunch of patches that were present but not
96dc52
  being applied.
96dc52
  
96dc52
* Mon Aug 25 2008 Ian Kent <ikent@redhat.com> - 5.0.3-21
96dc52
- add upstream bug fix patches
96dc52
  - add command line option to override is running check.
96dc52
  - don't use proc fs for is running check.
96dc52
  - fix fail on included browse map not found.
96dc52
  - fix incorrect multi source messages.
96dc52
  - clear stale flag on map read.
96dc52
  - fix proximity other rpc ping timeout.
96dc52
  - refactor mount request vars code.
96dc52
  - make handle_mounts startup condition distinct.
96dc52
  - fix submount shutdown handling.
96dc52
  - try not to block on expire.
96dc52
  - add configuration paramter UMOUNT_WAIT.
96dc52
  - fix multi mount race.
96dc52
  - fix nfs4 colon escape handling.
96dc52
  - check replicated list after probe.
96dc52
  - add replicated server selection debug logging.
96dc52
  - update replicated server selection documentation.
96dc52
  - use /dev/urandom instead of /dev/random.
96dc52
  - check for mtab pointing to /proc/mounts.
96dc52
  - fix interface config buffer size.
96dc52
  - fix percent hack heap corruption.
96dc52
96dc52
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.0.3-19
96dc52
- change conflicts to requires
96dc52
- fix license tag
96dc52
96dc52
* Mon Jun 30 2008 Ian Kent <ikent@redhat.com> - 5.0.3-18
96dc52
- don't abuse the ap->ghost field on NFS mount.
96dc52
- multi-map doesn't pickup NIS updates automatically.
96dc52
- eliminate redundant DNS name lookups.
96dc52
- mount thread create condition handling fix.
96dc52
- allow directory create on NFS root.
96dc52
- check direct mount path length.
96dc52
- fix incorrect in check in get user info.
96dc52
- fix a couple of memory leaks.
96dc52
96dc52
* Wed May 14 2008 Ian Kent <ikent@redhat.com> - 5.0.3-16
96dc52
- update patches, documentation and comments only change.
96dc52
- rename patch and add to CVS.
96dc52
96dc52
* Mon May 12 2008 Ian Kent <ikent@redhat.com> - 5.0.3-14
96dc52
- check for nohide mounts (bz 442618).
96dc52
- ignore nsswitch sources that aren't supported (bz 445880).
96dc52
96dc52
* Thu Apr 17 2008 Ian Kent <ikent@redhat.com> - 5.0.3-13
96dc52
- fix typo in patch for incorrect pthreads condition handling patch.
96dc52
96dc52
* Mon Apr 14 2008 Ian Kent <ikent@redhat.com> - 5.0.3-12
96dc52
- fix incorrect pthreads condition handling for mount requests.
96dc52
96dc52
* Tue Apr 1 2008 Ian Kent <ikent@redhat.com> - 5.0.3-11
96dc52
- and another try at fixing lexer matching map type in map name.
96dc52
96dc52
* Sun Mar 30 2008 Ian Kent <ikent@redhat.com> - 5.0.3-10
96dc52
- another try a fixing lexer matching map type in map name.
96dc52
96dc52
* Wed Mar 26 2008 Ian Kent <ikent@redhat.com> - 5.0.3-9
96dc52
- fix lexer ambiguity in match when map type name is included in map name.
96dc52
96dc52
* Mon Mar 24 2008 Ian Kent <ikent@redhat.com> - 5.0.3-8
96dc52
- revert miscellaneous device node related patches.
96dc52
- add missing check for zero length NIS key.
96dc52
- fix incorrect match of map type name when included in map name.
96dc52
- update rev 7 sasl callbacks patch.
96dc52
96dc52
* Thu Mar 20 2008 Ian Kent <ikent@redhat.com> - 5.0.3-7
96dc52
- add patch to initialize sasl callbacks unconditionally on autofs
96dc52
  LDAP lookup library load.
96dc52
96dc52
* Mon Feb 25 2008 Ian Kent <ikent@redhat.com> - 5.0.3-6
96dc52
- fix expire calling kernel more often than needed.
96dc52
- fix unlink of mount tree incorrectly causing autofs mount fail.
96dc52
- add miscellaneous device node interface library.
96dc52
- use miscellaneous device node, if available, for active restart.
96dc52
- device node and active restart fixes.
96dc52
- update is_mounted to use device node ioctl, if available.
96dc52
96dc52
* Fri Feb 1 2008 Ian Kent <ikent@redhat.com> - 5.0.3-5
96dc52
- another fix for don't fail on empty master map.
96dc52
96dc52
* Fri Jan 25 2008 Ian Kent <ikent@redhat.com> - 5.0.3-4
96dc52
- correction to the correction for handling of LDAP base dns with spaces.
96dc52
- avoid using UDP for probing NFSv4 mount requests.
96dc52
- use libldap instead of libldap_r.
96dc52
96dc52
* Mon Jan 21 2008 Ian Kent <ikent@redhat.com> - 5.0.3-3
96dc52
- catch "-xfn" map type and issue "no supported" message.
96dc52
- another correction for handling of LDAP base dns with spaces.
96dc52
96dc52
* Mon Jan 14 2008 Ian Kent <ikent@redhat.com> - 5.0.3-2
96dc52
- correct configure test for ldap page control functions.
96dc52
96dc52
* Mon Jan 14 2008 Ian Kent <ikent@redhat.com> - 5.0.3-1
96dc52
- update source to version 5.0.3.
96dc52
96dc52
* Fri Dec 21 2007 Ian Kent <ikent@redhat.com> - 5.0.2-25
96dc52
- Bug 426401: CVE-2007-6285 autofs default doesn't set nodev in /net [rawhide]
96dc52
  - use mount option "nodev" for "-hosts" map unless "dev" is explicily specified.
96dc52
96dc52
* Tue Dec 18 2007 Ian Kent <ikent@redhat.com> - 5.0.2-23
96dc52
- Bug 397591 SELinux is preventing /sbin/rpc.statd (rpcd_t) "search" to <Unknown> (sysctl_fs_t).
96dc52
  - prevent fork between fd open and setting of FD_CLOEXEC.
96dc52
96dc52
* Thu Dec 13 2007 Ian Kent <ikent@redhat.com> - 5.0.2-21
96dc52
- Bug 421371: CVE-2007-5964 autofs defaults don't restrict suid in /net [rawhide]
96dc52
  - use mount option "nosuid" for "-hosts" map unless "suid" is explicily specified.
96dc52
96dc52
* Thu Dec  6 2007 Jeremy Katz <katzj@redhat.com> - 1:5.0.2-19
96dc52
- rebuild for new ldap
96dc52
96dc52
* Tue Nov 20 2007 Ian Kent <ikent@redhat.com> - 5.0.2-18
96dc52
- fix schema selection in LDAP schema discovery.
96dc52
- check for "*" when looking up wildcard in LDAP.
96dc52
- fix couple of edge case parse fails of timeout option.
96dc52
- add SEARCH_BASE configuration option.
96dc52
- add random selection as a master map entry option.
96dc52
- re-read config on HUP signal.
96dc52
- add LDAP_URI, LDAP_TIMEOUT and LDAP_NETWORK_TIMEOUT configuration options.
96dc52
- fix deadlock in submount mount module.
96dc52
- fix lack of ferror() checking when reading files.
96dc52
- fix typo in autofs(5) man page.
96dc52
- fix map entry expansion when undefined macro is present.
96dc52
- remove unused export validation code.
96dc52
- add dynamic logging (adapted from v4 patch from Jeff Moyer).
96dc52
- fix recursive loopback mounts (Matthias Koenig).
96dc52
- add map re-load to verbose logging.
96dc52
- fix handling of LDAP base dns with spaces.
96dc52
- handle MTAB_NOTUPDATED status return from mount.
96dc52
- when default master map, auto.master, is used also check for auto_master.
96dc52
- update negative mount timeout handling.
96dc52
- fix large group handling (Ryan Thomas).
96dc52
- fix for dynamic logging breaking non-sasl build (Guillaume Rousse).
96dc52
- eliminate NULL proc ping for singleton host or local mounts.
96dc52
96dc52
* Mon Sep 24 2007 Ian Kent <ikent@redhat.com> - 5.0.2-16
96dc52
- add descriptive comments to config about LDAP schema discovery.
96dc52
- work around segfault at exit caused by libxml2.
96dc52
- fix foreground logging (also fixes shutdown needing extra signal bug).
96dc52
96dc52
* Wed Sep 5 2007 Ian Kent <ikent@redhat.com> - 5.0.2-15
96dc52
- fix LDAP schema discovery.
96dc52
96dc52
* Tue Aug 28 2007 Ian Kent <ikent@redhat.com> - 5.0.2-14
96dc52
- update patch to prevent failure on empty master map.
96dc52
- if there's no "automount" entry in nsswitch.conf use "files" source.
96dc52
- add LDAP schema discovery if no schema is configured.
96dc52
96dc52
* Wed Aug 22 2007 Ian Kent <ikent@redhat.com> - 5.0.2-13
96dc52
- fix "nosymlink" option handling and add desription to man page.
96dc52
96dc52
* Tue Aug 21 2007 Ian Kent <ikent@redhat.com> - 5.0.2-12
96dc52
- change random multiple server selection option name to be consistent
96dc52
  with upstream naming.
96dc52
96dc52
* Tue Aug 21 2007 Ian Kent <ikent@redhat.com> - 5.0.2-11
96dc52
- don't fail on empty master map.
96dc52
- add support for the "%%" hack for case insensitive attribute schemas.
96dc52
96dc52
* Mon Jul 30 2007 Ian Kent <ikent@redhat.com> - 5.0.2-10
96dc52
- mark map instances stale so they aren't "cleaned" during updates.
96dc52
- fix large file compile time option.
96dc52
96dc52
* Fri Jul 27 2007 Ian Kent <ikent@redhat.com> - 5.0.2-9
96dc52
- fix version passed to get_supported_ver_and_cost (bz 249574).
96dc52
96dc52
* Tue Jul 24 2007 Ian Kent <ikent@redhat.com> - 5.0.2-8
96dc52
- fix parse confusion between attribute and attribute value.
96dc52
96dc52
* Fri Jul 20 2007 Ian Kent <ikent@redhat.com> - 5.0.2-7
96dc52
- fix handling of quoted slash alone (bz 248943).
96dc52
96dc52
* Wed Jul 18 2007 Ian Kent <ikent@redhat.com> - 5.0.2-6
96dc52
- fix wait time resolution in alarm and state queue handlers (bz 247711).
96dc52
96dc52
* Mon Jul 16 2007 Ian Kent <ikent@redhat.com> - 5.0.2-5
96dc52
- fix mount point directory creation for bind mounts.
96dc52
- add quoting for exports gathered by hosts map.
96dc52
96dc52
* Mon Jun 25 2007 Ian Kent <ikent@redhat.com> - 5.0.2-4
96dc52
- update multi map nsswitch patch.
96dc52
96dc52
* Mon Jun 25 2007 Ian Kent <ikent@redhat.com> - 5.0.2-3
96dc52
- add missing "multi" map support.
96dc52
- add multi map nsswitch lookup.
96dc52
96dc52
* Wed Jun 20 2007 Ian Kent <ikent@redhat.com> - 5.0.2-2
96dc52
- include krb5.h in lookup_ldap.h (some openssl doesn't implicitly include it).
96dc52
- correct initialization of local var in parse_server_string.
96dc52
96dc52
* Mon Jun 18 2007 Ian Kent <ikent@redhat.com> - 5.0.2-1
96dc52
- Update to upstream release 5.0.2.
96dc52
96dc52
* Tue Jun 12 2007 Ian Kent <ikent@redhat.com> - 5.0.1-16
96dc52
- add ldaps support.
96dc52
  - note: it's no longer possible to have multiple hosts in an ldap map spec.
96dc52
  - note: to do this you need to rely on the ldap client config.
96dc52
96dc52
* Thu Jun 7 2007 Ian Kent <ikent@redhat.com> - 5.0.1-14
96dc52
- fix deadlock in alarm manager module.
96dc52
96dc52
* Sun Jun 3 2007 Ian Kent <ikent@redhat.com> - 5.0.1-12
96dc52
- correct mistake in logic test in wildcard lookup.
96dc52
96dc52
* Mon May 7 2007 Ian Kent <ikent@redhat.com> - 5.0.1-10
96dc52
- fix master map lexer to admit "." in macro values.
96dc52
96dc52
* Tue Apr 17 2007 Ian Kent <ikent@redhat.com> - 5.0.1-9
96dc52
- upstream fix for filesystem is local check.
96dc52
- disable exports access control check (bz 203277).
96dc52
- fix patch to add command option for set a global mount options (bz 214684).
96dc52
96dc52
* Mon Apr 16 2007 Ian Kent <ikent@redhat.com> - 5.0.1-8
96dc52
- add configuration variable to control appending of global options (bz 214684).
96dc52
- add command option to set a global mount options string (bz 214684).
96dc52
96dc52
* Tue Apr 3 2007 Ian Kent <ikent@redhat.com> - 5.0.1-7
96dc52
- fix "null" domain netgroup match for "-hosts" map.
96dc52
96dc52
* Thu Mar 29 2007 Ian Kent <ikent@redhat.com> - 5.0.1-6
96dc52
- fix directory creation for browse mounts.
96dc52
- fix wildcard map handling and improve nsswitch source map update.
96dc52
96dc52
* Fri Mar 16 2007 Ian Kent <ikent@redhat.com> - 5.0.1-5
96dc52
- drop "DEFAULT_" prefix from configuration names.
96dc52
- add option to select replicated server at random (instead of
96dc52
  ping response time) (bz 227604).
96dc52
- fix incorrect cast in directory cleanup routines (bz 231864).
96dc52
96dc52
* Thu Mar 8 2007 Ian Kent <ikent@redhat.com> - 5.0.1-4
96dc52
- fixed numeric export match (bz 231188).
96dc52
96dc52
* Thu Mar 1 2007 Ian Kent <ikent@redhat.com> - 5.0.1-3
96dc52
- change file map lexer to allow white-space only blank lines (bz 229434).
96dc52
96dc52
* Fri Feb 23 2007 Ian Kent <ikent@redhat.com> - 5.0.1-2
96dc52
- update "@network" matching patch.
96dc52
96dc52
* Thu Feb 22 2007 Ian Kent <ikent@redhat.com> - 5.0.1-1
96dc52
- update to release tar.
96dc52
- fix return check for getpwuid_r and getgrgid_r.
96dc52
- patch to give up trying to update exports list while host is mounted.
96dc52
- fix to "@network" matching. 
96dc52
- patch to check for fstab update and retry if not updated.
96dc52
96dc52
* Tue Feb 20 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.24
96dc52
- add "condrestart" to init script (bz 228860).
96dc52
- add "@network" and .domain.name export check.
96dc52
- fix display map name in mount entry for "-hosts" map.
96dc52
96dc52
* Fri Feb 16 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.22
96dc52
- fix localhost replicated mounts not working (bz 208757).
96dc52
96dc52
* Wed Feb 14 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.20
96dc52
- correct return status from do_mkdir (bz 223480).
96dc52
96dc52
* Sat Feb 10 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.18
96dc52
- update the "task done race" patch to fix a deadlock.
96dc52
- added URL tag.
96dc52
- removed obsoletes autofs-ldap.
96dc52
- replaced init directory paths with %%{_initrddir} macro.
96dc52
96dc52
* Fri Feb 9 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.17
96dc52
- make use of spaces and tabs in spec file consistent.
96dc52
- escape embedded macro text in %%changelog.
96dc52
- eliminate redundant %%version and %%release.
96dc52
- remove redundant conditional check from %%clean.
96dc52
- remove redundant exit from %%preun.
96dc52
- correct %%defattr spec.
96dc52
- remove empty %%doc and redundant %%dir misc lines.
96dc52
- combine program module spec lines into simpler one line form.
96dc52
96dc52
* Tue Feb 6 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.15
96dc52
- fix race when setting task done (bz 227268).
96dc52
96dc52
* Mon Jan 29 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.13
96dc52
- make double quote handing consistent (at least as much as we can).
96dc52
- fix handling of trailing white space in wildcard lookup (forward port bz 199720).
96dc52
- check fqdn of each interface when matching export access list (bz 213700).
96dc52
96dc52
* Thu Jan 18 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.11
96dc52
- correct check for busy offset mounts before offset umount (bz 222872).
96dc52
96dc52
* Wed Jan 17 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.9
96dc52
- fix another expire regression introduced in the "mitigate manual umount"
96dc52
  patch (bz 222872).
96dc52
96dc52
* Mon Jan 15 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.7
96dc52
- ignore "winbind" if it appears in "automount" nsswitch.conf (bz 214632).
96dc52
96dc52
* Wed Jan 10 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.5
96dc52
- remove fullstop from Summary tag.
96dc52
- change Buildroot to recommended form.
96dc52
- replace Prereq with Requires.
96dc52
96dc52
* Tue Jan 9 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.3
96dc52
- remove redundant rpath link option (prep for move to Extras).
96dc52
96dc52
* Tue Jan 9 2007 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc3.1
96dc52
- consolidate to rc3.
96dc52
- fix typo in Fix typo in var when removing temp directory (bz 221847).
96dc52
96dc52
* Wed Dec 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.41
96dc52
- fix nonstrict multi-mount handling (bz 219383).
96dc52
- correct detection of duplicate indirect mount entries (bz 220799).
96dc52
96dc52
* Thu Dec 14 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.38
96dc52
- update master map tokenizer to admit "slasify-colons" option.
96dc52
- update location validation to accept "_" (bz 219445).
96dc52
- set close-on-exec flag on open sockets (bz 215757).
96dc52
96dc52
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.35
96dc52
- update "replace-tempnam" patch to create temp files in sane location.
96dc52
96dc52
* Mon Dec 11 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.34
96dc52
- change mount "device" from "automount" to the map name.
96dc52
- check for buffer overflow in mount_afs.c.
96dc52
- replace tempnam with mkdtemp.
96dc52
96dc52
* Sun Dec 10 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.33
96dc52
- expand export access checks to include missing syntax options.
96dc52
- make "-hosts" module try to be sensitive to exports list changes.
96dc52
96dc52
* Thu Dec 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.32
96dc52
- remove ability to use multiple indirect mount entries in master
96dc52
  map (bz 218616).
96dc52
96dc52
* Wed Dec 6 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.29
96dc52
- alter nfs4 host probing to not use portmap lookup and add options
96dc52
  check for "port=" parameter (bz 208757).
96dc52
- correct semantics of "-null" map handling (bzs 214800, 208091).
96dc52
96dc52
* Sat Nov 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.26
96dc52
- fix parsing of bad mount mount point in master map (bz 215620).
96dc52
- fix use after free memory access in cache.c and lookup_yp.c (bz 208091).
96dc52
- eliminate use of pthread_kill to detect task completion (bz 208091).
96dc52
96dc52
* Sun Nov 12 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.23
96dc52
- fix tokenizer to distinguish between global option and dn string (bz 214684).
96dc52
- fix incorrect return from spawn.
96dc52
96dc52
* Wed Nov 8 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.21
96dc52
- mitigate manual umount of automounts where possible.
96dc52
- fix multiply recursive bind mounts.
96dc52
- check kernel module version and require 5.00 or above.
96dc52
- fix expire regression introduced in the "mitigate manual umount" patch.
96dc52
- still more on multiply recursive bind mounts.
96dc52
96dc52
* Mon Oct 30 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.20
96dc52
- Update patch for changed semantics of mkdir in recent kernels.
96dc52
- fix macro table locking (bz 208091).
96dc52
- fix nsswitch parser locking (bz 208091).
96dc52
- allow only one master map read task at a time.
96dc52
- fix misc memory leaks.
96dc52
96dc52
* Wed Oct 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.19
96dc52
- deal with changed semantics of mkdir in recent kernels.
96dc52
96dc52
* Fri Oct 20 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.16
96dc52
- fix get_query_dn not looking in subtree for LDAP search (missed
96dc52
  econd occurance).
96dc52
- allow additional common LDAP attributes in map dn.
96dc52
- Resolves: rhbz#205997
96dc52
96dc52
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.13
96dc52
- fix parsing of numeric host names in LDAP map specs (bz 205997).
96dc52
96dc52
* Mon Oct 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.12
96dc52
- fix "-fstype=nfs4" server probing (part 2 of bz 208757).
96dc52
- set close-on-exec flag on open files where possible (bz 207678).
96dc52
96dc52
* Fri Oct 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.11
96dc52
- fix file handle leak in nsswitch parser (bz 207678).
96dc52
- fix memory leak in mount and expire request processing (bz 207678).
96dc52
- add additional check to prevent running of cancelled tasks.
96dc52
- fix potential file handle leakage in rpc_subs.c for some failure
96dc52
  cases (bz 207678).
96dc52
- fix file handle leak in included map lookup (bz 207678).
96dc52
96dc52
* Sat Oct 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.10
96dc52
- fix get_query_dn not looking in subtree for LDAP search.
96dc52
- allow syntax "--timeout <secs>" for backward compatibility
96dc52
  (bz 193948).
96dc52
- make masked_match independent of hostname for exports comparison
96dc52
  (bz 209638).
96dc52
96dc52
* Thu Oct 5 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.9
96dc52
- fix "-fstype=nfs4" handling (bz 208757).
96dc52
96dc52
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.8
96dc52
- review and fix master map options update for map reload.
96dc52
96dc52
* Wed Sep 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.7
96dc52
- make default installed master map for /net use "-hosts" instead
96dc52
  of auto.net.
96dc52
- fix included map recursive map key lookup.
96dc52
96dc52
* Mon Sep 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.6
96dc52
- remove unused option UNDERSCORETODOT from default config files.
96dc52
96dc52
* Mon Sep 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.5
96dc52
- fix LDAP lookup delete cache entry only if entry doesn't exist.
96dc52
- add missing socket close in replicated host check (Jeff Moyer).
96dc52
96dc52
* Wed Sep 20 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.4
96dc52
- fix cache entrys not being cleaned up on submount expire.
96dc52
96dc52
* Sun Sep 17 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.3
96dc52
- fix include check full patch for file map of same name.
96dc52
96dc52
* Wed Sep 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.2
96dc52
- fix handling of autofs specific mount options (bz 199777).
96dc52
96dc52
* Fri Sep 1 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc2.1
96dc52
- consolidate to rc2.
96dc52
- fix colon escape handling.
96dc52
- fix recusively referenced bind automounts.
96dc52
- update kernel patches.
96dc52
96dc52
* Fri Aug 25 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.17
96dc52
- fix task cancelation at shutdown (more)
96dc52
- fix concurrent mount and expire race with nested submounts.
96dc52
96dc52
* Sun Aug 20 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.16
96dc52
- fix included map lookup.
96dc52
- fix directory cleanup on expire.
96dc52
- fix task cancelation at shutdown.
96dc52
- fix included map wild card key lookup.
96dc52
96dc52
* Wed Aug 16 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.15
96dc52
- expire individual submounts.
96dc52
- add ino_index locking.
96dc52
- fix nested submount expiring away when pwd is base of submount.
96dc52
- more expire re-work to cope better with shutdown following cthon tests.
96dc52
- allow hostname to start with numeric when validating.
96dc52
96dc52
* Mon Aug 7 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.14
96dc52
- remove SIGCHLD handler because it is no longer needed and was
96dc52
  causing expire problems.
96dc52
- alter expire locking of multi-mounts to lock sub-tree instead of
96dc52
  entire tree.
96dc52
- review verbose message feedback and update.
96dc52
- correction for expire of multi-mounts.
96dc52
- spelling corrections to release notes (Jeff Moyer).
96dc52
- add back sloppy mount option, removed for Connectathon testing.
96dc52
- disable mtab locking again.
96dc52
96dc52
* Fri Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.13
96dc52
- tidy up directory cleanup and add validation check to rmdir_path.
96dc52
96dc52
* Fri Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.12
96dc52
- enable mtab locking until I can resolve the race with it.
96dc52
96dc52
* Fri Aug 4 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.11
96dc52
- cthon fix expire of wildcard and program mounts broken by recent
96dc52
  patches.
96dc52
96dc52
* Thu Aug 3 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.10
96dc52
- cthon corrections for shutdown patch below and fix shutdown expire.
96dc52
96dc52
* Wed Aug 2 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.9
96dc52
- cthon fix some shutdown races.
96dc52
96dc52
* Thu Jul 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.8
96dc52
- Fix compile error.
96dc52
96dc52
* Thu Jul 27 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.7
96dc52
- cthon fix expire of various forms of nested mounts.
96dc52
96dc52
* Mon Jul 24 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.6
96dc52
- cthon more parser corrections and attempt to fix multi-mounts
96dc52
  with various combinations of submounts (still not right).
96dc52
96dc52
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.5
96dc52
- Add conflicts kernel < 2.6.17.
96dc52
- Fix submount operation broken by connectathon updates.
96dc52
96dc52
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.4
96dc52
- Correction to host name validation test for connectathon tests.
96dc52
96dc52
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.3
96dc52
- More code cleanup and corrections for connectathon tests.
96dc52
96dc52
* Wed Jul 19 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.2
96dc52
- Code cleanup and fixes for connectathon tests.
96dc52
96dc52
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.1-0.rc1.1
96dc52
- Update version label to avoid package update problems.
96dc52
96dc52
* Thu Jul 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-8
96dc52
- add cacheing of negative lookups to reduce unneeded map
96dc52
  lookups (bz 197746 part 2).
96dc52
96dc52
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:5.0.0_beta6-7.1
96dc52
- rebuild
96dc52
96dc52
* Tue Jul 11 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-7
96dc52
- correct directory cleanup in mount modules.
96dc52
- merge key and wildcard LDAP query for lookups (bz 197746).
96dc52
96dc52
* Sat Jul 8 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-6
96dc52
- correct test for libhesiod.
96dc52
96dc52
* Fri Jul 7 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-5
96dc52
- correct auto.net installed as auto.smb.
96dc52
- update LDAP auth - add autodectect option.
96dc52
96dc52
* Wed Jul 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-4
96dc52
- correct shutdown log message print.
96dc52
- correct auth init test when no credentials required.
96dc52
96dc52
* Tue Jul 4 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-3
96dc52
- correct test for existence of auth config file.
96dc52
96dc52
* Mon Jul 3 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-2
96dc52
- merge LDAP authentication update for GSSAPI (Jeff Moyer).
96dc52
- update default auth config to add options documenetation (Jeff Moyer).
96dc52
- workaround segfaults at exit after using GSSAPI library.
96dc52
- fix not checking return in init_ldap_connection (jeff Moyer).
96dc52
96dc52
* Thu Jun 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta6-1
96dc52
- consolidate to beta6, including:
96dc52
  - mode change update for config file.
96dc52
  - correction to get_query_dn fix from beta5-4.
96dc52
96dc52
* Wed Jun 28 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-6
96dc52
- cleanup defaults_read_config (Jeff Moyer).
96dc52
96dc52
* Tue Jun 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-5
96dc52
- allow global macro defines to override system macros.
96dc52
- correct spelling error in default config files missed by
96dc52
  previous update.
96dc52
- misc correctness and a memory leak fix.
96dc52
96dc52
* Mon Jun 26 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-4
96dc52
- correct spelling error in default config.
96dc52
- fix default auth config not being installed.
96dc52
- change LDAP query method as my test db was incorrect.
96dc52
- change ldap defaults code to handle missing auth config.
96dc52
- fix mistake in parsing old style LDAP specs.
96dc52
- update LDAP so that new query method also works for old syntax.
96dc52
96dc52
* Fri Jun 23 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-3
96dc52
- lookup_init cleanup and fix missed memory leak.
96dc52
- use nis map order to check if update is needed.
96dc52
- fix couple of memory leaks in lookup_yp.c.
96dc52
- fix pasre error in replicated server module.
96dc52
96dc52
* Wed Jun 21 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-2
96dc52
- Add openssl-devel to the BuildRequires, as it is needed for the LDAP
96dc52
  authentication bitsi also.
96dc52
96dc52
* Tue Jun 20 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta5-1
96dc52
- promote to beta5.
96dc52
96dc52
* Tue Jun 20 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-14
96dc52
- fix directory cleanup at exit.
96dc52
96dc52
* Mon Jun 19 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-13
96dc52
- Change LDAP message severity from crit to degug (bz# 183893).
96dc52
- Corrections to INSTALL and README.v5.release.
96dc52
- Add patch to fix segv on overlength map keys in file maps (Jeff Moter).
96dc52
- Add patch to restrict scanning of /proc to pid directories only (Jeff Moyer).
96dc52
96dc52
* Thu Jun 15 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-12
96dc52
- Change BuildPrereq to BuildRequires as per the package guidelines.
96dc52
- Add libxml2-devel to the BuildRequires, as it is needed for the LDAP
96dc52
  authentication bits.
96dc52
96dc52
* Wed Jun 14 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-11
96dc52
- add export access list matching to "hosts" lookup module (bz # 193585).
96dc52
96dc52
* Tue Jun 13 2006 Jeff Moyer <jmoyer@redhat.com> - 5.0.0_beta4-10
96dc52
- Add a BuildPrereq for cyrus-sasl-devel
96dc52
96dc52
* Tue Jun 13 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-9
96dc52
- move autofs4 module loading back to init script (part bz # 194061).
96dc52
96dc52
* Mon Jun 12 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-8
96dc52
- fix handling of master map entry update (bz # 193718).
96dc52
- fix program map handling of invalid multi-mount offsets.
96dc52
96dc52
* Sat Jun 10 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-7
96dc52
- fix context init error (introduced by memory leak patch).
96dc52
96dc52
* Fri Jun 9 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-6
96dc52
- add free for working var in get_default_logging.
96dc52
- add inialisation for kver in autofs_point struct.
96dc52
- fix sources list corruption in check_update_map_sources.
96dc52
- fix memory leak in walk_tree.
96dc52
- fix memory leak in rpc_portmap_getport and rpc_ping_proto.
96dc52
- fix memory leak in initialisation of lookup modules.
96dc52
96dc52
* Thu Jun 8 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-5
96dc52
- misc fixes for things found while investigating map re-read problem.
96dc52
96dc52
* Wed Jun 7 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-4
96dc52
- check base of offset mount tree is not a mount before umounting
96dc52
  its offsets.
96dc52
- fix replicated mount parse for case where last name in list
96dc52
  fails lookup.
96dc52
- correct indirect mount expire broken by the wildcard lookup fix.
96dc52
- fix up multi-mount handling when wildcard map entry present.
96dc52
96dc52
* Mon Jun 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-3
96dc52
- correct config names in default.c (jpro@bas.ac.uk).
96dc52
96dc52
* Mon Jun 5 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-2
96dc52
- re-instate v4 directory cleanup (bz# 193832 again).
96dc52
- backout master map lookup changes made to beta3.
96dc52
- change default master map from /etc/auto.master to auto.master
96dc52
  so that we always use nsswitch to locate master map.
96dc52
- change default installed master map to include "+auto.master"
96dc52
  to pickup NIS master map (all bz# 193831 again).
96dc52
96dc52
* Fri Jun 2 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta4-1
96dc52
- update to beta4.
96dc52
- should address at least bzs 193798, 193770, 193831 and
96dc52
  possibly 193832.
96dc52
96dc52
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-6
96dc52
- add back test for nested mount in program map lookup.
96dc52
  - I must have commented this out for a reason. I guess we'll
96dc52
    find out soon enough.
96dc52
96dc52
* Mon May 29 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-5
96dc52
- fix handling of autofs filesystem mount fail on init.
96dc52
96dc52
* Sat May 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-4
96dc52
- updated hesiod patch.
96dc52
96dc52
* Sat May 27 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-3
96dc52
- update hesiod module (Jeff Moyer).
96dc52
  - add mutex to protect against overlapping mount requests.
96dc52
  - update return from mount request to give more sensible NSS_*
96dc52
    values.
96dc52
96dc52
* Fri May 26 2006 Jeff Moyer <jmoyer@redhat.com> - 1:5.0.0_beta3-2
96dc52
- Fix the install permissions for auto.master and auto.misc.
96dc52
96dc52
* Thu May 25 2006 Ian Kent <ikent@redhat.com> - 5.0.0_beta3-1
96dc52
- update source to version 5.0.0_beta3.
96dc52
- add patch to remove extra debug print.
96dc52
- add patch to
96dc52
  - fix memory alloc error in nis lookup module.
96dc52
  - add "_" to "." mapname translation to nis lookup module.
96dc52
- add patch to add owner pid to mount list struct.
96dc52
- add patch to disable NFSv4 when probing hosts (at least foe now).
96dc52
- add patch to fix white space handling in replicated server selection code.
96dc52
- add patch to prevent striping of debug info macro patch (Jeff Moyer).
96dc52
- add patch to add sanity checks on rmdir_path and unlink (Jeff Moyer).
96dc52
- add patch to fix e2fsck error code check (Jeff Moyer).
96dc52
96dc52
* Tue May 16 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-23
96dc52
- add patch to ignore the "bg" and "fg" mount options as they
96dc52
  aren't relevant for autofs mounts (bz #184386).
96dc52
96dc52
* Tue May 2 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-20
96dc52
- add patch to use "cifs" instead of smbfs and escape speces
96dc52
  in share names (bz #163999, #187732).
96dc52
96dc52
* Tue Apr 11 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-18
96dc52
- Add patch to allow customization of arguments to the
96dc52
  autofs-ldap-auto-master program (bz #187525).
96dc52
- Add patch to escap "#" characters in exports from auto.net
96dc52
  program mount (bz#178304).
96dc52
96dc52
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:4.1.4-16.2.2
96dc52
- bump again for double-long bug on ppc(64)
96dc52
96dc52
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:4.1.4-16.2.1
96dc52
- rebuilt for new gcc4.1 snapshot and glibc changes
96dc52
96dc52
* Wed Feb 1 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16.2
96dc52
- Add more general patch to translate "_" to "." in map names. (bz #147765)
96dc52
96dc52
* Wed Jan 25 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16.1
96dc52
- Add patch to use LDAP_DEPRICATED compile option. (bz #173833)
96dc52
96dc52
* Tue Jan 17 2006 Ian Kent <ikent@redhat.com> - 1:4.1.4-16
96dc52
- Replace check-is-multi with more general multi-parse-fix.
96dc52
- Add fix for premature return when waiting for lock file.
96dc52
- Update copyright declaration for reentrant-syslog source.
96dc52
- Add patch for configure option to disable locking during mount.
96dc52
  But don't disable locking by default.
96dc52
- Add ability to handle automount schema used in Sun directory server.
96dc52
- Quell compiler warning about getsockopt parameter.
96dc52
- Quell compiler warning about yp_order parameter.
96dc52
96dc52
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
96dc52
- rebuilt
96dc52
96dc52
* Thu Nov 17 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-14
96dc52
- Removed the /misc entry from the default auto.master.  auto.misc has
96dc52
  an entry for the cdrom device, and the preferred method of mounting the
96dc52
  cd is via udev/hal.
96dc52
96dc52
* Mon Nov  7 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-13
96dc52
- Changed to sort -k 1, since that should be the same as +0.
96dc52
96dc52
* Thu Nov  3 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-12
96dc52
- The sort command no longer accepts options of the form "+0".  This broke
96dc52
  auto.net, so the option was removed.  Fixes bz #172111.
96dc52
96dc52
* Wed Oct 26 2005  <jmoyer@redhat.com> - 1:4.1.4-11
96dc52
- Check the return code of is_local_addr in get_best_mount. (bz #169523)
96dc52
96dc52
* Wed Oct 26 2005  <jmoyer@redhat.com> - 1:4.1.4-10
96dc52
- Fix some bugs in the parser
96dc52
- allow -net instead of /etc/auto.net
96dc52
- Fix a buffer overflow with large key lengths
96dc52
- Don't allow autofs to unlink files, only to remove directories
96dc52
- change to the upstream reentrant syslog patch from the band-aid deferred
96dc52
  syslog patch.
96dc52
- Get rid of the init script patch that hard-coded the release to redhat.
96dc52
  This should be handled properly by all red hat distros.
96dc52
96dc52
* Wed May  4 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-8
96dc52
- Add in the deferred syslog patch.  This fixes a hung automounter issue
96dc52
  related to unsafe calls to syslog in signal handler context.
96dc52
96dc52
* Tue May  3 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-7
96dc52
- I reversed the checking for multimount entries, breaking those configs!
96dc52
  This update puts the code back the way it was before I broke it.
96dc52
96dc52
* Tue Apr 26 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-6
96dc52
- Fix a race between mounting a share and updating the cache in the parent
96dc52
  process.  If the mount completed first, the parent would not expire the
96dc52
  stale entry, leaving it first on the list.  This causes map updates to not
96dc52
  be recognized (well, worse, they are recognized after the first expire, but
96dc52
  not subsequent ones).  Fixes a regression, bug #137026 (rhel3 bug).
96dc52
96dc52
* Fri Apr 15 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.4-5
96dc52
- Fixed regression with -browse not taking effect.
96dc52
96dc52
* Wed Apr 13 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-4
96dc52
- Finish up with the merge breakage.
96dc52
- Temporary fix for the multimount detection code.  It seems half-baked.
96dc52
96dc52
* Wed Apr 13 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-3
96dc52
- Fix up the one-auto-master patch.  My "improvements" had side-effects.
96dc52
96dc52
* Wed Apr 13 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.4-2
96dc52
- Import 4.1.4 and merge.
96dc52
96dc52
* Mon Apr  4 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-123
96dc52
- Add in an error case that was omitted in the multi-over patch.
96dc52
- Update our auto.net to reflect the changes that went into 4.1.4_beta2.
96dc52
  This fixes a problem seen by at least one customer where a malformed entry
96dc52
  appeared first in the multimount list, thus causing the entire multimount
96dc52
  to be ignored.  This new auto.net places that entry at the end, purely by
96dc52
  luck, but it fixes the problem in this one case.
96dc52
96dc52
* Thu Mar 31 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-119
96dc52
- Merge in the multi-over patch.  This resolves an issue whereby multimounts
96dc52
  (such as those used for /net) could be processed in the wrong order,
96dc52
  resulting in directories not showing up in a multimount tree.  The fix
96dc52
  is to process these directories in order, shortest to longer path.
96dc52
96dc52
* Wed Mar 23 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-115
96dc52
- Fixed regression causing any entries after a wildcard in an
96dc52
  indirect map to be ignored. (bz #151668).
96dc52
- Fixed regression which caused local hosts to be mount instead
96dc52
  of --bind local directories. (bz #146887)
96dc52
96dc52
* Thu Mar 17 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-111
96dc52
- Fixed one off bug in the submount-variable-propagation patch.
96dc52
  (bz #143074)
96dc52
- Fixed a bug in the init script which wouldn't find the -browse
96dc52
  option if it was preceded by another option. (fz #113494)
96dc52
96dc52
* Mon Feb 28 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-100
96dc52
- When using ldap if auto.master doesn't exist we now check for auto_master.
96dc52
  Addresses bz #130079
96dc52
- When using an auto.smb map we now remove the leading ':' from the path which
96dc52
  caused mount to fail in the past.  Addresses bz #147492
96dc52
- Autofs now checks /etc/nsswitch.conf to determine in what order files & nis
96dc52
  are checked when looking up autofs submount maps which don't specify a
96dc52
  maptype.  Addresses IT #57612.
96dc52
96dc52
* Mon Feb 14 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-99
96dc52
- Change Copyright to License in the spec file so it will build.
96dc52
96dc52
* Fri Feb 11 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-98
96dc52
- Program maps can repeat the last character of output.  Fix this.  
96dc52
  Addresses bz #138606
96dc52
- Return first entry when there are duplicate keys in a map.  Addresses
96dc52
  bz #140108.
96dc52
- Propagate custom map variables to submounts.  Fixes bz #143074.
96dc52
- Create a sysconfig variable to control whether we source only one master
96dc52
  map (the way sun does), or source all maps found (which is the default for
96dc52
  backwards compatibility).  Addresses bz #143126.
96dc52
- Revised version of the get_best_mount patch. (#146887) cfeist@redhat.com
96dc52
  The previous patch introduced a regression.  Non-replicated mounts would
96dc52
  not have the white space stripped from the entry and the mount would fail.
96dc52
- Handle comment characters in the middle of the automount line in
96dc52
  /etc/nsswitch.conf.  Addresses bz #127457.
96dc52
96dc52
* Wed Feb  2 2005 Chris Feist <cfeist@redhat.com> - 1:4.1.3-94
96dc52
- Stop automount from pinging hosts if there is only one host (#146887)
96dc52
96dc52
* Wed Feb  2 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-90
96dc52
- Fix potential double free in cache_release.  This bug showed up in a
96dc52
  multi-map setup.  Two calls to cache_release would result in a SIGSEGV,
96dc52
  and the automount process would never exit.
96dc52
96dc52
* Mon Jan 24 2005 Chris Feist <cfeist@redhat.com> - 1:4.3-82
96dc52
- Fixed documentation so users know that any local mounts override
96dc52
  any other weighted mount.
96dc52
96dc52
* Mon Jan 24 2005 Chris Feist <cfeist@redhat.com> - 1:4.3-80
96dc52
- Added a variable to determine if we created the directory or not
96dc52
  so we don't accidently remove a directory that we didn't create when
96dc52
  we stop autofs.  (bz #134399)
96dc52
96dc52
* Tue Jan 11 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-76
96dc52
- Fix the large program map patch.
96dc52
96dc52
* Tue Jan 11 2005 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-75
96dc52
- Fix some merging breakages that caused the package not to build.
96dc52
96dc52
* Thu Jan  6 2005  <jmoyer@redhat.com> - 1:4.1.3-74
96dc52
- Add in the map expiry patch
96dc52
- Bring in other patches that have been committed to other branches. This 
96dc52
  version should now contain all fixes we have to date
96dc52
- Merge conflicts due to map expiry changes
96dc52
96dc52
* Fri Nov 19 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-57
96dc52
- Pass a socket into clntudp_bufcreate so that we don't use up additional 
96dc52
  reserved ports.  This patch, along with the socket leak fix, addresses
96dc52
  bz #128966.
96dc52
96dc52
* Wed Nov 17 2004  <jmoyer@redhat.com> - 1:4.1.3-56
96dc52
- Somehow the -browse patch either didn't get committed or got reverted.
96dc52
  Fixed.
96dc52
96dc52
* Tue Nov 16 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-55
96dc52
- Fix program maps so that they can have gt 4k characters. (Neil Horman)
96dc52
  Addresses bz #138994.
96dc52
- Add a space after the colon here "Starting automounter:" in init script.
96dc52
  Fixes bz #138513.
96dc52
96dc52
* Mon Nov 15 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-53
96dc52
- Make autofs understand -[no]browse.  Addresses fz #113494.
96dc52
96dc52
* Thu Nov 11 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-48
96dc52
- Fix the umount loop device function in the init script.
96dc52
96dc52
* Wed Oct 27 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-34
96dc52
- Added a patch to fix the automounter failing on ldap maps
96dc52
  when it couldn't get the whole map.  (ie. when the search
96dc52
  limit was lower than the number of results)
96dc52
96dc52
* Thu Oct 21 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-32
96dc52
- Fixed the use of +ypmapname so the maps included with +ypmapname
96dc52
  are used in the correct order.  (In the past the '+' entries
96dc52
  were always processed after local entries.)
96dc52
96dc52
* Thu Oct 21 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-31
96dc52
- Fixed the duplicate map detection code to detect if maps try
96dc52
  to mount on top of existing maps. 
96dc52
96dc52
* Wed Oct 20 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-29
96dc52
- Fixed a problem with backwards compatability. Specifying local
96dc52
  maps without '/etc/' prepended to them now works. (bz #136038)
96dc52
96dc52
* Fri Oct 15 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-28
96dc52
- Fixed a bug which caused directories to never be unmounted. (bz #134403)
96dc52
96dc52
* Thu Oct 14 2004 Chris Feist <cfeist@redhat.com> - 1:4.1.3-27
96dc52
- Fixed an error in the init script which caused duplicate entries to be
96dc52
  displayed when asking for autofs status.
96dc52
96dc52
* Fri Oct  1 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-22
96dc52
- Comment out map expiry (and related) patch for an FC3 build.
96dc52
96dc52
* Thu Sep 23 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-21
96dc52
- Make local options apply to all maps in a multi-map entry.
96dc52
96dc52
* Tue Sep 21 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-20
96dc52
- Merged my and Ian's socket leak fixes into one, smaller patch. Only
96dc52
  partially addresses bz #128966.
96dc52
- Fix some more echo lines for internationalization. bz #77820
96dc52
- Revert the only one auto.master patch until we implement the +auto_master
96dc52
  syntax.  Temporarily addresses bz #133055.
96dc52
96dc52
* Thu Sep  2 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-18
96dc52
- Umount loopback filesystems under automount points when stopping the 
96dc52
  automounter.
96dc52
- Uncomment the map expiry patch.
96dc52
- change a close to an fclose in lookup_file.c
96dc52
96dc52
* Tue Aug 31 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-17
96dc52
- Add patch to support parsing nsswitch.conf to determine map sources.
96dc52
- Disable this patch, and Ian's map expiry patch for a FC build.
96dc52
96dc52
* Tue Aug 24 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-16
96dc52
- Version 3 of Ian's map expiry changes.
96dc52
96dc52
* Wed Aug 18 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-15
96dc52
- Fix a socket leak in the rpc_subs, causing mounts to fail since we are 
96dc52
  running out of port space fairly quickly.
96dc52
96dc52
* Wed Aug 18 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-14
96dc52
- New map expiry patch from Ian.
96dc52
- Fix a couple signal races.  No known problem reports of these, but they
96dc52
  are holes, none-the-less.
96dc52
96dc52
* Tue Aug 10 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-13
96dc52
- Only read one auto.master map (instead of concatenating all found sources).
96dc52
- Uncomment Ian's experimental mount expiry patch.
96dc52
96dc52
* Fri Aug  6 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-12
96dc52
- Add a sysconfig entry to disable direct map support, and set this to 
96dc52
  1 by default.
96dc52
- Disable the beta map expiry logic so I can build into a stable distro.
96dc52
- Add defaults for all of the sysconfig variables to the init script so 
96dc52
  we don't trip over user errors (i.e. deleting /etc/sysconfig/autofs).
96dc52
96dc52
* Wed Aug  4 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-11
96dc52
- Add beta map expiry code for wider testing. (Ian Kent)
96dc52
- Fix check for ghosting option.  I forgot to check for it in DAEMONOPTIONS.
96dc52
- Remove STRIPDASH from /etc/sysconfig/autofs
96dc52
96dc52
* Mon Jul 12 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-10
96dc52
- Add bad chdir patch from Ian Kent.
96dc52
- Add a typo fix for the mtab lock file.
96dc52
- Nuke the stripdash patch.  It didn't solve a problem.
96dc52
96dc52
* Tue Jun 22 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-9
96dc52
- Bump revison for inclusion in RHEL 3.
96dc52
96dc52
* Mon Jun 21 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-8
96dc52
- Change icmp ping to an rpc ping.  (Ian Kent)
96dc52
- Fix i18n patch
96dc52
  o Remove the extra \" from one echo line.
96dc52
  o Use echo -e if we are going to do a \n in the echo string.
96dc52
96dc52
* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
96dc52
- Fixed i18n bug #107463
96dc52
96dc52
* Mon Jun 21 2004 Alan Cox <alan@redhat.com>
96dc52
- Fixed i18n bug #107461
96dc52
96dc52
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
96dc52
- rebuilt
96dc52
96dc52
* Sat Jun  5 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-4
96dc52
- Perform an icmp ping request before rpc_pings, since the rpc clnt_create
96dc52
  function has a builtin default timeout of 60 seconds.  This could result
96dc52
  in a long delay when a server in a replicated mount setup is down.
96dc52
- For non-replicated server entries, ping a host before attempting to mount.
96dc52
  (Ian Kent)
96dc52
- Change to %%configure.
96dc52
- Put version-release into .version to allow for automount --version to
96dc52
  print exact info.
96dc52
- Nuke my get-best-mount patch which always uses the long timeout.  This
96dc52
  should no longer be needed.
96dc52
- Put name into changelog entries to make them consistent.  Add e:n-v-r
96dc52
  into Florian's entry.
96dc52
- Stop autofs before uninstalling
96dc52
96dc52
* Sat Jun 05 2004 Florian La Roche <Florian.LaRoche@redhat.de> - 1:4.1.3-3
96dc52
- add a preun script to remove autofs
96dc52
96dc52
* Tue Jun  1 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-2
96dc52
- Incorporate patch from Ian which fixes an infinite loop seen by those
96dc52
  running older versions of the kernel patches (triggered by non-strict mounts
96dc52
  being the default).
96dc52
96dc52
* Tue Jun  1 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.3-1
96dc52
- Update to upstream 4.1.3.
96dc52
96dc52
* Thu May  6 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.2-6
96dc52
- The lookup_yp module only dealt with YPERR_KEY, all other errors were 
96dc52
  treated as success.  As a result, if the ypdomain was not bound, the 
96dc52
  subprocess that starts mounts would SIGSEGV.  This is now fixed.
96dc52
- Option parsing in the init script was not precise enough, sometimes matching
96dc52
  filesystem options to one of --ghost, --timeout, --verbose, or --debug.  
96dc52
  The option-parsing patch addresses this issue by making the regexp's much
96dc52
  more precise.
96dc52
- Ian has rolled a third version of the replicated mount fixes.
96dc52
96dc52
* Tue May  4 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.2-5
96dc52
- Ian has a new fix for replicated server and multi-mounts.  Updated the 
96dc52
  patch for testing.  Still beta.  (Ian Kent)
96dc52
96dc52
* Mon May  3 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.2-4
96dc52
- Fix broken multi-mounts.  test patch.  (Ian Kent)
96dc52
96dc52
* Tue Apr 20 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.2-3
96dc52
- Fix a call to spawnl which forgot to specify a lock file. (nphilipp)
96dc52
96dc52
* Wed Apr 14 2004  <jmoyer@redhat.com> - 1:4.1.2-2
96dc52
- Pass --libdir= to ./configure so we get this right on 64 bit platforms that 
96dc52
  support backwards compat.
96dc52
96dc52
* Wed Apr 14 2004  Jeff Moyer <jmoyer@redhat.com> - 1:4.1.2-1
96dc52
- Change hard-coded paths in the spec file to the %%{_xxx} variety.
96dc52
- Update to upstream 4.1.2.
96dc52
- Add a STRIPDASH option to /etc/sysconfig/autofs which allows for
96dc52
  compatibility with the Sun automounter options specification syntax in
96dc52
  auto.master.  See /etc/sysconfig/autofs for more information.  Addresses
96dc52
  bug 113950.
96dc52
96dc52
* Tue Apr  6 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-6
96dc52
- Add the /etc/sysconfig/autofs file, and supporting infrastructure in 
96dc52
  the init script.
96dc52
- Add support for UNDERSCORE_TO_DOT for those who want it.
96dc52
- We no longer own /net.  Move it to the filesystem package.
96dc52
96dc52
* Tue Mar 30 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-5
96dc52
- Clarify documentation on direct maps.
96dc52
- Send automount daemons a HUP signal during reload.  This tells them to 
96dc52
  re-read maps (otherwise they use a cached version.  Patch from the autofs
96dc52
  maintainer.
96dc52
96dc52
* Mon Mar 22 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-4
96dc52
- Fix init script to print out failures where appropriate.
96dc52
- Build the automount daemon as a PIE.
96dc52
96dc52
* Thu Mar 18 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-3
96dc52
- Fix bug in get_best_mount, whereby if there is only one option, we 
96dc52
  choose nothing.  This is primarily due to the fact that we pass 0 in to
96dc52
  the get_best_mount function for the long timeout parameter.  So, we
96dc52
  timeout trying to contact our first and only server, and never retry.
96dc52
96dc52
* Thu Mar 18 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-2
96dc52
- Prevent startup if a mountpoint is already mounted.
96dc52
96dc52
* Thu Mar 18 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.1-1
96dc52
- Update to 4.1.1, as it fixes problems with wildcards that people are 
96dc52
  seeing quite a bit.
96dc52
96dc52
* Wed Mar 17 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.0-8
96dc52
- Fix ldap init code to parse server name and options correctly.
96dc52
96dc52
* Tue Mar 16 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.0-7
96dc52
- Moved the freeing of ap.path to cleanup_exit, as we would otherwise 
96dc52
  reference an already-freed variable.
96dc52
96dc52
* Mon Mar 15 2004 Jeff Moyer <jmoyer@redhat.com> - 1:4.1.0-6
96dc52
- add %%config(noreplace) for auto.* config files.
96dc52
96dc52
* Wed Mar 10 2004 Jeff Moyer <jmoyer@redhat.com> 1:4.1.0-5
96dc52
- make the init script only recognize redhat systems.  Nalin seems to remember
96dc52
  some arcane build system error that can be caused if we don't do this.
96dc52
96dc52
* Wed Mar 10 2004 Jeff Moyer <jmoyer@redhat.com> 1:4.1.0-4
96dc52
- comment out /net and /misc from the default auto.master.  /net is important
96dc52
  since in a default shipping install, we can neatly co-exist with amd.
96dc52
96dc52
* Wed Mar 10 2004 Jeff Moyer <jmoyer@redhat.com> 1:4.1.0-3
96dc52
- Ported forward Red Hat's patches from 3.1.7 that were not already present
96dc52
  in 4.1.0.
96dc52
- Moving autofs from version 3.1.7 to 4.1.0
96dc52
96dc52
* Mon Sep 29 2003 Ian Kent <raven@themaw.net>
96dc52
- Added work around for O(1) patch oddity.
96dc52
96dc52
* Sat Aug 16 2003 Ian Kent <raven@themaw.net>
96dc52
- Fixed tree mounts.
96dc52
- Corrected transciption error in autofs4-2.4.18 kernel module
96dc52
96dc52
* Sun Aug 10 2003 Ian Kent <raven@themaw.net>
96dc52
- Checked and merged most of the RedHat v3 patches
96dc52
- Fixed kernel module handling wu-ftpd login problem (again)
96dc52
96dc52
* Thu Aug 7 2003 Ian Kent <raven@themaw.net>
96dc52
- Removed ineffective lock stuff
96dc52
- Added -n to bind mount to prevent mtab update error
96dc52
- Added retry to autofs umount to clean matb after fail
96dc52
- Redirected messages from above to debug log and added info message
96dc52
- Fixed autofs4 module reentrancy, pwd and chroot handling
96dc52
96dc52
* Wed Jul 30 2003 Ian Kent <raven@themaw.net>
96dc52
- Fixed autofs4 ghosting patch for 2.4.19 and above (again)
96dc52
- Fixed autofs directory removal on failure of autofs mount
96dc52
- Fixed lock file wait function overlapping calls to (u)mount
96dc52
96dc52
* Sun Jul 27 2003 Ian Kent <raven@themaw.net>
96dc52
- Implemented LDAP direct map handling for nisMap and automountMap schema
96dc52
- Fixed autofs4 ghosting patch for 2.4.19 and above (again)
96dc52
- Added locking to fix overlapping internal calls to (u)mount 
96dc52
- Added wait for mtab~ to improve tolerance of overlapping external calls to (u)mount
96dc52
- Fixed ghosted directory removal after failed mount attempt
96dc52
96dc52
* Wed May 28 2003 Ian Kent <raven@themaw.net>
96dc52
- Cleaned up an restructured my added code
96dc52
- Corrected ghosting problem with 2.4.19 and above
96dc52
- Added autofs4 ghosting patch for 2.4.19 and above
96dc52
- Implemented HUP signal to force update of ghosted maps
96dc52
96dc52
* Sat Mar 23 2002 Ian Kent <ian.kent@pobox.com>
96dc52
- Add patch to implement directory ghosting and direct mounts
96dc52
- Add patch to for autofs4 module to support ghosting
96dc52
96dc52
* Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
96dc52
- use -fPIC instead of -fpic for modules and honor other RPM_OPT_FLAGS
96dc52
96dc52
* Tue Feb 29 2000 Nalin Dahyabhai <nalin@redhat.com>
96dc52
- enable hesiod support over libbind
96dc52
96dc52
* Fri Aug 13 1999 Cristian Gafton <gafton@redhat.com>
96dc52
- add patch from rth to avoid an infinite loop