Christian Beer
Christian Beer
I want to scan a directory and all it's subdirectories excluding one substructure where I have constantly changing content which I don't care about at the moment. The documentation of...
See https://github.com/ossec/ossec-hids/pull/2029 for the script. Sorry for the whitespace changes. Let me know if I should remove them.
Linux currently doesn't show any alerts issued by the Manager. While on Windows and Mac such alerts are shown via the tray (Balloontips) there is no code implemented for Linux....
Request from Raistmer on [BOINC dev](http://boinc.berkeley.edu/dev/forum_thread.php?id=11401&postid=75138#75138). There currently is a discrepancy of available preference settings between Android and non-Android in regard to power management. There are some pros and cons...
International Domain Names (Umlaut-Domains among others) may be a thing in the future. `libcurl` already supports [libidn2](https://gitlab.com/libidn/libidn2) which translates the domain name into a string that can be resolved. Since...
The basic `enum*` functions in `html/inc/db_conn.inc` support an argument for _where_ and _order_ clauses and the _where_ clause must not start with "where". The table specific `enum` functions in `html/inc/boinc_db.inc`...
The feeder does not purge results that where marked as "didn't need" (server_state=5,outcome=5) from the shmem array. This lead to the case where one result was unsent (and in shmem)...