kopenafs-20060802
authorRuss Allbery <rra@stanford.edu>
Wed, 2 Aug 2006 17:47:29 +0000 (17:47 +0000)
committerRuss Allbery <rra@stanford.edu>
Wed, 2 Aug 2006 17:47:29 +0000 (17:47 +0000)
commit83b6575648535ccdc4973ab24240a5b3dfc2f0d4
tree3f31cdb743d453fe90b461b4f3bbdb6226904e51
parent5c206470444f8f6531384a056c0a4484e127c01b
kopenafs-20060802

Add a shared libkopenafs that provides k_hasafs, k_setpag, k_unlog, and
k_pioctl (in other words, enough for a PAM session module that calls an
external aklog).
18 files changed:
Makefile.in
acinclude.m4
configure.in
src/kopenafs/.cvsignore [new file with mode: 0644]
src/kopenafs/Makefile.in [new file with mode: 0644]
src/kopenafs/kopenafs.c [new file with mode: 0644]
src/kopenafs/kopenafs.exp [new file with mode: 0644]
src/kopenafs/kopenafs.h [new file with mode: 0644]
src/kopenafs/mapfile [new file with mode: 0644]
src/kopenafs/test-setpag.c [new file with mode: 0644]
src/kopenafs/test-unlog.c [new file with mode: 0644]
src/libafsauthent/Makefile.in
src/pam/Makefile.in
src/shlibafsauthent/Makefile.in
src/sys/Makefile.in
src/sys/afssyscalls.c
src/sys/glue.c
src/sys/pioctl.c [new file with mode: 0644]