~ubuntu-branches/ubuntu/precise/mapserver/precise-security

« back to all changes in this revision

Viewing changes to mapogcfilter.h

  • Committer: Package Import Robot
  • Author(s): Jamie Strandboge
  • Date: 2011-09-09 09:46:09 UTC
  • Revision ID: package-import@ubuntu.com-20110909094609-iituzvjk5w0v57w2
Tags: 5.6.6-1.1ubuntu1
* SECURITY UPDATE: SQL Injection and buffer overflows (LP: #809133)
  - debian/patches/wfs_sql_injection.dpatch: Fix possible WFS SQL injection
    and buffer overflows in OGC Filter Encoding support. Patch from Natty
    refreshed for Oneiric.
  - http://trac.osgeo.org/mapserver/ticket/3874
  - http://trac.osgeo.org/mapserver/ticket/3903]
  - CVE-2011-2703, CVE-2011-2704

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
MS_DLL_EXPORT char *FLTGetSQLExpression(FilterEncodingNode *psFilterNode,layerObj *lp);
114
114
MS_DLL_EXPORT char *FLTGetBinaryComparisonSQLExpresssion(FilterEncodingNode *psFilterNode, layerObj *lp);
115
115
MS_DLL_EXPORT char *FLTGetIsBetweenComparisonSQLExpresssion(FilterEncodingNode *psFilterNode, layerObj *lp);
116
 
MS_DLL_EXPORT char *FLTGetIsLikeComparisonSQLExpression(FilterEncodingNode *psFilterNode,
117
 
                                       int connectiontype);
 
116
MS_DLL_EXPORT char *FLTGetIsLikeComparisonSQLExpression(FilterEncodingNode *psFilterNode, layerObj *lp);
 
117
 
118
118
MS_DLL_EXPORT char *FLTGetLogicalComparisonSQLExpresssion(FilterEncodingNode *psFilterNode,
119
119
                                            layerObj *lp);
120
120
MS_DLL_EXPORT int FLTIsSimpleFilter(FilterEncodingNode *psFilterNode);