summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debian/copyright: Fix typoexperimentalBalint Reczey2022-01-231-1/+1
| | | | Gbp-Dch: Ignore
* Update changelogdebian/1%4.11.1+dfsg1-0exp1Balint Reczey2022-01-221-3/+11
|
* debian/login.defs: Set default subuid and subgid rangesBalint Reczey2022-01-221-0/+8
|
* debian/tests: Cherry-pick part of autopkgtest from UbuntuBalint Reczey2022-01-222-0/+15
| | | | Thanks: Michael Vogt for the more extensive suite in Ubuntu
* debian/NEWS: Mention new login behaviour regarding empty password fieldBalint Reczey2022-01-222-0/+18
| | | | Also set PREVENT_NO_AUTH in shipped login.defs accordingly.
* debian/login.defs: List new GRANT_AUX_GROUP_SUBIDS option in shipped login.defsBalint Reczey2022-01-221-0/+5
|
* debian/control: Make the Vcs-Browser URL canonicalBalint Reczey2022-01-221-1/+1
|
* debian/login.lintian-overrides: Drop unused overrideBalint Reczey2022-01-221-1/+0
|
* Update changelogBalint Reczey2022-01-221-3/+15
|
* Ship the libsubid4 and libsubid-dev packages and ship getsubids in uidmapBalint Reczey2022-01-227-0/+40
|
* debian/rules: Drop obsolete variable settingBalint Reczey2022-01-221-9/+0
|
* debian/rules: Stop using --disable-shared to build shared librariesBalint Reczey2022-01-221-2/+1
|
* Include YESCRYPT options in shipped login.defsBalint Reczey2022-01-221-0/+14
| | | | Closes: #991914
* Enable newly added yescrypt supportBalint Reczey2022-01-222-0/+2
|
* Set NONEXISTENT to /nonexistent in shipped login.defsBalint Reczey2022-01-221-0/+9
| | | | Closes: #960318
* Refresh patchesBalint Reczey2022-01-228-42/+42
|
* Fix copyright fileBalint Reczey2022-01-221-3/+3
| | | | Gbp-Dch: Ignore
* Update upstream source from tag 'upstream/4.11.1+dfsg1'Balint Reczey2022-01-21803-87716/+141177
|\ | | | | | | Update to upstream version '4.11.1+dfsg1' with Debian dir dabfc6c107f3a409c1c986efc2d9fd6151015d95
| * New upstream version 4.11.1+dfsg1upstream/4.11.1+dfsg1Balint Reczey2022-01-21792-76734/+119911
| |
| * New upstream version 4.9upstream/4.9Balint Reczey2021-11-07571-21605/+31889
| |
* | debian/upstream/signing-key.asc: Update upstream signing keyBalint Reczey2022-01-211-50/+77
| |
* | debian/watch: Repack upstream tarball with +dfsg1 suffixBalint Reczey2022-01-211-1/+1
| |
* | debian/copyright: Fully rewrite the file based on upstream license updateBalint Reczey2022-01-211-103/+221
| |
* | Update changelogBalint Reczey2021-11-141-0/+7
| |
* | Install nologin /usr/sbin without patching makefilesBalint Reczey2021-11-143-20/+1
| |
* | login: Don't list su command as shippedBalint Reczey2021-11-141-1/+0
| | | | | | | | Closes: #960637
* | Update changelogdebian/1%4.8.1-2Balint Reczey2021-11-101-3/+6
| |
* | debian/control: Revert to my personal email address in the Maintainer fieldBalint Reczey2021-11-101-1/+1
| |
* | Rename deprecated debian/passwd.tmpfile to debian/passwd.tmpfilesBalint Reczey2021-11-101-0/+0
| |
* | Update changelogBalint Reczey2021-11-101-2/+8
| |
* | Clean up debian/control using 'cme fix dpkg-control'Balint Reczey2021-11-101-19/+6
| |
* | List man pages to install in debian/*.manpages instead of in debian/*.installBalint Reczey2021-11-104-73/+72
| |
* | debian/control: Bump debhelper-compat version to 13Balint Reczey2021-11-101-1/+1
| |
* | Add files to debian/not-installed or install them when they were missedBalint Reczey2021-11-105-4/+43
| |
* | Make passwd recommend sensible-utils because vipw uses sensible-editorBalint Reczey2021-11-071-0/+1
| |
* | Update changelogBalint Reczey2021-11-071-0/+8
| |
* | debian/control: Switch to libsemanage-dev from libsemanage1-devBalint Reczey2021-11-071-1/+1
| | | | | | | | Closes: #998633
* | debian/changelog: finalizedebian/1%4.8.1-1.1Johannes Schauer Marin Rodrigues2021-10-231-2/+5
| |
* | debian/changelog: add new entryJohannes Schauer Marin Rodrigues2021-10-231-0/+13
| |
* | Merge branch 'dpkg-root' into 'master'Johannes Schauer Marin Rodrigues2021-10-231-37/+12
|\ \ | | | | | | | | | | | | cruft removal and support for DPKG_ROOT (closes: #989712, #992578) See merge request debian/shadow!15
| * | login.postinstd support for DPKG_ROOT (closes: #992578)Helmut Grohne2021-08-201-12/+12
| | |
| * | login.postinstd remove cruft (closes: #989712)Helmut Grohne2021-08-201-25/+0
|/ /
* | Merge branch 'clean-up-old-passwd-maintscript' into 'master'Balint Reczey2020-04-202-65/+0
|\ \ | | | | | | | | | | | | Remove obsolete code from passwd maintscripts See merge request debian/shadow!11
| * | Remove obsolete code from passwd maintscriptsNiels Thykier2020-04-182-65/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The transitional behaviour was complete before oldoldstable and is no longer relevant. Moving this snippet will eventually enable us to remove the preinst for passwd completely (when the /etc/cron.daily/passwd removal is complete). This will both reduce the total number of maintscripts and also enable us to simplify deployment DPKG_ROOT (the InstallBootstrap spec). * https://wiki.debian.org/Teams/Dpkg/Spec/InstallBootstrap Signed-off-by: Niels Thykier <niels@thykier.net>
* | Merge branch 'clean-up-old-login-preinst' into 'master'Balint Reczey2020-04-182-53/+0
|\ \ | | | | | | | | | | | | Remove obsolete login.preinst See merge request debian/shadow!10
| * | Remove obsolete login.preinstNiels Thykier2020-04-182-53/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | The transitional behaviour was complete before oldoldstable and is no longer relevant. Moving this snippet will eventually enable us to remove the preinst for login completely (when the /etc/securetty removal is complete). This will both reduce the total number of maintscripts and also enable us to simplify deployment DPKG_ROOT (the InstallBootstrap spec). * https://wiki.debian.org/Teams/Dpkg/Spec/InstallBootstrap Signed-off-by: Niels Thykier <niels@thykier.net>
* | Update changelogdebian/1%4.8.1-1Balint Reczey2020-02-071-2/+2
| |
* | debian/HOME_MODE.xml: Ship the file that was accidentally omitted from ↵Balint Reczey2020-02-072-0/+47
| | | | | | | | upstream tarball
* | Update changelogBalint Reczey2020-02-071-0/+9
| |
* | Refresh patchesBalint Reczey2020-02-066-37/+4
| |