File Changes for galt
switch to commits view, user indexv287_preview to v287_preview2 (2013-07-16 to 2013-07-23) v287
- src/hg/lib/jksql.c
- lines changed 3, context: html, text, full: html, text
allowing NULL database to connect via default profile db, so that the mysql db is not required to be used, since it is a hackers prime target
- src/hg/utils/safePush/safePush.c
- lines changed 2, context: html, text, full: html, text
fixing utilities that use mysql db as a db to connect when they really do not know or care what db is present, they just want to connect. But where possible we are changing mysql users to not allow them access to the mysql db to help prevent hacking. And in these cases, a connection can be made and will serve the same purpose as well by simply specifying NULL instead of "mysql" for the connection.
- src/hg/utils/tdbQuery/tdbQuery.c
- lines changed 1, context: html, text, full: html, text
allowing NULL database to connect via default profile db, so that the mysql db is not required to be used, since it is a hackers prime target
- src/hg/utils/toDev64/toDev64.c
- lines changed 1, context: html, text, full: html, text
fixing utilities that use mysql db as a db to connect when they really do not know or care what db is present, they just want to connect. But where possible we are changing mysql users to not allow them access to the mysql db to help prevent hacking. And in these cases, a connection can be made and will serve the same purpose as well by simply specifying NULL instead of "mysql" for the connection.
switch to commits view, user index