* bin/check.hb
* tests/fixcase.hb
+ some exceptions for casing
* deleted one file exception (a readme)
* contrib/gtwvg/gtwvgd.c
* contrib/gtwvg/wvgcore.c
* contrib/gtwvg/wvgcuig.c
* contrib/gtwvg/wvgwin.c
* contrib/gtwvg/wvgwing.c
* contrib/hbamf/amfenc.c
* contrib/hbbz2/core.c
* contrib/hbct/ctcom1.c
* contrib/hbct/ctcom2.c
* contrib/hbct/ctnet.c
* contrib/hbct/ctstr.c
* contrib/hbct/ctwfunc.c
* contrib/hbct/ctwin.c
* contrib/hbct/disk.c
* contrib/hbct/finan.c
* contrib/hbct/screen2.c
* contrib/hbct/token1.c
* contrib/hbct/token2.c
* contrib/hbct/trig.c
* contrib/hbgd/gdwrp.c
* contrib/hbhpdf/image.c
* contrib/hbmisc/irm.c
* contrib/hbnetio/netiocli.c
* contrib/hbnetio/netiosrv.c
* contrib/hbnetio/readme.txt
* contrib/hbnf/dispc.c
* contrib/hbnf/ftattr.c
* contrib/hbnf/origin.c
* contrib/hbssl/ssl.c
* contrib/hbwin/wapi_commctrl.c
* contrib/hbwin/wapi_winuser.c
* contrib/hbwin/win_dlg.c
* contrib/hbwin/win_prn2.c
* contrib/hbwin/win_shell.c
* contrib/rddads/ads1.c
* contrib/rddads/adsfunc.c
* contrib/xhb/fparse.c
* contrib/xhb/hbcrypt.c
* contrib/xhb/hbserv.c
* contrib/xhb/hbxml.c
* contrib/xhb/txtline.c
* contrib/xhb/xhbarr.c
* contrib/xhb/xhbarrex.c
* extras/gfspell/spellc.c
* extras/gtwvw/gtwvwd.c
* extras/gtwvw/hbgtwvw.h
* extras/gtwvw/wvwcheck.c
* extras/gtwvw/wvwdraw.c
* extras/gtwvw/wvwedit.c
* extras/gtwvw/wvwfuncs.c
* extras/gtwvw/wvwmenu.c
* extras/gtwvw/wvwpush.c
* extras/gtwvw/wvwstbar.c
* extras/gtwvw/wvwtbar.c
* include/hbapi.h
* include/hbapirdd.h
* include/hbdefs.h
* include/hbexpra.c
* include/hbexprb.c
* include/hbpcode.h
* include/hbpp.h
* include/hbrddcdx.h
* include/hbrddnsx.h
* src/codepage/cp_utf8.c
* src/common/expropt1.c
* src/common/expropt2.c
* src/compiler/cmdcheck.c
* src/compiler/genc.c
* src/compiler/gencc.c
* src/compiler/hbfunchk.c
* src/compiler/hbopt.c
* src/pp/pplib.c
* src/rdd/dbcmd.c
* src/rdd/dbf1.c
* src/rdd/dbfcdx/dbfcdx1.c
* src/rdd/hbsix/sxcompr.c
* src/rdd/hbsix/sxord.c
* src/rdd/hsx/hsx.c
* src/rtl/chruni.c
* src/rtl/cputime.c
* src/rtl/dateshb.c
* src/rtl/filehb.c
* src/rtl/filesys.c
* src/rtl/gtsln/gtsln.c
* src/rtl/gtwvt/gtwvt.c
* src/rtl/gtxwc/gtxwc.c
* src/rtl/hbgtcore.c
* src/rtl/hbinet.c
* src/rtl/hblpphb.c
* src/rtl/hbmd5.c
* src/rtl/hbproces.c
* src/rtl/hbsocket.c
* src/rtl/hbsockhb.c
* src/rtl/hbtoken.c
* src/rtl/hbzlib.c
* src/rtl/hbzlibgz.c
* src/rtl/langapi.c
* src/rtl/mlcfunc.c
* src/rtl/philes.c
* src/rtl/soundex.c
* src/rtl/strzero.c
* src/rtl/transfrm.c
* src/vm/arrayshb.c
* src/vm/classes.c
* src/vm/dynsym.c
* src/vm/eval.c
* src/vm/garbage.c
* src/vm/hvm.c
* src/vm/macro.c
* src/vm/memvars.c
* src/vm/runner.c
* src/vm/set.c
* src/vm/thread.c
* run tests/fixcase.hb now that it's able to fixup casing
inside all comments
308 lines
8.8 KiB
C
308 lines
8.8 KiB
C
/*
|
|
* Harbour Project source code:
|
|
* Length Prefix Protocol
|
|
*
|
|
* Copyright 2010 Mindaugas Kavaliauskas <dbtopas / at / dbtopas.lt>
|
|
* www - http://harbour-project.org
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2, or (at your option)
|
|
* any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this software; see the file COPYING.txt. If not, write to
|
|
* the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
|
|
* Boston, MA 02111-1307 USA (or visit the web site http://www.gnu.org/).
|
|
*
|
|
* As a special exception, the Harbour Project gives permission for
|
|
* additional uses of the text contained in its release of Harbour.
|
|
*
|
|
* The exception is that, if you link the Harbour libraries with other
|
|
* files to produce an executable, this does not by itself cause the
|
|
* resulting executable to be covered by the GNU General Public License.
|
|
* Your use of that executable is in no way restricted on account of
|
|
* linking the Harbour library code into it.
|
|
*
|
|
* This exception does not however invalidate any other reasons why
|
|
* the executable file might be covered by the GNU General Public License.
|
|
*
|
|
* This exception applies only to the code released by the Harbour
|
|
* Project under the name Harbour. If you copy code from other
|
|
* Harbour Project or Free Software Foundation releases into a copy of
|
|
* Harbour, as the General Public License permits, the exception does
|
|
* not apply to the code that you add in this way. To avoid misleading
|
|
* anyone as to the status of such modified files, you must delete
|
|
* this exception notice from them.
|
|
*
|
|
* If you write modifications of your own for Harbour, it is your choice
|
|
* whether to permit this exception to apply to your modifications.
|
|
* If you do not wish that, delete this exception notice.
|
|
*
|
|
*/
|
|
|
|
|
|
/*
|
|
|
|
Idea and protocol
|
|
=================
|
|
Very often it is required to accept the whole data message from
|
|
TCP connection. Because of stream nature of TCP, this requires
|
|
additional steps from application like start/end marker, or sending
|
|
length of structure before the structure. The latter simple approach
|
|
was used in Length Prefix Protocol (LPP). Protocol can easily be
|
|
described by simple Clipper expression:
|
|
Bin2L(Len(cData)) + cData
|
|
|
|
Future extensions: Protocol is limitted to 4GB size for a single LPP
|
|
message. This can be extended in future to use highest bit of length
|
|
(or some highest length values 2^32-1, etc) as a special marker for
|
|
64-bit or similar length encoding.
|
|
|
|
Public functions and procedures
|
|
===============================
|
|
hb_lppCreate( hSocket ) --> hLPP
|
|
hb_lppDestroy( hNSTP )
|
|
Destroys only LPP related structures. Socket remains open and
|
|
it is possible to continue data transfers using hb_socket*()
|
|
functions.
|
|
hb_lppError( hLPP ) --> nError
|
|
nError value is compatible with Harbour socket error API,
|
|
the only new error code (until now) is HB_LPP_ERROR_TOOLARGE
|
|
hb_lppSetLimit( hLPP, nLimit )
|
|
Sets size limit for receiving data. Sending 4 bytes containing
|
|
large 32-bit value makes receiving application to alllocate a
|
|
large memory block for storage of data to be received. It is very
|
|
easy to crash application (or system) using such protocol and
|
|
logic. hb_lppSetLimit() helps to protect against such attacks.
|
|
On hb_lppCreate() limit is set to 1024 bytes. This is enough
|
|
for server/client authentification. After successful
|
|
authentification server can increase size limit and large LPP
|
|
packets can be used.
|
|
hb_lppSend( hLPP, cBuf [, nTimeout = FOREVER ] ) --> lSuccess
|
|
hb_lppRecv( hLPP, @cBuf [, nTimeout = FOREVER ] ) --> lSuccess
|
|
hb_lppSendLen( hLPP ) --> nBytesSent
|
|
Useful for drawing progress bars, etc.
|
|
hb_lppRecvLen( hLPP ) --> nBytesReceived
|
|
Useful for drawing progress bars, etc.
|
|
|
|
Sample code
|
|
===========
|
|
// send sample
|
|
hLPP := hb_lppCreate( hSocket )
|
|
DO WHILE ! ( lI := hb_lppSend( hLPP, cData, nTimeout ) ) .AND. ;
|
|
hb_lppError( hLPP ) == HB_SOCKET_ERR_TIMEOUT )
|
|
// draw progressbar using hb_lppSendLen( hLPP )
|
|
ENDDO
|
|
IF lI // or hb_lppError( hLPP ) == 0
|
|
// Sent OK
|
|
ELSE
|
|
// error
|
|
ENDIF
|
|
hb_hsctpDestroy( hLPP )
|
|
|
|
|
|
// recv sample
|
|
DO WHILE ! ( lI := hb_lppRecv( hLPP, @cData, nTimeout ) ) .AND. ;
|
|
hb_lppError( hLPP ) == HB_SOCKET_ERR_TIMEOUT )
|
|
// draw progressbar using hb_lppRecvLen( hLPP )
|
|
ENDDO
|
|
IF lI
|
|
// Rcvd OK, data in cData
|
|
ELSE
|
|
IF hb_lppError( hLPP ) == 0
|
|
// remote side shutdown connection
|
|
ELSE
|
|
// error
|
|
ENDIF
|
|
ENDIF
|
|
|
|
*/
|
|
|
|
|
|
#include "hbapiitm.h"
|
|
#include "hbapierr.h"
|
|
#include "hblpp.h"
|
|
|
|
typedef struct
|
|
{
|
|
PHB_LPP pSocket;
|
|
PHB_ITEM pItemSocket;
|
|
} HB_LPP_GC, * PHB_LPP_GC;
|
|
|
|
|
|
static HB_GARBAGE_FUNC( hb_lpp_destructor )
|
|
{
|
|
PHB_LPP_GC pGC = ( PHB_LPP_GC ) Cargo;
|
|
|
|
if( pGC->pSocket )
|
|
{
|
|
hb_lppDestroy( pGC->pSocket );
|
|
pGC->pSocket = NULL;
|
|
}
|
|
if( pGC->pItemSocket )
|
|
{
|
|
hb_itemRelease( pGC->pItemSocket );
|
|
pGC->pItemSocket = NULL;
|
|
}
|
|
}
|
|
|
|
|
|
static HB_GARBAGE_FUNC( hb_lpp_mark )
|
|
{
|
|
PHB_LPP_GC pGC = ( PHB_LPP_GC ) Cargo;
|
|
|
|
if( pGC->pItemSocket )
|
|
hb_gcMark( pGC->pItemSocket );
|
|
}
|
|
|
|
|
|
static const HB_GC_FUNCS s_gcPSocketFuncs =
|
|
{
|
|
hb_lpp_destructor,
|
|
hb_lpp_mark
|
|
};
|
|
|
|
|
|
HB_FUNC( HB_LPPCREATE )
|
|
{
|
|
HB_SOCKET sd;
|
|
PHB_LPP_GC pGC;
|
|
PHB_ITEM pItem;
|
|
|
|
pItem = hb_param( 1, HB_IT_POINTER );
|
|
if( ! pItem || ( sd = hb_socketItemGet( pItem ) ) == HB_NO_SOCKET )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_gcAllocate( sizeof( HB_LPP_GC ), &s_gcPSocketFuncs );
|
|
pGC->pSocket = hb_lppCreate( sd );
|
|
pGC->pItemSocket = hb_itemNew( pItem );
|
|
hb_gcUnlock( pGC->pItemSocket );
|
|
hb_retptrGC( pGC );
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPDESTROY )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
hb_lppDestroy( pGC->pSocket );
|
|
pGC->pSocket = NULL;
|
|
hb_itemRelease( pGC->pItemSocket );
|
|
pGC->pItemSocket = NULL;
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPERROR )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
hb_retni( hb_lppError( pGC->pSocket ) );
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPSETLIMIT )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
hb_lppSetLimit( pGC->pSocket, hb_parns( 2 ) );
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPSEND )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
PHB_ITEM pData;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket || hb_socketItemGet( pGC->pItemSocket ) == HB_NO_SOCKET )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
|
|
pData = hb_param( 2, HB_IT_STRING );
|
|
hb_retl( hb_lppSend( pGC->pSocket, pData ? hb_itemGetCPtr( pData ) : "",
|
|
hb_itemGetCLen( pData ), hb_parnintdef( 3, -1 ) ) );
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPRECV )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
HB_BOOL bRet;
|
|
void * data;
|
|
HB_SIZE len;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket || hb_socketItemGet( pGC->pItemSocket ) == HB_NO_SOCKET )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
|
|
bRet = hb_lppRecv( pGC->pSocket, &data, &len, hb_parnintdef( 3, -1 ) );
|
|
if( bRet )
|
|
{
|
|
if( HB_ISBYREF( 2 ) )
|
|
hb_storclen( ( char * ) data, len, 2 );
|
|
hb_xfree( data );
|
|
}
|
|
hb_retl( bRet );
|
|
}
|
|
|
|
|
|
HB_FUNC( HB_LPPSENDLEN )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
hb_retns( hb_lppSendLen( pGC->pSocket ) );
|
|
}
|
|
|
|
|
|
|
|
HB_FUNC( HB_LPPRECVLEN )
|
|
{
|
|
PHB_LPP_GC pGC;
|
|
|
|
pGC = ( PHB_LPP_GC ) hb_parptrGC( &s_gcPSocketFuncs, 1 );
|
|
if( ! pGC || ! pGC->pSocket )
|
|
{
|
|
hb_errRT_BASE_SubstR( EG_ARG, 3012, NULL, HB_ERR_FUNCNAME, HB_ERR_ARGS_BASEPARAMS );
|
|
return;
|
|
}
|
|
hb_retns( hb_lppRecvLen( pGC->pSocket ) );
|
|
}
|