!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.2 GB of 27.03 GB (11.84%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     kbd_kern.h (2.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef _KBD_KERN_H
#define _KBD_KERN_H

#include <linux/interrupt.h>
#include <linux/keyboard.h>

/*
* kbd->xxx contains the VC-local things (flag settings etc..)
*
* Note: externally visible are LED_SCR, LED_NUM, LED_CAP defined in kd.h
*       The code in KDGETLED / KDSETLED depends on the internal and
*       external order being the same.
*
* Note: lockstate is used as index in the array key_map.
*/
struct kbd_struct {

    unsigned char lockstate;
/* 8 modifiers - the names do not have any meaning at all;
   they can be associated to arbitrarily chosen keys */
#define VC_SHIFTLOCK    KG_SHIFT    /* shift lock mode */
#define VC_ALTGRLOCK    KG_ALTGR    /* altgr lock mode */
#define VC_CTRLLOCK    KG_CTRL     /* control lock mode */
#define VC_ALTLOCK    KG_ALT      /* alt lock mode */
#define VC_SHIFTLLOCK    KG_SHIFTL    /* shiftl lock mode */
#define VC_SHIFTRLOCK    KG_SHIFTR    /* shiftr lock mode */
#define VC_CTRLLLOCK    KG_CTRLL     /* ctrll lock mode */
#define VC_CTRLRLOCK    KG_CTRLR     /* ctrlr lock mode */
    unsigned char slockstate;     /* for `sticky' Shift, Ctrl, etc. */

    unsigned char ledmode:2;     /* one 2-bit value */
#define LED_SHOW_FLAGS 0        /* traditional state */
#define LED_SHOW_IOCTL 1        /* only change leds upon ioctl */
#define LED_SHOW_MEM 2          /* `heartbeat': peek into memory */

    unsigned char ledflagstate:3;    /* flags, not lights */
    unsigned char default_ledflagstate:3;
#define VC_SCROLLOCK    0    /* scroll-lock mode */
#define VC_NUMLOCK    1    /* numeric lock mode */
#define VC_CAPSLOCK    2    /* capslock mode */

    unsigned char kbdmode:2;    /* one 2-bit value */
#define VC_XLATE    0    /* translate keycodes using keymap */
#define VC_MEDIUMRAW    1    /* medium raw (keycode) mode */
#define VC_RAW        2    /* raw (scancode) mode */
#define VC_UNICODE    3    /* Unicode mode */

    unsigned char modeflags:5;
#define VC_APPLIC    0    /* application key mode */
#define VC_CKMODE    1    /* cursor key mode */
#define VC_REPEAT    2    /* keyboard repeat */
#define VC_CRLF        3    /* 0 - enter sends CR, 1 - enter sends CRLF */
#define VC_META        4    /* 0 - meta, 1 - meta=prefix with ESC */
};


#endif

:: 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.0035 ]--