summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/itzks-puppet-list-known-hosts: Set x-bits.Mike Gabriel2023-09-271-0/+0
|
* bin/itzks-puppet-list-known-hosts: Add itzks-puppet-list-known-hosts (for ↵Mike Gabriel2022-02-091-0/+21
| | | | mainserver bin:pkg).
* bin/itzks-goodbye-user-session: Actually, this script needs to stay around ↵Mike Gabriel2022-01-071-20/+29
| | | | for a long time (or users' dconf settings might need porting). Thus, wrapping around Debian Edu's goodby-user-session.
* bin/itzks-hosts: Prefer Debian Edu's list-gosa-system script over our own ↵Mike Gabriel2022-01-071-18/+25
| | | | implementation. Mark code section for removal when the bookworm release cycle starts.
* bin/itzks-goodbye-user-session: Mark for removal when the bookworm release ↵Mike Gabriel2022-01-071-0/+3
| | | | cycle starts.
* bin/itzks-filter-whitelist-sslmitm-ca: Drop file, not needed anymore. Update ↵Mike Gabriel2022-01-071-58/+0
| | | | d/copyright accordingly.
* sbin/itzks-reset-userprofile: Move from bin/ to sbin/.Mike Gabriel2019-11-141-170/+0
|
* itzks-reset-userprofile: New tool for resetting all/most configurations in ↵Mike Gabriel2019-11-141-0/+170
| | | | users' home directories.
* itzks-hosts: Properly list server machines.Mike Gabriel2019-05-281-2/+2
|
* Rename script: itzks-user-suicide -> itzks-goodbye-user-session.Mike Gabriel2019-04-041-0/+0
|
* bin/itzks-filter-whitelist-sslmitm-ca: Always try to prep ~/.pki/nssdb/, ↵Mike Gabriel2018-07-201-5/+2
| | | | also if it does not yet exist.
* bin/itzks-filter-whitelist-sslmitm-ca: Prep well-known browsers and other ↵Mike Gabriel2018-07-201-0/+61
| | | | applications with E2Guardian's SSL-MitM fake root-CA.
* New script 'itzks-hosts'. Convert all LDAP host objects to a list in CSV ↵Mike Gabriel2017-09-201-0/+24
| | | | file format.
* standardskriver: The standardskriver tool has now been packaged separately. ↵Mike Gabriel2017-06-301-185/+0
| | | | We now only ship our config in itzks-systems.
* gsettings for ITZkS: Prep MATE screensaver defaults, longer idle delay, ↵Mike Gabriel2017-03-141-0/+43
| | | | introduce lock delay, introduce logout button in screensaver dialog.
* standardskriver tool: Tolerate non-existing [sections] in standardskriver.cfg.Mike Gabriel2015-04-171-13/+19
|
* bin/standardskriver: whitespace fixMike Gabriel2015-04-161-1/+0
|
* Fix reporting error (discovered by pyflakes).Mike Gabriel2015-04-161-1/+1
|
* standardskriver tool: Allow for customer based [machine.<CUSTOMERID>] and ↵Mike Gabriel2015-04-161-11/+29
| | | | [groups.<CUSTOMERID>] sections in /etc/standardskriver.cfg. This allows having all site configurations of all customers in one config file.
* itzks-systems-smartboard: Start SMARTBoardService daemon in user context ↵Mike Gabriel2015-02-182-4/+1
| | | | (not as root) and provide proper udev rules to grant normal users sufficient access to SMART whiteboard devices.
* Add bin:package itzks-systems-smartboard. Provide wrapping-like support on ↵Mike Gabriel2015-02-122-0/+6
| | | | Debian wheezy and above for SMART Notebook and tools contained in a Ubuntu 12.04 (i386) chroot.
* add subnet specs to config exampleMike Gabriel2013-11-131-0/+1
|
* Use python-netaddr in standardskriver to make it recognize network ↵Mike Gabriel2013-11-131-5/+13
| | | | | | | | | addresses, as well. * Use python-netaddr in standardskriver to make it recognize network addresses, as well. * debian/control: + Add dependency for bin:package itzks-systems-common: python-netaddr.
* rename itzks-standardskriver script to standardskriverMike Gabriel2013-11-131-0/+3
|
* Add standardskriver script, provided by linuxavdelingen.no.Mike Gabriel2013-11-081-0/+150
|
* /bin/passwd: To users with uidNumber >= 1000 -> show the GOsa² link. To ↵Mike Gabriel2012-11-021-3/+8
| | | | users with uidNumber < 1000 -> wrap around GNU passwd binary.
* /debian/itzks-systems-config.postrm: Undo dpkg diversion.Mike Gabriel2012-11-021-0/+4
|
* install passwd in this package without using the alternative systemMike Gabriel2012-11-021-4/+0
|
* /debian/itzks-systems-config.postinst et al.: dpkg-divert / install ↵Mike Gabriel2012-11-021-0/+4
| | | | update-alternative passwd binary, point to GOsa² instead whenever a user evokes the passwd dialog.
* /debian/itzks-systems-disklserver.install, sbin/diskless-workstation-shell: ↵Mike Gabriel2012-08-141-79/+0
| | | | Move diskless-workstation-shell script into src folder (source package).
* /bin/diskless-workstation-shell, /man/diskless-workation-shell.8: Add script ↵Mike Gabriel2012-07-311-0/+79
for diskless chroot maintenance to itzks-packages-disklserver package.