Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Releases: macmule/ADPassMon

2.20.10

13 Oct 16:22
Compare
Choose a tag to compare

Release Notes

This release fixes a bug that caused the preferences window to appear every time ADPassMon was launched, unless you have prefsLocked enabled. The preferences window is only supposed to appear the first time you launch ADPassMon when preferences aren't locked.

2.20.9

12 Oct 18:18
Compare
Choose a tag to compare

Summary

  • Local account checking now works properly.
  • The command that adds ADPassMon to the TCC.db (which grants permission for applications that control UI elements) now works with OS 10.11.

Notes

While starting, ADPassMon now checks whether the current user account is local. If it is local, by default it will halt all further processes, but will otherwise stay loaded (using minimal resources). This is by design since some environments launch ADPassMon via a KeepAlive LaunchAgent which would just keep launching it if it were to quit.

You may wish to override this default behavior for a local account -- for example, if you have a local account on a bound computer with the same name as your AD account and you want to see your password expiration info. To do this, set the runIfLocal property to true to tell ADPassMon to run normally:

defaults write org.pmbuko.ADPassMon runIfLocal -bool true

2.20.7

21 Sep 17:30
Compare
Choose a tag to compare

Changes since last version:

  • Really fixed the issue mentioned in the last release. If the password does not expire, then both the "Re-check Expiration" menu item and the "Test Settings" button in the prefs window will be disabled.

2.20.6

21 Sep 13:29
Compare
Choose a tag to compare

2.20.5

21 Sep 09:26
Compare
Choose a tag to compare

Changes in this release

2.20.4

17 Sep 20:15
Compare
Choose a tag to compare

Changes in this release

2.20.3

11 Sep 20:35
Compare
Choose a tag to compare
2.20.3 Pre-release
Pre-release

2.20.3 - Changes:

  • Resolved: Remove erroneous app signing #7

2.20.2

09 Sep 09:19
Compare
Choose a tag to compare
2.20.2 Pre-release
Pre-release

This is a pre-release so we can get wider testing of our updated code after the much-anticipated 😆 merger of the macmule and pmbuko ADPassMon forks.

In addition to bringing together features and bugfixes from both forks, a few old and new bugs have been (hopefully?) squashed, and some new features have been introduced, namely

Notification alerts now include a Change button, which lets you click through directly to your selected change password method.
The menu item will now show the correct number of days remaining even if your computer has been away from the work network for a while.

2.20.2 - Changes:

  • Resolved: Change Password button on ADPassMon method doing nowt #5

2.20.1 - The big merge is here!

08 Sep 20:54
Compare
Choose a tag to compare
Pre-release

This is a pre-release so we can get wider testing of our updated code after the much-anticipated 😆 merger of the macmule and pmbuko ADPassMon forks.

In addition to bringing together features and bugfixes from both forks, a few old and new bugs have been (hopefully?) squashed, and some new features have been introduced, namely

  • Notification alerts now include a Change button, which lets you click through directly to your selected change password method.
  • The menu item will now show the correct number of days remaining even if your computer has been away from the work network for a while.

2.10.1 - 1st commit to merge with main

02 Jun 15:49
Compare
Choose a tag to compare

2.10.1 - 1st commit to merge with main.

Should have all the options from my fork + the options/settings from the main branch