zoneminder/web/includes
ralimi ecb7df0e8b Support SSL for mysql connections (#1965)
* Fix install location for config files when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Omitted README file that should have appeared in /etc/zm/conf.d

* Fix location for configs when building to alternate directory.

* Fix works, but this should go on a branch instead.

* Fix works, but this should go on a branch instead.

* Fix location for configs when building to alternate directory.

With the previous code, we ended up with a directory structure like the following:

$ find /etc/zm/conf.d/
/etc/zm/conf.d/
/etc/zm/conf.d/01-system-paths.conf
/etc/zm/conf.d/conf.d
/etc/zm/conf.d/conf.d/README
/etc/zm/conf.d/conf.d/02-multiserver.conf

* Remove double quotes. This is a list of paths.

* Allow SSL database connection to be secured with SSL.

* Fix incorrect variable name

* Fix PHP syntax errors

* SSL connection parameters must also be passed in API.

* Revert fixes to build files; they should not be in this branch.
2017-08-14 10:30:42 -04:00
..
csrf add ZM_ENABLE_CSRF_MAGIC toggle 2017-03-28 17:29:36 -05:00
Event.php update getStreamSrc to take a hash instead of an array of thing=thing 2017-06-08 14:01:22 -04:00
Frame.php more merges/fixes from SA 2017-05-30 13:47:30 -04:00
Monitor.php Don't need to check for values in args, beacuse we set one above 2017-06-08 14:01:44 -04:00
Server.php trivial updates (#1887) 2017-05-16 14:16:32 -04:00
Storage.php trivial updates (#1887) 2017-05-16 14:16:32 -04:00
actions.php fix filters, refreshparent in wrong block 2017-06-23 09:04:46 -04:00
config.php.in Add support for conf.d subfolder (#1902) 2017-06-05 16:39:19 -04:00
control_functions.php fix regexp for direction in control command. Also log if the regexp doesn't match 2017-01-10 12:35:38 -05:00
database.php Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
functions.php fix typo 2017-07-06 10:50:56 -04:00
lang.php update gpl 2 mailing address in source files 2016-12-26 09:23:16 -06:00
logger.php Allow API authentication using the `auth` query parameter containing an auth. hash. (#1845) 2017-05-15 21:51:48 -04:00