strongswan/src/dumm
Martin Willi 48633b1844 dumm: Fix -Wformat warning in ruby extension
In recent ruby versions, extensions get built with -Wformat. As we use custom
printf specifiers, that does not work for us. As there does not seem to be a
reliable way to override -Wformat, we use a variable for the format string,
which prevents gcc from doing the -Wformat check in that particular situation.
2014-12-10 14:29:19 +01:00
..
ext dumm: Fix -Wformat warning in ruby extension 2014-12-10 14:29:19 +01:00
patches added mconsole exec patch based on 2.6.30 2009-07-01 13:53:46 +02:00
scripts start default strongSwan UML topology 2008-07-22 17:21:01 +00:00
.gitignore added .gitignore files for dumm 2009-05-07 10:19:19 +02:00
Makefile.am automake: replace INCLUDES by AM_CPPFLAGS 2013-07-18 14:59:19 +02:00
bridge.c dumm: add include for in.h, if_bridge.h now uses struct in6_addr 2013-07-12 18:21:24 +02:00
bridge.h Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
cowfs.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
cowfs.h Fixed some typos 2014-02-18 10:36:25 +01:00
dumm.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
dumm.h Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
guest.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
guest.h Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
iface.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
iface.h Moved data structures to new collections subfolder 2012-10-24 16:00:49 +02:00
irdumm.c Use rb_errinfo() instead of ruby_errinfo for Ruby 1.9 2012-12-10 09:47:46 +01:00
main.c lib: Add global config namespace 2014-02-12 14:34:31 +01:00
mconsole.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
mconsole.h removed trailing spaces ([[:space:]]+$) 2009-09-04 13:46:09 +02:00