Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
authd
Package main is the entry point.
|
Package main is the entry point. |
authd/daemon
Package daemon represents the connection between the broker and pam/nss.
|
Package daemon represents the connection between the broker and pam/nss. |
Package examplebroker implements an example broker that will be used by the authentication daemon.
|
Package examplebroker implements an example broker that will be used by the authentication daemon. |
internal
|
|
brokers
Package brokers contains the broker object definitions, implementations and manager that will be used by the daemon for authentication.
|
Package brokers contains the broker object definitions, implementations and manager that will be used by the daemon for authentication. |
brokers/auth
Package auth contains the authentication related code.
|
Package auth contains the authentication related code. |
brokers/layouts
Package layouts lists all the broker UI layouts we support.
|
Package layouts lists all the broker UI layouts we support. |
brokers/layouts/entries
Package entries lists all the broker entries we support.
|
Package entries lists all the broker entries we support. |
consts
Package consts defines the constants used by the project
|
Package consts defines the constants used by the project |
daemon
Package daemon handles the GRPC daemon with systemd support.
|
Package daemon handles the GRPC daemon with systemd support. |
fileutils
Package fileutils provides utility functions for file operations.
|
Package fileutils provides utility functions for file operations. |
log
Package log is a temporary package until we forge our log structure.
|
Package log is a temporary package until we forge our log structure. |
proto/authd
Package authd holds the authd protocol implementation.
|
Package authd holds the authd protocol implementation. |
services
Package services mediates all the business logic of the application via a manager.
|
Package services mediates all the business logic of the application via a manager. |
services/errmessages
Package errmessages formats the error messages that are sent to the client.
|
Package errmessages formats the error messages that are sent to the client. |
services/nss
Package nss implements the nss grpc service protocol to the daemon.
|
Package nss implements the nss grpc service protocol to the daemon. |
services/pam
Package pam implements the pam grpc service protocol to the daemon.
|
Package pam implements the pam grpc service protocol to the daemon. |
services/permissions
Package permissions handles peer user detection and permissions.
|
Package permissions handles peer user detection and permissions. |
services/permissions/testutils
Package permissionstestutils are exported functions to be run in 3rd party package or integration tests.
|
Package permissionstestutils are exported functions to be run in 3rd party package or integration tests. |
sliceutils
Package sliceutils provides utility functions for slices.
|
Package sliceutils provides utility functions for slices. |
testsdetection
Package testsdetection helps in deciding if we are currently running under integration or tests.
|
Package testsdetection helps in deciding if we are currently running under integration or tests. |
testutils
Package testutils provides utility functions and behaviors for testing.
|
Package testutils provides utility functions and behaviors for testing. |
testutils/golden
Package golden provides utilities to compare and update golden files in tests.
|
Package golden provides utilities to compare and update golden files in tests. |
users
Package users support all common action on the system for user handling.
|
Package users support all common action on the system for user handling. |
users/cache
Package cache handles transaction with an underlying database to cache user and group information.
|
Package cache handles transaction with an underlying database to cache user and group information. |
users/cache/testutils
Package cachetestutils export cache test functionalities used by other packages.
|
Package cachetestutils export cache test functionalities used by other packages. |
users/localgroups
Package localgroups handles the synchronization of local groups the users.
|
Package localgroups handles the synchronization of local groups the users. |
users/localgroups/testutils
Package localgrouptestutils export users test functionalities used by other packages to change cmdline and group file.
|
Package localgrouptestutils export users test functionalities used by other packages to change cmdline and group file. |
users/testutils
Package userstestutils export cache test functionalities used by other packages.
|
Package userstestutils export cache test functionalities used by other packages. |
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src/client
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src/group
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src/logs
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src/passwd
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
src/shadow
Package coverage file is only here so that it’s recognized as a go package when computing coverage
|
Package coverage file is only here so that it’s recognized as a go package when computing coverage |
Package main is the package for the PAM library.
|
Package main is the package for the PAM library. |
internal/adapter
Package adapter is the package for the PAM library
|
Package adapter is the package for the PAM library |
internal/dbusmodule
Package dbusmodule includes the tool for DBus PAM module interactions.
|
Package dbusmodule includes the tool for DBus PAM module interactions. |
internal/gdm
Package gdm is the package for the GDM pam module handing.
|
Package gdm is the package for the GDM pam module handing. |
internal/pam_test
Package pam_test includes test tools for the PAM module
|
Package pam_test includes test tools for the PAM module |
Click to show internal directories.
Click to hide internal directories.