62ad96 - add upstream bug fix patches

Authored and Committed by Ian Kent 15 years ago
36 files changed. 8735 lines added. 0 lines removed.
autofs-5.0.3-add-missing-uris-list-locking.patch
file added
+129
autofs-5.0.3-add-replicated-debug-logging.patch
file added
+185
autofs-5.0.3-add-umount_wait-parameter.patch
file added
+138
autofs-5.0.3-check-for-kernel-automount-fix.patch
file added
+25
autofs-5.0.3-check-replicated-list-after-probe.patch
file added
+33
autofs-5.0.3-clear-stale-on-map-read.patch
file added
+29
autofs-5.0.3-dont-block-on-expire.patch
file added
+479
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
+602
autofs-5.0.3-expire-thread-create-cond-handling.patch
file added
+179
autofs-5.0.3-fix-fd-leak-at-multi-mount-fail.patch
file added
+39
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
+140
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
+1604
autofs-5.0.3-fix-multi-source-messages.patch
file added
+182
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-handle-zero-length-nis-key-update.patch
file added
+57
autofs-5.0.3-library-reload-fix.patch
file added
+164
autofs-5.0.3-make-handle_mounts-startup-cond-distinct.patch
file added
+299
autofs-5.0.3-map-type-in-map-name-fix.patch
file added
+27
autofs-5.0.3-mtab-as-proc-mounts-fix.patch
file added
+25
autofs-5.0.3-mtab-as-proc-mounts.patch
file added
+166
autofs-5.0.3-nisplus-partial-and-free.patch
file added
+54
autofs-5.0.3-override-is-running-check.patch
file added
+115
autofs-5.0.3-refactor-mount-request-vars.patch
file added
+1217
autofs-5.0.3-submount-shutdown-recovery-12-fix.patch
file added
+32
autofs-5.0.3-submount-shutdown-recovery-12.patch
file added
+1901
autofs-5.0.3-update-replicated-doco.patch
file added
+98
autofs-5.0.3-use-dev-urandom.patch
file added
+35
autofs-5.0.3-wait-submount-expire-complete.patch
file added
+48
autofs.spec
file modified
+108 -0
    - add upstream bug fix patches
    - 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
+108 -0