]> granicus.if.org Git - ipset/commit
The commandline parser was too permissive, make it more strict
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 19 Jun 2012 20:06:59 +0000 (22:06 +0200)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Tue, 19 Jun 2012 20:06:59 +0000 (22:06 +0200)
commit59d72e349a19da49d22934c1cdab914c3087c702
treeaa0ddc4bbb25c090b5de14372383e3dcacaa6f04
parented668b564ed32d1784f6a8b25b3c130e0d6a9ee9
The commandline parser was too permissive, make it more strict

The parser allowed more possible argument alternatives for
command options than the documented one, which limited the possibility
of other option names. The patch makes the parser more strict.
include/libipset/ui.h
src/ui.c
tests/restore.t
tests/setlist.t