958d41 - sync. with F-9 bug fixes.

Authored and Committed by Ian Kent 15 years ago
47 files changed. 9805 lines added. 1 lines removed.
autofs-5.0.2-handle-zero-length-nis-key-update.patch
file added
+53
autofs-5.0.3-add-missing-uris-list-locking.patch
file added
+129
autofs-5.0.3-add-replicated-debug-logging.patch
file added
+174
autofs-5.0.3-add-umount_wait-parameter.patch
file added
+138
autofs-5.0.3-allow-dir-create-on-nfs-root.patch
file added
+33
autofs-5.0.3-check-direct-path-len.patch
file added
+72
autofs-5.0.3-check-for-kernel-automount-fix.patch
file added
+25
autofs-5.0.3-check-for-kernel-automount.patch
file added
+189
autofs-5.0.3-check-replicated-list-after-probe.patch
file added
+31
autofs-5.0.3-clear-stale-on-map-read.patch
file added
+29
autofs-5.0.3-dont-abuse-ap-ghost-field.patch
file added
+77
autofs-5.0.3-dont-block-on-expire.patch
file added
+467
autofs-5.0.3-dont-readmap-on-hup-for-new-mount.patch
file added
+39
autofs-5.0.3-dont-use-proc-for-is-running-check.patch
file added
+591
autofs-5.0.3-expire-thread-create-cond-handling.patch
file added
+179
autofs-5.0.3-fix-couple-of-memory-leaks.patch
file added
+51
autofs-5.0.3-fix-fd-leak-at-multi-mount-fail.patch
file added
+39
autofs-5.0.3-fix-get-user-info-check.patch
file added
+34
autofs-5.0.3-fix-ifc-buff-size-fix-2.patch
file added
+59
autofs-5.0.3-fix-ifc-buff-size.patch
file added
+129
autofs-5.0.3-fix-included-browse-map-not-found.patch
file added
+26
autofs-5.0.3-fix-incorrect-multi-mount-mountpoint.patch
file added
+32
autofs-5.0.3-fix-multi-mount-race.patch
file added
+1593
autofs-5.0.3-fix-multi-source-messages.patch
file added
+170
autofs-5.0.3-fix-nfs4-colon-escape.patch
file added
+28
autofs-5.0.3-fix-percent-hack.patch
file added
+369
autofs-5.0.3-fix-proximity-other-timeout.patch
file added
+36
autofs-5.0.3-fix-rootless-direct-multi-mount-expire.patch
file added
+36
autofs-5.0.3-library-reload-fix.patch
file added
+164
autofs-5.0.3-lookup-next-soucre-stale-entry.patch
file added
+108
autofs-5.0.3-make-handle_mounts-startup-cond-distinct.patch
file added
+288
autofs-5.0.3-map-type-in-map-name-fix.patch
file added
+27
autofs-5.0.3-map-type-in-map-name.patch
file added
+56
autofs-5.0.3-mount-thread-create-cond-handling-fix.patch
file added
+206
autofs-5.0.3-mtab-as-proc-mounts-fix.patch
file added
+25
autofs-5.0.3-mtab-as-proc-mounts.patch
file added
+155
autofs-5.0.3-nisplus-partial-and-free.patch
file added
+54
autofs-5.0.3-nss-source-any.patch
file added
+147
autofs-5.0.3-override-is-running-check.patch
file added
+104
autofs-5.0.3-refactor-mount-request-vars.patch
file added
+1202
autofs-5.0.3-remove-redundant-dns-name-lookups.patch
file added
+218
autofs-5.0.3-submount-shutdown-recovery-12-fix.patch
file added
+32
autofs-5.0.3-submount-shutdown-recovery-12.patch
file added
+1890
autofs-5.0.3-update-replicated-doco.patch
file added
+87
autofs-5.0.3-use-dev-urandom.patch
file added
+24
autofs-5.0.3-wait-submount-expire-complete.patch
file added
+48
autofs.spec
file modified
+142 -1
    - sync. with F-9 bug fixes.
    - fix lexer ambiguity in match when map type name is included in map name.
    - check for nohide mounts.
    - ignore nsswitch sources that aren't supported.
    - don't abuse the ap->ghost field on NFS mount.
    - multi-map doesn't pickup NIS updates automatically.
    - eliminate redundant DNS name lookups.
    - mount thread create condition handling fix.
    - allow directory create on NFS root.
    - check direct mount path length.
    - fix incorrect in check in get user info.
    - fix a couple of memory leaks.
    - don't close file handle for rootless direct mounti-mount at mount.
    - wait submount expire thread completion when expire successful.
    - add inadvertantly ommitted server list locking in LDAP module.
    - add map-type-in-map-name fix patch to sync with upstream and RHEL.
    - don't readmap on HUP for new mount.
    - add NIS_PARTIAL to map entry not found check and fix use after free bug.
    - fix fd leak at multi-mount non-fatal mount fail.
    - fix incorrect multi-mount mountpoint calcualtion.
    - add upstream bug fixes
    - bug fix for mtab check.
    - bug fix for zero length nis key.
    - update for ifc buffer handling.
    - bug fix for kernel automount handling.
    - add command line option to override is running check.
    - don't use proc fs for is running check.
    - fix fail on included browse map not found.
    - fix incorrect multi source messages.
    - clear stale flag on map read.
    - fix proximity other rpc ping timeout.
    - refactor mount request vars code.
    - make handle_mounts startup condition distinct.
    - fix submount shutdown handling.
    - try not to block on expire.
    - add configuration paramter UMOUNT_WAIT.
    - fix multi mount race.
    - fix nfs4 colon escape handling.
    - check replicated list after probe.
    - add replicated server selection debug logging.
    - update replicated server selection documentation.
    - use /dev/urandom instead of /dev/random.
    - check for mtab pointing to /proc/mounts.
    - fix interface config buffer size.
    - fix percent hack heap corruption.
    - fix segv during library re-open.
    - fix incorrect pthreads condition handling for expire requests.
    
        
file modified
+142 -1