├── LICENSE ├── README.md ├── cargo_ship ├── Cargo Ship application macOS.dmg ├── README.md ├── cargo_ship.icns ├── cargo_ship.ico ├── cargo_ship.py ├── imgs │ ├── cargoship_usage.png │ ├── jss_privs.png │ ├── login.png │ └── search_results.png └── setup.py ├── imgs ├── cargoship_final.png └── tugboat_final.png └── tugboat ├── README.md ├── Tugboat application macOS.dmg ├── database_function.py ├── imgs ├── administration.png ├── angstpreview.gif ├── computer.png ├── discovery.png ├── internal_tugboat.png ├── jss_privs.png ├── login.png ├── percent_user.png ├── search_results.png ├── tugboat_in_action.gif ├── tugboat_ui.png ├── user_and_location.png └── user_selection.png ├── ldap_object.py ├── setup.py ├── tugboat.py ├── tugboat_exe.zip ├── tugboat_icon.icns └── tugboat_icon.ico /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/README.md -------------------------------------------------------------------------------- /cargo_ship/Cargo Ship application macOS.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/Cargo Ship application macOS.dmg -------------------------------------------------------------------------------- /cargo_ship/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/README.md -------------------------------------------------------------------------------- /cargo_ship/cargo_ship.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/cargo_ship.icns -------------------------------------------------------------------------------- /cargo_ship/cargo_ship.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/cargo_ship.ico -------------------------------------------------------------------------------- /cargo_ship/cargo_ship.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/cargo_ship.py -------------------------------------------------------------------------------- /cargo_ship/imgs/cargoship_usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/imgs/cargoship_usage.png -------------------------------------------------------------------------------- /cargo_ship/imgs/jss_privs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/imgs/jss_privs.png -------------------------------------------------------------------------------- /cargo_ship/imgs/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/imgs/login.png -------------------------------------------------------------------------------- /cargo_ship/imgs/search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/imgs/search_results.png -------------------------------------------------------------------------------- /cargo_ship/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/cargo_ship/setup.py -------------------------------------------------------------------------------- /imgs/cargoship_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/imgs/cargoship_final.png -------------------------------------------------------------------------------- /imgs/tugboat_final.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/imgs/tugboat_final.png -------------------------------------------------------------------------------- /tugboat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/README.md -------------------------------------------------------------------------------- /tugboat/Tugboat application macOS.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/Tugboat application macOS.dmg -------------------------------------------------------------------------------- /tugboat/database_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/database_function.py -------------------------------------------------------------------------------- /tugboat/imgs/administration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/administration.png -------------------------------------------------------------------------------- /tugboat/imgs/angstpreview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/angstpreview.gif -------------------------------------------------------------------------------- /tugboat/imgs/computer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/computer.png -------------------------------------------------------------------------------- /tugboat/imgs/discovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/discovery.png -------------------------------------------------------------------------------- /tugboat/imgs/internal_tugboat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/internal_tugboat.png -------------------------------------------------------------------------------- /tugboat/imgs/jss_privs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/jss_privs.png -------------------------------------------------------------------------------- /tugboat/imgs/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/login.png -------------------------------------------------------------------------------- /tugboat/imgs/percent_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/percent_user.png -------------------------------------------------------------------------------- /tugboat/imgs/search_results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/search_results.png -------------------------------------------------------------------------------- /tugboat/imgs/tugboat_in_action.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/tugboat_in_action.gif -------------------------------------------------------------------------------- /tugboat/imgs/tugboat_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/tugboat_ui.png -------------------------------------------------------------------------------- /tugboat/imgs/user_and_location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/user_and_location.png -------------------------------------------------------------------------------- /tugboat/imgs/user_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/imgs/user_selection.png -------------------------------------------------------------------------------- /tugboat/ldap_object.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/ldap_object.py -------------------------------------------------------------------------------- /tugboat/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/setup.py -------------------------------------------------------------------------------- /tugboat/tugboat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/tugboat.py -------------------------------------------------------------------------------- /tugboat/tugboat_exe.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/tugboat_exe.zip -------------------------------------------------------------------------------- /tugboat/tugboat_icon.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/tugboat_icon.icns -------------------------------------------------------------------------------- /tugboat/tugboat_icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/scl_jamf_tools/HEAD/tugboat/tugboat_icon.ico --------------------------------------------------------------------------------