util-vserver - Patches: patch #4966, Better handling of vcontext's...
You are not allowed to post comments on this tracker with your current authentication level.
patch #4966: Better handling of vcontext's --uid option
Submitter: | Daniel Hokka Zakrisson <daniel_hozac> | ||
Submitted: | Sat 11 Mar 2006 01:43:15 PM UTC | ||
Category: | Core-Utilities | Priority: | 3 - Low |
Status: | Done | Privacy: | Public |
Assigned to: | daniel_hozac | Open/Closed: | Closed |
Release: | alpha |
Tue 11 Apr 2006 05:22:08 PM UTC, comment #1: |
Daniel Hokka Zakrisson <daniel_hozac>![]() ![]() |
Sat 11 Mar 2006 01:43:15 PM UTC, original submission:
This patch makes vcontext accept usernames in addition to user ids, and it sets the groups accordingly for usernames. It also fixes bug #15996 by erroring if it's not a number nor a valid username. |
Daniel Hokka Zakrisson <daniel_hozac>![]() ![]() |
Attached Files
file #9765: util-vserver-0.30.210-vcontext-uid.patch added by daniel_hozac (5KiB - text/x-patch - Revision 2)
file #9626: util-vserver-0.30.210-vcontext-uid.patch added by daniel_hozac (4KiB - application/octet-stream - The patch)
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 6 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-09-17 | daniel_hozac | Status | None | ![]() |
Done |
Assigned to | None | ![]() |
daniel_hozac | ||
Open/Closed | Open | ![]() |
Closed | ||
2006-04-12 | hacim | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
2006-04-11 | daniel_hozac | Attached File | - | ![]() |
Added util-vserver-0.30.210-vcontext-uid.patch, #9765 |
2006-03-11 | daniel_hozac | Attached File | - | ![]() |
Added util-vserver-0.30.210-vcontext-uid.patch, #6035 |
The previous patch was missing returns in the failure branches, causing segfaults when called with incorrect usernames. It was also missing a hunk for the chkconfig command in scripts/vserver.
Thanks to dearaujo on IRC for finding the problems.