Wed Apr 19 07:57:54 UTC 2017 - nborisov@suse.com - Fix wildcard key being added to negative cache (bsc#1031533) * Add autofs-5.0.7-fix-potential-null-dereference-in-lookup_mount.patch to consolidate negative cache interactions to ease applying the actual patch * Add autofs-5.1.0-dont-add-wildcard-to-negative-cache.patch which actually fixes the issues - Improve overall negative cache robustness (bsc#1031533) * Add autofs-5.1.0-make-negative-cache-update-consistent-for-all-lookup-modules.patch * Add autofs-5.1.0-ensure-negative-cache-isnt-updated-on-remount.patch ------------------------------------------------------------------- Thu Nov 3 18:14:20 UTC 2016 - jeffm@suse.com - Fix typo in DEFAULT_AUTH_CONFIG_FILE definition (bsc#998078). ------------------------------------------------------------------- Wed Aug 10 13:10:50 UTC 2016 - jeffm@suse.com - Fix spurious ELOOP on certain kinds of failures (bsc#968918): * autofs: fix yp map age not updated in s/_/./g case * autofs: properly handle errors in lookup_nss_mount * Added patches: - autofs-5.0.6-fix-yp-map-age-not-updated-in-s-_-.-g-case.patch - autofs-5.0.6-properly-handle-errors-in-lookup_nss_mount.patch ------------------------------------------------------------------- Thu Jun 30 16:25:10 UTC 2016 - jeffm@suse.com - Use libldap_r instead of libldap for thread safety (bsc#955477). * Added autofs-use-libldap_r-instead-of-libldap-for-thread-safety.patch ------------------------------------------------------------------- Wed Apr 13 05:18:23 UTC 2016 - neilb@suse.com - sysconf.autofs: add configuration option for USE_HOSTNAME_FOR_MOUNTS (bsc#968791) ------------------------------------------------------------------- Fri Apr 1 02:18:41 UTC 2016 - neilb@suse.com - 0001-autofs-5.1.1-add-configuration-option-to-use-fqdn-in.patch switch-default-for-use-hostname-for-mounts Backport support for disabling the new selection of prefer IP by automount as this changes the host name that appears in /proc/mounts (to an IP address). Also set the default to disable this selection. (bsc#968791) ------------------------------------------------------------------- Mon Nov 2 16:34:14 UTC 2015 - jeffm@suse.com - autofs-5.0.6-add-sss-lookup-module.patch: add sss lookup module [FATE#318814, bsc#952438]. - autofs-5-0-6-teach-automount-about-sss-source.patch: teach automount about sss source [FATE#318814, bsc#952438]. - autofs-fix-quoted-strings-in-sssd-detection.patch: The test to detect the location of the sssd library would succeed with an empty string. ------------------------------------------------------------------- Wed Aug 19 21:48:46 CEST 2015 - lchiquitto@suse.de - autofs-5.0.6-increase-file-map-read-buffer-size.patch: increase file map read buffer to support larger multi-mount maps. [bsc#930095] ------------------------------------------------------------------- Wed Mar 4 17:41:22 CET 2015 - mszeredi@suse.cz - add the following patches for multi mount updates: autofs-5.0.6-fix-offset-mount-point-directory-remova.patch autofs-5.0.6-fix-remount-of-multi-mount.patch autofs-5.0.6-add-function-to-delete-offset-cache-ent.patch autofs-5.0.6-fix-offset-dir-removal.patch autofs-5.0.6-try-harder-to-remount-offset.patch autofs-5.0.6-allow-update-of-multi-mount-offset-entries.patch [bnc#906932] ------------------------------------------------------------------- Wed Feb 18 15:28:06 CET 2015 - mszeredi@suse.cz - add autofs-5.0.6-fix-TCP_fallback.patch [bnc#872950] ------------------------------------------------------------------- Wed Jan 22 20:40:25 CET 2014 - lchiquitto@suse.de - fix deadlock when trying to unlock mutex that's already owned by the thread [bnc#859969] ------------------------------------------------------------------- Thu Jan 9 15:03:07 CET 2014 - lchiquitto@suse.de - syncronize handle_mounts() shutdown and subsequent fix for it [bnc#855883] ------------------------------------------------------------------- Thu Jan 9 14:57:50 CET 2014 - lchiquitto@suse.de - serialize LDAP unbind operations, as they're also not thread- safe and could cause segmentation faults [bnc#853469] ------------------------------------------------------------------- Tue Nov 19 20:51:54 CET 2013 - lchiquitto@suse.de - fix segmentation fault due to thread-unsafe initialization of libldap [bnc#820585] ------------------------------------------------------------------- Tue Nov 19 20:43:36 CET 2013 - lchiquitto@suse.de - fix segmentation fault caused by thread-unsafe usage of glibc's netconfig() functions [bnc#842622, bnc#833733] ------------------------------------------------------------------- Mon Apr 15 16:03:11 CEST 2013 - lchiquitto@suse.de - use protocol id directly instead of calling the non-reentrant function getprotobyname() [bnc#787410, bnc#814425] ------------------------------------------------------------------- Mon Apr 15 16:00:52 CEST 2013 - lchiquitto@suse.de - expire multiple levels of recursive mounts correctly [bnc#801808] ------------------------------------------------------------------- Tue Mar 12 22:58:59 CET 2013 - lchiquitto@suse.de - don't schedule new alarms after readmap [bnc#783651] ------------------------------------------------------------------- Tue Mar 12 22:54:53 CET 2013 - lchiquitto@suse.de - don't fail on master map self include [bnc#799873] ------------------------------------------------------------------- Tue Mar 12 22:54:05 CET 2013 - lchiquitto@suse.de - fix file descriptor leak when reloading the daemon [bnc#772698] ------------------------------------------------------------------- Wed Feb 6 22:47:27 CET 2013 - lchiquitto@suse.de - init script: to stop the daemon, send a SIGTERM and wait up to 45 seconds before sending a SIGKILL [bnc#802185] ------------------------------------------------------------------- Wed Dec 5 22:37:50 CET 2012 - lchiquitto@suse.de - link against libtirpc, enabling support to IPv6 [FATE#314659, bnc#791402] - add upstream patches to fix mounting of NFS volumes over IPv6 [FATE#314659, bnc#791402]: * fix ipv6 name for lookup fix * fix ipv6 name lookup check * fix ipv6 rpc calls * fix ipv6 configure check * fix rpc build error ------------------------------------------------------------------- Wed Dec 5 22:22:23 CET 2012 - lchiquitto@suse.de - add trivial stability fixes and improvements from upstream: * fix nfs4 contacts portmap * improve mount location error reporting * miscelaneous code analysis fixes ------------------------------------------------------------------- Wed Dec 5 19:57:10 CET 2012 - lchiquitto@suse.de - revert some changes from 5.0.6 that are not wanted: * add base64 password encode * add nobind option ------------------------------------------------------------------- Wed Dec 5 19:34:37 CET 2012 - lchiquitto@suse.de - rebase package to version 5.0.6, dropping all patches that are included in the release and adding the following fixes [FATE#314659, bnc#791402]: * use weight only for server selection * fix isspace() wild card substition * fix mountd vers retry * include ip address in debug logging * mount using address for DNS round robin host names * fix sanity checks for brackets in server name * fix simple bind without SASL support * fix ipv6 name for lookup * fix libtirpc ipv6 check ------------------------------------------------------------------- Tue Oct 9 20:39:05 CEST 2012 - lchiquitto@suse.de - fix submount shutdown race [bnc#779114] ------------------------------------------------------------------- Tue Oct 9 20:28:00 CEST 2012 - lchiquitto@suse.de - fix locking problems in the master source mutex that could cause deadlocks [bnc#784288] ------------------------------------------------------------------- Tue Oct 9 15:48:41 CEST 2012 - lchiquitto@suse.de - support individual timeouts for each direct map present in the master map [bnc#778537, FATE#312611] ------------------------------------------------------------------- Tue Oct 9 15:40:29 CEST 2012 - lchiquitto@suse.de - fix lookup for keys in an included multi-mount map [bnc#780990] ------------------------------------------------------------------- Tue Oct 9 15:32:04 CEST 2012 - lchiquitto@suse.de - fix buffer initialization in the master map parser [bnc#777709] ------------------------------------------------------------------- Tue Oct 9 15:27:34 CEST 2012 - lchiquitto@suse.de - fix an use after free mistake in lookup_prune_one_cache() that could cause a segmentation fault [bnc#774241] ------------------------------------------------------------------- Tue Oct 9 15:23:39 CEST 2012 - lchiquitto@suse.de - add missing entries to CHANGELOG and ship it in the package ------------------------------------------------------------------- Wed Jul 11 22:24:36 CEST 2012 - lchiquitto@suse.de - do not mask the failure to unmount busy volumes [bnc#733479] - fix umount recovery of busy direct mounts [bnc#733479] - fix possible deadlock when restarting AutoFS in the presence of busy mounts [bnc#733479] ------------------------------------------------------------------- Wed Jun 13 20:01:46 CEST 2012 - lchiquitto@suse.de - duplicate parent options for included maps [bnc#753693] ------------------------------------------------------------------- Wed Jun 13 19:55:56 CEST 2012 - lchiquitto@suse.de - fix SASL bind host name selection [bnc#754507] ------------------------------------------------------------------- Wed Jun 13 19:52:24 CEST 2012 - lchiquitto@suse.de - fix segmentation fault in get_query_dn() [bnc#752044] ------------------------------------------------------------------- Wed Jun 13 19:47:13 CEST 2012 - lchiquitto@suse.de - fix segmentation fault in do_remount_indirect() [bnc#748588] ------------------------------------------------------------------- Fri Dec 2 15:12:06 CET 2011 - lchiquitto@suse.de - fix segfault caused by an use after free in st_queue_handler() [bnc#727392]. ------------------------------------------------------------------- Mon Nov 21 10:43:03 CET 2011 - lchiquitto@suse.de - fix initialization of LDAP results [bnc#730245]. ------------------------------------------------------------------- Fri Oct 21 03:01:52 CEST 2011 - lchiquitto@suse.de - init script: work around a race condition that prevents the daemon from exiting after receiving a SIGUSR2 [bnc#692875]. ------------------------------------------------------------------- Wed Oct 5 21:41:24 CEST 2011 - lchiquitto@suse.de - fix LDAP result leaks on error paths. - fix result null check in read_one_map() [bnc#707715]. - fix paged query more results check. ------------------------------------------------------------------- Mon Aug 22 20:04:24 CEST 2011 - lchiquitto@suse.de - add fixes for some bugs that were reported upstream [bnc#713441]: * fix map source check in file lookup. * reset negative status on cache prune. * automount(8) man page correction. * fix null cache clean. * fix expire race [bnc#707116]. * fix prune cache valid check. ------------------------------------------------------------------- Wed Jun 29 02:00:59 CEST 2011 - lchiquitto@suse.de - fix deadlock caused by AB/BA lock ordering [bnc#696596]. - remove master_mutex_unlock() leftover. ------------------------------------------------------------------- Wed May 18 18:59:38 CEST 2011 - lchiquitto@suse.de - add MAP_HASH_TABLE_SIZE option to sysconfig. ------------------------------------------------------------------- Mon May 16 19:44:24 CEST 2011 - lchiquitto@suse.de - init script: use misc device (/dev/autofs) by default, unless it is explicitly disabled in sysconfig [bnc#684997]. ------------------------------------------------------------------- Mon May 16 19:40:25 CEST 2011 - lchiquitto@suse.de - when ghosting is enabled, don't create mount points for cached entries that don't have a valid mapent [bnc#658734, bnc#674856, bnc#677378]. ------------------------------------------------------------------- Mon May 16 19:39:42 CEST 2011 - lchiquitto@suse.de - fix out of order locking in readmap [bnc#667967]. ------------------------------------------------------------------- Mon May 16 19:35:42 CEST 2011 - lchiquitto@suse.de - fix next task list update and stale map read [bnc#677143, bnc#688224, bnc#692875]. ------------------------------------------------------------------- Mon May 16 19:34:37 CEST 2011 - lchiquitto@suse.de - replace GPLv3 code in the LDAP lookup module [bnc#682268]. - auto adjust ldap page size and fix paged ldap map read. ------------------------------------------------------------------- Mon Nov 29 12:56:52 CET 2010 - lchiquitto@suse.de - fix double free and locking problem with LDAP and SASL binds [bnc#654902]. ------------------------------------------------------------------- Fri Oct 29 18:40:12 CEST 2010 - lchiquitto@suse.de - fix random segmentation faults [bnc#628896, bnc#637647, bnc#640249]. - fix occasional deadlocks when child submounts attempt to shutdown [bnc#606915]. - fix occasional hangs [bnc#635978]. - fix memory and file descriptor leaks [bnc#640264, bnc#645899]. - make "verbose" mode a little less verbose [bnc#630719]. - fix wildcard map entry match [bnc#585201]. - include README file about active restart feature [bnc#564903]. ------------------------------------------------------------------- Fri Oct 29 18:00:13 CEST 2010 - lchiquitto@suse.de - refresh and rename local patches: * autofs-suse-auto_master_default.patch * autofs-suse-autofs_init.patch * autofs-suse-mount_xdr_no_strict_aliasing.patch * autofs-suse-use_local_cflags.patch ------------------------------------------------------------------- Fri Oct 29 16:12:27 CEST 2010 - lchiquitto@suse.de - revert some 5.0.4 and 5.0.5 changes that are not wanted: * add dump maps option * add external bind method * use intr option as hosts mount default ------------------------------------------------------------------- Fri Oct 29 15:58:05 CEST 2010 - lchiquitto@suse.de - update 5.0.5 patches to 20101021 and remove the patches that are now upstream [bnc#650175, FATE#310757]: * autofs-5.0.3-link_kerberos.patch * autofs-5.0.5-fix-libxml2-workaround-configure.patch ------------------------------------------------------------------- Fri Oct 29 15:56:05 CEST 2010 - lchiquitto@suse.de - update to version 5.0.5 and remove the patches that were included upstream on this release [bnc#650175, FATE#310757]: * autofs-5.0.4-fix-dumb-libxml2-check.patch * autofs-5.0.4-fix-hosts-map-use-after-free.patch * autofs-5.0.4-fix-libxml2-non-thread-safe-calls.patch * autofs-5.0.4-fix-negative-cache-non-existent-key.patch * autofs-5.0.4-fix-st_remove_tasks-locking.patch * autofs-5.0.4-library-reload-fix-update-fix-2.patch * autofs-5.0.4-library-reload-fix-update-fix.patch * autofs-5.0.4-library-reload-fix-update.patch * autofs-5.0.4-libxml2-workaround-fix.patch ------------------------------------------------------------------- Fri Oct 29 15:48:12 CEST 2010 - lchiquitto@suse.de - update to version 5.0.4 and remove the patches that were included upstream on this release [bnc#650175, FATE#310757]: * autofs-5.0.3-add-autofs-mount-control-library.patch * autofs-5.0.3-make-is_mounted-use-new-ioctl-interface.patch * autofs-5.0.3-use-miscellaneous-device-node.patch ------------------------------------------------------------------- Wed Apr 14 22:55:47 CEST 2010 - lchiquitto@suse.de - fix segmentation faults due to thread unsafe libxml2 calls and dynamic library reloads [bnc#591653, bnc#591656, bnc#576621, bnc#581927, bnc#508283]. ------------------------------------------------------------------- Fri Mar 19 21:34:29 CET 2010 - lchiquitto@suse.de - fix build problem due to configure not being regenerated [bnc#572934]. ------------------------------------------------------------------- Wed Feb 24 13:45:52 CET 2010 - mszeredi@suse.cz - fix segfault while looking up mounts [bnc#579253]. ------------------------------------------------------------------- Wed Jan 6 15:35:31 CET 2010 - lchiquitto@suse.de - fix segfault while expiring mounts [bnc#568213]. ------------------------------------------------------------------- Wed Jan 6 15:27:34 CET 2010 - lchiquitto@suse.de - add three upstream patches and adapt init script to fix cwd truncation on restart: - add miscellaneous device node interface library - use miscellaneous device node, if available, for active restart - make is_mounted() use new ioctl interface, if available - add new sysconfig parameter USE_MISC_DEVICE and enable it by default [bnc#564903]. ------------------------------------------------------------------- Thu Dec 31 11:15:44 CET 2009 - lchiquitto@suse.de - use new -w switch of startproc [bnc#482096]. - fix negative caching of maps [bnc#492973]. ------------------------------------------------------------------- Tue Jan 27 18:14:48 CET 2009 - kukuk@suse.de - Add aaa_base to PreReq. ------------------------------------------------------------------- Fri Jan 23 15:49:14 CET 2009 - coolo@suse.de - don't rely on huge perl script to check if autofs is active ------------------------------------------------------------------- Thu Jan 22 11:42:35 CET 2009 - mkoenig@suse.de - apply all 5.0.3 upstream patches which include a couple critical bugfixes: - fix segfault due to empty hostlist [bnc#466167] - fixes for submount shutdown - use /dev/urandom - fix problems if /etc/mtab points to /proc/mounts - dynamically allocate interface config buffer - fix percent hack - handle zero length nis key update - fix file handle being left open following a multi-mount non-fatal mount fail - fix case where an incorrect mount point path was being used when mounting a multi-mount component - Fix incorrect match of map type as a host name - fix map out of order map re-read on hup signal. - fix nisplus error return check and use after free error. - fix rootless direct multi-mount expire. - wait submount expire thread completion - add missing uris list locking - fix master map lexer eval order - fix bad alloca usage ------------------------------------------------------------------- Thu Jan 8 14:33:41 CET 2009 - mkoenig@suse.de - fix segfault on HUP [bnc#458336] ------------------------------------------------------------------- Fri Oct 24 18:06:29 CEST 2008 - mkoenig@suse.de - fix syntax error in init script [bnc#435505] ------------------------------------------------------------------- Fri Aug 15 16:22:49 CEST 2008 - mkoenig@suse.de - build with --enable-ignore-busy - add init script action force-expire to force the expire of mounted filesystems - add init script action force-stop for forced shutdown with lazy umount of busy filesystems - use force-stop on shutdown - Don't kill all processes on busy filesystems anymore, as we do a lazy umount, this might not be needed and reduces shutdown overhead ------------------------------------------------------------------- Mon Aug 11 14:28:40 CEST 2008 - mkoenig@suse.de - update upstream patches 20080806 - remove patch autofs-5.0.3-allow_rootfs_nonlocal.patch ------------------------------------------------------------------- Thu Jun 26 16:59:17 CEST 2008 - mkoenig@suse.de - update upstream patches 20080528 - allow rootfs to be non-local [bnc#399944] - remove patch autofs-5.0.3-aclocal_pthread.patch ------------------------------------------------------------------- Fri May 16 16:31:01 CEST 2008 - mkoenig@suse.de - more shutdown improvements to minimize the risk of mounted leftovers in the shutdown process differentiate between direct/indirect mounts enforce lazy umount since USR2 seems not to work currently ------------------------------------------------------------------- Mon Apr 21 17:10:26 CEST 2008 - mkoenig@suse.de - improve shutdown in init script ------------------------------------------------------------------- Wed Jan 30 09:23:58 CET 2008 - mkoenig@suse.de - link LDAP lookup module with krb5 if build with SASL [bnc#356599] ------------------------------------------------------------------- Thu Jan 17 15:41:30 CET 2008 - mkoenig@suse.de - update to version 5.0.3 * quell annoying "cannot open mount module" message. * fix for improve handling of server not available. * use mount option "nodev" for "-hosts" map unless "dev" is explicily specified. * add LDAP paged query handling to deal with query size restrictions * add additional case for "mark map instances stale so they aren't "cleaned" during updates". * fix race during sub-mount shutdown. * fix add SEARCH_BASE configuration option. * update kernel patches. - update upstream patches (20080117) * correct configure test for ldapr page control functions. * catch "-xfn" map type and issue "no supported" message. - fix configure check - add krb5-devel and libxml2-devel to BuildRequires ------------------------------------------------------------------- Mon Dec 17 12:38:25 CET 2007 - mkoenig@suse.de - update upstream patches * fix off-by-one error for lookup of map keys exactly 255 characters long * improve handling of server not available * fix LDAP_URI server selection * add authentication option for using an external credential cache * expand support for the "%" hack * fix to quoting for exports gathered by hosts map * use mount option "nosuid" for "-hosts" map unless "suid" is explicily specified * second attempt fixing quoting for exports gathered by hosts map - merged autofs-5.0.2-size_fix.patch ------------------------------------------------------------------- Tue Nov 20 17:16:31 CET 2007 - mkoenig@suse.de - fix buffer overflow [#341626] ------------------------------------------------------------------- Thu Nov 15 17:06:21 CET 2007 - dmueller@suse.de - add recommends on nfs-client ------------------------------------------------------------------- Wed Nov 14 18:37:39 CET 2007 - mkoenig@suse.de - fix version ------------------------------------------------------------------- Fri Nov 9 13:11:07 CET 2007 - mkoenig@suse.de - update upstream patches which include several bugfixes. - fix build of debuginfo package, in which the info for the daemon has been missing ------------------------------------------------------------------- Thu Oct 18 12:02:15 CEST 2007 - mkoenig@suse.de - add $portmap to ShouldStart [#331615] - fix problem with nested mounts [#128083] ------------------------------------------------------------------- Wed Sep 19 15:34:46 CEST 2007 - mkoenig@suse.de - fix last change [#309123] ------------------------------------------------------------------- Mon Sep 17 16:58:35 CEST 2007 - mkoenig@suse.de - kill processes which keep filesystem busy on shutdown [#309123] ------------------------------------------------------------------- Wed Jul 25 12:33:33 CEST 2007 - mkoenig@suse.de - add BuildRequires e2fsprogs and mention modules to be build explicitly in %files ------------------------------------------------------------------- Thu Jul 19 11:03:43 CEST 2007 - mkoenig@suse.de - new sysconfig parameters LOCAL_OPTIONS and APPEND_OPTIONS support for default mount options to optionally are appended to master map options or replace them. - enable LFS support to avoid problems with mount expires ------------------------------------------------------------------- Thu Jul 5 12:24:23 CEST 2007 - mkoenig@suse.de - update to version 5.0.2: * bugfix release - new upstream patches autofs-5.0.2-add-krb5-include.patch autofs-5.0.2-bad-proto-init.patch autofs-5.0.2-add-missing-multi-support.patch autofs-5.0.2-add-multi-nsswitch-lookup.patch - removed patch (merged upstream) autofs-5.0.1-fix_contained_check.patch ------------------------------------------------------------------- Thu Apr 26 17:21:12 CEST 2007 - mkoenig@suse.de - update to version 5.0.1: * autofs5 is a major rewrite * many new features to be more compliant with industry standard: + improved direct mount map support + '+' map inclusion + added nsswitch map source support + rewrote multi-mount map code + added LDAP encryption and authentication support + improved shutdown and restart + a "hosts" map module has been added - add gssd dependencies in init script [#249779] ------------------------------------------------------------------- Tue Mar 6 12:12:02 CET 2007 - mkoenig@suse.de - Fix last upstream patch which introduced a problem for filesystems defined in fstab by LABEL or UUID [#244945] - Fix killing of processes on stop [#249770] ------------------------------------------------------------------- Wed Jan 31 15:38:19 CET 2007 - mkoenig@suse.de - add upstream patch autofs-4.1.4-dont_create_remote_dirs.patch Checks first for the directory to create in order to avoid problems with different mkdir behaviour, resolves [#229607] ------------------------------------------------------------------- Mon Jan 29 16:59:17 CET 2007 - mkoenig@suse.de - remove the introduced -multi option, because this issue has been fixed upstream in a different way. add autofs-4.1.4-multi_parse_fix.patch, resolves [#232855] ------------------------------------------------------------------- Thu Nov 30 17:47:30 CET 2006 - mkoenig@suse.de - add NetworkManager dispatcher script [#173990] - fix possible buffer overflow ------------------------------------------------------------------- Wed Oct 4 16:35:36 CEST 2006 - jeffm@suse.com - Fixed nfs mount connect retry fallback (195924) - Fixed e2fsck error handling (196057) ------------------------------------------------------------------- Tue Sep 12 15:08:04 CEST 2006 - schwab@suse.de - Clean up init script. ------------------------------------------------------------------- Tue Sep 12 14:41:06 CEST 2006 - ro@suse.de - fix typo in comment for previous change ------------------------------------------------------------------- Tue Sep 12 14:35:38 CEST 2006 - ro@suse.de - add previous defaults to newly added variable names in rcscript ------------------------------------------------------------------- Thu Sep 7 21:26:00 CEST 2006 - jeffm@suse.com - Added -multi option to enable consistent mount behavior when using auto.net (118902) ------------------------------------------------------------------- Tue Aug 29 15:22:32 CEST 2006 - jeffm@suse.com - Fixed --timeout= handling (117672) - Fixed forced expiry handling (SIGHUP vs SIGUSR1) (177068) ------------------------------------------------------------------- Wed Aug 23 20:20:45 CEST 2006 - jeffm@suse.com - Added configurable locking patch (178308) ------------------------------------------------------------------- Fri May 26 19:23:45 CEST 2006 - schwab@suse.de - Fix broken makefile. ------------------------------------------------------------------- Sat May 20 15:52:56 CEST 2006 - schwab@suse.de - Don't strip binaries. ------------------------------------------------------------------- Wed May 17 18:47:56 CEST 2006 - seife@suse.de - Add README.NetworkManager [#175935] ------------------------------------------------------------------- Tue Feb 28 15:16:04 CET 2006 - cthiel@suse.de - fix post script ------------------------------------------------------------------- Wed Feb 1 17:38:29 CET 2006 - rhafer@suse.de - Support for ':' in ldap mapentries [#117297] ------------------------------------------------------------------- Wed Jan 25 21:34:32 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Wed Nov 23 10:34:14 CET 2005 - varkoly@suse.de - Add -fno-strict-aliasing to the CFLAGS ------------------------------------------------------------------- Mon Nov 14 08:46:14 CET 2005 - varkoly@suse.de - Bugfix: bad example ldif. ------------------------------------------------------------------- Mon Sep 26 01:25:24 CEST 2005 - ro@suse.de - added LDAP_DEPRECATED to compile flags ------------------------------------------------------------------- Thu Sep 1 11:07:45 CEST 2005 - choeger@suse.de - Bugfix ID#112779 - autofs uses /etc/openldap/ldap.conf instead of /etc/ldap.conf ------------------------------------------------------------------- Thu Aug 25 16:56:06 CEST 2005 - kukuk@suse.de - Add ldap to Should-Start [#112984] ------------------------------------------------------------------- Thu Aug 11 11:49:17 CEST 2005 - mmj@suse.de - make sure autofs is enabled after an update [#102944] - don't support upgrading from <= SuSE Linux 7.3 anymore ------------------------------------------------------------------- Sat Jul 23 16:52:26 CEST 2005 - trenn@suse.de - move /usr/lib64/autofs/autofs-ldap-auto-master to /usr/lib/autofs on x86_64 systems ------------------------------------------------------------------- Fri Jun 17 09:22:04 CEST 2005 - kukuk@suse.de - Rename from autofs4 to autofs ------------------------------------------------------------------- Tue Jun 14 10:31:49 CEST 2005 - kukuk@suse.de - Remove broken "singnal-race" patch [#90521] ------------------------------------------------------------------- Mon May 23 00:12:23 CEST 2005 - ro@suse.de - update to 4.1.4, remove upstream patches ------------------------------------------------------------------- Sun May 15 13:24:29 CEST 2005 - aj@suse.de - Initialize variables. ------------------------------------------------------------------- Wed Apr 27 14:03:24 CEST 2005 - meissner@suse.de - use RPM_OPT_FLAGS ------------------------------------------------------------------- Thu Apr 7 14:37:43 CEST 2005 - kukuk@suse.de - Remove autofs-4.1.0-loop.patch, it is wrong. ------------------------------------------------------------------- Fri Mar 04 15:00:24 CET 2005 - arvin@suse.de - use our good old init script (bug #67311) ------------------------------------------------------------------- Fri Mar 04 14:41:20 CET 2005 - arvin@suse.de - fixed syntax of sysconfig.autofs (bug #70883) ------------------------------------------------------------------- Fri Feb 25 22:17:10 CET 2005 - mmj@suse.de - LSB says return value for not running service is 7 [#65817] ------------------------------------------------------------------- Thu Dec 9 18:28:44 CET 2004 - ihno@suse.de - Update to version 4.1.3 plus patches ------------------------------------------------------------------- Tue Jun 22 14:22:12 CEST 2004 - ro@suse.de - remove nfslock dependency from startscript ------------------------------------------------------------------- Mon Apr 19 10:42:14 CEST 2004 - arvin@suse.de - make AutoBuild happy ------------------------------------------------------------------- Fri Oct 31 15:05:44 CET 2003 - arvin@suse.de - build rpm as non-root user ------------------------------------------------------------------- Fri Oct 24 12:19:47 CEST 2003 - arvin@suse.de - updated to version 4.0.0 ------------------------------------------------------------------- Wed Oct 22 12:20:10 CEST 2003 - arvin@suse.de - fixed truncation of LDAP search DN after whitespace (bug #31847) ------------------------------------------------------------------- Mon Aug 18 12:54:32 CEST 2003 - arvin@suse.de - added activation metadata (bug #28838) ------------------------------------------------------------------- Mon Jul 28 20:39:06 CEST 2003 - arvin@suse.de - added documentation about syntax of auto.master file ------------------------------------------------------------------- Wed Apr 23 15:59:16 CEST 2003 - arvin@suse.de - adapted option for sort in auto.net to new coreutils ------------------------------------------------------------------- Mon Apr 14 14:41:13 CEST 2003 - arvin@suse.de - faster shutdown of service autofs (bug #25790) ------------------------------------------------------------------- Fri Apr 11 17:22:03 CEST 2003 - arvin@suse.de - fixed handling of certain yp maps (bug #26274) ------------------------------------------------------------------- Wed Feb 05 15:12:00 CET 2003 - arvin@suse.de - set syslogmask back to not include debug messages ------------------------------------------------------------------- Tue Jan 21 17:18:34 CET 2003 - mc@suse.de - add a patch to support ldap v3 ------------------------------------------------------------------- Mon Jan 20 15:56:28 CET 2003 - arvin@suse.de - strip autofs-ldap-auto-master tool ------------------------------------------------------------------- Mon Jan 20 15:28:05 CET 2003 - mc@suse.de - add better ldap support - add ldap schema patch to support the nis schema with ldap - add the Linux autofs.schema - add a README about autofs and ldap ------------------------------------------------------------------- Thu Dec 19 20:26:23 CET 2002 - arvin@suse.de - added sysconfig metadata (bug #22615) - better description in start script for runlevel editor (bug #21894) - nicer output of init script - start: check if daemon runs and export skipped if not configured ------------------------------------------------------------------- Mon Sep 02 11:41:55 CEST 2002 - arvin@suse.de - remove lock file during stop even if no daemon is running (bug #18699) ------------------------------------------------------------------- Tue Aug 27 17:39:10 CEST 2002 - arvin@suse.de - commented auto.misc entry in auto.master (bug #18434) ------------------------------------------------------------------- Mon Aug 26 10:53:56 CEST 2002 - arvin@suse.de - include special dirs in package ------------------------------------------------------------------- Fri Aug 23 11:04:01 CEST 2002 - arvin@suse.de - honor RPM_OPT_FLAGS - moved plugins to %{_libdir}/autofs ------------------------------------------------------------------- Wed Aug 7 17:32:51 CEST 2002 - ro@suse.de - added Should-Start nfslock in rcscript (#17425) ------------------------------------------------------------------- Thu Aug 01 12:45:59 CEST 2002 - arvin@suse.de - added requires and prerequires ------------------------------------------------------------------- Mon Jul 22 10:57:51 CEST 2002 - sf@suse.de - updated auto_fs.h to actual version of kernel ------------------------------------------------------------------- Thu Jul 18 11:10:43 CEST 2002 - arvin@suse.de - moved ypbind and keyserv to Should-Start in init script (bug #17064) ------------------------------------------------------------------- Mon Feb 25 14:12:18 CET 2002 - arvin@suse.de - added option expire to init script (unmount all currently not used mounts) ------------------------------------------------------------------- Sat Feb 16 23:45:52 CET 2002 - arvin@suse.de - fixed start/stop message ------------------------------------------------------------------- Fri Feb 15 16:39:18 CET 2002 - arvin@suse.de - simplify remove_and_set call ------------------------------------------------------------------- Fri Feb 15 13:58:35 CET 2002 - arvin@suse.de - better examples in /etc/auto.misc ------------------------------------------------------------------- Fri Feb 01 16:20:08 CET 2002 - arvin@suse.de - fixed restart and force-reload to stop and start the service (bug #13019) ------------------------------------------------------------------- Wed Jan 23 12:01:53 CET 2002 - arvin@suse.de - don't use default value of yes for removal of USE_NIS_FOR_AUTOFS ------------------------------------------------------------------- Sat Jan 19 21:03:19 CET 2002 - arvin@suse.de - read mount types to query from /etc/nsswitch.conf ------------------------------------------------------------------- Wed Jan 16 16:02:57 CET 2002 - arvin@suse.de - compile ldap lookup ------------------------------------------------------------------- Wed Dec 12 17:16:38 CET 2001 - ro@suse.de - moved rc.config.d -> sysconfig ------------------------------------------------------------------- Mon Dec 03 11:07:59 CET 2001 - arvin@suse.de - source /etc/rc.status in init script ------------------------------------------------------------------- Fri Nov 23 11:32:54 CET 2001 - ro@suse.de - correct (and simplify) insserv macro call ------------------------------------------------------------------- Wed Nov 21 15:03:16 CET 2001 - arvin@suse.de - removed rc-variable START_AUTOFS ------------------------------------------------------------------- Sat Nov 17 15:24:04 CET 2001 - arvin@suse.de - Added keyserv to Required-Start (bug #12233) ------------------------------------------------------------------- Thu Sep 6 18:33:03 CEST 2001 - kukuk@suse.de - Use $network, $syslog and add $remote_fs [Bug #9908] ------------------------------------------------------------------- Wed Sep 5 18:48:46 CEST 2001 - bjacke@suse.de - correct name of autosf.rc.config ------------------------------------------------------------------- Fri Aug 31 19:14:30 CEST 2001 - arvin@suse.de - ignore direct maps (bug #9978) ------------------------------------------------------------------- Mon Jul 30 14:49:50 CEST 2001 - arvin@suse.de - read /etc/rc.config.d/autofs.rc.config in init script ------------------------------------------------------------------- Mon Jul 30 14:08:32 CEST 2001 - arvin@suse.de - create /etc/rc.config.d/autofs.rc.config (bug #9471) ------------------------------------------------------------------- Mon Jul 23 12:54:21 CEST 2001 - arvin@suse.de - LSB compliant init script (bug #8973) - files and executable maps for nis and nisplus (bug #8984) ------------------------------------------------------------------- Wed May 16 19:00:08 CEST 2001 - arvin@suse.de - fixed compile warnings on ia64 ------------------------------------------------------------------- Mon Apr 30 15:23:06 CEST 2001 - arvin@suse.de - unset PS_PERSONALITY and CMD_ENV in init script (fix for bug #7436) ------------------------------------------------------------------- Sun Apr 22 15:52:34 CEST 2001 - arvin@suse.de - update to autofs 4.0.0pre10 ------------------------------------------------------------------- Wed Apr 18 14:24:40 CEST 2001 - arvin@suse.de - increased blocksize to 8k in auto.net ------------------------------------------------------------------- Tue Apr 17 12:54:30 CEST 2001 - arvin@suse.de - remove old provides ------------------------------------------------------------------- Tue Apr 17 11:42:33 CEST 2001 - arvin@suse.de - renamed package to autofs4 (no provides or obsoletes, since autofs version 3 will be used by default) ------------------------------------------------------------------- Mon Apr 09 16:07:00 CEST 2001 - arvin@suse.de - fixed restart function in init script ------------------------------------------------------------------- Fri Mar 9 14:41:43 CET 2001 - arvin@suse.de - added note in /etc/auto.master (bug #6660) - use test -x instead of test -e in init script ------------------------------------------------------------------- Thu Mar 1 01:16:37 CET 2001 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Tue Feb 13 12:03:55 CET 2001 - arvin@suse.de - fixed killing of processes using autofs during shutdown ------------------------------------------------------------------- Fri Jan 12 18:55:54 CET 2001 - arvin@suse.de - changed start point in init script (fix for bug #5622) ------------------------------------------------------------------- Tue Jan 2 12:01:45 CET 2001 - arvin@suse.de - clear mountoptions in loop for reading auto.master in init script ------------------------------------------------------------------- Tue Nov 28 11:22:45 CET 2000 - arvin@suse.de - kill processes using automounted filesystems when going into runlevel 0 or 6 ------------------------------------------------------------------- Mon Nov 27 12:09:59 CET 2000 - arvin@suse.de - moved init script from /sbin/init.d to /etc/init.d ------------------------------------------------------------------- Wed Nov 22 17:08:00 CET 2000 - arvin@suse.de - use insserv in post-install for creating init.d scripts - fixed parsing of "--timeout" option in /etc/auto.master, partly fix for bug #4356 ------------------------------------------------------------------- Wed Nov 8 18:49:30 CET 2000 - arvin@suse.de - turned off debug messages to syslogd ------------------------------------------------------------------- Thu Nov 2 19:34:55 CET 2000 - arvin@suse.de - added option nonstrict in auto.net ------------------------------------------------------------------- Thu Nov 2 11:20:44 CET 2000 - arvin@suse.de - new version 4.0.0pre9 ------------------------------------------------------------------- Tue Oct 24 11:30:35 CEST 2000 - arvin@suse.de - new version 4.0.0pre8 ------------------------------------------------------------------- Tue Oct 24 00:48:51 CEST 2000 - bk@suse.de - remove the annoying dequote debug message(filled the logs without errors) ------------------------------------------------------------------- Mon Oct 16 01:31:00 CEST 2000 - ro@suse.de - showmount does no longer have the k-prefix ------------------------------------------------------------------- Fri Oct 6 10:45:45 CEST 2000 - schwab@suse.de - Avoid OPEN_MAX. ------------------------------------------------------------------- Wed Sep 27 17:24:21 CEST 2000 - arvin@suse.de - even more improved auto.net ------------------------------------------------------------------- Tue Sep 26 15:13:29 CEST 2000 - arvin@suse.de - improved auto.net - changed to bz2 source archive ------------------------------------------------------------------- Thu Sep 21 12:21:17 CEST 2000 - arvin@suse.de - fixed rcautofs (some lines in status were truncated) ------------------------------------------------------------------- Tue Sep 19 18:59:19 CEST 2000 - arvin@suse.de - fixed bug #3842 (wrong option to mount; was actually random data) ------------------------------------------------------------------- Tue Aug 22 23:31:04 CEST 2000 - ro@suse.de - changed neededforbuild: knfsd -> nfsutils ------------------------------------------------------------------- Thu Jul 6 10:23:46 CEST 2000 - kukuk@suse.de - Fix path to showmount in /etc/auto.net ------------------------------------------------------------------- Mon May 8 13:48:19 CEST 2000 - rolf@suse.de - new version 4.0.0pre7 - fix bug in rcautofs [BUG#2737] ------------------------------------------------------------------- Sat Feb 26 18:10:57 CET 2000 - kukuk@suse.de - Add patch from beta list for multiple entries ------------------------------------------------------------------- Tue Feb 15 16:22:20 CET 2000 - kukuk@suse.de - Include own showmount - Update to autofs 4.0.0pre6 ------------------------------------------------------------------- Sun Jan 30 17:43:21 CET 2000 - kukuk@suse.de - Update to autofs 4.0.0pre2 - Add rc.config variable for autofs options (like --timeout) - Add NIS+ support to /sbin/init.d/autofs - Mark /etc/auto.* files as %config(noreplace) - Add /etc/auto.net (needs new autofs kernel module) ------------------------------------------------------------------- Fri Nov 5 16:07:02 MET 1999 - rolf@suse.de - added flag to switch NIS usage for maps [BUG#1074] ------------------------------------------------------------------- Mon Oct 25 23:29:41 CEST 1999 - ro@suse.de - specfile-fix: no need for %dir /usr/lib/autofs, if that whole tree is packed ------------------------------------------------------------------- Mon Oct 25 15:55:37 MEST 1999 - rolf@suse.de - status now tells whether process is running [BUG#732] ------------------------------------------------------------------- Sat Oct 23 17:05:46 MEST 1999 - kukuk@suse.de - Fix problems with new samba 2.0.x versions [BUG#361] - Fix typos and loop problem ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Tue Jun 22 15:52:03 MEST 1999 - kukuk@suse.de - added lookup_nisplus.so, mount_autofs.so, mount_ext2.so ------------------------------------------------------------------- Wed Dec 9 11:41:24 MET 1998 - rolf@suse.de - added /usr/sbin/rcautofs ------------------------------------------------------------------- Fri Nov 27 14:08:54 MET 1998 - rolf@suse.de - mount timeout added in init script ------------------------------------------------------------------- Tue Nov 24 12:40:58 MET 1998 - rolf@suse.de - new version 3.1.3 - modified init script - unset localoptions ------------------------------------------------------------------- Sat Sep 19 19:24:21 MEST 1998 - ro@suse.de - define _GNU_SOURCE where getopt_long is used ------------------------------------------------------------------- Fri Apr 17 09:43:06 MEST 1998 - rolf@suse.de - set localoptions to rsize=8192,wsize=8192 cleaned up /etc/auto.misc ------------------------------------------------------------------- Mon Apr 6 14:38:41 MEST 1998 - ro@suse.de - update to 3.1.0 ------------------------------------------------------------------- Mon Mar 2 13:21:56 MET 1998 - ro@suse.de - marked startscript and files in etc as config ------------------------------------------------------------------- Mon Feb 9 16:18:06 MET 1998 - rolf@suse.de - fixed startup script in /sbin/init.d/ for restart ------------------------------------------------------------------- Wed Nov 12 11:17:08 MET 1997 - rolf@suse.de - minor big fix ------------------------------------------------------------------- Thu Oct 16 20:16:31 MEST 1997 - rolf@suse.de - new version autofs-0.3.14 ---------------------------------------------------------------------------- Thu Sep 11 11:18:43 MEST 1997 - rolf@suse.de - made package from autofs-0.3.9