Show
Ignore:
Timestamp:
06/01/10 12:36:05 (3 years ago)
Author:
nlmills
Message:

cleaned up admin apps with better error checking for credentials

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/cu-security-branch/src/apps/admin/pvfs2-gencred.c

    r8345 r8351  
    1 /* N.B. root_squash could create problems with this over NFS */ 
    2  
     1/* 
     2 * Copyright 2010 Clemson University and The University of Chicago. 
     3 * 
     4 * See COPYING in top-level directory. 
     5 */ 
    36 
    47#include <stdlib.h> 
     
    276279    } 
    277280     
    278     /* TODO: fall back to getugroups */ 
     281    /* nlmills: TODO: fall back to getugroups */ 
    279282     
    280283    ngroups = sizeof(groups)/sizeof(*groups);