Whamcloud - gitweb
Add the profile library code to e2fsck
authorTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 04:57:32 +0000 (23:57 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 31 Dec 2005 04:57:32 +0000 (23:57 -0500)
commit2fa9ba98337b07d6acfac52b5ee5dc8116dda866
tree9e7e7a8f1102d0931432eeb2ea9cf2c36a4e62bb
parent02ef19621032044c1488931b3f970e11dca0afe0
Add the profile library code to e2fsck

The profile library was originally written by Theodore Ts'o in 1995
for use in the MIT Kerberos v5 library.  It has been
modified/enhanced/bug-fixed over time by other members of the MIT
Kerberos team.  This version was originally taken from the Kerberos
v5 distribution, version 1.4.2, and radically simplified for use in
e2fsprogs.  (Support for locking for multi-threaded operations,
being able to modify and update the configuration file
programmatically, and Mac/Windows portability have been removed.
It has been folded into a single C source file to make it easier to
fold into an application program.)

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/ChangeLog
e2fsck/Makefile.in
e2fsck/argv_parse.c [new file with mode: 0644]
e2fsck/argv_parse.h [new file with mode: 0644]
e2fsck/prof_err.et [new file with mode: 0644]
e2fsck/profile.c [new file with mode: 0644]
e2fsck/profile.h [new file with mode: 0644]