| patch |
summary |
view |
raw |
| 54_coreutils-acl.patch |
config.hin | 30 ++++++++
configure.ac | 2
lib/acl.c | 206 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
lib/acl.h | 7 +
m4/posix_acl.m4 | 28 +++++++
src/Makefile.am | 12 +--
src/copy.c | 172 +++++++++++++++++++++++++++++-----------------
src/copy.h | 3
src/cp.c | 97 +++++++++++++++++++-------
src/install.c | 1
src/ls.c | 8 +-
src/mv.c | 6 -
12 files changed, 456 insertions(+), 116 deletions(-)
|
view
|
download
|
| 55_coreutils-selinux.patch |
README | 4
config.hin | 23 +-
configure.ac | 7
man/Makefile.am | 4
man/chcon.1 | 64 ++++++++
man/chcon.x | 4
man/cp.1 | 5
man/dir.1 | 14 +
man/id.1 | 3
man/install.1 | 5
man/ls.1 | 14 +
man/mkdir.1 | 2
man/mkfifo.1 | 3
man/mknod.1 | 3
man/runcon.1 | 43 +++++
man/runcon.x | 14 +
man/stat.1 | 6
man/vdir.1 | 14 +
src/Makefile.am | 23 +-
src/chcon.c | 421 +++++++++++++++++++++++++++++++++++++++++++++++++++++
src/copy.c | 73 +++++++++
src/copy.h | 4
src/cp.c | 67 ++++++++
src/id.c | 68 ++++++++
src/install.c | 99 ++++++++++++
src/ls.c | 296 ++++++++++++++++++++++++++++++++-----
src/mkdir.c | 30 +++
src/mkfifo.c | 29 +++
src/mknod.c | 30 +++
src/mv.c | 13 +
src/runcon.c | 253 +++++++++++++++++++++++++++++++
src/stat.c | 142 ++++++++++++++---
tests/help-version | 4
33 files changed, 1688 insertions(+), 96 deletions(-)
|
view
|
download
|
| 56_ignorecifs |
lib/mountlist.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
|
view
|
download
|
| 57_selinux-nonlinux.patch |
configure.ac | 4 +++-
src/Makefile.am | 10 +++++-----
src/cp.c | 8 ++++++--
src/id.c | 11 +++++++++--
src/stat.c | 5 ++++-
5 files changed, 27 insertions(+), 11 deletions(-)
|
view
|
download
|
| 59_dircolors-moreterms |
src/dircolors.hin | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 60_syntaxdeprecations |
src/sort.c | 4 +++-
src/tail.c | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
|
view
|
download
|
| 61_whoips |
src/who.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 68 insertions(+), 1 deletion(-)
|
view
|
download
|
| 62_remove-segfault |
src/remove.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
|
view
|
download
|
| 63_dd-appenderrors |
src/dd.c | 3 +++
1 file changed, 3 insertions(+)
|
view
|
download
|
| 70_sha2.patch |
AUTHORS | 8
README | 5
config/compile | 136 ++++++++++
configure.ac | 4
lib/sha256.c | 552 +++++++++++++++++++++++++++++++++++++++++++
lib/sha256.h | 88 ++++++
lib/sha512.c | 564 ++++++++++++++++++++++++++++++++++++++++++++
lib/sha512.h | 91 +++++++
m4/prereq.m4 | 2
m4/sha256.m4 | 15 +
m4/sha512.m4 | 15 +
man/Makefile.am | 7
man/sha224sum.x | 4
man/sha256sum.x | 4
man/sha384sum.x | 4
man/sha512sum.x | 4
src/Makefile.am | 19 +
src/checksum.h | 7
src/md5.c | 2
src/md5sum.c | 133 ++++++----
src/sha1sum.c | 2
tests/Makefile.am | 3
tests/sha224sum/Makefile.am | 12
tests/sha224sum/basic-1 | 43 +++
tests/sha256sum/Makefile.am | 12
tests/sha256sum/basic-1 | 49 +++
tests/sha384sum/Makefile.am | 12
tests/sha384sum/basic-1 | 49 +++
tests/sha512sum/Makefile.am | 12
tests/sha512sum/basic-1 | 49 +++
30 files changed, 1841 insertions(+), 66 deletions(-)
|
view
|
download
|
| 99_catranslations |
po/ca.po | 1955 +++++++++++++++++++++++----------------------------------------
1 file changed, 730 insertions(+), 1225 deletions(-)
|
view
|
download
|
| 99_dircolors-shell |
tests/dircolors/simple | 2 ++
1 file changed, 2 insertions(+)
|
view
|
download
|
| 99_pwd_long |
tests/misc/pwd-long | 40 +++++++++++++++++++++++++++++++++++++---
1 file changed, 37 insertions(+), 3 deletions(-)
|
view
|
download
|
| 99_s390noshas |
tests/sha384sum/basic-1 | 4 ++++
tests/sha512sum/basic-1 | 4 ++++
2 files changed, 8 insertions(+)
|
view
|
download
|