* libmisc/find_new_gid.c, libmisc/find_new_uid.c: For system

accounts, return the first unused ID, starting from the max value.
	This could be useful later to increase the static IDs range.
This commit is contained in:
nekral-guest
2009-04-11 16:00:45 +00:00
parent 8d136297c4
commit ca1bb50c24
4 changed files with 46 additions and 0 deletions

6
NEWS
View File

@@ -56,6 +56,8 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
* error handling improvement (see above).
* Speedup (see "addition of users or groups" above).
* do not create groups with GID set to (gid_t)-1.
* Allocate system group GIDs in reverse order. This could be useful
later to increase the static IDs range.
- groupdel
* audit logging improvements.
* error handling improvement (see above).
@@ -82,6 +84,8 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
* Speedup (see "addition of users or groups" above).
* do not create users with UID set to (gid_t)-1.
* do not create groups with GID set to (gid_t)-1.
* Allocate system account UIDs/GIDs in reverse order. This could be useful
later to increase the static IDs range.
- passwd
* For compatibility with other passwd version, the --lock an --unlock
options do not lock or unlock the user account anymore. They only
@@ -98,6 +102,8 @@ shadow-4.1.2.2 -> shadow-4.1.3 UNRELEASED
* New -M/--no-create-home option to disable CREATE_HOME.
* do not create users with UID set to (gid_t)-1.
* Added -Z option to map SELinux user for user's login.
* Allocate system user UIDs in reverse order. This could be useful
later to increase the static IDs range.
- userdel
* audit logging improvements.
* Do not fail if the removed user is not in the shadow database.