1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
File Name Description
-------------------------------------------------------------------------------
CREDITS Credits for the code used in S/Ident
INSTALL Installation instructions
MANIFEST This shipping list
Makefile.in The top-level Makefile
NEWS Release history for S/Ident
README Basic information about S/Ident
autogen Regenerate Autoconf files
config.h.in Template for configure information
configure Script to configure S/Ident
configure.ac Source file for configure
doc Protocol and extra docs (Directory)
doc/draft-morgan-ident-ext-04.txt The S/Ident specification
include Shared headers (Directory)
include/sident.h The libsident interface
m4 Additional Autoconf macros (Directory)
m4/int32.m4 Probes for int32_t and uint32_t
m4/kerberos.m4 Probes for Kerberos libraries
m4/kernel.m4 Probes for kernel modules
m4/libtool.m4 Macros to generate libtool
man S/Ident manual pages (Directory)
man/Makefile.in Makefile for man pages
man/sident.3 The libsident interface manual
man/sident.pod Source for sident.3
man/sidentd.8 The sidentd daemon manual
man/sidentd.pod Source for sidentd.8
perl Perl libsident bindings (Directory)
perl/MANIFEST Perl module manifest
perl/MANIFEST.SKIP Perl module manifest exclusions
perl/Makefile.PL.in Perl module build instructions
perl/Sident.pm The base Perl interface
perl/Sident.xs The Perl bindings to libsident
perl/t Perl module tests (Directory)
perl/t/load.t Ensure the module can load
perl/t/serve.t Make an actual query and check it
perl/t/set.t Test types and authflags
perl/t/simple_server A simple S/Ident server
perl/typemap Type mapping for Perl bindings
requester The libsident library (Directory)
requester/Makefile.in Makefile for libsident
requester/gssapi.c The GSSAPI implementation
requester/id_close.c Close a low-level query
requester/id_open.c Open a low-level query
requester/id_parse.c Receive and parse a reply
requester/id_query.c Transmit a query to a server
requester/ident.c High-level library interface
requester/ident_auth.c SASL and Kerberos v4 support
requester/lifetime.c Kerberos lifetime translation
requester/sident-test.c Daemon to test S/Ident queries
requester/support.c Utility functions
requester/tables.c Various string tables
requester/version.c Library version number
responder The sidentd daemon (Directory)
responder/Makefile.in Makefile for sidentd
responder/gssapi.c The GSSAPI implementation
responder/ident_auth.c SASL and Kerberos v4 support
responder/identd.c The main server routines
responder/identd.h Common variables and functions
responder/itest.c Test the kernel module and lookups
responder/kernel Kernel modules for sidentd (Directory)
responder/kernel/k_aix42.c Kernel module for AIX 4.1 and 4.2
responder/kernel/k_aix432.c Kernel module for AIX 4.3.2
responder/kernel/k_bsd42.c Kernel module for BSD 4.2 kernels
responder/kernel/k_dummy.c Dummy kernel module
responder/kernel/k_irix4.c Kernel module for IRIX 4
responder/kernel/k_irix5.c Kernel module for IRIX 5 and 6
responder/kernel/k_linux.c Kernel module for Linux
responder/kernel/k_next_mach.c Kernel module for NeXTSTEP
responder/kernel/k_osf4.c Kernel module for Tru64 4.x
responder/kernel/k_osf5.c Kernel module for Tru64 5.x
responder/kernel/k_sunos510.c Kernel module for Solaris 10
responder/kernel/k_sunos54.c Kernel module for Solaris 2.4
responder/kernel/k_sunos55.c Kernel module for Solaris 2.5
responder/kernel/k_sunos56.c Kernel module for Solaris 2.6
responder/kernel/k_sunos57.c Kernel module for Solaris 7
responder/kernel/k_sunos58.c Kernel module for Solaris 8 and 9
responder/kernel_helper.c Glue routines for kernel modules
responder/lifetime.c Kerberos lifetime translation
responder/parse.c Parse an S/Ident protocol message
responder/pidentd.h Glue header for kernel modules
responder/pkvm.c Partial kvm implementation
responder/pkvm.h Partial kvm implementation
responder/tables.c Various string tables
tools Build system tools (Directory)
tools/config.guess Platform detection
tools/config.sub Platform canonicalization
tools/install-sh Installation shell script
tools/ltmain.sh Basis of the libtool script
tools/makedepend Generate dependencies
tools/mkmanifest Generate an initial manifest
|