Opened 17 years ago
Closed 12 years ago
#204 closed defect (fixed)
chown/chgrp functions are only stubs, proposed fix
| Reported by: | YDARIO | Owned by: | Yuri Dario |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.6.6 |
| Component: | libc-backend | Version: | 0.6.2 |
| Severity: | normal | Keywords: | chgrp chown |
| Cc: |
Description
The two functions chown/chgrp are only stubs for validating file path and nothing more.
The attached code implements setting/getting the two fields; it misses code validation for current user, to check if he has enough rights to operate.
Attachments (3)
Change History (12)
by , 17 years ago
| Attachment: | chown-grp.txt added |
|---|
comment:1 by , 17 years ago
I forgot: I implemented the missing functions into existing files to not modify the build environment.
comment:2 by , 15 years ago
| Status: | new → assigned |
|---|
comment:3 by , 14 years ago
| Milestone: | libc-0.6.5 → libc-0.7 |
|---|
comment:4 by , 12 years ago
| Milestone: | libc-0.7 → libc-0.6.6 |
|---|
by , 12 years ago
| Attachment: | patch-204b.txt added |
|---|
comment:5 by , 12 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → accepted |
Added reworked patches for branch and trunk.
by , 12 years ago
| Attachment: | patch-204t.txt added |
|---|
comment:7 by , 12 years ago
comment:8 by , 12 years ago
comment:9 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Patch file for chown/chgrp