File autofs.changes of Package autofs (Revision 07e42e1384ed557567193c392bcfa88f)
Currently displaying revision 07e42e1384ed557567193c392bcfa88f , Show latest
2229
1
-------------------------------------------------------------------
2
Thu Apr 22 20:38:26 UTC 2021 - Goldwyn Rodrigues <rgoldwyn@suse.com>
3
4
- Update pidfile path to /run from /var/run (bsc#1185155)
5
6
-------------------------------------------------------------------
7
Wed May 16 00:55:57 UTC 2018 - nfbrown@suse.com
8
9
- 0003-autofs-5.1.4-fix-fd-leak-in-rpc_do_create_client.patch
10
Fix filedescriptor leak (bsc#1093436)
11
12
-------------------------------------------------------------------
13
Tue Mar 6 17:53:35 UTC 2018 - dimstar@opensuse.org
14
15
- BuildRequire pkgconfig(udisks2) instead of udisks2-devel: let's
16
be flexible on possible package name changes.
17
- Package COPYRIGHT as %license instead of %doc.
18
19
-------------------------------------------------------------------
20
Sun Feb 4 23:22:33 UTC 2018 - nfbrown@suse.com
21
22
- 0001-use_hostname_for_mounts-shouldn-t-prevent-selection-.patch
23
Fix handling of replicated NFS server so that
24
selection between servers still works sensibly when
25
use_hostname_for_mounts is in effect.
26
(bsc#1066720)
27
- 0002-Fix-monotonic_elapsed.patch
28
Fix bug introduced with monotonic-time patches which
29
causes nanoseconds to be ignored and effectively
30
disables sorting based on response time and/or weight.
31
(bsc#1066720)
32
33
-------------------------------------------------------------------
34
Thu Nov 23 13:44:33 UTC 2017 - rbrown@suse.com
35
36
- Replace references to /var/adm/fillup-templates with new
37
%_fillupdir macro (boo#1069468)
38
39
-------------------------------------------------------------------
40
Sun Nov 12 09:51:06 CET 2017 - kukuk@suse.de
41
42
- Add build require for rpcgen (preparation for removing it from
43
glibc)
44
45
-------------------------------------------------------------------
46
Wed Oct 18 21:03:57 UTC 2017 - jeffm@suse.com
47
48
- fix ordering of seteuid/setegid in do_spawn (bsc#1062482).
49
- fix unset tsd group name handling (bsc#1062482).
50
- fix possible map instance memory leak (bsc#1038198).
51
- check map instances for staleness on map update (bsc#1038198).
52
- Added patches:
53
- autofs-5-1-3-check-map-instances-for-staleness-on-map-update.patch
54
- autofs-5-1-3-fix-ordering-of-seteuid-setegid-in-do_spawn.patch
55
- autofs-5-1-3-fix-possible-map-instance-memory-leak.patch
56
- autofs-5-1-3-fix-unset-tsd-group-name-handling.patch
57
58
-------------------------------------------------------------------
59
Tue Aug 15 21:57:09 CEST 2017 - kukuk@suse.de
60
61
- Add libnsl-devel as build require in preparation of libnsl
62
removal from glibc
63
64
-------------------------------------------------------------------
65
Tue Aug 15 17:09:57 UTC 2017 - jeffm@suse.com
66
67
- Add gpg signature
68
69
-------------------------------------------------------------------
70
Wed Aug 9 18:45:13 UTC 2017 - jeffm@suse.com
71
72
- Update URL to use www.kernel.org now that ftp is gone.
73
74
-------------------------------------------------------------------
75
Wed Aug 9 17:45:46 UTC 2017 - jeffm@suse.com
76
77
- update to version 5.1.3:
78
* limit getgrgid_r() buffer size
79
* increase worker thread per-thread stack size
80
* fix offset mount location multiple expansion
81
* use malloc for expanded map location
82
* fix invalid reference in remount_active_mount()
83
* fix work around sss startup delay
84
* fix possible NULL derefernce
85
* use autofs_point to store expire timeout where possibe
86
* add config option to use mount request log id
87
* factor out set_thread_mount_request_log_id()
88
* log functions to prefix messages with attempt_id if available
89
* create thread-local ID for mount attempts
90
* add the mount requestor's pid to pending_args
91
* delay submount exit for amd submounts
92
* fix bogus check in expire_cleanup()
93
* handle amd cache option all in amd type auto mounts
94
* handle map_option cache for top level mounts
95
* capture cache option and its settings during parsing
96
* add function conf_amd_get_map_options()
97
* check for conflicting amd section mounts
98
* include amd mount section mounts in master mounts list
99
* add function conf_amd_get_mount_paths()
100
* add function conf_amd_get_map_name()
101
* add support for amd browsable option
102
* add ref counting to struct map_source
103
* fix typos in README.amd-maps
104
* honor last rw in mount options when doing a bind mount
105
* set autofs mounts catatonic at exit
106
* make set_direct_mount_catatonic() more general
107
* check NFS server availability on local mount fallback
108
* make lookup_nss_read_master() return nss status
109
* don't return until after master map retry read
110
* set sane default master read wait timeout
111
* dont exit on master map read fail timeout
112
* fix included master map not found return
113
* fix quoted key handling in sanitize_path()
114
* add sss master map wait config option
115
* work around sss startup delay
116
* add master read wait option
117
* wait for master map available at start
118
* update and add README for old autofs schema
119
* fix create_client() RPC client handling
120
* fix _strncmp() usage
121
* fix argc off by one in mount_autofs.c
122
* fix cachefs parse message not being logged
123
* fix typo in MOUNT_FLAG_GHOST comment
124
* Avoid local variable name shadowing another
125
* configure: add cache variable for Linux proc filesystem check
126
* fix count_mounts() function
127
* fix short memory allocation in lookup_amd_instance()
128
* Fix fgets(3) size argument (another one)
129
* Fix typos in error messages
130
* Remove unused local 2KB buffer
131
* fix file map changed check
132
* Change .requestor to .requester for consistency
133
* Fix a typo in CREDITS
134
* fix libtirpc detection with -Wl,--as-needed
135
* Fix size arg of fgets(3)
136
* Drop redundant \n in logerr()
137
* Fix compiler warning in try_remount()
138
* build: check for clock_gettime in librt
139
* fix possible memory leak in nfs mount
140
* add config option to suppress not found log message
141
* properly handle errors in lookup_nss_mount
142
* fix yp map age not updated during map lookup
143
* fix 'nameing' typo in autofs.conf
144
* add remote-fs.target systemd dependency
145
* add autofs(5) note of IPv6 libtirpc requirement
146
* fix autofs(5) description of supported map sources
147
* fix modules make clean target
148
* fix Makefile linking dependencies
149
* fix handle_mounts() termination condition check
150
* log pipe read errors
151
* fix use-after-free in st_queue_handler()
152
* always set direct mounts catatonic at exit
153
* improve scalability of direct mount path component
154
* fix use after free in match_my_name()
155
* fix memory leak in get_network_proximity()
156
* fix typo in autofs_sasl_bind()
157
* fix use after free in open_lookup()
158
* fix use after free in sun parser parse_init()
159
* fix memory leak in ldap do_init()
160
* fix memory leak in nisplus lookup_reinit()
161
* fix sasl connection concurrancy problem
162
* fix unbind sasl external mech
163
* remove unused function elapsed()
164
* change time() to use monotonic_clock()
165
* change remaining gettimeofday() to use clock_gettime()
166
* use monotonic clock for indirect mount condition
167
* use monotonic clock for direct mount condition
168
* define pending condition init helper function
169
* use monotonic clock for alarm thread condition wait
170
* define monotonic clock helper functions
171
* Add a mode option for master map entries
172
* fix error handling of is_mounted()
173
* fix out of order call in program map lookup
174
* add configuration option to use fqdn in mounts
175
* update map_hash_table_size description
176
* change lookup to use reinit instead of reopen
177
* implement reinit in multi lookup module
178
* fix map format check in nss_open_lookup() multi map module
179
* factor out alloc multi map context
180
* factor out free multi map context
181
* add type to struct lookup_mod
182
* implement reinit in yp lookup module
183
* implement reinit in sss lookup module
184
* implement reinit in program lookup module
185
* implement reinit in nisplus lookup module
186
* implement reinit in ldap lookup module
187
* implement reinit in hosts lookup module
188
* implement reinit in hesiod lookup module
189
* implement reinit in file lookup module
190
* implement reinit in dir lookup module
191
* implement reinit in parse modules
192
* add reinit entry point to modules
193
* fix nsswitch handling when opening multi map
194
* make open_lookup() return nss status
195
* move check_nss_result() to nsswitchr.c
196
* fix update_hosts_mounts() return
197
* fix missing source sss in multi map lookup
198
* fix direct map expire not set for initial empty map
199
* fix direct mount stale instance flag reset
200
* fix error handling on ldap bind fail
201
* fix config old name lookup
202
* fix rwlock unlock crash
203
* fix return handling of do_reconnect() in ldap module
204
* make find_server() return a status
205
* make find_dc_server() return a status
206
* make connect_to_server() return a status
207
* make do_connect() return a status
208
* move query dn calculation from do_bind() to do_connect()
209
* fix return handling in sss lookup module
210
* fix left mount count return from umount_multi_triggers()
211
* revert fix libtirpc name clash
212
* update libtirpc workaround for new soname
213
* fix fix gcc5 complaints
214
* Removed patches:
215
autofs-5.1.1-task-use-after-free.patch
216
autofs-improve-scalability-of-direct-mount-path-comp.patch
217
autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
218
autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
219
autofs-5.1.1-leave_auth_destroy.patch
220
* Updated patches for context:
221
autofs-5.1.1-dbus-udisks-monitor.patch
222
223
-------------------------------------------------------------------
224
Thu Apr 6 11:23:41 UTC 2017 - astieger@suse.com
225
226
- remove rpmlintrc, review was boo#782691
227
228
-------------------------------------------------------------------
229
Wed Aug 10 13:10:50 UTC 2016 - jeffm@suse.com
230
231
- Fix spurious ELOOP on certain kinds of failures (bsc#968918):
232
* autofs: fix yp map age not updated in s/_/./g case
233
* autofs: properly handle errors in lookup_nss_mount
234
* Added patches:
235
autofs-5.1.1-properly-handle-errors-in-lookup_nss_mount.patch
236
autofs-5.1.1-fix-yp-map-age-not-updated-during-map-lookup.patch
237
238
-------------------------------------------------------------------
239
Thu Mar 24 14:47:04 UTC 2016 - jeffm@suse.com
240
241
- improve scalability of direct mount path component creation (bsc#966573).
242
* Added autofs-improve-scalability-of-direct-mount-path-comp.patch
243
* Refreshed autofs-5.1.1-dbus-udisks-monitor.patch
244
- Use libldap_r instead of libldap for thread safety (bsc#955477).
245
* Added autofs-use-libldap_r-instead-of-libldap-for-thread-safety.patch
246
247
-------------------------------------------------------------------
248
Tue Dec 8 22:26:30 CET 2015 - ro@suse.de
249
250
- add patch autofs-5.1.1-leave_auth_destroy.patch (bnc#958410)
251
do not redefined auth_destroy, the reason for this has long
252
been fixed in libtirpc (version 0.2.1 is already fine)
253
254
-------------------------------------------------------------------
255
Thu Jun 25 23:33:34 UTC 2015 - crrodriguez@opensuse.org
256
257
- autofs.service: Use KillMode=mixed so "KillSignal" (SIGTERM) is
258
only sent to the main process and if still does not exit after
259
"TimeoutStopSec" then "SendSIGKILL" is sent to all remaining
260
processes of the unit's control group.
261
This is the desired behaviour for almost all daemons that
262
execute foreign programs.
263
264
-------------------------------------------------------------------
265
Sun May 17 21:00:05 UTC 2015 - lchiquitto@suse.com
266
267
- update to version 5.1.1:
268
* fix compile error in defaults.c
269
* add serialization to sasl init
270
* dont allocate dev_ctl_ops too early
271
* fix incorrect round robin host detection
272
* fix race accessing qdn in get_query_dn()
273
* fix leak in cache_push_mapent()
274
* fix config entry read buffer not checked
275
* fix FILE pointer check in defaults_read_config()
276
* fix memory leak in conf_amd_get_log_options()
277
* fix signed comparison in inet_fill_net()
278
* fix buffer size checks in get_network_proximity()
279
* fix leak in get_network_proximity()
280
* fix buffer size checks in merge_options()
281
* check amd lex buffer len before copy
282
* add return check in ldap check_map_indirect()
283
* check host macro is set before use
284
* check options length before use in parse_amd.c
285
* fix some out of order evaluations in parse_amd.c
286
* fix copy and paste error in dup_defaults_entry()
287
* fix leak in parse_mount()
288
* add mutex call return check in defaults.c
289
* force disable browse mode for amd format maps
290
* fix hosts map options check in lookup_amd_instance()
291
* fix memory leak in create_client()
292
* fix memory leak in get_exports()
293
* fix memory leak in get_defaults_entry()
294
* fix out of order clearing of options buffer
295
* fix reset amd lexer scan buffer
296
* ignore multiple commas in options strings
297
* fix typo in flagdir configure option
298
* clarify multiple mounts description
299
* gaurd against incorrect umount return
300
* update man page autofs(8) for systemd
301
* dont pass sloppy option for other than nfs mounts
302
* make service want network-online
303
* fix fix master map type check
304
* init qdn before use in get_query_dn()
305
* fix typo in update_hosts_mounts()
306
* fix hosts map update on reload
307
* make negative cache update consistent for all lookup modules
308
* ensure negative cache isn't updated on remount
309
* dont add wildcard to negative cache
310
* add a prefix to program map stdvars
311
* add config option to force use of program map stdvars
312
* fix incorrect check in parse_mount()
313
* handle duplicates in multi mounts
314
* revert special case cifs escapes
315
* fix map option parsing for 'strictatime'
316
* fix showmount search in auto.net
317
* remove obsolete comment in auto.net
318
* fix macro usage in lookup_program.c
319
* fix gcc5 complaints
320
* remove unused offset handling code
321
* fix mount as you go offset selection
322
* link daemon with pthread library (Debian patch)
323
* manpage corrections (Debian patch)
324
* fix manpages hyphenation (Debian patch).
325
- ported patches:
326
* autofs-5.1.0-dbus-udisks-monitor.patch ->
327
autofs-5.1.1-dbus-udisks-monitor.patch
328
* autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch
329
* autofs-5.0.9-suse-auto_master_default.patch ->
330
autofs-5.1.1-suse-auto_master_default.patch
331
* autofs-5.0.9-task-use-after-free.patch ->
332
autofs-5.1.1-task-use-after-free.patch
333
- remove patches that are now upstream:
334
* autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
335
* autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
336
* autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
337
* autofs-5.1.0-gcc5-fixes.patch
338
339
-------------------------------------------------------------------
340
Wed May 6 11:27:45 UTC 2015 - dmueller@suse.com
341
342
- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x
343
344
-------------------------------------------------------------------
345
Tue Mar 3 10:56:48 CET 2015 - mszeredi@suse.cz
346
347
- prevent potential privilege escalation via interpreter load path
348
for program-based automount maps, add the following patches:
349
autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
350
autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
351
(bnc#917977 CVE-2014-8169)
352
353
-------------------------------------------------------------------
354
Tue Feb 17 10:23:44 CET 2015 - mszeredi@suse.cz
355
356
- add autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
357
(bsc#911720)
358
359
-------------------------------------------------------------------
360
Tue Feb 3 19:51:56 UTC 2015 - lchiquitto@suse.com
361
362
- Fix autofs.service so that multiple options passed through
363
sysconfig AUTOFS_OPTIONS work correctly (bsc#909472)
364
365
-------------------------------------------------------------------
366
Tue Feb 3 18:40:56 UTC 2015 - lchiquitto@suse.com
367
368
- Fix configuration handling now that we have /etc/autofs.conf
369
and /etc/sysconfig/autofs. Runtime options are now configured in
370
the former, while settings that affect the daemon start up are
371
still handled in the latter.
372
- Clean-up sysconfig.autofs, leave only init script options:
373
$OPTIONS and $USE_MISC_DEVICE.
374
- Run %fillup also when systemd is enabled. (bsc#906606)
375
376
-------------------------------------------------------------------
377
Fri Jan 9 09:59:41 CET 2015 - kukuk@suse.de
378
379
- Use udisks2, udisks development has ceased in favor of udisks2.
380
381
-------------------------------------------------------------------
382
Mon Aug 4 14:36:56 CEST 2014 - mszeredi@suse.cz
383
384
- add autofs-debuginfo-fix.patch to fix building of debuginfo
385
package
386
387
-------------------------------------------------------------------
388
Mon Jul 21 15:01:47 UTC 2014 - p.drouand@gmail.com
389
390
- Do not depend on insserv if the system use systemd; it's useless
391
- Update to version 5.1.0
392
+ fix mistake in assignment.
393
+ add amd map format parser.
394
+ check for non existent negative entries in lookup_ghost().
395
+ fix reset flex scan buffer on init.
396
+ fix fix negative status being reset on map read.
397
+ amd lookup update lookup ldap to handle amd keys.
398
- inadvertantly dropped from initial series.
399
+ amd lookup update lookup hesiod to handle amd keys.
400
- inadvertantly dropped from initial series.
401
+ fix wildcard key lookup.
402
+ fix out of order amd timestamp lookup.
403
+ fix ldap default schema config.
404
+ fix ldap default master map name config.
405
+ fix map format init in lookup_init().
406
+ fix incorrect max key length in defaults get_hash().
407
+ fix xfn sets incorrect lexer state.
408
+ fix old style key lookup.
409
+ fix expire when server not responding.
410
+ fix ldap_uri config update.
411
+ fix typo in conf_load_autofs_defaults().
412
+ fix hash on confg option add and delete.
413
+ add plus to path match pattern.
414
+ fix multi entry ldap option handling.
415
+ cleanup options in amd_parse.c
416
+ allow empty value for some map options.
417
+ allow empty value in macro selectors.
418
- Adapt autofs-5.0.9-dbus-udisks-monitor.patch to upstream changes,
419
rename to autofs-5.1.0-dbus-udisks-monitor.patch
420
421
-------------------------------------------------------------------
422
Wed May 14 11:57:22 UTC 2014 - lchiquitto@suse.com
423
424
- autofs.init: drop when systemd is enabled (bnc#863970)
425
426
-------------------------------------------------------------------
427
Fri Mar 28 14:32:15 UTC 2014 - lchiquitto@suse.com
428
429
- update to version 5.0.9:
430
* fixes for samples/auto.master
431
* fix variable substitution description
432
* fix incorrect append options description in README.v5-release
433
- rebase, refresh and rename all patches on top of 5.0.9
434
- switch to .xz compressed tarball instead of bzip2
435
- autofs-5.0.8-upstream-patches-20140324.bz2: remove
436
437
-------------------------------------------------------------------
438
Tue Mar 25 11:23:27 UTC 2014 - werner@suse.de
439
440
- Avoid bad timings and timeouts if a shutdown was done by a remote
441
user via su and with autofs based home directory
442
443
-------------------------------------------------------------------
444
Mon Mar 24 11:09:12 UTC 2014 - lchiquitto@suse.com
445
446
- autofs-5.0.8-upstream-patches-20140324.bz2: update 5.0.8 upstream
447
patches up to 2014-03-24, fixing the following bugs:
448
* fix fix options compare
449
* use open(2) instead of access(2) to trigger dependent mounts
450
* fix fix map source with type lookup (bnc#869377)
451
452
-------------------------------------------------------------------
453
Tue Feb 25 14:30:35 UTC 2014 - lchiquitto@suse.com
454
455
- autofs-5.0.8-upstream-patches-20140224.bz2: update 5.0.8 upstream
456
patches up to 2014-02-24, fixing the following bugs:
457
* fix ipv6 link local address handling
458
* fix fix ipv6 libtirpc getport
459
* get_nfs_info() should query portmapper if port is not given
460
* fix rpc_portmap_getport() proto not set
461
* fix protmap not trying proto v2
462
* fix rpc_getport() when libtirpc is disabled
463
* fix rpc_getrpcbport() when libtirpc is disabled
464
* don't reset errno (former autofs-5.0.8-eaccess.patch)
465
* extend fix for crash due to thread unsafe use of libldap (bnc#853469)
466
* fix deadlock in init_ldap_connection (bnc#859969)
467
* fix options compare
468
* fix negative status being reset on map read
469
* check for existing offset mount before mounting
470
* fix max() declaration
471
* fix symlink fail message in mount_bind.c
472
* fix cache readlock not taken on lookup
473
* pass map_source as function paramter where possible
474
* check for bind onto self in mount_bind.c
475
* fix symlink expire
476
* dont clobber mapent for negative cache
477
* fix macro_addvar() and move init to main thread
478
* change walk_tree() to take ap
479
* add negative cache lookup to hesiod lookup
480
* fix external env configure
481
* make autofs(5) consistent with auto.master(5)
482
* fix map source with type lookup
483
* fix lookup_nss_mount() map lookup
484
* dont ignore null cache entries on multi mount umount
485
* fix inconsistent error returns in handle_packet_missing_direct()
486
* simple coverity fixes
487
- autofs-5.0.8-eaccess.patch: removed (merged upstream)
488
- autofs-5.0.8-dbus-udisks-monitor.patch: refresh
489
490
-------------------------------------------------------------------
491
Mon Jan 20 13:46:20 UTC 2014 - lchiquitto@suse.com
492
493
- autofs-5.0.8-revert-fix-libtirpc-name-clash.patch: no longer
494
needed after libtirpc was updated to 0.2.4-rc2, remove
495
496
-------------------------------------------------------------------
497
Mon Dec 2 18:20:54 UTC 2013 - lchiquitto@suse.com
498
499
- autofs-5.0.8-upstream-patches-20131124.bz2: update 5.0.8 upstream
500
patches up to 2013-11-24, fixing the following bugs:
501
* fix undefined authtype_requires_creds err if ldap enabled but
502
without sasl
503
* fix master map type check
504
* fix task manager not getting signaled
505
* allow --with-systemd to take a path arg
506
* fix WITH_LIBTIRPC function name
507
* fix ipv6 libtirpc getport
508
- autofs-5.0.8-dbus-udisks-monitor.patch: rebase on top of 5.0.8
509
510
-------------------------------------------------------------------
511
Thu Oct 17 21:21:35 UTC 2013 - lchiquitto@suse.com
512
513
- update to version 5.0.8: no code changes as all patches were
514
already present in autofs-5.0.7-upstream-patches-20131001.bz2
515
- autofs-5.0.7-upstream-patches-20131001.bz2: removed
516
517
-------------------------------------------------------------------
518
Thu Oct 3 16:45:02 UTC 2013 - lchiquitto@suse.com
519
520
- autofs-suse-build.patch: removed, no longer needed.
521
522
-------------------------------------------------------------------
523
Thu Oct 3 01:35:29 UTC 2013 - lchiquitto@suse.com
524
525
- autofs-5.0.7-upstream-patches-20131001.bz2: update 5.0.7 upstream
526
patches up to 2013-10-01, fixing many bugs:
527
* fix add null check in parse_server_string()
528
* check for protocol option
529
* use ulimit max open files if greater than internal maximum
530
* don't override LDFLAGS in make rules
531
* fix a couple of compiler warnings
532
* add after sssd dependency to unit file
533
* dont start readmap unless ready
534
* fix crash due to thread unsafe use of libldap (bnc#820585)
535
* fix compile error with heimdal support enabled
536
* fix typo forced-shutdown should be force-shutdown
537
* fix hesiod check error and use correct $(LIBS) setting
538
* fix dead LDAP symbolic link when LDAP support is disabled
539
* add missing libtirpc lib to mount_nfs.so when TIRPC enabled
540
* use compiler determined by configure instead of hard-coded ones
541
* remove hard-coded STRIP variable
542
* use LIBS for link libraries
543
* unbundle NOTSTRIP from DEBUG so they dont depend on each other
544
* fix occasional build error when enable parallel compiling
545
* fix compilation of lookup_ldap.c without sasl
546
* fix dumpmaps multi output
547
* try and cleanup after dumpmaps
548
* teach dumpmaps to output simple key value pairs
549
* fix syncronize handle_mounts() shutdown
550
* fix fix wildcard multi map regression
551
* improve timeout option description
552
* only probe specific nfs version when requested
553
* fix bad mkdir permission on create
554
* setup program map env from macro table
555
* add short host name standard marco variable
556
* allow use of hosts map in maps
557
* fix get_nfs_info() probe
558
* fix portmap lookup
559
* add std vars to program map invocation
560
* samples/auto.smb: add logic to obtain credentials
561
562
-------------------------------------------------------------------
563
Sun Jul 7 17:27:39 UTC 2013 - lchiquitto@suse.com
564
565
- autofs-5.0.7-upstream-patches-20130619.bz2: update 5.0.7 upstream
566
patches up to 2013-06-19, fixing some bugs:
567
* make dump maps check for duplicate indirect mounts
568
* document allowed map sources in auto.master
569
* add enable sloppy mount option to configure
570
* fix interface address null check
571
* don't probe rdma mounts
572
* fix master map mount options matching
573
* fix master map bogus keywork match
574
* fix fix map entry duplicate offset detection
575
* probe each nfs version in turn for singleton mounts
576
* fix probe each nfs version in turn for singleton mounts
577
* misc man page fixes
578
579
-------------------------------------------------------------------
580
Sun Jun 16 02:25:35 UTC 2013 - jengelh@inai.de
581
582
- Explicitly specify cyrus-sasl-devel and openssl-devel
583
which were implicit before
584
585
-------------------------------------------------------------------
586
Sun May 12 10:02:05 UTC 2013 - lchiquitto@suse.com
587
588
- autofs-5.0.7-upstream-patches-20130428.bz2: update 5.0.7 upstream
589
patches up to 2013-04-28, fixing some bugs:
590
* fix some automount(8) typos
591
* syncronize handle_mounts() shutdown
592
* fix submount tree not all expiring (bnc#801808)
593
- remove patches that are now upstream:
594
* autofs-5.0.7-fix-submount-tree-not-all-expiring.patch
595
596
-------------------------------------------------------------------
597
Tue Apr 9 20:43:54 UTC 2013 - lchiquitto@suse.com
598
599
- autofs-5.0.7-fix-submount-tree-not-all-expiring.patch: expire
600
multiple levels of recursive mounts correctly (bnc#801808)
601
602
-------------------------------------------------------------------
603
Mon Mar 11 13:36:06 UTC 2013 - lchiquitto@suse.com
604
605
- autofs-5.0.7-upstream-patches-20130311.bz2: update 5.0.7 upstream
606
patches to 20130311, fixing some bugs:
607
* dont fail on master map self include (bnc#799873)
608
* fix wildcard multi map regression
609
* fix file descriptor leak when reloading the daemon (bnc#772698)
610
* deprecate nosymlink pseudo option
611
* add symlink pseudo option
612
* document browse option in man page
613
614
-------------------------------------------------------------------
615
Wed Feb 6 21:30:49 UTC 2013 - lchiquitto@suse.com
616
617
- autofs-5.0.6-invalid-ghost-dirs.patch: delete. the problem's
618
root cause was fixed in the kernel
619
620
-------------------------------------------------------------------
621
Tue Jan 29 16:38:22 UTC 2013 - lchiquitto@suse.com
622
623
- rpm spec: enable sssd support if available
624
625
-------------------------------------------------------------------
626
Mon Jan 21 14:58:04 UTC 2013 - lchiquitto@suse.com
627
628
- autofs-5.0.7-upstream-patches-20130121.bz2: update 5.0.7 upstream
629
patches to 20130121, fixing some bugs:
630
* fix nobind man page description
631
* fix submount offset delete
632
* fix init script status return
633
* fix use get_proximity() without libtirpc
634
* don't use dirent d_type to filter out files in scandir()
635
* don't schedule new alarms after readmap
636
* use numeric protocol ids instead of protoent structs
637
* lib/defaults.c: use WITH_LDAP conditional around LDAP types
638
* make yellow pages support optional
639
* modules/replicated.c: use sin6_addr.s6_addr32
640
* workaround missing GNU versionsort extension
641
- remove patches that are now upstream:
642
* autofs-5.0.7-fix-scandir-filter.patch
643
* autofs-5.0.7-use-protocol-id-instead-of-protoent.patch
644
* autofs-5.0.7-dont-reschedule-alarm-after-signals.patch
645
646
-------------------------------------------------------------------
647
Fri Jan 11 19:02:21 UTC 2013 - lchiquitto@suse.com
648
649
- fix build on older versions of the distribution, do not install
650
org.freedesktop.AutoMount.conf
651
652
-------------------------------------------------------------------
653
Fri Jan 11 18:45:14 UTC 2013 - lchiquitto@suse.com
654
655
- autofs-5.0.7-fix-scandir-filter.patch: fix lookup_dir when the
656
included directory is on an XFS file system (bnc#798158)
657
658
-------------------------------------------------------------------
659
Fri Jan 11 18:37:56 UTC 2013 - lchiquitto@suse.com
660
661
- autofs-5.0.7-upstream-patches-20121120.bz2: update 5.0.7 upstream
662
patches to 20121120, fixing some bugs:
663
* fix map entry duplicate offset detection
664
* allow nsswitch.conf to not contain "automount:" lines
665
666
-------------------------------------------------------------------
667
Fri Jan 11 18:28:53 UTC 2013 - lchiquitto@suse.com
668
669
- revert systemd initialization type from "simple" to "forking"
670
and drop the patch that partially implemented "new style systemd"
671
daemon (bnc#798162)
672
- autofs-5.0.7-new-style-systemd-daemon.patch: delete
673
674
-------------------------------------------------------------------
675
Thu Nov 15 11:53:37 UTC 2012 - werner@suse.de
676
677
- UDisks dbus module support: use private connection, do not refer
678
to a reply if already handled, install dbus AutoMount.conf in
679
direct way
680
681
-------------------------------------------------------------------
682
Tue Nov 6 21:30:37 UTC 2012 - lchiquitto@suse.com
683
684
- autofs-5.0.7-use-protocol-id-instead-of-protoent.patch: use
685
protocol id directly instead of calling the non-reentrant
686
function getprotobyname() (bnc#787410)
687
688
-------------------------------------------------------------------
689
Tue Nov 6 21:18:39 UTC 2012 - lchiquitto@suse.com
690
691
- autofs-5.0.7-dont-reschedule-alarm-after-signals.patch: don't
692
schedule new alarms after handling SIGHUP and SIGUSR1 (bnc#783651)
693
694
-------------------------------------------------------------------
695
Tue Nov 6 21:12:19 UTC 2012 - lchiquitto@suse.com
696
697
- autofs-5.0.7-new-style-systemd-daemon.patch: add new command
698
line parameter --systemd, which instructs automount to skip
699
daemonization completely, leaving the task to systemd
700
- autofs.service: use new --systemd option when starting up
701
702
-------------------------------------------------------------------
703
Thu Nov 1 19:45:43 UTC 2012 - crrodriguez@opensuse.org
704
705
- autofs.service: use service type simple with no forking
706
707
-------------------------------------------------------------------
708
Fri Oct 19 12:56:57 UTC 2012 - lchiquitto@suse.com
709
710
- autofs-5.0.7-upstream-patches-20121018.bz2: update 5.0.7 upstream
711
patches to 20121018, fixing some bugs:
712
* fix recursive mount deadlock
713
* increase file map read buffer size
714
* handle new location of systemd
715
- remove patches that are now upstream:
716
* autofs-5.0.7-handle-new-location-of-systemd.patch
717
718
-------------------------------------------------------------------
719
Wed Oct 17 11:49:11 UTC 2012 - lchiquitto@suse.com
720
721
- rpm spec: don't try to build with udisks support on old versions
722
of the distribution
723
724
-------------------------------------------------------------------
725
Wed Oct 17 11:16:44 UTC 2012 - lchiquitto@suse.com
726
727
- autofs-5.0.7-upstream-patches-20121016.bz2: update 5.0.7 upstream
728
patches to 20121016, fixing some bugs:
729
* add timeout option description to man page
730
* fix null map entry order handling
731
* make description of default MOUNT_WAIT setting clear
732
* configure.in: allow cross compilation
733
* README: update mailing list subscription info
734
735
-------------------------------------------------------------------
736
Wed Oct 17 09:07:35 UTC 2012 - fcrozat@suse.com
737
738
- autofs-systemd-path.patch: handle new location of systemd
739
740
-------------------------------------------------------------------
741
Thu Sep 20 12:48:28 UTC 2012 - werner@suse.de
742
743
- Make it possible to use tmpfs based parents for autofs mount points
744
745
-------------------------------------------------------------------
746
Mon Sep 17 15:33:20 UTC 2012 - lchiquitto@suse.com
747
748
- autofs-5.0.7-upstream-patches-20120911.bz2: update 5.0.7 upstream
749
patches to 20120911, fixing some bugs:
750
* fix nobind sun escaped map entries
751
* fix use cache entry after free in lookup_prune_one_cache()
752
* fix ipv6 proximity calculation
753
* fix parse buffer initialization
754
* fix typo in automount(8)
755
- remove patches that are now upstream:
756
* autofs-5.0.7-fix-parse-buffer-initialization.patch
757
* autofs-5.0.7-fix-use-devid-after-free.patch
758
759
-------------------------------------------------------------------
760
Tue Aug 28 17:55:46 UTC 2012 - lchiquitto@suse.com
761
762
- autofs-5.0.7-fix-use-devid-after-free.patch: fix use cache entry
763
after free in lookup_prune_one_cache() (bnc#774241)
764
765
-------------------------------------------------------------------
766
Tue Aug 28 17:54:24 UTC 2012 - lchiquitto@suse.com
767
768
- autofs-5.0.7-fix-parse-buffer-initialization.patch: fix parse
769
buffer initialization to avoid corruption in the map file name
770
string (bnc#777709)
771
772
-------------------------------------------------------------------
773
Thu Aug 23 08:45:49 UTC 2012 - werner@suse.de
774
775
- Udisk: Check for unknown key word `eavesdrop' for dbus matching
776
rules and if not supported retry without
777
- Udisk: Do not crash if map file is not found
778
779
-------------------------------------------------------------------
780
Fri Aug 17 12:28:53 UTC 2012 - werner@suse.de
781
782
- First initial udisks support, that is listen over dbus the udisks
783
daemon and the events for USB and optical devices. Also ask at
784
startup the udisks daemon for all devices and its properties as
785
well as manage the removals and plugins of devices.
786
TODO:
787
+ With parsing the map configuration file apply the rules
788
to the map entry, like special options for file systems types
789
and/or devices. Also make keys unique, that is compare with
790
existing keys and add an counter or similar.
791
+ Also with parsing the map configuration file apply the rules
792
to the key of map entry, like using more than one dict entry
793
for the key.
794
+ Security management: who is allowed to access the devices?
795
+ How to trigger sync and unmount before any timeout?
796
+ What is about UTF-8 and Latin to UTF-8?
797
798
-------------------------------------------------------------------
799
Sun Jul 29 23:38:32 UTC 2012 - lchiquitto@suse.com
800
801
- adjust the NetworkManager dispatcher script to check if the
802
AutoFS service is enabled in SysV or systemd (bnc#773440)
803
804
-------------------------------------------------------------------
805
Wed Jul 25 23:46:20 UTC 2012 - lchiquitto@suse.com
806
807
- update to version 5.0.7:
808
* check negative cache much earlier
809
* dont use pthread_rwlock_tryrdlock()
810
* mount_nfs.so to honor explicit NFSv4 requests
811
* mount_nfs.so fix port=0 option behavior v3
812
* documentation fix some typos and misleading comments
813
814
-------------------------------------------------------------------
815
Fri Jul 20 19:07:22 UTC 2012 - lchiquitto@suse.com
816
817
- add reload action to systemd service file (bnc#772487)
818
819
-------------------------------------------------------------------
820
Thu Jul 19 22:43:42 UTC 2012 - lchiquitto@suse.com
821
822
- update 5.0.6 upstream patches to 20120716, fixing some bugs:
823
* fix systemd argument passing
824
* fix get_nfs_info() can incorrectly fail
825
* fix offset directory removal
826
827
-------------------------------------------------------------------
828
Tue Jul 3 00:36:26 UTC 2012 - lchiquitto@suse.com
829
830
- update 5.0.6 upstream patches to 20120629, fixing some bugs:
831
* check if /etc/mtab is a link to /proc/self/mounts
832
* fix nfs4 contacts portmap
833
* fix sss map age not updated
834
* fix remount deadlock (bnc#733479)
835
* fix umount recovery of busy direct mount (bnc#734924)
836
* fix offset mount point directory removal
837
* remove move mount code and configure option
838
* fix remount of multi mount
839
* fix device ioctl alloc path check
840
* refactor hosts lookup module
841
* remove cache update from parse_mount()
842
* add function to delete offset cache entry
843
* allow update of multi mount offset entries
844
* add hup signal handling to hosts map
845
- remove patches that are now upstream:
846
* autofs-5.0.6-fix-remount-deadlock.patch
847
* autofs-5.0.6-fix-umount-recovery-of-busy-direct-mount.patch
848
849
-------------------------------------------------------------------
850
Tue May 29 17:12:43 UTC 2012 - lchiquitto@suse.com
851
852
- fix umount recovery of busy direct mounts (bnc#734924)
853
- fix remount deadlock that can happen on a restart when there are
854
nested direct mounts busy (bnc#733479)
855
856
-------------------------------------------------------------------
857
Mon May 28 21:12:46 UTC 2012 - lchiquitto@suse.com
858
859
- revert "fix libtirpc name clash": auth_put() is not yet available
860
in our version of tirpc
861
862
-------------------------------------------------------------------
863
Sat May 26 12:08:26 UTC 2012 - lchiquitto@suse.com
864
865
- update 5.0.6 upstream patches to 20120525, fixing some bugs:
866
* fix sss wildcard match
867
* fix dlopen() error handling in sss module
868
* fix configure string length tests
869
* report "map not read" when debug logging
870
* duplicate parent options for included maps (bnc#753693)
871
* update ->timeout() function to not return timeout
872
* move timeout to map_source
873
* fix kernel verion check of version components
874
* dont retry ldap connect if not required
875
* fix initialization in rpc create_client()
876
* fix libtirpc name clash
877
- remove patches that are now upstream:
878
* autofs-5.0.6-duplicate-parent-options-for-included-maps.patch
879
880
-------------------------------------------------------------------
881
Wed Apr 25 09:54:31 UTC 2012 - lchiquitto@suse.com
882
883
- duplicate parent options for included maps (bnc#753693)
884
885
-------------------------------------------------------------------
886
Mon Apr 2 17:50:35 UTC 2012 - lchiquitto@suse.com
887
888
- update 5.0.6 upstream patches to 20120402, fixing some bugs:
889
* use strtok_r() in linux_version_code()
890
* improve UDP RPC timeout handling
891
* allow MOUNT_WAIT to override probe
892
* fix rework error return handling in rpc code
893
* fix typo in libtirpc file name
894
* fix function to check mount.nfs version
895
* fix segmentation fault in get_query_dn() (bnc#752044)
896
- remove patches that are now upstream:
897
* autofs-5.0.6-fix-libtirpc-name-typo.patch
898
899
-------------------------------------------------------------------
900
Wed Feb 29 13:00:01 UTC 2012 - lchiquitto@suse.com
901
902
- update 5.0.6 upstream patches to 20120228, fixing some bugs and
903
implementing new features (bnc#749098):
904
* fix improve mount location error reporting
905
* fix fix wait for master source mutex
906
* add sss lookup module
907
* teach automount about sss source
908
* fix init script usage message
909
* ignore duplicate exports in auto.net
910
* add kernel version check function
911
* add function to check mount.nfs version
912
* reinstate singleton mount probe
913
* rework error return handling in rpc code
914
* catch EHOSTUNREACH and bail out early
915
* systemd support fixes
916
* check scandir() return value (bnc#748588)
917
* allow for kernel packet size change (in kernel 3.3.0+)
918
* fix function to check mount.nfs version
919
- get-upstream-patches: make it work again after kernel.org FTP
920
server reorganization
921
922
-------------------------------------------------------------------
923
Thu Feb 2 22:18:53 UTC 2012 - lchiquitto@suse.com
924
925
- fix segfault caused by an use after free in st_queue_handler()
926
(bnc#727392)
927
928
-------------------------------------------------------------------
929
Thu Feb 2 13:09:26 UTC 2012 - lchiquitto@suse.com
930
931
- comment out /etc/auto.master.d from the shipped auto.master file
932
933
-------------------------------------------------------------------
934
Thu Feb 2 12:55:51 UTC 2012 - lchiquitto@suse.com
935
936
- configure with --disable-mount-move only when systemd is enabled
937
938
-------------------------------------------------------------------
939
Fri Jan 27 18:05:45 UTC 2012 - lchiquitto@suse.com
940
941
- rpm spec: simplify some commands in the install section and
942
use more rpm macros (from Cristian Rodriguez)
943
944
-------------------------------------------------------------------
945
Mon Jan 23 16:24:31 UTC 2012 - lchiquitto@suse.com
946
947
- enable systemd support by default on openSUSE 12.2 (bnc#741879):
948
* enable disable-mount-move and with-systemd configure options
949
* install systemd service file
950
951
-------------------------------------------------------------------
952
Mon Jan 23 12:56:56 UTC 2012 - lchiquitto@suse.com
953
954
- disable "--as-needed" to make sure automount will be linked
955
against libtirpc (bnc#742846)
956
957
-------------------------------------------------------------------
958
Thu Jan 19 20:40:34 UTC 2012 - lchiquitto@suse.com
959
960
- fix typo in libtirpc file name
961
- rpm spec: use the %configure macro
962
963
-------------------------------------------------------------------
964
Tue Jan 17 12:44:26 UTC 2012 - lchiquitto@suse.com
965
966
- update 5.0.6 upstream patches to 20111210, fixing some bugs and
967
implementing new features (bnc#741878):
968
* add systemd unit support (not enabled yet)
969
* add disable move mount configure option
970
* implement 'dir' map type
971
* improve mount location error reporting
972
* fix rpc build error
973
* fix ipv6 configure check
974
* fix ipv6 rpc calls
975
* fix ipv6 name lookup check
976
* fix map source check in file lookup
977
* fix submount shutdown race
978
* fix wait for master source mutex
979
* fix not bind mounting local filesystem
980
* fix LDAP result leaks on error paths
981
* fix result null check in read_one_map()
982
* fix dumpmaps not reading maps
983
* fix paged query more results check
984
985
-------------------------------------------------------------------
986
Tue Dec 20 11:28:00 UTC 2011 - coolo@suse.com
987
988
- add autoconf as buildrequire to avoid implicit dependency
989
990
-------------------------------------------------------------------
991
Wed Nov 16 19:51:44 UTC 2011 - lchiquitto@suse.com
992
993
- fix initialization of LDAP results (bnc#730245)
994
995
-------------------------------------------------------------------
996
Wed Oct 19 16:00:47 UTC 2011 - lchiquitto@suse.com
997
998
- init script: remove SUSE-specific actions that systemd doesn't
999
support (force-expire and force-stop) (bnc#725199)
1000
1001
-------------------------------------------------------------------
1002
Sat Sep 17 13:43:52 UTC 2011 - jengelh@medozas.de
1003
1004
- rpm spec: remove redundant tags/sections
1005
- rpm spec: use %_smp_mflags for parallel build
1006
1007
-------------------------------------------------------------------
1008
Wed Sep 14 18:51:32 UTC 2011 - lchiquitto@suse.com
1009
1010
- fix LDAP result leaks on error paths
1011
- fix result null check in read_one_map() (bnc#707715)
1012
- fix paged query more results check
1013
1014
-------------------------------------------------------------------
1015
Mon Jul 4 11:35:36 UTC 2011 - lchiquitto@suse.com
1016
1017
- update 5.0.6 upstream patches to 20110703, removing one patch
1018
that is now upstream:
1019
* autofs-5.0.6-fix-ipv6-name-for-lookup-fix.patch
1020
1021
-------------------------------------------------------------------
1022
Fri Jul 1 13:40:05 UTC 2011 - lchiquitto@suse.com
1023
1024
- fix an error in the recent ipv6 name for lookup patch
1025
1026
-------------------------------------------------------------------
1027
Tue Jun 28 23:42:30 UTC 2011 - lchiquitto@suse.com
1028
1029
- update to version 5.0.6 (bnc#702791):
1030
* add nobind option
1031
* add base64 password encode
1032
* fix ipv6 name for lookup
1033
* fix libtirpc ipv6 check
1034
* dont bind nfs mount if nobind is set
1035
- remove patches that are now upstream:
1036
* autofs-5.0.5-fix-null-cache-deadlock.patch
1037
1038
-------------------------------------------------------------------
1039
Tue Jun 14 17:21:19 UTC 2011 - lchiquitto@suse.com
1040
1041
- rpm spec: install the rcautofs(8) man page as a symbolic link
1042
to autofs(8)
1043
- rpm spec: restart the automount daemon after updates
1044
- init script: update Free Software Foundation address
1045
1046
-------------------------------------------------------------------
1047
Tue Jun 14 12:01:17 UTC 2011 - lchiquitto@suse.com
1048
1049
- fix null cache deadlock (bnc#696596)
1050
1051
-------------------------------------------------------------------
1052
Tue Jun 14 11:54:02 UTC 2011 - lchiquitto@suse.com
1053
1054
- update 5.0.5 upstream patches to 20110613 (bnc#699767):
1055
* remove master_mutex_unlock() leftover
1056
* fix sanity checks for brackets in server name
1057
* fix lsb service name in init script
1058
* fix map source check in file lookup
1059
* fix simple bind without SASL support
1060
* fix sasl bind host name selection
1061
1062
-------------------------------------------------------------------
1063
Tue Jun 14 09:36:35 UTC 2011 - aj@suse.de
1064
1065
- build against libtirpc since glibc's rpc code is deprecated
1066
1067
-------------------------------------------------------------------
1068
Fri May 27 20:53:03 UTC 2011 - lchiquitto@suse.com
1069
1070
- modify the NetworkManager dispatcher script to prevent it from
1071
restarting AutoFS when the network goes down (bnc#693402)
1072
1073
-------------------------------------------------------------------
1074
Fri May 27 20:13:52 UTC 2011 - lchiquitto@suse.com
1075
1076
- init script: remove references to the obsolete autofs.ko (v3)
1077
kernel module (bnc#696708)
1078
- init script: don't wait one second if the misc device is already
1079
available (bnc#696708)
1080
1081
-------------------------------------------------------------------
1082
Mon May 23 17:44:54 UTC 2011 - lchiquitto@suse.com
1083
1084
- documentation: add the following (commented out) options to
1085
the default sysconfig file (bnc#695487, bnc#691617):
1086
* DEFAULT_NEGATIVE_TIMEOUT
1087
* DEFAULT_MOUNT_WAIT and DEFAULT_UMOUNT_WAIT
1088
* MOUNT_NFS_DEFAULT_PROTOCOL
1089
* LDAP_URI, LDAP_TIMEOUT, LDAP_NETWORK_TIMEOUT and SEARCH_BASE
1090
1091
-------------------------------------------------------------------
1092
Mon May 9 16:46:48 UTC 2011 - lchiquitto@suse.com
1093
1094
- update 5.0.5 upstream patches to 20110427 (bnc#692104):
1095
* fix paged ldap map read
1096
* fix next task list update
1097
* fix stale map read
1098
* fix null cache clean
1099
* automount(8) man page correction
1100
* fix out of order locking in readmap
1101
* include ip address in debug logging
1102
* mount using address for DNS round robin host names
1103
* reset negative status on cache prune
1104
- remove patches that are now upstream:
1105
* autofs-5.0.5-fix-next-task-list-update.patch
1106
* autofs-5.0.5-fix-stale-map-read.patch
1107
* autofs-5.0.5-fix-out-of-order-locking-in-readmap.patch
1108
1109
-------------------------------------------------------------------
1110
Mon Apr 4 21:04:35 UTC 2011 - lchiquitto@suse.com
1111
1112
- init script: use misc device (/dev/autofs) by default, unless it
1113
is explicitly disabled in sysconfig (bnc#684997)
1114
1115
-------------------------------------------------------------------
1116
Mon Apr 4 20:49:38 UTC 2011 - lchiquitto@suse.com
1117
1118
- fix out of order locking in readmap (bnc#667967)
1119
1120
-------------------------------------------------------------------
1121
Mon Apr 4 20:40:04 UTC 2011 - lchiquitto@suse.com
1122
1123
- add upstream fixes for the "non-expiring mounts" problem and
1124
put the "fix direct map not updating on reread" patch back in
1125
(bnc#677143)
1126
1127
-------------------------------------------------------------------
1128
Tue Mar 29 17:47:28 UTC 2011 - lchiquitto@suse.com
1129
1130
- ship init script as a source file and not as a patch against the
1131
upstream sample
1132
1133
-------------------------------------------------------------------
1134
Tue Mar 29 14:54:08 UTC 2011 - lchiquitto@suse.com
1135
1136
- update 5.0.5 upstream patches to 20110318, fixing one bug:
1137
* replace GPLv3 code (bnc#682268)
1138
1139
-------------------------------------------------------------------
1140
Thu Mar 24 21:04:16 UTC 2011 - lchiquitto@suse.com
1141
1142
- revert "fix direct map not updating on reread" due to expiration
1143
problems (bnc#677143)
1144
1145
-------------------------------------------------------------------
1146
Thu Mar 3 14:11:32 UTC 2011 - lchiquitto@suse.com
1147
1148
- update 5.0.5 upstream patches to 20110302 (bnc#676690):
1149
* use weight only for server selection
1150
* fix isspace() wild card substitution
1151
* auto adjust ldap page size
1152
* fix prune cache valid check
1153
* fix mountd vers retry
1154
* fix expire race
1155
1156
-------------------------------------------------------------------
1157
Tue Feb 22 13:51:47 UTC 2011 - lchiquitto@suse.com
1158
1159
- init script: remove "gssd" from Should-Start/Stop lists, there
1160
is no service with this name (bnc#626516)
1161
1162
-------------------------------------------------------------------
1163
Mon Feb 21 15:01:21 UTC 2011 - lchiquitto@suse.com
1164
1165
- when ghosting is enabled, don't create mount points for cached
1166
entries that don't have a valid mapent (bnc#658734)
1167
1168
-------------------------------------------------------------------
1169
Fri Oct 29 13:08:52 UTC 2010 - lchiquitto@suse.com
1170
1171
- update 5.0.5 upstream patches to 20101021 (bnc#650177):
1172
* remove ERR_remove_state() openssl call
1173
* always read file maps mount lookup map read fix
1174
* fix direct map not updating on reread
1175
* fix add simple bind auth
1176
* fix submount shutdown wait
1177
* add external bind method
1178
* add dump maps option
1179
1180
-------------------------------------------------------------------
1181
Thu Aug 19 12:15:44 UTC 2010 - lchiquitto@suse.com
1182
1183
- add MAP_HASH_TABLE_SIZE option to sysconfig
1184
1185
-------------------------------------------------------------------
1186
Thu Aug 12 13:31:29 UTC 2010 - lchiquitto@suse.com
1187
1188
- update 5.0.5 upstream patches to 20100810 (bnc#630736):
1189
* remove extra read master map call
1190
* fix "fix cache_init() on source re-read"
1191
* fix error handing in do_mount_indirect()
1192
* expire thread use pending mutex
1193
* link against krb5 library by default
1194
* make "verbose" mode a little less verbose (bnc#630719)
1195
- merge patches autofs-5.0.2-use_local_cflags.patch and
1196
autofs-5.0.5-as_needed.patch into autofs-suse-build.patch
1197
- remove autofs-5.0.4-link_kerberos.patch (now upstream)
1198
1199
-------------------------------------------------------------------
1200
Mon May 24 13:02:40 UTC 2010 - lchiquitto@suse.com
1201
1202
- update 5.0.5 upstream patches to 20100524 (bnc#608284):
1203
* add support to LDAP simple bind authentication
1204
* fix master map source server unavailable handling
1205
* add autofs_ldap_auth.conf man page
1206
* fix random selection for host on different network
1207
* don't hold lock for simple mounts
1208
* fix remount locking
1209
* fix wildcard map entry match (bnc#585201)
1210
* fix parse_sun() module init
1211
* don't check null cache on expire
1212
* fix null cache race
1213
* fix cache_init() on source re-read
1214
* mapent becomes negative during lookup
1215
* check each dc server
1216
* fix negative cache included map lookup
1217
* remove state machine timed wait
1218
1219
-------------------------------------------------------------------
1220
Mon May 10 23:26:47 UTC 2010 - lchiquitto@suse.com
1221
1222
- init script: improve stop routine to avoid problems on restart
1223
(bnc#604497)
1224
1225
-------------------------------------------------------------------
1226
Wed Mar 31 18:02:13 UTC 2010 - lchiquitto@suse.com
1227
1228
- update 5.0.5 upstream patches to 20100326:
1229
* fix reconnect get base dn
1230
* add missing sasl mutex callbacks
1231
* fix get query dn failure
1232
* fix ampersand escape in auto.smb
1233
* add locality as valid ldap master map attribute
1234
* add locality as valid ldap master map attribute fix
1235
1236
-------------------------------------------------------------------
1237
Wed Feb 24 16:50:02 CET 2010 - mszeredi@suse.cz
1238
1239
- add "network-remotefs" to Should-Start: and Should-Stop: in the
1240
init script (bnc#522224)
1241
1242
-------------------------------------------------------------------
1243
Wed Feb 10 10:37:15 UTC 2010 - lchiquitto@suse.com
1244
1245
- remove configure to make sure it will be recreated by autoconf.
1246
fixes a build problem that sometimes prevented lookup_ldap.so to
1247
be linked against krb5 (bnc#572934, bnc#578655)
1248
1249
-------------------------------------------------------------------
1250
Thu Feb 4 22:48:22 UTC 2010 - lchiquitto@suse.com
1251
1252
- update 5.0.5 upstream patches to 20100201:
1253
* check for path mount location in generic module
1254
* don't fail mount on access fail
1255
* fix rpc fail on large export list
1256
* fix memory leak on reload
1257
* don't connect at ldap lookup module init
1258
* fix random selection option
1259
* fix disable timeout
1260
* fix strdup() return value check
1261
- include README file about active restart feature (bnc#565151)
1262
1263
-------------------------------------------------------------------
1264
Wed Dec 23 11:56:57 UTC 2009 - lchiquitto@suse.com
1265
1266
- fix build on releases that do not support ext4
1267
1268
-------------------------------------------------------------------
1269
Wed Dec 16 14:03:27 UTC 2009 - lchiquitto@suse.com
1270
1271
- add new sysconfig parameter USE_MISC_DEVICE and enable it by
1272
default (bnc#565151)
1273
- update initscript bringing it closer to what we have upstream:
1274
* remove the deprecated force-stop logic and handle it like a
1275
regular stop
1276
* remove force-reload from usage and handle it like a regular
1277
reload
1278
1279
-------------------------------------------------------------------
1280
Fri Nov 27 11:59:44 UTC 2009 - lchiquitto@suse.com
1281
1282
- update to version 5.0.5. lots of bug fixes including:
1283
* fix nested submount expire deadlock
1284
* fix negative caching for non-existent map keys
1285
* make hash table scale to thousands of entries
1286
* fix uri list locking (again)
1287
* add nfs mount protocol default configuration option
1288
* fix bad token declaration in master map parser
1289
* fix double free in expire_proc()
1290
* fix file map lookup when reading included or nsswitch sources
1291
* fix memory leak reading master map
1292
* fix st_remove_tasks() locking
1293
* dont umount existing direct mount on master re-read
1294
* fix incorrect shutdown introduced by library relaod fixes
1295
* fix not releasing resources when using submounts
1296
* fix double free in sasl_bind()
1297
* fix map type info parse error
1298
* fix an RPC fd leak
1299
* fix pthread push order in expire_proc_direct()
1300
* fix libxml2 non-thread-safe calls
1301
* fix direct map cache locking
1302
* fix dont umount existing direct mount on reread.
1303
- update 5.0.5 upstream patches to 20091124:
1304
* add mount wait parameter
1305
* don't use master_lex_destroy() to clear parse buffer
1306
* fix backwards #ifndef INET6
1307
* fix ext4 fsck at mount
1308
* fix included map read fail handling
1309
* fix libxml2 workaround configure
1310
* fix pidof init script usage
1311
* fix stale initialization for file map instance
1312
* fix timeout in connect_nb()
1313
* make documentation for set-log-priority clearer
1314
* refactor ldap sasl bind
1315
* special case cifs escapes.
1316
1317
-------------------------------------------------------------------
1318
Fri Jun 19 07:08:43 CEST 2009 - cmorve69@yahoo.es
1319
1320
- fixed build with --as-needed
1321
1322
-------------------------------------------------------------------
1323
Thu May 14 12:21:09 CEST 2009 - werner@suse.de
1324
1325
- Add nfsserver to should start/stop in rc script (bnc#467906)
1326
1327
-------------------------------------------------------------------
1328
Thu Apr 9 16:10:27 CEST 2009 - werner@suse.de
1329
1330
- make sure that submounts are not busy anymore (bnc#467906)
1331
1332
-------------------------------------------------------------------
1333
Thu Feb 12 12:40:06 CET 2009 - mkoenig@suse.de
1334
1335
- add script to fetch upstream patches
1336
1337
-------------------------------------------------------------------
1338
Wed Feb 4 15:31:19 CET 2009 - mkoenig@suse.de
1339
1340
- update to version 5.0.4 (just version bump, since all 5.0.3
1341
upstream patches had been already applied)
1342
- update 5.0.4 upstream patches to 20090122:
1343
* fix dumb libxml2 check
1344
* fix nested submount expire deadlock.
1345
* fix negative caching for non-existent map keys.
1346
* use CLOEXEC flag.
1347
* fix select(2) fd limit.
1348
* make hash table scale to thousands of entries (Paul Wankadia,
1349
Valerie Aurora Henson).
1350
* clear the quoted flag after each character from program map input.
1351
- remove patch
1352
autofs-5.0.1-mount_xdr_no_strict_aliasing.patch
1353
1354
-------------------------------------------------------------------
1355
Tue Jan 27 18:14:48 CET 2009 - kukuk@suse.de
1356
1357
- Add aaa_base to PreReq.
1358
1359
-------------------------------------------------------------------
1360
Fri Jan 23 15:49:14 CET 2009 - coolo@suse.de
1361
1362
- don't rely on huge perl script to check if autofs is active
1363
1364
-------------------------------------------------------------------
1365
Thu Jan 22 11:42:35 CET 2009 - mkoenig@suse.de
1366
1367
- apply all 5.0.3 upstream patches which include a couple
1368
critical bugfixes:
1369
- fix segfault due to empty hostlist [bnc#466167]
1370
- fixes for submount shutdown
1371
- use /dev/urandom
1372
- fix problems if /etc/mtab points to /proc/mounts
1373
- dynamically allocate interface config buffer
1374
- fix percent hack
1375
- handle zero length nis key update
1376
- fix file handle being left open following a multi-mount non-fatal
1377
mount fail
1378
- fix case where an incorrect mount point path was being used when
1379
mounting a multi-mount component
1380
- Fix incorrect match of map type as a host name
1381
- fix map out of order map re-read on hup signal.
1382
- fix nisplus error return check and use after free error.
1383
- fix rootless direct multi-mount expire.
1384
- wait submount expire thread completion
1385
- add missing uris list locking
1386
- fix master map lexer eval order
1387
- fix bad alloca usage
1388
1389
-------------------------------------------------------------------
1390
Thu Jan 8 14:33:41 CET 2009 - mkoenig@suse.de
1391
1392
- fix segfault on HUP [bnc#458336]
1393
1394
-------------------------------------------------------------------
1395
Fri Oct 24 18:06:29 CEST 2008 - mkoenig@suse.de
1396
1397
- fix syntax error in init script [bnc#435505]
1398
1399
-------------------------------------------------------------------
1400
Fri Aug 15 16:22:49 CEST 2008 - mkoenig@suse.de
1401
1402
- build with --enable-ignore-busy
1403
- add init script action force-expire to force the expire
1404
of mounted filesystems
1405
- add init script action force-stop for forced shutdown with
1406
lazy umount of busy filesystems
1407
- use force-stop on shutdown
1408
- Don't kill all processes on busy filesystems anymore,
1409
as we do a lazy umount, this might not be needed and
1410
reduces shutdown overhead
1411
1412
-------------------------------------------------------------------
1413
Mon Aug 11 14:28:40 CEST 2008 - mkoenig@suse.de
1414
1415
- update upstream patches 20080806
1416
- remove patch
1417
autofs-5.0.3-allow_rootfs_nonlocal.patch
1418
1419
-------------------------------------------------------------------
1420
Thu Jun 26 16:59:17 CEST 2008 - mkoenig@suse.de
1421
1422
- update upstream patches 20080528
1423
- allow rootfs to be non-local [bnc#399944]
1424
- remove patch
1425
autofs-5.0.3-aclocal_pthread.patch
1426
1427
-------------------------------------------------------------------
1428
Fri May 16 16:31:01 CEST 2008 - mkoenig@suse.de
1429
1430
- more shutdown improvements to minimize the risk of mounted
1431
leftovers in the shutdown process
1432
differentiate between direct/indirect mounts
1433
enforce lazy umount since USR2 seems not to work currently
1434
1435
-------------------------------------------------------------------
1436
Mon Apr 21 17:10:26 CEST 2008 - mkoenig@suse.de
1437
1438
- improve shutdown in init script
1439
1440
-------------------------------------------------------------------
1441
Wed Jan 30 09:23:58 CET 2008 - mkoenig@suse.de
1442
1443
- link LDAP lookup module with krb5 if build with SASL [bnc#356599]
1444
1445
-------------------------------------------------------------------
1446
Thu Jan 17 15:41:30 CET 2008 - mkoenig@suse.de
1447
1448
- update to version 5.0.3
1449
* quell annoying "cannot open mount module" message.
1450
* fix for improve handling of server not available.
1451
* use mount option "nodev" for "-hosts" map unless "dev" is
1452
explicily specified.
1453
* add LDAP paged query handling to deal with query size restrictions
1454
* add additional case for "mark map instances stale so they aren't
1455
"cleaned" during updates".
1456
* fix race during sub-mount shutdown.
1457
* fix add SEARCH_BASE configuration option.
1458
* update kernel patches.
1459
- update upstream patches (20080117)
1460
* correct configure test for ldapr page control functions.
1461
* catch "-xfn" map type and issue "no supported" message.
1462
- fix configure check
1463
- add krb5-devel and libxml2-devel to BuildRequires
1464
1465
-------------------------------------------------------------------
1466
Mon Dec 17 12:38:25 CET 2007 - mkoenig@suse.de
1467
1468
- update upstream patches
1469
* fix off-by-one error for lookup of map keys exactly
1470
255 characters long
1471
* improve handling of server not available
1472
* fix LDAP_URI server selection
1473
* add authentication option for using an external credential cache
1474
* expand support for the "%" hack
1475
* fix to quoting for exports gathered by hosts map
1476
* use mount option "nosuid" for "-hosts" map unless "suid" is
1477
explicily specified
1478
* second attempt fixing quoting for exports gathered by hosts map
1479
- merged autofs-5.0.2-size_fix.patch
1480
1481
-------------------------------------------------------------------
1482
Tue Nov 20 17:16:31 CET 2007 - mkoenig@suse.de
1483
1484
- fix buffer overflow [#341626]
1485
1486
-------------------------------------------------------------------
1487
Thu Nov 15 17:06:21 CET 2007 - dmueller@suse.de
1488
1489
- add recommends on nfs-client
1490
1491
-------------------------------------------------------------------
1492
Wed Nov 14 18:37:39 CET 2007 - mkoenig@suse.de
1493
1494
- fix version
1495
1496
-------------------------------------------------------------------
1497
Fri Nov 9 13:11:07 CET 2007 - mkoenig@suse.de
1498
1499
- update upstream patches which include several bugfixes.
1500
- fix build of debuginfo package, in which the info for the
1501
daemon has been missing
1502
1503
-------------------------------------------------------------------
1504
Thu Oct 18 12:02:15 CEST 2007 - mkoenig@suse.de
1505
1506
- add $portmap to ShouldStart [#331615]
1507
- fix problem with nested mounts [#128083]
1508
1509
-------------------------------------------------------------------
1510
Wed Sep 19 15:34:46 CEST 2007 - mkoenig@suse.de
1511
1512
- fix last change [#309123]
1513
1514
-------------------------------------------------------------------
1515
Mon Sep 17 16:58:35 CEST 2007 - mkoenig@suse.de
1516
1517
- kill processes which keep filesystem busy on shutdown [#309123]
1518
1519
-------------------------------------------------------------------
1520
Wed Jul 25 12:33:33 CEST 2007 - mkoenig@suse.de
1521
1522
- add BuildRequires e2fsprogs
1523
and mention modules to be build explicitly in %files
1524
1525
-------------------------------------------------------------------
1526
Thu Jul 19 11:03:43 CEST 2007 - mkoenig@suse.de
1527
1528
- new sysconfig parameters LOCAL_OPTIONS and APPEND_OPTIONS
1529
support for default mount options to optionally are appended
1530
to master map options or replace them.
1531
- enable LFS support to avoid problems with mount expires
1532
1533
-------------------------------------------------------------------
1534
Thu Jul 5 12:24:23 CEST 2007 - mkoenig@suse.de
1535
1536
- update to version 5.0.2:
1537
* bugfix release
1538
- new upstream patches
1539
autofs-5.0.2-add-krb5-include.patch
1540
autofs-5.0.2-bad-proto-init.patch
1541
autofs-5.0.2-add-missing-multi-support.patch
1542
autofs-5.0.2-add-multi-nsswitch-lookup.patch
1543
- removed patch (merged upstream)
1544
autofs-5.0.1-fix_contained_check.patch
1545
1546
-------------------------------------------------------------------
1547
Thu Apr 26 17:21:12 CEST 2007 - mkoenig@suse.de
1548
1549
- update to version 5.0.1:
1550
* autofs5 is a major rewrite
1551
* many new features to be more compliant with industry standard:
1552
+ improved direct mount map support
1553
+ '+' map inclusion
1554
+ added nsswitch map source support
1555
+ rewrote multi-mount map code
1556
+ added LDAP encryption and authentication support
1557
+ improved shutdown and restart
1558
+ a "hosts" map module has been added
1559
- add gssd dependencies in init script [#249779]
1560
1561
-------------------------------------------------------------------
1562
Tue Mar 6 12:12:02 CET 2007 - mkoenig@suse.de
1563
1564
- Fix last upstream patch which introduced a problem for
1565
filesystems defined in fstab by LABEL or UUID [#244945]
1566
- Fix killing of processes on stop [#249770]
1567
1568
-------------------------------------------------------------------
1569
Wed Jan 31 15:38:19 CET 2007 - mkoenig@suse.de
1570
1571
- add upstream patch autofs-4.1.4-dont_create_remote_dirs.patch
1572
Checks first for the directory to create in order to avoid
1573
problems with different mkdir behaviour, resolves [#229607]
1574
1575
-------------------------------------------------------------------
1576
Mon Jan 29 16:59:17 CET 2007 - mkoenig@suse.de
1577
1578
- remove the introduced -multi option, because this issue has
1579
been fixed upstream in a different way.
1580
add autofs-4.1.4-multi_parse_fix.patch, resolves [#232855]
1581
1582
-------------------------------------------------------------------
1583
Thu Nov 30 17:47:30 CET 2006 - mkoenig@suse.de
1584
1585
- add NetworkManager dispatcher script [#173990]
1586
- fix possible buffer overflow
1587
1588
-------------------------------------------------------------------
1589
Wed Oct 4 16:35:36 CEST 2006 - jeffm@suse.com
1590
1591
- Fixed nfs mount connect retry fallback (195924)
1592
- Fixed e2fsck error handling (196057)
1593
1594
-------------------------------------------------------------------
1595
Tue Sep 12 15:08:04 CEST 2006 - schwab@suse.de
1596
1597
- Clean up init script.
1598
1599
-------------------------------------------------------------------
1600
Tue Sep 12 14:41:06 CEST 2006 - ro@suse.de
1601
1602
- fix typo in comment for previous change
1603
1604
-------------------------------------------------------------------
1605
Tue Sep 12 14:35:38 CEST 2006 - ro@suse.de
1606
1607
- add previous defaults to newly added variable names in rcscript
1608
1609
-------------------------------------------------------------------
1610
Thu Sep 7 21:26:00 CEST 2006 - jeffm@suse.com
1611
1612
- Added -multi option to enable consistent mount
1613
behavior when using auto.net (118902)
1614
1615
-------------------------------------------------------------------
1616
Tue Aug 29 15:22:32 CEST 2006 - jeffm@suse.com
1617
1618
- Fixed --timeout=<num> handling (117672)
1619
- Fixed forced expiry handling (SIGHUP vs SIGUSR1) (177068)
1620
1621
-------------------------------------------------------------------
1622
Wed Aug 23 20:20:45 CEST 2006 - jeffm@suse.com
1623
1624
- Added configurable locking patch (178308)
1625
1626
-------------------------------------------------------------------
1627
Fri May 26 19:23:45 CEST 2006 - schwab@suse.de
1628
1629
- Fix broken makefile.
1630
1631
-------------------------------------------------------------------
1632
Sat May 20 15:52:56 CEST 2006 - schwab@suse.de
1633
1634
- Don't strip binaries.
1635
1636
-------------------------------------------------------------------
1637
Wed May 17 18:47:56 CEST 2006 - seife@suse.de
1638
1639
- Add README.NetworkManager [#175935]
1640
1641
-------------------------------------------------------------------
1642
Tue Feb 28 15:16:04 CET 2006 - cthiel@suse.de
1643
1644
- fix post script
1645
1646
-------------------------------------------------------------------
1647
Wed Feb 1 17:38:29 CET 2006 - rhafer@suse.de
1648
1649
- Support for ':' in ldap mapentries [#117297]
1650
1651
-------------------------------------------------------------------
1652
Wed Jan 25 21:34:32 CET 2006 - mls@suse.de
1653
1654
- converted neededforbuild to BuildRequires
1655
1656
-------------------------------------------------------------------
1657
Wed Nov 23 10:34:14 CET 2005 - varkoly@suse.de
1658
1659
- Add -fno-strict-aliasing to the CFLAGS
1660
1661
-------------------------------------------------------------------
1662
Mon Nov 14 08:46:14 CET 2005 - varkoly@suse.de
1663
1664
- Bugfix: bad example ldif.
1665
1666
-------------------------------------------------------------------
1667
Mon Sep 26 01:25:24 CEST 2005 - ro@suse.de
1668
1669
- added LDAP_DEPRECATED to compile flags
1670
1671
-------------------------------------------------------------------
1672
Thu Sep 1 11:07:45 CEST 2005 - choeger@suse.de
1673
1674
- Bugfix ID#112779 - autofs uses /etc/openldap/ldap.conf instead of
1675
/etc/ldap.conf
1676
1677
-------------------------------------------------------------------
1678
Thu Aug 25 16:56:06 CEST 2005 - kukuk@suse.de
1679
1680
- Add ldap to Should-Start [#112984]
1681
1682
-------------------------------------------------------------------
1683
Thu Aug 11 11:49:17 CEST 2005 - mmj@suse.de
1684
1685
- make sure autofs is enabled after an update [#102944]
1686
- don't support upgrading from <= SuSE Linux 7.3 anymore
1687
1688
-------------------------------------------------------------------
1689
Sat Jul 23 16:52:26 CEST 2005 - trenn@suse.de
1690
1691
- move /usr/lib64/autofs/autofs-ldap-auto-master to /usr/lib/autofs
1692
on x86_64 systems
1693
1694
-------------------------------------------------------------------
1695
Fri Jun 17 09:22:04 CEST 2005 - kukuk@suse.de
1696
1697
- Rename from autofs4 to autofs
1698
1699
-------------------------------------------------------------------
1700
Tue Jun 14 10:31:49 CEST 2005 - kukuk@suse.de
1701
1702
- Remove broken "singnal-race" patch [#90521]
1703
1704
-------------------------------------------------------------------
1705
Mon May 23 00:12:23 CEST 2005 - ro@suse.de
1706
1707
- update to 4.1.4, remove upstream patches
1708
1709
-------------------------------------------------------------------
1710
Sun May 15 13:24:29 CEST 2005 - aj@suse.de
1711
1712
- Initialize variables.
1713
1714
-------------------------------------------------------------------
1715
Wed Apr 27 14:03:24 CEST 2005 - meissner@suse.de
1716
1717
- use RPM_OPT_FLAGS
1718
1719
-------------------------------------------------------------------
1720
Thu Apr 7 14:37:43 CEST 2005 - kukuk@suse.de
1721
1722
- Remove autofs-4.1.0-loop.patch, it is wrong.
1723
1724
-------------------------------------------------------------------
1725
Fri Mar 04 15:00:24 CET 2005 - arvin@suse.de
1726
1727
- use our good old init script (bug #67311)
1728
1729
-------------------------------------------------------------------
1730
Fri Mar 04 14:41:20 CET 2005 - arvin@suse.de
1731
1732
- fixed syntax of sysconfig.autofs (bug #70883)
1733
1734
-------------------------------------------------------------------
1735
Fri Feb 25 22:17:10 CET 2005 - mmj@suse.de
1736
1737
- LSB says return value for not running service is 7 [#65817]
1738
1739
-------------------------------------------------------------------
1740
Thu Dec 9 18:28:44 CET 2004 - ihno@suse.de
1741
1742
- Update to version 4.1.3 plus patches
1743
1744
-------------------------------------------------------------------
1745
Tue Jun 22 14:22:12 CEST 2004 - ro@suse.de
1746
1747
- remove nfslock dependency from startscript
1748
1749
-------------------------------------------------------------------
1750
Mon Apr 19 10:42:14 CEST 2004 - arvin@suse.de
1751
1752
- make AutoBuild happy
1753
1754
-------------------------------------------------------------------
1755
Fri Oct 31 15:05:44 CET 2003 - arvin@suse.de
1756
1757
- build rpm as non-root user
1758
1759
-------------------------------------------------------------------
1760
Fri Oct 24 12:19:47 CEST 2003 - arvin@suse.de
1761
1762
- updated to version 4.0.0
1763
1764
-------------------------------------------------------------------
1765
Wed Oct 22 12:20:10 CEST 2003 - arvin@suse.de
1766
1767
- fixed truncation of LDAP search DN after whitespace (bug #31847)
1768
1769
-------------------------------------------------------------------
1770
Mon Aug 18 12:54:32 CEST 2003 - arvin@suse.de
1771
1772
- added activation metadata (bug #28838)
1773
1774
-------------------------------------------------------------------
1775
Mon Jul 28 20:39:06 CEST 2003 - arvin@suse.de
1776
1777
- added documentation about syntax of auto.master file
1778
1779
-------------------------------------------------------------------
1780
Wed Apr 23 15:59:16 CEST 2003 - arvin@suse.de
1781
1782
- adapted option for sort in auto.net to new coreutils
1783
1784
-------------------------------------------------------------------
1785
Mon Apr 14 14:41:13 CEST 2003 - arvin@suse.de
1786
1787
- faster shutdown of service autofs (bug #25790)
1788
1789
-------------------------------------------------------------------
1790
Fri Apr 11 17:22:03 CEST 2003 - arvin@suse.de
1791
1792
- fixed handling of certain yp maps (bug #26274)
1793
1794
-------------------------------------------------------------------
1795
Wed Feb 05 15:12:00 CET 2003 - arvin@suse.de
1796
1797
- set syslogmask back to not include debug messages
1798
1799
-------------------------------------------------------------------
1800
Tue Jan 21 17:18:34 CET 2003 - mc@suse.de
1801
1802
- add a patch to support ldap v3
1803
1804
-------------------------------------------------------------------
1805
Mon Jan 20 15:56:28 CET 2003 - arvin@suse.de
1806
1807
- strip autofs-ldap-auto-master tool
1808
1809
-------------------------------------------------------------------
1810
Mon Jan 20 15:28:05 CET 2003 - mc@suse.de
1811
1812
- add better ldap support
1813
- add ldap schema patch to support the nis schema with ldap
1814
- add the Linux autofs.schema
1815
- add a README about autofs and ldap
1816
1817
-------------------------------------------------------------------
1818
Thu Dec 19 20:26:23 CET 2002 - arvin@suse.de
1819
1820
- added sysconfig metadata (bug #22615)
1821
- better description in start script for runlevel editor
1822
(bug #21894)
1823
- nicer output of init script
1824
- start: check if daemon runs and export skipped if not configured
1825
1826
-------------------------------------------------------------------
1827
Mon Sep 02 11:41:55 CEST 2002 - arvin@suse.de
1828
1829
- remove lock file during stop even if no daemon is running
1830
(bug #18699)
1831
1832
-------------------------------------------------------------------
1833
Tue Aug 27 17:39:10 CEST 2002 - arvin@suse.de
1834
1835
- commented auto.misc entry in auto.master (bug #18434)
1836
1837
-------------------------------------------------------------------
1838
Mon Aug 26 10:53:56 CEST 2002 - arvin@suse.de
1839
1840
- include special dirs in package
1841
1842
-------------------------------------------------------------------
1843
Fri Aug 23 11:04:01 CEST 2002 - arvin@suse.de
1844
1845
- honor RPM_OPT_FLAGS
1846
- moved plugins to %{_libdir}/autofs
1847
1848
-------------------------------------------------------------------
1849
Wed Aug 7 17:32:51 CEST 2002 - ro@suse.de
1850
1851
- added Should-Start nfslock in rcscript (#17425)
1852
1853
-------------------------------------------------------------------
1854
Thu Aug 01 12:45:59 CEST 2002 - arvin@suse.de
1855
1856
- added requires and prerequires
1857
1858
-------------------------------------------------------------------
1859
Mon Jul 22 10:57:51 CEST 2002 - sf@suse.de
1860
1861
- updated auto_fs.h to actual version of kernel
1862
1863
-------------------------------------------------------------------
1864
Thu Jul 18 11:10:43 CEST 2002 - arvin@suse.de
1865
1866
- moved ypbind and keyserv to Should-Start in init script
1867
(bug #17064)
1868
1869
-------------------------------------------------------------------
1870
Mon Feb 25 14:12:18 CET 2002 - arvin@suse.de
1871
1872
- added option expire to init script (unmount all currently
1873
not used mounts)
1874
1875
-------------------------------------------------------------------
1876
Sat Feb 16 23:45:52 CET 2002 - arvin@suse.de
1877
1878
- fixed start/stop message
1879
1880
-------------------------------------------------------------------
1881
Fri Feb 15 16:39:18 CET 2002 - arvin@suse.de
1882
1883
- simplify remove_and_set call
1884
1885
-------------------------------------------------------------------
1886
Fri Feb 15 13:58:35 CET 2002 - arvin@suse.de
1887
1888
- better examples in /etc/auto.misc
1889
1890
-------------------------------------------------------------------
1891
Fri Feb 01 16:20:08 CET 2002 - arvin@suse.de
1892
1893
- fixed restart and force-reload to stop and start the service
1894
(bug #13019)
1895
1896
-------------------------------------------------------------------
1897
Wed Jan 23 12:01:53 CET 2002 - arvin@suse.de
1898
1899
- don't use default value of yes for removal of USE_NIS_FOR_AUTOFS
1900
1901
-------------------------------------------------------------------
1902
Sat Jan 19 21:03:19 CET 2002 - arvin@suse.de
1903
1904
- read mount types to query from /etc/nsswitch.conf
1905
1906
-------------------------------------------------------------------
1907
Wed Jan 16 16:02:57 CET 2002 - arvin@suse.de
1908
1909
- compile ldap lookup
1910
1911
-------------------------------------------------------------------
1912
Wed Dec 12 17:16:38 CET 2001 - ro@suse.de
1913
1914
- moved rc.config.d -> sysconfig
1915
1916
-------------------------------------------------------------------
1917
Mon Dec 03 11:07:59 CET 2001 - arvin@suse.de
1918
1919
- source /etc/rc.status in init script
1920
1921
-------------------------------------------------------------------
1922
Fri Nov 23 11:32:54 CET 2001 - ro@suse.de
1923
1924
- correct (and simplify) insserv macro call
1925
1926
-------------------------------------------------------------------
1927
Wed Nov 21 15:03:16 CET 2001 - arvin@suse.de
1928
1929
- removed rc-variable START_AUTOFS
1930
1931
-------------------------------------------------------------------
1932
Sat Nov 17 15:24:04 CET 2001 - arvin@suse.de
1933
1934
- Added keyserv to Required-Start (bug #12233)
1935
1936
-------------------------------------------------------------------
1937
Thu Sep 6 18:33:03 CEST 2001 - kukuk@suse.de
1938
1939
- Use $network, $syslog and add $remote_fs [Bug #9908]
1940
1941
-------------------------------------------------------------------
1942
Wed Sep 5 18:48:46 CEST 2001 - bjacke@suse.de
1943
1944
- correct name of autosf.rc.config
1945
1946
-------------------------------------------------------------------
1947
Fri Aug 31 19:14:30 CEST 2001 - arvin@suse.de
1948
1949
- ignore direct maps (bug #9978)
1950
1951
-------------------------------------------------------------------
1952
Mon Jul 30 14:49:50 CEST 2001 - arvin@suse.de
1953
1954
- read /etc/rc.config.d/autofs.rc.config in init script
1955
1956
-------------------------------------------------------------------
1957
Mon Jul 30 14:08:32 CEST 2001 - arvin@suse.de
1958
1959
- create /etc/rc.config.d/autofs.rc.config (bug #9471)
1960
1961
-------------------------------------------------------------------
1962
Mon Jul 23 12:54:21 CEST 2001 - arvin@suse.de
1963
1964
- LSB compliant init script (bug #8973)
1965
- files and executable maps for nis and nisplus (bug #8984)
1966
1967
-------------------------------------------------------------------
1968
Wed May 16 19:00:08 CEST 2001 - arvin@suse.de
1969
1970
- fixed compile warnings on ia64
1971
1972
-------------------------------------------------------------------
1973
Mon Apr 30 15:23:06 CEST 2001 - arvin@suse.de
1974
1975
- unset PS_PERSONALITY and CMD_ENV in init script (fix for
1976
bug #7436)
1977
1978
-------------------------------------------------------------------
1979
Sun Apr 22 15:52:34 CEST 2001 - arvin@suse.de
1980
1981
- update to autofs 4.0.0pre10
1982
1983
-------------------------------------------------------------------
1984
Wed Apr 18 14:24:40 CEST 2001 - arvin@suse.de
1985
1986
- increased blocksize to 8k in auto.net
1987
1988
-------------------------------------------------------------------
1989
Tue Apr 17 12:54:30 CEST 2001 - arvin@suse.de
1990
1991
- remove old provides
1992
1993
-------------------------------------------------------------------
1994
Tue Apr 17 11:42:33 CEST 2001 - arvin@suse.de
1995
1996
- renamed package to autofs4 (no provides or obsoletes, since
1997
autofs version 3 will be used by default)
1998
1999
-------------------------------------------------------------------
2000
Mon Apr 09 16:07:00 CEST 2001 - arvin@suse.de
2001
2002
- fixed restart function in init script
2003
2004
-------------------------------------------------------------------
2005
Fri Mar 9 14:41:43 CET 2001 - arvin@suse.de
2006
2007
- added note in /etc/auto.master (bug #6660)
2008
- use test -x instead of test -e in init script
2009
2010
-------------------------------------------------------------------
2011
Thu Mar 1 01:16:37 CET 2001 - ro@suse.de
2012
2013
- fixed neededforbuild
2014
2015
-------------------------------------------------------------------
2016
Tue Feb 13 12:03:55 CET 2001 - arvin@suse.de
2017
2018
- fixed killing of processes using autofs during shutdown
2019
2020
-------------------------------------------------------------------
2021
Fri Jan 12 18:55:54 CET 2001 - arvin@suse.de
2022
2023
- changed start point in init script (fix for bug #5622)
2024
2025
-------------------------------------------------------------------
2026
Tue Jan 2 12:01:45 CET 2001 - arvin@suse.de
2027
2028
- clear mountoptions in loop for reading auto.master in init script
2029
2030
-------------------------------------------------------------------
2031
Tue Nov 28 11:22:45 CET 2000 - arvin@suse.de
2032
2033
- kill processes using automounted filesystems when going
2034
into runlevel 0 or 6
2035
2036
-------------------------------------------------------------------
2037
Mon Nov 27 12:09:59 CET 2000 - arvin@suse.de
2038
2039
- moved init script from /sbin/init.d to /etc/init.d
2040
2041
-------------------------------------------------------------------
2042
Wed Nov 22 17:08:00 CET 2000 - arvin@suse.de
2043
2044
- use insserv in post-install for creating init.d scripts
2045
- fixed parsing of "--timeout" option in /etc/auto.master,
2046
partly fix for bug #4356
2047
2048
-------------------------------------------------------------------
2049
Wed Nov 8 18:49:30 CET 2000 - arvin@suse.de
2050
2051
- turned off debug messages to syslogd
2052
2053
-------------------------------------------------------------------
2054
Thu Nov 2 19:34:55 CET 2000 - arvin@suse.de
2055
2056
- added option nonstrict in auto.net
2057
2058
-------------------------------------------------------------------
2059
Thu Nov 2 11:20:44 CET 2000 - arvin@suse.de
2060
2061
- new version 4.0.0pre9
2062
2063
-------------------------------------------------------------------
2064
Tue Oct 24 11:30:35 CEST 2000 - arvin@suse.de
2065
2066
- new version 4.0.0pre8
2067
2068
-------------------------------------------------------------------
2069
Tue Oct 24 00:48:51 CEST 2000 - bk@suse.de
2070
2071
- remove the annoying dequote debug message(filled the logs without errors)
2072
2073
-------------------------------------------------------------------
2074
Mon Oct 16 01:31:00 CEST 2000 - ro@suse.de
2075
2076
- showmount does no longer have the k-prefix
2077
2078
-------------------------------------------------------------------
2079
Fri Oct 6 10:45:45 CEST 2000 - schwab@suse.de
2080
2081
- Avoid OPEN_MAX.
2082
2083
-------------------------------------------------------------------
2084
Wed Sep 27 17:24:21 CEST 2000 - arvin@suse.de
2085
2086
- even more improved auto.net
2087
2088
-------------------------------------------------------------------
2089
Tue Sep 26 15:13:29 CEST 2000 - arvin@suse.de
2090
2091
- improved auto.net
2092
- changed to bz2 source archive
2093
2094
-------------------------------------------------------------------
2095
Thu Sep 21 12:21:17 CEST 2000 - arvin@suse.de
2096
2097
- fixed rcautofs (some lines in status were truncated)
2098
2099
-------------------------------------------------------------------
2100
Tue Sep 19 18:59:19 CEST 2000 - arvin@suse.de
2101
2102
- fixed bug #3842 (wrong option to mount; was actually random data)
2103
2104
-------------------------------------------------------------------
2105
Tue Aug 22 23:31:04 CEST 2000 - ro@suse.de
2106
2107
- changed neededforbuild: knfsd -> nfsutils
2108
2109
-------------------------------------------------------------------
2110
Thu Jul 6 10:23:46 CEST 2000 - kukuk@suse.de
2111
2112
- Fix path to showmount in /etc/auto.net
2113
2114
-------------------------------------------------------------------
2115
Mon May 8 13:48:19 CEST 2000 - rolf@suse.de
2116
2117
- new version 4.0.0pre7
2118
- fix bug in rcautofs [BUG#2737]
2119
2120
-------------------------------------------------------------------
2121
Sat Feb 26 18:10:57 CET 2000 - kukuk@suse.de
2122
2123
- Add patch from beta list for multiple entries
2124
2125
-------------------------------------------------------------------
2126
Tue Feb 15 16:22:20 CET 2000 - kukuk@suse.de
2127
2128
- Include own showmount
2129
- Update to autofs 4.0.0pre6
2130
2131
-------------------------------------------------------------------
2132
Sun Jan 30 17:43:21 CET 2000 - kukuk@suse.de
2133
2134
- Update to autofs 4.0.0pre2
2135
- Add rc.config variable for autofs options (like --timeout)
2136
- Add NIS+ support to /sbin/init.d/autofs
2137
- Mark /etc/auto.* files as %config(noreplace)
2138
- Add /etc/auto.net (needs new autofs kernel module)
2139
2140
-------------------------------------------------------------------
2141
Fri Nov 5 16:07:02 MET 1999 - rolf@suse.de
2142
2143
- added flag to switch NIS usage for maps [BUG#1074]
2144
2145
-------------------------------------------------------------------
2146
Mon Oct 25 23:29:41 CEST 1999 - ro@suse.de
2147
2148
- specfile-fix: no need for %dir /usr/lib/autofs, if that whole tree
2149
is packed
2150
2151
-------------------------------------------------------------------
2152
Mon Oct 25 15:55:37 MEST 1999 - rolf@suse.de
2153
2154
- status now tells whether process is running [BUG#732]
2155
2156
-------------------------------------------------------------------
2157
Sat Oct 23 17:05:46 MEST 1999 - kukuk@suse.de
2158
2159
- Fix problems with new samba 2.0.x versions [BUG#361]
2160
- Fix typos and loop problem
2161
2162
-------------------------------------------------------------------
2163
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
2164
2165
- ran old prepare_spec on spec file to switch to new prepare_spec.
2166
2167
-------------------------------------------------------------------
2168
Tue Jun 22 15:52:03 MEST 1999 - kukuk@suse.de
2169
2170
- added lookup_nisplus.so, mount_autofs.so, mount_ext2.so
2171
2172
-------------------------------------------------------------------
2173
Wed Dec 9 11:41:24 MET 1998 - rolf@suse.de
2174
2175
- added /usr/sbin/rcautofs
2176
2177
-------------------------------------------------------------------
2178
Fri Nov 27 14:08:54 MET 1998 - rolf@suse.de
2179
2180
- mount timeout added in init script
2181
2182
-------------------------------------------------------------------
2183
Tue Nov 24 12:40:58 MET 1998 - rolf@suse.de
2184
2185
- new version 3.1.3
2186
- modified init script
2187
- unset localoptions
2188
2189
-------------------------------------------------------------------
2190
Sat Sep 19 19:24:21 MEST 1998 - ro@suse.de
2191
2192
- define _GNU_SOURCE where getopt_long is used
2193
2194
-------------------------------------------------------------------
2195
Fri Apr 17 09:43:06 MEST 1998 - rolf@suse.de
2196
2197
- set localoptions to rsize=8192,wsize=8192
2198
cleaned up /etc/auto.misc
2199
2200
-------------------------------------------------------------------
2201
Mon Apr 6 14:38:41 MEST 1998 - ro@suse.de
2202
2203
- update to 3.1.0
2204
2205
-------------------------------------------------------------------
2206
Mon Mar 2 13:21:56 MET 1998 - ro@suse.de
2207
2208
- marked startscript and files in etc as config
2209
2210
-------------------------------------------------------------------
2211
Mon Feb 9 16:18:06 MET 1998 - rolf@suse.de
2212
2213
- fixed startup script in /sbin/init.d/ for restart
2214
2215
-------------------------------------------------------------------
2216
Wed Nov 12 11:17:08 MET 1997 - rolf@suse.de
2217
2218
- minor big fix
2219
2220
-------------------------------------------------------------------
2221
Thu Oct 16 20:16:31 MEST 1997 - rolf@suse.de
2222
2223
- new version autofs-0.3.14
2224
2225
----------------------------------------------------------------------------
2226
Thu Sep 11 11:18:43 MEST 1997 - rolf@suse.de
2227
2228
- made package from autofs-0.3.9
2229