21 Commits

Author SHA1 Message Date
Joan Sala
f342794bfd omprog: fix forceSingleInstance flag
Closes #2813
Closes #2468
2018-09-09 20:56:10 +02:00
Art O Cathain
ba0436eb63 Merge remote-tracking branch 'origin/master' into tls-client-sni
# Conflicts:
#	tests/Makefile.am
2017-11-05 14:55:57 +00:00
Rainer Gerhards
9b06493dab add some more temp files to .gitignore 2017-10-27 13:19:51 +02:00
Stephen Workman
59619443e8 Ignore .vscode dir. 2017-10-05 09:54:46 -04:00
Art
6dab9834cb Support SNI when connecting as a client
Add SNI hostname if and only if host is not a bare IP address
Rename sndrcv_tls_anon -> sndrcv_tls_anon_hostname, and include a hostname in this test
Add bare IPv4 and IPv6 TLS tests
Change port in some tests to make wireshark traces easier to interpret during a full test run
2017-04-03 11:33:11 +02:00
Janmejay Singh
40fee60020 support for foreach loop over object 2016-03-31 20:03:45 +05:30
Janmejay Singh
3dfc3a47f8 Population of table-list for lookup of table(by table name, for lookup function) was incorrect (and was never discovered because it had no testcase). This test-covers and fixes it. 2016-01-20 17:35:28 +05:30
Janmejay Singh
8649ea6f53 sparse-array implementation for lookup table, this completes the happy-path flow of lookup-table impl 2015-11-02 19:21:11 +05:30
Janmejay Singh
3a10a78ede Fixed lookup-table reload bug, which ignored table-length of reloaded table, resulting in additional entries being invisible while looking-up (binary-search would work with old-table-length). This would be a security-issue or may cause a crash if reloaded table is actually smaller (memory access beyond table). 2015-09-30 17:29:24 +05:30
Janmejay Singh
c0163de6ce git-ignores a few files that get generated as a part of build/test runs 2014-12-17 11:39:31 +01:00
Janmejay Singh
5151b31f35 - fixed a bug in replace - added tests for replace - added tests for wrap(2) and wrap(3) 2014-11-05 10:14:09 +01:00
Samuel Bernard
c03ff5e8a2 Add pom to package easily the java part with maven
Maven will create a target dir with its compilation files and three jars,
one with compiled classes, one with classes source code and one with
javadocs.

The generated jar is not executable directly. For instance, we will
have to do:
    java -cp target/rsyslog-8.1.6.jar com.rsyslog.gui.diaggui.DiagGUI
to execute the main in com.rsyslog.gui.diaggui.DiagGUI class.

The previous build system with makefile is not affected by this patch.
2014-02-20 14:58:03 +01:00
Rainer Gerhards
b93ed468a0 cosmetic: add few files to .gitignore 2012-10-04 07:27:55 +02:00
Miloslav Trmač
c3efd63737 Add ylwrap to .gitignore 2012-05-31 18:37:07 +02:00
Lennart Poettering
8e51241a50 systemd: install service and socket unit files
This adds a systemd socket and service unit file to the default install
if systemd is found or explicitly enabled in ./configure.

Patch is against current git v5-devel.
2010-10-04 12:29:56 +02:00
Michael Biebl
1bbd2b07f8 Add shave support
shave tranforms the verbose autotools output into a pretty Kbuild-like
one which makes it easier to spot warnings.

See also
http://damien.lespiau.name/blog/2009/02/18/shave-making-the-autotools-output-sane/
git clone git://git.lespiau.name/shave

By default, shave is disabled and you have to explicitly enable it via
./configure --enable-shave.

Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2009-05-19 07:31:21 +02:00
Rainer Gerhards
493d6a799b changed RainerScript testbench to a full-blow test suite
it now works based on test case files, which enable to quickly
generate test cases.
2008-07-07 12:04:33 +02:00
Rainer Gerhards
009c6b89ad added some develop environmet files to .gitignore 2008-06-23 08:54:54 +02:00
Rainer Gerhards
dc88ff7234 updated status to reflect 3.17.4 release 2008-06-16 12:41:14 +02:00
Rainer Gerhards
aafe631cec added a few more .gitignore rules to serve my environment 2008-06-13 07:58:29 +02:00
Michael Biebl
b6b53972e1 Remove .cvsignore files, add .gitignore.
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
2008-06-11 17:03:47 +02:00