fcacf9 - re-order and update patches to sync with upstream.

Authored and Committed by Ian Kent 16 years ago
30 files changed. 4310 lines added. 678 lines removed.
autofs-5.0.2-add-multiple-server-selection-option-fix.patch
file added
+217
autofs-5.0.2-basedn-with-spaces-fix-2.patch
file added
+29
autofs-5.0.2-basedn-with-spaces-fix.patch
file added
+97
autofs-5.0.2-basedn-with-spaces.patch
file modified
+9 -93
autofs-5.0.2-external-cred-cache.patch
file added
+392
autofs-5.0.2-fix-off-by-one-lookup.patch
file added
+52
autofs-5.0.2-foreground-logging.patch
file modified
+75 -69
autofs-5.0.2-improve-server-unavail-fix.patch
file added
+19
autofs-5.0.2-improve-server-unavail.patch
file added
+200
autofs-5.0.2-instance-stale-mark-update.patch
file added
+19
autofs-5.0.2-ldap-page-control.patch
file added
+581
autofs-5.0.2-ldap-search-basedn-list-fix.patch
file added
+127
autofs-5.0.2-ldap-search-basedn-list.patch
file modified
+303 -298
autofs-5.0.2-percent-hack-fix.patch
file added
+300
autofs-5.0.2-quell-mount-module-message.patch
file added
+27
autofs-5.0.2-quote-exports-fix.patch
file added
+69
autofs-5.0.2-random-selection-fix.patch
file modified
+149 -141
autofs-5.0.2-remove-unsed-export-validation-code.patch
file added
+611
autofs-5.0.2-reread-config-on-hup.patch
file modified
+43 -39
autofs-5.0.2-start-pipe-buff-size.patch
file added
+28
autofs-5.0.2-submount-shutdown-race.patch
file added
+172
autofs-5.0.3-basedn-with-spaces-fix-3.patch
file added
+13
autofs-5.0.3-correct-ldap-lib.patch
file added
+66
autofs-5.0.3-dont-fail-on-empty-master-fix-2.patch
file added
+40
autofs-5.0.3-expire-works-too-hard.patch
file added
+47
autofs-5.0.3-ldap-page-control-configure-fix.patch
file added
+394
autofs-5.0.3-nfs4-tcp-only.patch
file added
+13
autofs-5.0.3-unlink-mount-return-fix.patch
file added
+40
autofs-5.0.3-xfn-not-supported.patch
file added
+63
autofs.spec
file modified
+115 -38
    - re-order and update patches to sync with upstream.
    - located missing patch.
    - replaced couple of patches previously altered due to incorrect ordering.
    - add patches for upstream issues - synced with 5.0.3.
    - fix incorrect read/write size of startup status token (Matthias Koenig).
    - fix off-by-one error for lookup of map keys exactly 255 characters long.
    - improve handling of server not available.
    - fix LDAP_URI server selection.
    - add authentication option for using an external credential cache.
    - expand support for the "%" hack.
    - fix to quoting for exports gathered by hosts map.
    - use mount option "nosuid" for "-hosts" map unless "suid" is explicily
        specified.
    - second attempt fixing quoting for exports gathered by hosts map.
    - quell annoying "cannot open mount module" message.
    - fix for improve handling of server not available.
    - use mount option "nodev" for "-hosts" map unless "dev" is explicily
        specified.
    - add LDAP paged query handling to deal with query size restrictions
        (Edward Newman).
    - add additional case for "mark map instances stale so they aren't
        "cleaned" during updates".
    - fix race during sub-mount shutdown.
    - fix add SEARCH_BASE configuration option.
    - add patches for upstream issues - post 5.0.3.
    - correct configure test for ldapr page control functions.
    - catch "-xfn" map type and issue "no supported" message.
    - correction for handling of LDAP base dns with spaces.
    - avoid using UDP for probing NFSv4 mount requests.
    - use libldap instead of libldap_r (Guillaume Rousse).
    - another fix for don't fail on empty master map.
    - fix expire working harder than needed.
    - fix unlink of mount tree incorrectly causing autofs mount fail.
    
        
file modified
+115 -38