File autofs.changes of Package autofs

-------------------------------------------------------------------
Sun Jul 29 23:38:32 UTC 2012 - lchiquitto@suse.com

- adjust the NetworkManager dispatcher script to check if the
  AutoFS service is enabled in SysV or systemd (bnc#773440)

-------------------------------------------------------------------
Wed Jul 25 23:46:20 UTC 2012 - lchiquitto@suse.com

- update to version 5.0.7:
  * check negative cache much earlier
  * dont use pthread_rwlock_tryrdlock()
  * mount_nfs.so to honor explicit NFSv4 requests
  * mount_nfs.so fix port=0 option behavior v3
  * documentation fix some typos and misleading comments

-------------------------------------------------------------------
Fri Jul 20 19:07:22 UTC 2012 - lchiquitto@suse.com

- add reload action to systemd service file (bnc#772487)

-------------------------------------------------------------------
Thu Jul 19 22:43:42 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20120716, fixing some bugs:
  * fix systemd argument passing
  * fix get_nfs_info() can incorrectly fail
  * fix offset directory removal

-------------------------------------------------------------------
Tue Jul  3 00:36:26 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20120629, fixing some bugs:
  * check if /etc/mtab is a link to /proc/self/mounts
  * fix nfs4 contacts portmap
  * fix sss map age not updated
  * fix remount deadlock (bnc#733479)
  * fix umount recovery of busy direct mount (bnc#734924)
  * fix offset mount point directory removal
  * remove move mount code and configure option
  * fix remount of multi mount
  * fix device ioctl alloc path check
  * refactor hosts lookup module
  * remove cache update from parse_mount()
  * add function to delete offset cache entry
  * allow update of multi mount offset entries
  * add hup signal handling to hosts map
- remove patches that are now upstream:
  * autofs-5.0.6-fix-remount-deadlock.patch
  * autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch

-------------------------------------------------------------------
Tue May 29 17:12:43 UTC 2012 - lchiquitto@suse.com

- fix umount recovery of busy direct mounts (bnc#734924)
- fix remount deadlock that can happen on a restart when there are
  nested direct mounts busy (bnc#733479)

-------------------------------------------------------------------
Mon May 28 21:12:46 UTC 2012 - lchiquitto@suse.com

- revert "fix libtirpc name clash": auth_put() is not yet available
  in our version of tirpc

-------------------------------------------------------------------
Sat May 26 12:08:26 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20120525, fixing some bugs:
  * fix sss wildcard match
  * fix dlopen() error handling in sss module
  * fix configure string length tests
  * report "map not read" when debug logging
  * duplicate parent options for included maps (bnc#753693)
  * update ->timeout() function to not return timeout
  * move timeout to map_source
  * fix kernel verion check of version components
  * dont retry ldap connect if not required
  * fix initialization in rpc create_client()
  * fix libtirpc name clash
- remove patches that are now upstream:
  * autofs-5.0.6-duplicate-parent-options-for-included-maps.patch

-------------------------------------------------------------------
Wed Apr 25 09:54:31 UTC 2012 - lchiquitto@suse.com

- duplicate parent options for included maps (bnc#753693) 

-------------------------------------------------------------------
Mon Apr  2 17:50:35 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20120402, fixing some bugs:
  * use strtok_r() in linux_version_code()
  * improve UDP RPC timeout handling
  * allow MOUNT_WAIT to override probe
  * fix rework error return handling in rpc code
  * fix typo in libtirpc file name
  * fix function to check mount.nfs version
  * fix segmentation fault in get_query_dn() (bnc#752044)
- remove patches that are now upstream:
  * autofs-5.0.6-fix-libtirpc-name-typo.patch

-------------------------------------------------------------------
Wed Feb 29 13:00:01 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20120228, fixing some bugs and
  implementing new features (bnc#749098):
  * fix improve mount location error reporting
  * fix fix wait for master source mutex
  * add sss lookup module
  * teach automount about sss source
  * fix init script usage message
  * ignore duplicate exports in auto.net
  * add kernel version check function
  * add function to check mount.nfs version
  * reinstate singleton mount probe
  * rework error return handling in rpc code
  * catch EHOSTUNREACH and bail out early
  * systemd support fixes
  * check scandir() return value (bnc#748588)
  * allow for kernel packet size change (in kernel 3.3.0+)
  * fix function to check mount.nfs version
- get-upstream-patches: make it work again after kernel.org FTP
  server reorganization

-------------------------------------------------------------------
Thu Feb  2 22:18:53 UTC 2012 - lchiquitto@suse.com

- fix segfault caused by an use after free in st_queue_handler()
  (bnc#727392)

-------------------------------------------------------------------
Thu Feb  2 13:09:26 UTC 2012 - lchiquitto@suse.com

- comment out /etc/auto.master.d from the shipped auto.master file

-------------------------------------------------------------------
Thu Feb  2 12:55:51 UTC 2012 - lchiquitto@suse.com

- configure with --disable-mount-move only when systemd is enabled

-------------------------------------------------------------------
Fri Jan 27 18:05:45 UTC 2012 - lchiquitto@suse.com

- rpm spec: simplify some commands in the install section and
  use more rpm macros (from Cristian Rodriguez)

-------------------------------------------------------------------
Mon Jan 23 16:24:31 UTC 2012 - lchiquitto@suse.com

- enable systemd support by default on openSUSE 12.2 (bnc#741879):
  * enable disable-mount-move and with-systemd configure options
  * install systemd service file

-------------------------------------------------------------------
Mon Jan 23 12:56:56 UTC 2012 - lchiquitto@suse.com

- disable "--as-needed" to make sure automount will be linked
  against libtirpc (bnc#742846)

-------------------------------------------------------------------
Thu Jan 19 20:40:34 UTC 2012 - lchiquitto@suse.com

- fix typo in libtirpc file name
- rpm spec: use the %configure macro

-------------------------------------------------------------------
Tue Jan 17 12:44:26 UTC 2012 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20111210, fixing some bugs and
  implementing new features (bnc#741878):
  * add systemd unit support (not enabled yet)
  * add disable move mount configure option
  * implement 'dir' map type
  * improve mount location error reporting
  * fix rpc build error
  * fix ipv6 configure check
  * fix ipv6 rpc calls
  * fix ipv6 name lookup check
  * fix map source check in file lookup
  * fix submount shutdown race
  * fix wait for master source mutex
  * fix not bind mounting local filesystem
  * fix LDAP result leaks on error paths
  * fix result null check in read_one_map()
  * fix dumpmaps not reading maps
  * fix paged query more results check

-------------------------------------------------------------------
Tue Dec 20 11:28:00 UTC 2011 - coolo@suse.com

- add autoconf as buildrequire to avoid implicit dependency

-------------------------------------------------------------------
Wed Nov 16 19:51:44 UTC 2011 - lchiquitto@suse.com

- fix initialization of LDAP results (bnc#730245)

-------------------------------------------------------------------
Wed Oct 19 16:00:47 UTC 2011 - lchiquitto@suse.com

- init script: remove SUSE-specific actions that systemd doesn't
  support (force-expire and force-stop) (bnc#725199)

-------------------------------------------------------------------
Sat Sep 17 13:43:52 UTC 2011 - jengelh@medozas.de

- rpm spec: remove redundant tags/sections
- rpm spec: use %_smp_mflags for parallel build

-------------------------------------------------------------------
Wed Sep 14 18:51:32 UTC 2011 - lchiquitto@suse.com

- fix LDAP result leaks on error paths
- fix result null check in read_one_map() (bnc#707715)
- fix paged query more results check

-------------------------------------------------------------------
Mon Jul  4 11:35:36 UTC 2011 - lchiquitto@suse.com

- update 5.0.6 upstream patches to 20110703, removing one patch
  that is now upstream:
  * autofs-5.0.6-fix-ipv6-name-for-lookup-fix.patch

-------------------------------------------------------------------
Fri Jul  1 13:40:05 UTC 2011 - lchiquitto@suse.com

- fix an error in the recent ipv6 name for lookup patch

-------------------------------------------------------------------
Tue Jun 28 23:42:30 UTC 2011 - lchiquitto@suse.com

- update to version 5.0.6 (bnc#702791):
  * add nobind option
  * add base64 password encode
  * fix ipv6 name for lookup
  * fix libtirpc ipv6 check
  * dont bind nfs mount if nobind is set
- remove patches that are now upstream:
  *  autofs-5.0.5-fix-null-cache-deadlock.patch

-------------------------------------------------------------------
Tue Jun 14 17:21:19 UTC 2011 - lchiquitto@suse.com

- rpm spec: install the rcautofs(8) man page as a symbolic link
  to autofs(8)
- rpm spec: restart the automount daemon after updates
- init script: update Free Software Foundation address

-------------------------------------------------------------------
Tue Jun 14 12:01:17 UTC 2011 - lchiquitto@suse.com

- fix null cache deadlock (bnc#696596)

-------------------------------------------------------------------
Tue Jun 14 11:54:02 UTC 2011 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20110613 (bnc#699767):
  * remove master_mutex_unlock() leftover
  * fix sanity checks for brackets in server name
  * fix lsb service name in init script
  * fix map source check in file lookup
  * fix simple bind without SASL support
  * fix sasl bind host name selection

-------------------------------------------------------------------
Tue Jun 14 09:36:35 UTC 2011 - aj@suse.de

- build against libtirpc since glibc's rpc code is deprecated

-------------------------------------------------------------------
Fri May 27 20:53:03 UTC 2011 - lchiquitto@suse.com

- modify the NetworkManager dispatcher script to prevent it from
  restarting AutoFS when the network goes down (bnc#693402)

-------------------------------------------------------------------
Fri May 27 20:13:52 UTC 2011 - lchiquitto@suse.com

- init script: remove references to the obsolete autofs.ko (v3)
  kernel module (bnc#696708)
- init script: don't wait one second if the misc device is already
  available (bnc#696708)

-------------------------------------------------------------------
Mon May 23 17:44:54 UTC 2011 - lchiquitto@suse.com

- documentation: add the following (commented out) options to
  the default sysconfig file (bnc#695487, bnc#691617):
  * DEFAULT_NEGATIVE_TIMEOUT
  * DEFAULT_MOUNT_WAIT and DEFAULT_UMOUNT_WAIT
  * MOUNT_NFS_DEFAULT_PROTOCOL
  * LDAP_URI, LDAP_TIMEOUT, LDAP_NETWORK_TIMEOUT and SEARCH_BASE

-------------------------------------------------------------------
Mon May  9 16:46:48 UTC 2011 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20110427 (bnc#692104):
  * fix paged ldap map read
  * fix next task list update
  * fix stale map read
  * fix null cache clean
  * automount(8) man page correction
  * fix out of order locking in readmap
  * include ip address in debug logging
  * mount using address for DNS round robin host names
  * reset negative status on cache prune
- remove patches that are now upstream:
  * autofs-5.0.5-fix-next-task-list-update.patch
  * autofs-5.0.5-fix-stale-map-read.patch
  * autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch

-------------------------------------------------------------------
Mon Apr  4 21:04:35 UTC 2011 - lchiquitto@suse.com

- init script: use misc device (/dev/autofs) by default, unless it
  is explicitly disabled in sysconfig (bnc#684997)

-------------------------------------------------------------------
Mon Apr  4 20:49:38 UTC 2011 - lchiquitto@suse.com

- fix out of order locking in readmap (bnc#667967)

-------------------------------------------------------------------
Mon Apr  4 20:40:04 UTC 2011 - lchiquitto@suse.com

- add upstream fixes for the "non-expiring mounts" problem and
  put the "fix direct map not updating on reread" patch back in
  (bnc#677143)

-------------------------------------------------------------------
Tue Mar 29 17:47:28 UTC 2011 - lchiquitto@suse.com

- ship init script as a source file and not as a patch against the
  upstream sample

-------------------------------------------------------------------
Tue Mar 29 14:54:08 UTC 2011 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20110318, fixing one bug:
  * replace GPLv3 code (bnc#682268)

-------------------------------------------------------------------
Thu Mar 24 21:04:16 UTC 2011 - lchiquitto@suse.com

- revert "fix direct map not updating on reread" due to expiration
  problems (bnc#677143)

-------------------------------------------------------------------
Thu Mar  3 14:11:32 UTC 2011 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20110302 (bnc#676690):
  * use weight only for server selection
  * fix isspace() wild card substitution
  * auto adjust ldap page size
  * fix prune cache valid check
  * fix mountd vers retry
  * fix expire race

-------------------------------------------------------------------
Tue Feb 22 13:51:47 UTC 2011 - lchiquitto@suse.com

- init script: remove "gssd" from Should-Start/Stop lists, there
  is no service with this name (bnc#626516)

-------------------------------------------------------------------
Mon Feb 21 15:01:21 UTC 2011 - lchiquitto@suse.com

- when ghosting is enabled, don't create mount points for cached
  entries that don't have a valid mapent (bnc#658734)

-------------------------------------------------------------------
Fri Oct 29 13:08:52 UTC 2010 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20101021 (bnc#650177):
  * remove ERR_remove_state() openssl call
  * always read file maps mount lookup map read fix
  * fix direct map not updating on reread
  * fix add simple bind auth
  * fix submount shutdown wait
  * add external bind method
  * add dump maps option

-------------------------------------------------------------------
Thu Aug 19 12:15:44 UTC 2010 - lchiquitto@suse.com

- add MAP_HASH_TABLE_SIZE option to sysconfig

-------------------------------------------------------------------
Thu Aug 12 13:31:29 UTC 2010 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20100810 (bnc#630736):
  * remove extra read master map call
  * fix "fix cache_init() on source re-read"
  * fix error handing in do_mount_indirect()
  * expire thread use pending mutex
  * link against krb5 library by default
  * make "verbose" mode a little less verbose (bnc#630719)
- merge patches autofs-5.0.2-use_local_cflags.patch and
  autofs-5.0.5-as_needed.patch into autofs-suse-build.patch
- remove autofs-5.0.4-link_kerberos.patch (now upstream)

-------------------------------------------------------------------
Mon May 24 13:02:40 UTC 2010 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20100524 (bnc#608284):
  * add support to LDAP simple bind authentication
  * fix master map source server unavailable handling
  * add autofs_ldap_auth.conf man page
  * fix random selection for host on different network
  * don't hold lock for simple mounts
  * fix remount locking
  * fix wildcard map entry match (bnc#585201)
  * fix parse_sun() module init
  * don't check null cache on expire
  * fix null cache race
  * fix cache_init() on source re-read
  * mapent becomes negative during lookup
  * check each dc server
  * fix negative cache included map lookup
  * remove state machine timed wait

-------------------------------------------------------------------
Mon May 10 23:26:47 UTC 2010 - lchiquitto@suse.com

- init script: improve stop routine to avoid problems on restart
  (bnc#604497)

-------------------------------------------------------------------
Wed Mar 31 18:02:13 UTC 2010 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20100326:
  * fix reconnect get base dn
  * add missing sasl mutex callbacks
  * fix get query dn failure
  * fix ampersand escape in auto.smb
  * add locality as valid ldap master map attribute
  * add locality as valid ldap master map attribute fix

-------------------------------------------------------------------
Wed Feb 24 16:50:02 CET 2010 - mszeredi@suse.cz

- add "network-remotefs" to  Should-Start: and  Should-Stop: in the
  init script (bnc#522224)

-------------------------------------------------------------------
Wed Feb 10 10:37:15 UTC 2010 - lchiquitto@suse.com

- remove configure to make sure it will be recreated by autoconf.
  fixes a build problem that sometimes prevented lookup_ldap.so to
  be linked against krb5 (bnc#572934, bnc#578655)

-------------------------------------------------------------------
Thu Feb  4 22:48:22 UTC 2010 - lchiquitto@suse.com

- update 5.0.5 upstream patches to 20100201:
  * check for path mount location in generic module
  * don't fail mount on access fail
  * fix rpc fail on large export list
  * fix memory leak on reload
  * don't connect at ldap lookup module init
  * fix random selection option
  * fix disable timeout
  * fix strdup() return value check
- include README file about active restart feature (bnc#565151)

-------------------------------------------------------------------
Wed Dec 23 11:56:57 UTC 2009 - lchiquitto@suse.com

- fix build on releases that do not support ext4

-------------------------------------------------------------------
Wed Dec 16 14:03:27 UTC 2009 - lchiquitto@suse.com

- add new sysconfig parameter USE_MISC_DEVICE and enable it by
  default (bnc#565151)
- update initscript bringing it closer to what we have upstream:
  * remove the deprecated force-stop logic and handle it like a
    regular stop
  * remove force-reload from usage and handle it like a regular
    reload

-------------------------------------------------------------------
Fri Nov 27 11:59:44 UTC 2009 - lchiquitto@suse.com

- update to version 5.0.5. lots of bug fixes including:
  * fix nested submount expire deadlock
  * fix negative caching for non-existent map keys
  * make hash table scale to thousands of entries
  * fix uri list locking (again)
  * add nfs mount protocol default configuration option
  * fix bad token declaration in master map parser
  * fix double free in expire_proc()
  * fix file map lookup when reading included or nsswitch sources
  * fix memory leak reading master map
  * fix st_remove_tasks() locking
  * dont umount existing direct mount on master re-read
  * fix incorrect shutdown introduced by library relaod fixes
  * fix not releasing resources when using submounts
  * fix double free in sasl_bind()
  * fix map type info parse error
  * fix an RPC fd leak
  * fix pthread push order in expire_proc_direct()
  * fix libxml2 non-thread-safe calls
  * fix direct map cache locking
  * fix dont umount existing direct mount on reread.
- update 5.0.5 upstream patches to 20091124:
  * add mount wait parameter
  * don't use master_lex_destroy() to clear parse buffer
  * fix backwards #ifndef INET6
  * fix ext4 fsck at mount
  * fix included map read fail handling
  * fix libxml2 workaround configure
  * fix pidof init script usage
  * fix stale initialization for file map instance
  * fix timeout in connect_nb()
  * make documentation for set-log-priority clearer
  * refactor ldap sasl bind
  * special case cifs escapes.

-------------------------------------------------------------------
Fri Jun 19 07:08:43 CEST 2009 - cmorve69@yahoo.es

- fixed build with --as-needed

-------------------------------------------------------------------
Thu May 14 12:21:09 CEST 2009 - werner@suse.de

- Add nfsserver to should start/stop in rc script (bnc#467906)

-------------------------------------------------------------------
Thu Apr  9 16:10:27 CEST 2009 - werner@suse.de

- make sure that submounts are not busy anymore (bnc#467906)

-------------------------------------------------------------------
Thu Feb 12 12:40:06 CET 2009 - mkoenig@suse.de

- add script to fetch upstream patches

-------------------------------------------------------------------
Wed Feb  4 15:31:19 CET 2009 - mkoenig@suse.de

- update to version 5.0.4 (just version bump, since all 5.0.3
  upstream patches had been already applied)
- update 5.0.4 upstream patches to 20090122:
  * fix dumb libxml2 check
  * fix nested submount expire deadlock.
  * fix negative caching for non-existent map keys.
  * use CLOEXEC flag.
  * fix select(2) fd limit.
  * make hash table scale to thousands of entries (Paul Wankadia,
    Valerie Aurora Henson).
  * clear the quoted flag after each character from program map input.
- remove patch
  autofs-5.0.1-mount_xdr_no_strict_aliasing.patch

-------------------------------------------------------------------
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=<num> 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
openSUSE Build Service is sponsored by