1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up formatting and dead variables. More... over 15 years ago
Updated for 1.2.0 release. More... over 15 years ago
Initialize ac to zero to quiet compiler. More... over 15 years ago
HookOperation can now cancel authorized tasks. LHExec class superseded by HookOperation. LHExec sources removed from project. More... over 15 years ago
Superseded by HookOperation class. More... over 15 years ago
Set exit status of script on main thread. More... over 15 years ago
Continued cleanup. Most unnecessary C API replaced with Obj-C equivalents. Extensive use of properties. Clarified method and variable names. More... over 15 years ago
Don't reassign value of pid. More... over 15 years ago
strdup right name before using it. More... over 15 years ago
Respect the results of [super init] More... over 15 years ago
Added -beginsWithString:... More... over 15 years ago
Phasing out LHExec in favor of HookOperation. Garbage collection disabled for the time being. More... over 15 years ago
Phasing in a replacement for LHExec based on NSOperation. More... over 15 years ago
Wider use of properties and dot notation. More... over 15 years ago
Restored -dealloc for use with managed memory environments. More... over 15 years ago
Updated copyright. Using NSAutoreleasePool's -drain method. More... over 15 years ago
Use -drain instead of -release for NSAutorleasePool More... over 15 years ago
-finalize replaces -dealloc in garbage collection. More... over 15 years ago
Xcode 3.1+10.5 only. Garbage collection enabled. More... over 15 years ago
Using updated AMAuthorization class. More... over 15 years ago
Using Objective-C 2.0 properties. Added -authorize. Properties eliminate need for "advanced" method. More... over 15 years ago
Removed LHAuthRef. Added AMAuthorization. More... over 15 years ago
Handle NSNumber translation to C string. Improved allocation. More... over 15 years ago
Much stabler, much improved backend code. Using AMAuthorization for authorized tasks. More... over 15 years ago
Authorized kills moved to LHExec class. Pass object, not C string, to worker thread. More... over 15 years ago
Authorization API wrapper. More... over 15 years ago
Superseded by AMAuthorization. More... over 15 years ago
Don't call abort and dump core if we can't find the script. Remove questionable use of syslog. More... over 15 years ago
Updated copyright, updated project settings. More... almost 16 years ago
Removed calls to pathfortool. Improved -killWithElevatedPrivileges. More... almost 16 years ago