!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/include/linux/   drwxr-xr-x
Free 3.84 GB of 27.03 GB (14.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     coda_proc.h (1.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
* coda_statis.h
*
* CODA operation statistics
*
* (c) March, 1998
* by Michihiro Kuramochi, Zhenyu Xia and Zhanyong Wan
* zhanyong.wan@yale.edu
*
*/

#ifndef _CODA_PROC_H
#define _CODA_PROC_H

#include <linux/sysctl.h>
#include <linux/coda_fs_i.h>
#include <linux/coda.h>

/* these four files are presented to show the result of the statistics:
*
*    /proc/fs/coda/vfs_stats
*              upcall_stats
*              permission_stats
*              cache_inv_stats
*
* these four files are presented to reset the statistics to 0:
*
*    /proc/sys/coda/vfs_stats
*               upcall_stats
*               permission_stats
*               cache_inv_stats
*/

/* VFS operation statistics */
struct coda_vfs_stats
{
    /* file operations */
    int open;
    int flush;
    int release;
    int fsync;

    /* dir operations */
    int readdir;
  
    /* inode operations */
    int create;
    int lookup;
    int link;
    int unlink;
    int symlink;
    int mkdir;
    int rmdir;
    int rename;
    int permission;

    /* symlink operatoins*/
    int follow_link;
    int readlink;
};

struct coda_upcall_stats_entry
{
  int count;
  unsigned long time_sum;
  unsigned long time_squared_sum;
};



/* cache hits for permissions statistics */
struct coda_permission_stats
{
    int count;
    int hit_count;
};

/* cache invalidation statistics */
struct coda_cache_inv_stats
{
    int flush;
    int purge_user;
    int zap_dir;
    int zap_file;
    int zap_vnode;
    int purge_fid;
    int replace;
};

#endif /* _CODA_PROC_H */

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0034 ]--