Merge branch 'master' of ssh://moria/home/mbr/git/fwknop
This commit is contained in:
commit
5c00c422ff
@ -1,4 +1,9 @@
|
|||||||
fwknop-2.6.9 (01//2016):
|
fwknop-2.6.9 (01//2016):
|
||||||
|
- Bug fix in command open/close cycle feature to ensure that the first
|
||||||
|
successful match on a valid incoming SPA packet finishes all access.conf
|
||||||
|
stanza processing. That is, no other stanzas should be looked at after
|
||||||
|
the first match, and this is consistent with other SPA modes (such as
|
||||||
|
basic access requests). This bug was reported by Jonathan Bennett.
|
||||||
|
|
||||||
fwknop-2.6.8 (12/23/2015):
|
fwknop-2.6.8 (12/23/2015):
|
||||||
- [server] Added a major new feature that allows fwknopd to easily
|
- [server] Added a major new feature that allows fwknopd to easily
|
||||||
|
|||||||
@ -302,7 +302,7 @@ cmd_cycle_open(fko_srv_options_t *opts, acc_stanza_t *acc,
|
|||||||
if(! add_cmd_close(opts, acc, spadat, stanza_num))
|
if(! add_cmd_close(opts, acc, spadat, stanza_num))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
return FKO_SUCCESS;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user