Add files containing the export lists used on UNIX, in each directory
authorKen Raeburn <raeburn@mit.edu>
Thu, 22 Apr 2004 23:55:57 +0000 (23:55 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 22 Apr 2004 23:55:57 +0000 (23:55 +0000)
commit6e58d5cbff721ef75c1d32272f736584afa18ead
treea69b5d1f3f19006c297fceb7b819f5fec4532677
parentd02c7df06dec5db1915e2715e27fdf733634ecbd
Add files containing the export lists used on UNIX, in each directory
where we build a shared library, whether or not it gets installed.
These should match the complete AIX export lists for a full build
including krb4 support, and will eventually be used on other UNIX
platforms, and cut down to just the symbols we actually want to
export.

We'll also have to add additional information, eventually, for
versioning and such, but currently this is just a list of C symbol
names.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16259 dc483132-0cff-0310-8789-dd5450dbe970
24 files changed:
src/lib/crypto/ChangeLog
src/lib/crypto/libk5crypto.exports [new file with mode: 0644]
src/lib/des425/ChangeLog
src/lib/des425/libdes425.exports [new file with mode: 0644]
src/lib/gssapi/ChangeLog
src/lib/gssapi/libgssapi_krb5.exports [new file with mode: 0644]
src/lib/kadm5/clnt/ChangeLog
src/lib/kadm5/clnt/libkadm5clnt.exports [new file with mode: 0644]
src/lib/kadm5/srv/ChangeLog
src/lib/kadm5/srv/libkadm5srv.exports [new file with mode: 0644]
src/lib/kdb/ChangeLog
src/lib/kdb/libkdb5.exports [new file with mode: 0644]
src/lib/krb4/ChangeLog
src/lib/krb4/libkrb4.exports [new file with mode: 0644]
src/lib/krb5/ChangeLog
src/lib/krb5/libkrb5.exports [new file with mode: 0644]
src/lib/rpc/ChangeLog
src/lib/rpc/libgssrpc.exports [new file with mode: 0644]
src/util/db2/ChangeLog
src/util/db2/libdb.exports [new file with mode: 0644]
src/util/et/ChangeLog
src/util/et/libcom_err.exports [new file with mode: 0644]
src/util/profile/ChangeLog
src/util/profile/libprofile.exports [new file with mode: 0644]