Documentation
¶
Index ¶
- Variables
- func GenerateIPv6LinkLocalAddress(ipv4 net.IP) (string, error)
- func HashPassword(password string, salt string) string
- func PIDFileIsRunning(pidFile string) bool
- func PIDFromPIDFile(pidFile string) (int, error)
- func ProcessIsRunning(pid int) bool
- func RandomPassword(length int, minNumbers, minSpecial int) (string, error)
- func ShellReplace(src *string, variables map[string]string)
- func VerifyPassword(password, compareHash string, pwsalt string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func GenerateIPv6LinkLocalAddress ¶ added in v0.0.194
Generate a link-local address beginning with fe80 and ending with the 4 octets of the IPv4 address
func HashPassword ¶
func PIDFileIsRunning ¶
func PIDFromPIDFile ¶ added in v0.0.191
func ProcessIsRunning ¶
func ShellReplace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.