FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
  1. Nov 08, 2024
    • Dr. David McBride's avatar
      Import Debian version 34build1 · 686d6219
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (34build1) 2019; urgency=medium
      .
        * No-change rebuild for MCS Linux 2019.
      34build1
      686d6219
    • Dr. David McBride's avatar
      Import Debian version 34 · 9552f2df
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      34
      9552f2df
    • Dr. David McBride's avatar
      Import Debian version 33 · c021d7b1
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.)
      33
      c021d7b1
    • Dr. David McBride's avatar
      Import Debian version 32 · 3a02f9ce
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (32) 2016; urgency=medium
      .
        * Update for MCS Linux 2016.
        * Remove mcs-cachecifscreds, obsolete.
        * Remove mcs-launch-survey, obsolete.
        * Remove mcsuseradd, obsolete.
      32
      3a02f9ce
    • Dr. David McBride's avatar
      Import Debian version 31 · c3f73d1b
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.)
      31
      c3f73d1b
    • Dr. David McBride's avatar
      Import Debian version 30 · 36d0b375
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      30
      36d0b375
    • Dr. David McBride's avatar
      Import Debian version 29 · 8bc991b5
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (29) 2015; urgency=medium
      .
        * Update for MCS Linux 2015.
        * Add myself to Maintainers, remove Anton.
          Sorry to see you go, sir!
      29
      8bc991b5
    • Dr. David McBride's avatar
      Import Debian version 28 · 0e1bb7cd
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      28
      0e1bb7cd
    • Ben Harris's avatar
      Import Debian version 27build1 · 9b252da3
      Ben Harris authored
      mcs-scripts (27build1) 2014;
      .
        * No-change rebuild for 2014.
      27build1
      9b252da3
    • Dr. David McBride's avatar
      Import Debian version 27 · 4a272320
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      27
      4a272320
    • Dr. David McBride's avatar
      Import Debian version 26 · 5e4b5c58
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (26) 2013; urgency=low
      .
        * No-change rebuild for 2013.
      26
      5e4b5c58
    • Dr. David McBride's avatar
      Import Debian version 25 · 1de7e7ca
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (25) 2012; urgency=low
      .
        * Add mcs-launch-survey script and associated Xsession.d hook.
      25
      1de7e7ca
    • Dr. David McBride's avatar
      Import Debian version 24 · fe942834
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      24
      fe942834
    • Dr. David McBride's avatar
      Import Debian version 23 · 4f408b7e
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      23
      4f408b7e
    • Dr. David McBride's avatar
      Import Debian version 22 · 12e49375
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      22
      12e49375
    • Dr. David McBride's avatar
      Import Debian version 21 · 4a7dfeec
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.
      21
      4a7dfeec
    • Dr. David McBride's avatar
      Import Debian version 20 · 4c60443e
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (20) 2012; urgency=low
      .
        * Remove all MOTD-related processing, as it's being moved to a new mcs-motd
          package.
      20
      4c60443e
    • Dr. David McBride's avatar
      Import Debian version 19 · 295036c3
      Dr. David McBride authored and Ben Harris's avatar Ben Harris committed
      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.)
      19
      295036c3
    • Anton Altaparmakov's avatar
      Import Debian version 18 · c963ab6b
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (18) 2012;
      .
        * Remove no longer needed scripts.
      18
      c963ab6b
    • Anton Altaparmakov's avatar
      Import Debian version 17 · 20386b79
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (17) 2012;
      .
        * Fix syntax errors in Xsession script.
        * /etc/X11/Xsession.d/* are sourced not executed thus must "return" rather
          than exit.
      17
      20386b79
    • Anton Altaparmakov's avatar
      Import Debian version 16 · 322d52a2
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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).
      16
      322d52a2
    • Anton Altaparmakov's avatar
      Import Debian version 15 · fc596ba3
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      15
      fc596ba3
    • Ben Harris's avatar
      Import Debian version 14 · 29a4ab1c
      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.
      14
      29a4ab1c
    • Anton Altaparmakov's avatar
      Import Debian version 13 · 7dff7c13
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (13) 2012; urgency=low
      .
        * Modify login script to have working /ux as well for new Windows based
          filestore.
      13
      7dff7c13
    • Anton Altaparmakov's avatar
      Import Debian version 12 · aa9a0509
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (12) 2012; urgency=low
      .
        * Modify login script to work with new Windows based filestore.
      12
      aa9a0509
    • Anton Altaparmakov's avatar
      Import Debian version 11 · 277ef0a3
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (11) 2012; urgency=low
      .
        * Fix MOTD on graphical logins.
      11
      277ef0a3
    • Anton Altaparmakov's avatar
      Import Debian version 10 · 8abd77a0
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (10) 2012; urgency=low
      .
        * Update string logged in mcsumount to say mcsumount rather than mcssession.
      10
      8abd77a0
    • Anton Altaparmakov's avatar
      Import Debian version 9 · 34fa7f36
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (9) 2012; urgency=low
      .
        * Fix silly bug in mcsmount.
      9
      34fa7f36
    • Anton Altaparmakov's avatar
      Import Debian version 8 · 2a14a1c9
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      8
      2a14a1c9
    • Ben Harris's avatar
      Import Debian version 7 · 023a771d
      Ben Harris authored
      mcs-scripts (7) 2012; urgency=low
      .
        * mcsuseradd: Stop using srvr-nds1, since it's been decommissioned.
      7
      023a771d
    • Anton Altaparmakov's avatar
      Import Debian version 6 · c0c40a8d
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      6
      c0c40a8d
    • Anton Altaparmakov's avatar
      Import Debian version 5 · 056efaab
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      5
      056efaab
    • Anton Altaparmakov's avatar
      Import Debian version 4 · ecc57bf7
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      4
      ecc57bf7
    • Anton Altaparmakov's avatar
      Import Debian version 3 · 84357704
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      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.
      3
      84357704
    • Anton Altaparmakov's avatar
      Import Debian version 2 · 68d25b43
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (2) oneiric-uxsup; urgency=low
      .
        * Fixup mcsuseradd for Ubuntu (useradd and groupadd have different options).
      2
      68d25b43
    • Anton Altaparmakov's avatar
      Import Debian version 1 · 5237f4cd
      Anton Altaparmakov authored and Ben Harris's avatar Ben Harris committed
      mcs-scripts (1) oneiric-uxsup; urgency=low
      .
        * First version.  Roughly equivalent to mcs-scripts 4.7-0.
      1
      5237f4cd
    • Unix Support's avatar
      Import pwf-scripts-5.2-1.src.rpm · 0cc79c00
      Unix Support authored and Ben Harris's avatar Ben Harris committed
      from-srpms
      0cc79c00
    • Unix Support's avatar
      Import pwf-scripts-5.1.1-1.src.rpm · 73c51767
      Unix Support authored and Ben Harris's avatar Ben Harris committed
      73c51767
    • Unix Support's avatar
      Import pwf-scripts-5.1-1.src.rpm · 3010e28b
      Unix Support authored and Ben Harris's avatar Ben Harris committed
      3010e28b
    • Unix Support's avatar
      Import pwf-scripts-5.0-0.src.rpm · 6e649590
      Unix Support authored and Ben Harris's avatar Ben Harris committed
      6e649590
Loading