Revisions of autofs

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535040 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 112)
- fix ordering of seteuid/setegid in do_spawn (bsc#1062482).
- fix unset tsd group name handling (bsc#1062482).
- fix possible map instance memory leak (bsc#1038198).
- check map instances for staleness on map update (bsc#1038198).
- Added patches:
  - autofs-5-1-3-check-map-instances-for-staleness-on-map-update.patch
  - autofs-5-1-3-fix-ordering-of-seteuid-setegid-in-do_spawn.patch
  - autofs-5-1-3-fix-possible-map-instance-memory-leak.patch
  - autofs-5-1-3-fix-unset-tsd-group-name-handling.patch (forwarded request 535039 from jeff_mahoney)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 519928 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 111)
* Updated patches for context:
    autofs-5.1.1-dbus-udisks-monitor.patch (forwarded request 519927 from jeff_mahoney)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 324406 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 106)
- autofs.service: Use KillMode=mixed so "KillSignal" (SIGTERM) is 
  only sent to the main process and if still does not exit after
  "TimeoutStopSec" then "SendSIGKILL" is sent to all remaining 
  processes of the unit's control group.
  This is the desired behaviour for almost all daemons that 
  execute foreign programs.
- update to version 5.1.1:
  * fix compile error in defaults.c
  * add serialization to sasl init
  * dont allocate dev_ctl_ops too early
  * fix incorrect round robin host detection
  * fix race accessing qdn in get_query_dn()
  * fix leak in cache_push_mapent()
  * fix config entry read buffer not checked
  * fix FILE pointer check in defaults_read_config()
  * fix memory leak in conf_amd_get_log_options()
  * fix signed comparison in inet_fill_net()
  * fix buffer size checks in get_network_proximity()
  * fix leak in get_network_proximity()
  * fix buffer size checks in merge_options()
  * check amd lex buffer len before copy
  * add return check in ldap check_map_indirect()
  * check host macro is set before use
  * check options length before use in parse_amd.c
  * fix some out of order evaluations in parse_amd.c
  * fix copy and paste error in dup_defaults_entry()
  * fix leak in parse_mount()
  * add mutex call return check in defaults.c
  * force disable browse mode for amd format maps
  * fix hosts map options check in lookup_amd_instance()
  * fix memory leak in create_client()
  * fix memory leak in get_exports()
  * fix memory leak in get_defaults_entry()
  * fix out of order clearing of options buffer
  * fix reset amd lexer scan buffer
  * ignore multiple commas in options strings
  * fix typo in flagdir configure option
  * clarify multiple mounts description
  * gaurd against incorrect umount return
  * update man page autofs(8) for systemd
  * dont pass sloppy option for other than nfs mounts
  * make service want network-online
  * fix fix master map type check
  * init qdn before use in get_query_dn()
  * fix typo in update_hosts_mounts()
  * fix hosts map update on reload
  * make negative cache update consistent for all lookup modules
  * ensure negative cache isn't updated on remount
  * dont add wildcard to negative cache
  * add a prefix to program map stdvars
  * add config option to force use of program map stdvars
  * fix incorrect check in parse_mount()
  * handle duplicates in multi mounts
  * revert special case cifs escapes
  * fix map option parsing for 'strictatime'
  * fix showmount search in auto.net
  * remove obsolete comment in auto.net
  * fix macro usage in lookup_program.c
  * fix gcc5 complaints
  * remove unused offset handling code
  * fix mount as you go offset selection
  * link daemon with pthread library (Debian patch)
  * manpage corrections (Debian patch)
  * fix manpages hyphenation (Debian patch).
- ported patches:
  * autofs-5.1.0-dbus-udisks-monitor.patch ->
    autofs-5.1.1-dbus-udisks-monitor.patch
  * autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch
  * autofs-5.0.9-suse-auto_master_default.patch ->
    autofs-5.1.1-suse-auto_master_default.patch
  * autofs-5.0.9-task-use-after-free.patch ->
    autofs-5.1.1-task-use-after-free.patch
- remove patches that are now upstream:
  * autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
  * autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
  * autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
  * autofs-5.1.0-gcc5-fixes.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 305562 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 105)
- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 283964 from Leonardo Chiquitto's avatar Leonardo Chiquitto (leonardocf) (revision 102)
- Fix autofs.service so that multiple options passed through
  sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)
- Fix configuration handling now that we have /etc/autofs.conf
  and /etc/sysconfig/autofs. Runtime options are now configured in
  the former, while settings that affect the daemon start up are
  still handled in the latter.
- Clean-up sysconfig.autofs, leave only init script options:
  $OPTIONS and $USE_MISC_DEVICE.
- Run %fillup also when systemd is enabled. (bsc#906606) (forwarded request 283962 from leonardocf)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 100)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 234310 from Torsten Duwe's avatar Torsten Duwe (duwe) (revision 98)
- autofs.init: drop when systemd is enabled (bnc#863970)
- update to version 5.0.9
- rebase, refresh and rename all patches on top of 5.0.9
- switch to .xz compressed tarball instead of bzip2
- autofs-5.0.8-upstream-patches-20140324.bz2: remove (forwarded request 233871 from leonardocf)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228311 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) (revision 97)
- Avoid bad timings and timeouts if a shutdown was done by a remote
  user via su and with autofs based home directory (forwarded request 227457 from WernerFink)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227436 from Miklos Szeredi's avatar Miklos Szeredi (mszeredi) (revision 96)
- Update 5.0.8 upstream patches up to 2014-03-24. Fixes bnc#869377. (forwarded request 227294 from leonardocf)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 224243 from Leonardo Chiquitto's avatar Leonardo Chiquitto (leonardocf) (revision 95)
Update 5.0.8 upstream patches up to 2014-02-24, fixing several bugs. (forwarded request 224242 from leonardocf)
Displaying revisions 21 - 40 of 134
openSUSE Build Service is sponsored by