Ignore:
Timestamp:
Oct 23, 2010, 8:07:08 AM (14 years ago)
Author:
ezyang
Message:
Merge Fedora 13 development back to trunk.
Location:
trunk
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/server/common/patches/krb5-kuserok-scripts.patch

    r1069 r1693  
    3636     FILE *fp;
    3737     char kuser[MAX_USERNAME];
    38 @@ -79,70 +79,35 @@
     38@@ -79,71 +79,35 @@
    3939     char linebuf[BUFSIZ];
    4040     char *newline;
     
    7272-       return(FALSE);
    7373-    }
     74-    set_cloexec_file(fp);
    7475-    /*
    7576-     * For security reasons, the .k5login file must be owned either by
  • trunk/server/common/patches/openafs-scripts.patch

    r1509 r1693  
    134134--- openafs-1.4/src/afs/afs_osi_pag.c
    135135+++ openafs-1.4+scripts/src/afs/afs_osi_pag.c
    136 @@ -51,6 +51,8 @@
     136@@ -49,6 +49,8 @@
    137137 #endif
    138138 /* Local variables */
     
    143143  * Pags are implemented as follows: the set of groups whose long
    144144  * representation is '41XXXXXX' hex are used to represent the pags.
    145 @@ -458,6 +460,15 @@
     145@@ -449,6 +451,15 @@
    146146        av->uid = acred->cr_ruid;       /* default when no pag is set */
    147147 #endif
     
    156156+    }
    157157+
    158      av->initd = 0;
    159158     return 0;
    160159 }
     160 
    161161diff -ur openafs-1.4/src/afs/afs_pioctl.c openafs-1.4+scripts/src/afs/afs_pioctl.c
    162162--- openafs-1.4/src/afs/afs_pioctl.c
Note: See TracChangeset for help on using the changeset viewer.