Changeset 1693 for trunk/server/common/patches
- Timestamp:
- Oct 23, 2010, 8:07:08 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/fc13-dev (added) merged: 1613-1638,1644-1647,1649-1650,1653,1658-1666,1668-1669,1672-1678,1680-1681
- Property svn:mergeinfo changed
-
trunk/server/common/patches/krb5-kuserok-scripts.patch
r1069 r1693 36 36 FILE *fp; 37 37 char kuser[MAX_USERNAME]; 38 @@ -79,7 0+79,35 @@38 @@ -79,71 +79,35 @@ 39 39 char linebuf[BUFSIZ]; 40 40 char *newline; … … 72 72 - return(FALSE); 73 73 - } 74 - set_cloexec_file(fp); 74 75 - /* 75 76 - * For security reasons, the .k5login file must be owned either by -
trunk/server/common/patches/openafs-scripts.patch
r1509 r1693 134 134 --- openafs-1.4/src/afs/afs_osi_pag.c 135 135 +++ openafs-1.4+scripts/src/afs/afs_osi_pag.c 136 @@ - 51,6 +51,8 @@136 @@ -49,6 +49,8 @@ 137 137 #endif 138 138 /* Local variables */ … … 143 143 * Pags are implemented as follows: the set of groups whose long 144 144 * representation is '41XXXXXX' hex are used to represent the pags. 145 @@ -4 58,6 +460,15 @@145 @@ -449,6 +451,15 @@ 146 146 av->uid = acred->cr_ruid; /* default when no pag is set */ 147 147 #endif … … 156 156 + } 157 157 + 158 av->initd = 0;159 158 return 0; 160 159 } 160 161 161 diff -ur openafs-1.4/src/afs/afs_pioctl.c openafs-1.4+scripts/src/afs/afs_pioctl.c 162 162 --- openafs-1.4/src/afs/afs_pioctl.c
Note: See TracChangeset
for help on using the changeset viewer.