OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.9 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../libsafe/libsafe.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
  7. [COPY] Copyright (C) 1998 - 2003 Clifford Wolf
  8. [COPY]
  9. [COPY] More information can be found in the files COPYING and README.
  10. [COPY]
  11. [COPY] This program is free software; you can redistribute it and/or modify
  12. [COPY] it under the terms of the GNU General Public License as published by
  13. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  14. [COPY] GNU General Public License can be found in the file COPYING.
  15. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  16. [I] Detection and protection against stack smashing attacks
  17. [T] The libsafe library protects a process against the exploitation of
  18. [T] buffer overflow vulnerabilities in process stacks. Libsafe works with
  19. [T] any existing pre-compiled executable and can be used transparently,
  20. [T] even on a system-wide basis. The method intercepts all calls to
  21. [T] library functions that are known to be vulnerable. A substitute
  22. [T] version of the corresponding function implements the original
  23. [T] functionality, but in a manner that ensures that any buffer overflows
  24. [T] are contained within the current stack frame. Libsafe has been shown
  25. [T] to detect several known attacks and can potentially prevent yet
  26. [T] unknown attacks. Experiments indicate that the performance overhead
  27. [T] of libsafe is negligible.
  28. [U] http://www.bell-labs.com/org/11356/libsafe.html
  29. [A] Arash Baratloo, Timothy Tsai, and Navjot Singh
  30. [M] The OpenSDE Community <list@opensde.org>
  31. [C] base/library
  32. [L] LGPL
  33. [S] Stable
  34. [V] 2.0-16
  35. [P] X -----5---9 106.000
  36. [CV-URL] http://www.research.avayalabs.com/project/libsafe/
  37. [D] 3690639892 libsafe-2.0-16.tgz http://www.research.avayalabs.com/project/libsafe/src/