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

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

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


Viewing file:     rpmmessages.h (1.75 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#ifndef H_RPMMESSAGES
#define H_RPMMESSAGES

/** \ingroup rpmio
 * \file rpmio/rpmmessages.h
 * @todo Eliminate from API.
 */

#include "rpmlog.h"

#define    RPMMESS_DEBUG        RPMLOG_DEBUG
#define    RPMMESS_VERBOSE        RPMLOG_INFO
#define    RPMMESS_NORMAL        RPMLOG_NOTICE
#define    RPMMESS_WARNING        RPMLOG_WARNING
#define    RPMMESS_ERROR        RPMLOG_ERR
#define    RPMMESS_FATALERROR    RPMLOG_CRIT

#define    RPMMESS_QUIET        RPMMESS_WARNING

#define    rpmMessage        rpmlog
#define    rpmSetVerbosity(_lvl)    \
    ((void)rpmlogSetMask( RPMLOG_UPTO( RPMLOG_PRI(_lvl))))
#define    rpmIncreaseVerbosity()    \
    ((void)rpmlogSetMask((((rpmlogSetMask(0) & 0xff) << 1) | 1)))
#define    rpmDecreaseVerbosity()    \
    ((void)rpmlogSetMask(((rpmlogSetMask(0) & 0xff) >> 1)))
#define    rpmIsNormal()        \
    (rpmlogSetMask(0) & RPMLOG_MASK( RPMMESS_NORMAL ))
#define    rpmIsVerbose()        \
    (rpmlogSetMask(0) & RPMLOG_MASK( RPMMESS_VERBOSE ))
#define    rpmIsDebug()        \
    (rpmlogSetMask(0) & RPMLOG_MASK( RPMMESS_DEBUG ))

/**
 */
typedef enum rpmCallbackType_e {
    RPMCALLBACK_INST_PROGRESS,
    RPMCALLBACK_INST_START,
    RPMCALLBACK_INST_OPEN_FILE,
    RPMCALLBACK_INST_CLOSE_FILE,
    RPMCALLBACK_TRANS_PROGRESS,
    RPMCALLBACK_TRANS_START,
    RPMCALLBACK_TRANS_STOP,
    RPMCALLBACK_UNINST_PROGRESS,
    RPMCALLBACK_UNINST_START,
    RPMCALLBACK_UNINST_STOP
} rpmCallbackType;

/**
 */
typedef void * rpmCallbackData;

#ifdef __cplusplus
extern "C" {
#endif

/**
 */
typedef void * (*rpmCallbackFunction)(const void * h, 
                      const rpmCallbackType what, 
                      const unsigned long amount, 
                      const unsigned long total,
                      const void * pkgKey,
                      rpmCallbackData data);

/**
 */
void urlSetCallback(rpmCallbackFunction notify, rpmCallbackData notifyData,
        int notifyCount);

#ifdef __cplusplus
}
#endif

#endif  /* H_RPMMESSAGES */

:: 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 #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0318 ]--