[debian-edu-commits] debian-edu/upstream/ branch master created (now c6fa9b0)
Petter Reinholdtsen
pere at moszumanska.debian.org
Mon Jun 9 18:25:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a change to branch master
in repository libpam-mklocaluser.
at c6fa9b0 Merge in wheezy update 0.8~deb7u1 just uploaded to stable.
This branch includes the following new commits:
new 35c1853 First draft of pam module creating local users and authenticating them using libpam-ccreds.
new 2f90195 Add logic to create local users during login. Do not work yet.
new 2850d0b Typo.
new c512877 Look up group name and add more debug output.
new 6826f02 More debug output.
new 6e8b17c Try different approach to get Popen() working.
new a284d03 Only enable localoffline for interactive logins.
new b75032d Do not create home directories for remote logins.
new 34de0a0 Document where pam_python come from.
new 61777e6 Typo.
new b9c1bba Get script kind of working.
new 31312f2 Changing home directory on the fly do not work. Reject login to force user to log in again with the new home directory.
new 349ccb8 Leftover.
new 4f6e162 More typos.
new 8fe8e43 Better return value when the login need to be re-done.
new 09cd15f Some cleanup.
new 57a1244 Make it easier to customise the hardcoded values.
new a176ce6 Report why the login is rejected using a PAM conversation message.
new ac7e850 Drop cdbs as build dep. It is not really used for anything useful. Correct dependencies.
new c3a909f Improve documentation.
new c424d99 First draft to support a hook after the home directory is created.
new 15f4e7a Need to add shadow entry too, to avoid forced password change on first login.
new b052790 Calculate time for last pw change dynamically. Get test code working.
new 6dbc67c Make sure console logins are considered local too.
new 20090ee Document what we are waiting for.
new f201525 Document the relation to bug #566718 too.
new 43a13a5 Lot to syslog, not to stdout.
new c8c2d5d Enable support for hooks in /etc/localoffline.d/, and clean up some comments.
new b96f72f Rename to prepare for a restructuring.
new 3ea413c More restructuring.
new 640a879 Complete restructuring.
new 7c7719f Leftover.
new 26ce934 libpam-python is available.
new 8e934be The libpam-ccreds package in experimental is working.
new 512830b Remove redundant info from the copyright file. Current maintainer is listed in the control file.
new 13607b7 Remove useless exit 0 from postinst.
new 99ea68f Improve package description.
new af32179 Point to the same GPL file both places.
new de78011 releasing version 0.1
new 5e88662 Correct typo in pam-configs entry causing the PAM module to fail.
new 01671e2 Make sure the user name of the user logging in is passed on to the hook scripts.
new 6ddbb51 Make sure the path to the original home directory and the user name of the user logging in is passed on to the hook scripts.
new 5392110 releasing version 0.3
new 9c710bd * Do not add localuser if it already exist in /etc/passwd. * Add build-dependency on python-support. * Make sure that dh_pysupport is run during build. * Added myself as uploader.
new cd6f929 releasing version 0.4
new ac864e3 Do not create local home directory if the directory mentioned in passwd already exist.
new 01332d6 releasing version 0.5
new 566362f * Make module more robust. Move group lookup into the code path where it is used, to avoid failing if the group is missing when the user is already available locally (Closes: #). * Add code to handle missing primary group infomration when creating the local user.
new 3e8230d Got the BTS number.
new 207f5eb Update standards-version from 3.8.4 to 3.9.1. No changes needed.
new ed79a15 Fix typo.
new 7a8b0e2 Change module to only run /usr/sbin/nscd if it exist (Closes #597241).
new dd2a5e2 releasing version 0.6
new 33d9072 Avoid Popen() problem by throwing away unused output from subprocesses (Closes: #634829).
new 8650713 Update standards-version from 3.9.1 to 3.9.2. No changes needed.
new b004601 Rewrite how Popen() is used to ensure the script wait for the subprocesses to start before looking for their status (Closes: #634829). Patch from Wolfgang Schulze-Zachau.
new c4076f4 Prepare for release.
new 8e9c2ad * Make PAM module more robust. Add to /etc/passwd and /etc/shadow using python code instead of calling "echo 'something' >> /etc/file" in a subshell. * Do not try to syslog an exception, as a string is needed in newer python versions.
new 9285430 Improve text.
new a30ba8c Do not call chown -R, implemnt it in python instead.
new 7e0a649 Correct test pam_handler function arguments and make it output more info during testing.
new e22d1a1 Make sure syslog message make it clear that both passwd and shadow is updated by the module.
new a5de0aa Rewrite runcmd() to work with Python om Wheezy.
new 5570ad2 Make sure to fix the home directory as well as all files and directories below it.
new 1c76de0 Next upload will fix bug.
new 14f09fa Typo in changelog.
new 0bb9a89 Only fix RC bug in first upload.
new f144d28 Next upload will include the robustness rewrite.
new 0b36a25 Update standard-version from 3.9.2 to 3.9.3. No changes needed.
new d046b14 Change priority from optional to extra, as it depend on libpam-python which is priority extra, to avoid priority inversion.
new c6fa9b0 Merge in wheezy update 0.8~deb7u1 just uploaded to stable.
The 71 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/libpam-mklocaluser.git
More information about the debian-edu-commits
mailing list