tobiasschulz / tar-cs

Automatically exported from code.google.com/p/tar-cs
Other
0 stars 0 forks source link

UserId, GroupId and Mode are currently hardcoded #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
As can be seen in the constructor of `TarHeader`, the UserId, GroupId and Mode 
are hardcoded to respectively: 101, 101 and 0777.

What is the expected output? What do you see instead?
using the UserId, GroupId and Mode of each file.

What version of the product are you using? On what operating system?
0.92, Win7

Please provide any additional information below.
In the best case, the implementation used to retrieve the UserId, the GroupId 
and the Mode of each file should work on both Windows & Linux (using Mono).

Original issue reported on code.google.com by yoram.ha...@gmail.com on 20 Nov 2012 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by vasilt...@gmail.com on 18 Jan 2014 at 11:47