- Nov 08, 2024
-
-
mcs-scripts (34build1) 2019; urgency=medium . * No-change rebuild for MCS Linux 2019.
-
mcs-scripts (34) 2018; urgency=medium . * Update for MCS Linux 2018. * Remove Upstart sessions, as these no-longer exist in Ubuntu 18.04. * Remove userv service for killing user processes. * Remove mcsumount script, as mounts are handled by autofs. * Remove unnecessary package dependencies.
-
mcs-scripts (33) 2017; urgency=medium . * Update for MCS Linux 2017. * Remove x11-scripts/10mcs-xdg-runtime-dir, obsolete. (systemd now appears to populate XDG_RUNTIME_DIR, named for the UID of the user. Redefining it in terms of username is redundant.)
-
mcs-scripts (32) 2016; urgency=medium . * Update for MCS Linux 2016. * Remove mcs-cachecifscreds, obsolete. * Remove mcs-launch-survey, obsolete. * Remove mcsuseradd, obsolete.
-
mcs-scripts (31) 2015; urgency=medium . * Update mcs-describehost to use the 'pagga' script rather than 'smblock', and use sed to filter out the hash background character LIGHT SHADE (U+2591). . This is more likely to render as intended for users. . (In particular, PuTTY on Windows when using Consolas can render this new variation nicely, but did poorly on the old one.)
-
mcs-scripts (30) 2015; urgency=medium . * Add mcs-describehost, which uses 'toilet' to pretty-print the hostname on STDOUT. To be used to help incoming SSH users understand which machine they've connected to. * Add 'toilet' as a dependency.
-
mcs-scripts (29) 2015; urgency=medium . * Update for MCS Linux 2015. * Add myself to Maintainers, remove Anton. Sorry to see you go, sir!
-
mcs-scripts (28) 2014; urgency=medium . * Add mcs-wait-for-home.conf to /usr/share/upstart/sessions, to try to work around a problem whereby negative caching on home-directory access causes the start-up of graphical sessions to fail badly.
-
Ben Harris authored
mcs-scripts (27build1) 2014; . * No-change rebuild for 2014.
-
mcs-scripts (27) 2013; urgency=low . * Add mcs-cachecifscreds, which is designed to be called by pam_exec to populate a user's session kernel keyring with their passphrase, so that they can automatically access multiuser CIFS mounts that do not use Kerberos authentication. . This is specifically useful for SMB2 mounts, which do not currently support Kerberos authentication; however, it is also applicable to SMB1 mounts, and therefore might be useful if we want to stop using Kerberos for whatever reason. . `keyctl show` can be used to list the keys that are stored in the kernel. Note, however, that the permissions are set such that even the end-user is unable to read the key so stored. . Note that this will not be useful without the addition of pam_keyinit which initializes the end-user's session keyring.
-
mcs-scripts (26) 2013; urgency=low . * No-change rebuild for 2013.
-
mcs-scripts (25) 2012; urgency=low . * Add mcs-launch-survey script and associated Xsession.d hook.
-
mcs-scripts (24) 2012; urgency=low . * Broaden search path so as to be able to find both regular user accounts and sys accounts with one query -- the objects live in different locations within the AD. * To aid diagnostics, indicate exactly how many records were found in the "record not found / not unique" error case.
-
mcs-scripts (23) 2012; urgency=low . * Update mcsuseradd to a new version that gets user data from the PWFAD Active Directory LDAP service, rather than the deprecated eDirectory.
-
mcs-scripts (22) 2012; urgency=low . * ... and try this again with a minor tweak, because the version number in the post* scripts didn'd quite match correctly. A very tiny corner-case, but let's make sure we don't have machines out there with the wrong state.
-
mcs-scripts (21) 2012; urgency=low . * Explicitly remove the conf-file /etc/profile.d/mcs-motd.sh. Add pre-depends on the relevant version of dpkg to ensure that the necessary tooling is available.
-
mcs-scripts (20) 2012; urgency=low . * Remove all MOTD-related processing, as it's being moved to a new mcs-motd package.
-
mcs-scripts (19) 2012; urgency=low . * Add /usr/sbin/mcs-mkruntimedir script, which initialises a directory for use as the XDG_RUNTIME_DIR path for a graphical user. (Specifically, this is useful for hosting the .gvfs submount that would normally be created under $HOME, which is itself a kerberized CIFS mount.) * Add an Xsession.d scriptlet to set XDG_RUNTIME_DIR to /run/user/$USER if the path exists. (e.g. if the mcs-mkruntimedir script has been run for that user.)
-
mcs-scripts (18) 2012; . * Remove no longer needed scripts.
-
mcs-scripts (17) 2012; . * Fix syntax errors in Xsession script. * /etc/X11/Xsession.d/* are sourced not executed thus must "return" rather than exit.
-
mcs-scripts (16) 2012; . * mcsmount: Do nothing in this script any more. * mcsumount: Simplify and stop unmount /home/crsid as that is now automounted. * Clean up motd scripts to have correct case for the motd file in /ux (it doesn't really matter anyway as cifs is not case sensitive).
-
mcs-scripts (15) 2012; . * mcsmount: Use nobrl mount option to turn mandatory byte range locks on the server into local advisory ones. We need this to make sqlite work for example without which the Unity Dash does not work properly.
-
Ben Harris authored
mcs-scripts (14) 2012; . * mcsumount: use userv rather than su to run things as mortal users. This should avoid problems caused by su's use of PAM.
-
mcs-scripts (13) 2012; urgency=low . * Modify login script to have working /ux as well for new Windows based filestore.
-
mcs-scripts (12) 2012; urgency=low . * Modify login script to work with new Windows based filestore.
-
mcs-scripts (11) 2012; urgency=low . * Fix MOTD on graphical logins.
-
mcs-scripts (10) 2012; urgency=low . * Update string logged in mcsumount to say mcsumount rather than mcssession.
-
mcs-scripts (9) 2012; urgency=low . * Fix silly bug in mcsmount.
-
mcs-scripts (8) 2012; urgency=low . * Do not use mcs-update-home-volumes-list for the moment as we need to generate a list for each user depending on which server their home directory is on and each time they log in so we can cope with the home directory changing. * Rewrite logging in and out so we now use dynamic home server and so we work with new mcsacmd 2.0 where we complete logouts rather than logins.
-
Ben Harris authored
mcs-scripts (7) 2012; urgency=low . * mcsuseradd: Stop using srvr-nds1, since it's been decommissioned.
-
mcs-scripts (6) 2012; urgency=low . * Fix cron entry for mcs-update-home-volumes-list not to have a minus at in front of the minutes as Ubuntu's cron does not support the feature so does not run the cron job at all. * Use ntlmv2 but without signatures as the OES server keeps returning incorrect signatures for at least some packets.
-
mcs-scripts (5) 2012; urgency=low . * Add dependency on libsasl2-modules-gssapi-mit needed to obtain home directory (via kerberized LDAP). * Change default CIFS mount security mechanism to be ntlmv2.
-
mcs-scripts (4) oneiric-uxsup; urgency=low . * Fix unmounting / logging out (killproc does not exist on Ubuntu). * Update determination of home directory now that mcs-pam-config implements Kerberos sessions properly.
-
mcs-scripts (3) oneiric-uxsup; urgency=low . * Rewrite how the home directory is obtained as pam_krb5 works very different on Ubuntu. A nice side effect is that we no longer need to use userv at all and can just get the home directory directly inside mcsmounthomedir and mcshomedir.
-
mcs-scripts (2) oneiric-uxsup; urgency=low . * Fixup mcsuseradd for Ubuntu (useradd and groupadd have different options).
-
mcs-scripts (1) oneiric-uxsup; urgency=low . * First version. Roughly equivalent to mcs-scripts 4.7-0.
-
-
-
-