Skip to content

Tags: rgconrad514/SQLServerLoginMonitor

Tags

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added missing execute permissions on InsertGeoIP

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.0.2

Toggle 2.0.2's commit message
Fixed bug that was preventing firewall rules from being deleted.

Signed-off-by: Ryan Conrad <[email protected]>

v2.0.1

Toggle v2.0.1's commit message
Fixed bug that was preventing firewall rules from being deleted.

Signed-off-by: Ryan Conrad <[email protected]>

v2.0

Toggle v2.0's commit message
Fixed bug that was preventing firewall rules from being deleted.

Signed-off-by: Ryan Conrad <[email protected]>

2.0.1

Toggle 2.0.1's commit message
- Fixed bad quote and space characters created by Git GUI

- Installer now creates tasks run by SYSTEM built-in account
- DB creation script creates user with appropriate permissions mapped to SYSTEM.
- Re-implemented IPSec code that got lost in last code merge
- Changed Add-BlockRule function to use faster netsh command to create firewall
  rules; Clear-BlockedClients function updates rule groups to keep firewall rules
  organized (netsh does not allow for specifying the rule group at rule creation).

2.0

Toggle 2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

SP check

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Installer.ps1

Fixed folder creation and file copying as a result of restructure

v1.0

Toggle v1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Log-FailedLogin function accept empty string

Fixed Log-FailedLogin function to accept empty string values for $UserID and $Message arguments.