Blame SPECS/autofs.spec

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