[packages] pepperspot: Refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31955 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
74f58fe13c
commit
79833cd0a1
@ -1,6 +1,6 @@
|
|||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -2801,8 +2801,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
|
@@ -2815,8 +2815,6 @@ am__tar='${AMTAR} chof - "$$tardir"'; am
|
||||||
ac_config_headers="$ac_config_headers config.h"
|
ac_config_headers="$ac_config_headers config.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: pepperspot-0.4/src/cmdline.c
|
--- a/src/cmdline.c
|
||||||
===================================================================
|
+++ b/src/cmdline.c
|
||||||
--- pepperspot-0.4.orig/src/cmdline.c 2010-01-16 14:25:11.000000000 +0200
|
@@ -1335,7 +1335,7 @@ cmdline_parser_required (struct gengetop
|
||||||
+++ pepperspot-0.4/src/cmdline.c 2012-05-28 16:21:56.000000000 +0300
|
|
||||||
@@ -1335,7 +1335,7 @@
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
@ -11,11 +9,9 @@ Index: pepperspot-0.4/src/cmdline.c
|
|||||||
{
|
{
|
||||||
int c; /* Character of the parsed option. */
|
int c; /* Character of the parsed option. */
|
||||||
char *multi_token, *multi_next; /* for multiple options */
|
char *multi_token, *multi_next; /* for multiple options */
|
||||||
Index: pepperspot-0.4/src/ippool.c
|
--- a/src/ippool.c
|
||||||
===================================================================
|
+++ b/src/ippool.c
|
||||||
--- pepperspot-0.4.orig/src/ippool.c 2010-01-20 09:42:01.000000000 +0200
|
@@ -267,7 +267,7 @@ void ippool_getv6suffix(struct in6_addr
|
||||||
+++ pepperspot-0.4/src/ippool.c 2012-05-28 16:22:57.000000000 +0300
|
|
||||||
@@ -267,7 +267,7 @@
|
|
||||||
|
|
||||||
/* Get IP address and mask */
|
/* Get IP address and mask */
|
||||||
int ippool_aton(struct in_addr *addr, struct in_addr *mask,
|
int ippool_aton(struct in_addr *addr, struct in_addr *mask,
|
||||||
@ -24,11 +20,9 @@ Index: pepperspot-0.4/src/ippool.c
|
|||||||
{
|
{
|
||||||
/* Parse only first instance of network for now */
|
/* Parse only first instance of network for now */
|
||||||
/* Eventually "number" will indicate the token which we want to parse */
|
/* Eventually "number" will indicate the token which we want to parse */
|
||||||
Index: pepperspot-0.4/src/pepper.c
|
--- a/src/pepper.c
|
||||||
===================================================================
|
+++ b/src/pepper.c
|
||||||
--- pepperspot-0.4.orig/src/pepper.c 2012-05-28 16:09:54.000000000 +0300
|
@@ -3305,7 +3305,7 @@ static int dnprot_accept(struct app_conn
|
||||||
+++ pepperspot-0.4/src/pepper.c 2012-05-28 16:10:39.000000000 +0300
|
|
||||||
@@ -3305,7 +3305,7 @@
|
|
||||||
* \return 0
|
* \return 0
|
||||||
* \author Sebastien Vincent
|
* \author Sebastien Vincent
|
||||||
*/
|
*/
|
||||||
@ -37,7 +31,7 @@ Index: pepperspot-0.4/src/pepper.c
|
|||||||
{
|
{
|
||||||
struct ippoolm_t* ipm = NULL;
|
struct ippoolm_t* ipm = NULL;
|
||||||
struct in6_addr dst;
|
struct in6_addr dst;
|
||||||
@@ -3377,7 +3377,7 @@
|
@@ -3377,7 +3377,7 @@ static int cb_tun6_ind(struct tun6_t* tu
|
||||||
* \param len data length
|
* \param len data length
|
||||||
* \return 0
|
* \return 0
|
||||||
*/
|
*/
|
||||||
@ -46,7 +40,7 @@ Index: pepperspot-0.4/src/pepper.c
|
|||||||
{
|
{
|
||||||
struct ippoolm_t *ipm = NULL;
|
struct ippoolm_t *ipm = NULL;
|
||||||
struct in_addr dst;
|
struct in_addr dst;
|
||||||
@@ -3459,7 +3459,7 @@
|
@@ -3459,7 +3459,7 @@ int cb_tun_ind(struct tun_t *tun_obj, vo
|
||||||
* \param conn redir connection that we will filled up up-to-date value
|
* \param conn redir connection that we will filled up up-to-date value
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -55,7 +49,7 @@ Index: pepperspot-0.4/src/pepper.c
|
|||||||
struct redir_conn_t *conn)
|
struct redir_conn_t *conn)
|
||||||
{
|
{
|
||||||
struct ippoolm_t *ipm = NULL;
|
struct ippoolm_t *ipm = NULL;
|
||||||
@@ -3524,7 +3524,7 @@
|
@@ -3524,7 +3524,7 @@ static int cb_redir_getstate(struct redi
|
||||||
* \param conn redir connection that we will filled up up-to-date value
|
* \param conn redir connection that we will filled up up-to-date value
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -64,7 +58,7 @@ Index: pepperspot-0.4/src/pepper.c
|
|||||||
{
|
{
|
||||||
struct ippoolm_t *ipm = NULL;
|
struct ippoolm_t *ipm = NULL;
|
||||||
struct app_conn_t *appconn = NULL;
|
struct app_conn_t *appconn = NULL;
|
||||||
@@ -4354,9 +4354,9 @@
|
@@ -4354,9 +4354,9 @@ int upprot_getipv6(struct app_conn_t *ap
|
||||||
* \param pack_req packet for request
|
* \param pack_req packet for request
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -76,11 +70,9 @@ Index: pepperspot-0.4/src/pepper.c
|
|||||||
{
|
{
|
||||||
struct radius_attr_t *attr = NULL;
|
struct radius_attr_t *attr = NULL;
|
||||||
|
|
||||||
Index: pepperspot-0.4/src/tun.c
|
--- a/src/tun.c
|
||||||
===================================================================
|
+++ b/src/tun.c
|
||||||
--- pepperspot-0.4.orig/src/tun.c 2010-01-27 14:05:01.000000000 +0200
|
@@ -226,7 +226,7 @@ int tun_addaddr(struct tun_t *this,
|
||||||
+++ pepperspot-0.4/src/tun.c 2012-05-28 16:20:10.000000000 +0300
|
|
||||||
@@ -226,7 +226,7 @@
|
|
||||||
struct sockaddr_nl local;
|
struct sockaddr_nl local;
|
||||||
int addr_len = 0;
|
int addr_len = 0;
|
||||||
int fd = -1;
|
int fd = -1;
|
||||||
@ -89,7 +81,7 @@ Index: pepperspot-0.4/src/tun.c
|
|||||||
|
|
||||||
struct sockaddr_nl nladdr;
|
struct sockaddr_nl nladdr;
|
||||||
struct iovec iov;
|
struct iovec iov;
|
||||||
@@ -507,7 +507,7 @@
|
@@ -507,7 +507,7 @@ int tun_setaddr(struct tun_t *this,
|
||||||
* \param delete 1 = delete route, 0 = add route
|
* \param delete 1 = delete route, 0 = add route
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -98,11 +90,9 @@ Index: pepperspot-0.4/src/tun.c
|
|||||||
struct in_addr *dst,
|
struct in_addr *dst,
|
||||||
struct in_addr *gateway,
|
struct in_addr *gateway,
|
||||||
struct in_addr *mask,
|
struct in_addr *mask,
|
||||||
Index: pepperspot-0.4/src/dhcp.c
|
--- a/src/dhcp.c
|
||||||
===================================================================
|
+++ b/src/dhcp.c
|
||||||
--- pepperspot-0.4.orig/src/dhcp.c 2012-05-28 15:57:59.000000000 +0300
|
@@ -2111,7 +2111,7 @@ int dhcp_timeout(struct dhcp_t *this)
|
||||||
+++ pepperspot-0.4/src/dhcp.c 2012-05-28 16:42:50.000000000 +0300
|
|
||||||
@@ -2111,7 +2111,7 @@
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -111,7 +101,7 @@ Index: pepperspot-0.4/src/dhcp.c
|
|||||||
{
|
{
|
||||||
/* To avoid unused parameter warning */
|
/* To avoid unused parameter warning */
|
||||||
this = NULL;
|
this = NULL;
|
||||||
@@ -2640,7 +2640,7 @@
|
@@ -2640,7 +2640,7 @@ static int dhcp_gettag(struct dhcp_packe
|
||||||
* \return 0 if success, -1 otherwise4
|
* \return 0 if success, -1 otherwise4
|
||||||
*/
|
*/
|
||||||
static int dhcp_sendOFFER(struct dhcp_conn_t *conn,
|
static int dhcp_sendOFFER(struct dhcp_conn_t *conn,
|
||||||
@ -120,7 +110,7 @@ Index: pepperspot-0.4/src/dhcp.c
|
|||||||
{
|
{
|
||||||
struct dhcp_t *this = conn->parent;
|
struct dhcp_t *this = conn->parent;
|
||||||
struct dhcp_fullpacket_t packet;
|
struct dhcp_fullpacket_t packet;
|
||||||
@@ -2762,7 +2762,7 @@
|
@@ -2762,7 +2762,7 @@ static int dhcp_sendOFFER(struct dhcp_co
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
static int dhcp_sendACK(struct dhcp_conn_t *conn,
|
static int dhcp_sendACK(struct dhcp_conn_t *conn,
|
||||||
@ -129,7 +119,7 @@ Index: pepperspot-0.4/src/dhcp.c
|
|||||||
{
|
{
|
||||||
struct dhcp_t *this = conn->parent;
|
struct dhcp_t *this = conn->parent;
|
||||||
struct dhcp_fullpacket_t packet;
|
struct dhcp_fullpacket_t packet;
|
||||||
@@ -2895,7 +2895,7 @@
|
@@ -2895,7 +2895,7 @@ static int dhcp_sendACK(struct dhcp_conn
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
static int dhcp_sendNAK(struct dhcp_conn_t *conn,
|
static int dhcp_sendNAK(struct dhcp_conn_t *conn,
|
||||||
@ -138,7 +128,7 @@ Index: pepperspot-0.4/src/dhcp.c
|
|||||||
{
|
{
|
||||||
struct dhcp_t *this = conn->parent;
|
struct dhcp_t *this = conn->parent;
|
||||||
struct dhcp_fullpacket_t packet;
|
struct dhcp_fullpacket_t packet;
|
||||||
@@ -3496,7 +3496,7 @@
|
@@ -3496,7 +3496,7 @@ int dhcp_data_req(struct dhcp_conn_t *co
|
||||||
* \return 0
|
* \return 0
|
||||||
*/
|
*/
|
||||||
static int dhcp_sendARP(struct dhcp_conn_t *conn,
|
static int dhcp_sendARP(struct dhcp_conn_t *conn,
|
||||||
@ -147,11 +137,9 @@ Index: pepperspot-0.4/src/dhcp.c
|
|||||||
{
|
{
|
||||||
struct dhcp_t *this = conn->parent;
|
struct dhcp_t *this = conn->parent;
|
||||||
struct dhcp_arp_fullpacket_t packet;
|
struct dhcp_arp_fullpacket_t packet;
|
||||||
Index: pepperspot-0.4/src/radius.c
|
--- a/src/radius.c
|
||||||
===================================================================
|
+++ b/src/radius.c
|
||||||
--- pepperspot-0.4.orig/src/radius.c 2012-05-28 15:57:59.000000000 +0300
|
@@ -210,7 +210,7 @@ static int radius_acctreq_authenticator(
|
||||||
+++ pepperspot-0.4/src/radius.c 2012-05-28 16:37:47.000000000 +0300
|
|
||||||
@@ -210,7 +210,7 @@
|
|
||||||
* \param secretlen length of secret
|
* \param secretlen length of secret
|
||||||
* \return 0
|
* \return 0
|
||||||
*/
|
*/
|
||||||
@ -160,7 +148,7 @@ Index: pepperspot-0.4/src/radius.c
|
|||||||
struct radius_packet_t *pack,
|
struct radius_packet_t *pack,
|
||||||
uint8_t *req_auth,
|
uint8_t *req_auth,
|
||||||
char *secret, int secretlen)
|
char *secret, int secretlen)
|
||||||
@@ -801,7 +801,7 @@
|
@@ -801,7 +801,7 @@ int radius_addattr(struct radius_t *this
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -169,7 +157,7 @@ Index: pepperspot-0.4/src/radius.c
|
|||||||
uint8_t type, uint32_t vendor_id, uint8_t vendor_type,
|
uint8_t type, uint32_t vendor_id, uint8_t vendor_type,
|
||||||
struct in6_addr value, uint8_t *data, uint16_t dlen)
|
struct in6_addr value, uint8_t *data, uint16_t dlen)
|
||||||
{
|
{
|
||||||
@@ -1124,7 +1124,7 @@
|
@@ -1124,7 +1124,7 @@ int radius_getattrv6(struct radius_packe
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -178,7 +166,7 @@ Index: pepperspot-0.4/src/radius.c
|
|||||||
int *dstlen, uint8_t *src, int srclen,
|
int *dstlen, uint8_t *src, int srclen,
|
||||||
uint8_t *authenticator, char *secret, int secretlen)
|
uint8_t *authenticator, char *secret, int secretlen)
|
||||||
{
|
{
|
||||||
@@ -1346,7 +1346,7 @@
|
@@ -1346,7 +1346,7 @@ int radius_pwdecode(struct radius_t *thi
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -187,11 +175,9 @@ Index: pepperspot-0.4/src/radius.c
|
|||||||
int *dstlen, uint8_t *src, int srclen,
|
int *dstlen, uint8_t *src, int srclen,
|
||||||
uint8_t *authenticator, char *secret, int secretlen)
|
uint8_t *authenticator, char *secret, int secretlen)
|
||||||
{
|
{
|
||||||
Index: pepperspot-0.4/src/redir.c
|
--- a/src/redir.c
|
||||||
===================================================================
|
+++ b/src/redir.c
|
||||||
--- pepperspot-0.4.orig/src/redir.c 2012-05-28 15:57:59.000000000 +0300
|
@@ -974,7 +974,7 @@ void redir_set(struct redir_t *redir, in
|
||||||
+++ pepperspot-0.4/src/redir.c 2012-05-28 16:41:17.000000000 +0300
|
|
||||||
@@ -974,7 +974,7 @@
|
|
||||||
* \param dstsize size of dst
|
* \param dstsize size of dst
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -200,7 +186,7 @@ Index: pepperspot-0.4/src/redir.c
|
|||||||
{
|
{
|
||||||
char *p1 = NULL;
|
char *p1 = NULL;
|
||||||
char *p2 = NULL;
|
char *p2 = NULL;
|
||||||
@@ -1045,7 +1045,7 @@
|
@@ -1045,7 +1045,7 @@ static int redir_getpath(struct redir_t
|
||||||
/**
|
/**
|
||||||
* \brief Get the url of an HTTP request.
|
* \brief Get the url of an HTTP request.
|
||||||
*/
|
*/
|
||||||
@ -209,7 +195,7 @@ Index: pepperspot-0.4/src/redir.c
|
|||||||
{
|
{
|
||||||
char *p1 = NULL;
|
char *p1 = NULL;
|
||||||
char *p3 = NULL;
|
char *p3 = NULL;
|
||||||
@@ -1128,7 +1128,7 @@
|
@@ -1128,7 +1128,7 @@ static int redir_geturl(struct redir_t *
|
||||||
* \return 0 if found, -1 otherwise (not found, malformed HTTP response)
|
* \return 0 if found, -1 otherwise (not found, malformed HTTP response)
|
||||||
*/
|
*/
|
||||||
/* TODO: Should be merged with other parsers */
|
/* TODO: Should be merged with other parsers */
|
||||||
@ -218,7 +204,7 @@ Index: pepperspot-0.4/src/redir.c
|
|||||||
char *param,
|
char *param,
|
||||||
char *dst, int dstsize)
|
char *dst, int dstsize)
|
||||||
{
|
{
|
||||||
@@ -1362,9 +1362,9 @@
|
@@ -1362,9 +1362,9 @@ static int redir_getreq(struct redir_t *
|
||||||
* \param cbp pointer for callback
|
* \param cbp pointer for callback
|
||||||
* \return 0
|
* \return 0
|
||||||
*/
|
*/
|
||||||
@ -230,7 +216,7 @@ Index: pepperspot-0.4/src/redir.c
|
|||||||
{
|
{
|
||||||
struct radius_attr_t *interimattr = NULL;
|
struct radius_attr_t *interimattr = NULL;
|
||||||
struct radius_attr_t *stateattr = NULL;
|
struct radius_attr_t *stateattr = NULL;
|
||||||
@@ -1696,7 +1696,7 @@
|
@@ -1696,7 +1696,7 @@ static int redir_cb_radius_auth_conf(str
|
||||||
* \param conn redir connection
|
* \param conn redir connection
|
||||||
* \return 0 if success, -1 otherwise
|
* \return 0 if success, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@ -239,11 +225,9 @@ Index: pepperspot-0.4/src/redir.c
|
|||||||
struct redir_conn_t *conn)
|
struct redir_conn_t *conn)
|
||||||
{
|
{
|
||||||
struct radius_t *radius = NULL; /* Radius client instance */
|
struct radius_t *radius = NULL; /* Radius client instance */
|
||||||
Index: pepperspot-0.4/src/tun6.c
|
--- a/src/tun6.c
|
||||||
===================================================================
|
+++ b/src/tun6.c
|
||||||
--- pepperspot-0.4.orig/src/tun6.c 2009-11-09 17:01:57.000000000 +0200
|
@@ -1080,7 +1080,7 @@ int tun6_setaddr(struct tun6_t *this, st
|
||||||
+++ pepperspot-0.4/src/tun6.c 2012-05-28 16:44:07.000000000 +0300
|
|
||||||
@@ -1080,7 +1080,7 @@
|
|
||||||
return code;
|
return code;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -252,7 +236,7 @@ Index: pepperspot-0.4/src/tun6.c
|
|||||||
{
|
{
|
||||||
/* TODO : use _iface_route */
|
/* TODO : use _iface_route */
|
||||||
this = NULL;
|
this = NULL;
|
||||||
@@ -1096,7 +1096,7 @@
|
@@ -1096,7 +1096,7 @@ int tun6_set_cb_ind(struct tun6_t *this,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user