Imported Upstream version 2.22 upstream/2.22
authorAnas Nashif <anas.nashif@intel.com>
Sun, 4 Nov 2012 03:31:18 +0000 (20:31 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sun, 4 Nov 2012 03:31:18 +0000 (20:31 -0700)
commitb138da4a4b9d57b850ca4d0061969f5e3299861d
tree3e20a6f4a29bfe91b2b51f416673d9fad1e0b7c7
Imported Upstream version 2.22
84 files changed:
CHANGELOG [new file with mode: 0644]
License [new file with mode: 0644]
Make.Rules [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
contrib/Makefile [new file with mode: 0644]
contrib/bug400591/Makefile [new file with mode: 0644]
contrib/bug400591/bug.c [new file with mode: 0644]
contrib/pcaps4convenience [new file with mode: 0644]
contrib/pcaps4server [new file with mode: 0644]
contrib/pcaps4suid0 [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/cap_clear.3 [new file with mode: 0644]
doc/cap_clear_flag.3 [new file with mode: 0644]
doc/cap_compare.3 [new file with mode: 0644]
doc/cap_copy_ext.3 [new file with mode: 0644]
doc/cap_copy_int.3 [new file with mode: 0644]
doc/cap_drop_bound.3 [new file with mode: 0644]
doc/cap_dup.3 [new file with mode: 0644]
doc/cap_free.3 [new file with mode: 0644]
doc/cap_from_name.3 [new file with mode: 0644]
doc/cap_from_text.3 [new file with mode: 0644]
doc/cap_get_bound.3 [new file with mode: 0644]
doc/cap_get_fd.3 [new file with mode: 0644]
doc/cap_get_file.3 [new file with mode: 0644]
doc/cap_get_flag.3 [new file with mode: 0644]
doc/cap_get_pid.3 [new file with mode: 0644]
doc/cap_get_proc.3 [new file with mode: 0644]
doc/cap_init.3 [new file with mode: 0644]
doc/cap_set_fd.3 [new file with mode: 0644]
doc/cap_set_file.3 [new file with mode: 0644]
doc/cap_set_flag.3 [new file with mode: 0644]
doc/cap_set_proc.3 [new file with mode: 0644]
doc/cap_size.3 [new file with mode: 0644]
doc/cap_to_name.3 [new file with mode: 0644]
doc/cap_to_text.3 [new file with mode: 0644]
doc/capability.notes [new file with mode: 0644]
doc/capgetp.3 [new file with mode: 0644]
doc/capsetp.3 [new file with mode: 0644]
doc/capsh.1 [new file with mode: 0644]
doc/getcap.8 [new file with mode: 0644]
doc/libcap.3 [new file with mode: 0644]
doc/old/README [new file with mode: 0644]
doc/old/_fgetfilecap.2 [new file with mode: 0644]
doc/old/_fsetfilecap.2 [new file with mode: 0644]
doc/old/_getfilecap.2 [new file with mode: 0644]
doc/old/_getproccap.2 [new file with mode: 0644]
doc/old/_setfilecap.2 [new file with mode: 0644]
doc/old/_setproccap.2 [new file with mode: 0644]
doc/setcap.8 [new file with mode: 0644]
libcap/.gitignore [new file with mode: 0644]
libcap/Makefile [new file with mode: 0644]
libcap/_makenames.c [new file with mode: 0644]
libcap/cap_alloc.c [new file with mode: 0644]
libcap/cap_extint.c [new file with mode: 0644]
libcap/cap_file.c [new file with mode: 0644]
libcap/cap_flag.c [new file with mode: 0644]
libcap/cap_proc.c [new file with mode: 0644]
libcap/cap_text.c [new file with mode: 0644]
libcap/include/linux/capability.h [new file with mode: 0644]
libcap/include/linux/prctl.h [new file with mode: 0644]
libcap/include/linux/securebits.h [new file with mode: 0644]
libcap/include/sys/capability.h [new file with mode: 0644]
libcap/include/sys/securebits.h [new file with mode: 0644]
libcap/libcap.h [new file with mode: 0644]
pam_cap/.gitignore [new file with mode: 0644]
pam_cap/License [new file with mode: 0644]
pam_cap/Makefile [new file with mode: 0644]
pam_cap/capability.conf [new file with mode: 0644]
pam_cap/pam_cap.c [new file with mode: 0644]
pam_cap/test.c [new file with mode: 0644]
pgp.keys.asc [new file with mode: 0644]
progs/.gitignore [new file with mode: 0644]
progs/Makefile [new file with mode: 0644]
progs/capsh.c [new file with mode: 0644]
progs/getcap.c [new file with mode: 0644]
progs/getpcaps.c [new file with mode: 0644]
progs/old/README [new file with mode: 0644]
progs/old/execcap.c [new file with mode: 0644]
progs/old/setpcaps.c [new file with mode: 0644]
progs/old/sucap.c [new file with mode: 0644]
progs/quicktest.sh [new file with mode: 0755]
progs/setcap.c [new file with mode: 0644]
template.c [new file with mode: 0644]