|
auth_setpwd(3) -- interface to the BSD Authentication system
|
These functions provide the lower level interface to the BSD Authentication system. They all operate on a BSD Authentication session pointer, as, which is returned by auth_open(). The session pointer ... |
auth_setstate(3) -- interface to the BSD Authentication system
|
These functions provide the lower level interface to the BSD Authentication system. They all operate on a BSD Authentication session pointer, as, which is returned by auth_open(). The session pointer ... |
auth_set_va_list(3) -- interface to the BSD Authentication system
|
These functions provide the lower level interface to the BSD Authentication system. They all operate on a BSD Authentication session pointer, as, which is returned by auth_open(). The session pointer ... |
auth_subr(3) -- interface to the BSD Authentication system
|
These functions provide the lower level interface to the BSD Authentication system. They all operate on a BSD Authentication session pointer, as, which is returned by auth_open(). The session pointer ... |
auth_userchallenge(3) -- simplified interface to the BSD Authentication system
|
These functions provide a simplified interface to the BSD Authentication system (see bsd_auth(3)). The auth_userokay() function provides a single function call interface. Provided with a user's name ... |
auth_usercheck(3) -- simplified interface to the BSD Authentication system
|
These functions provide a simplified interface to the BSD Authentication system (see bsd_auth(3)). The auth_userokay() function provides a single function call interface. Provided with a user's name ... |
auth_userokay(3) -- simplified interface to the BSD Authentication system
|
These functions provide a simplified interface to the BSD Authentication system (see bsd_auth(3)). The auth_userokay() function provides a single function call interface. Provided with a user's name ... |
auth_userresponse(3) -- simplified interface to the BSD Authentication system
|
These functions provide a simplified interface to the BSD Authentication system (see bsd_auth(3)). The auth_userokay() function provides a single function call interface. Provided with a user's name ... |
auth_verify(3) -- simplified interface to the BSD Authentication system
|
These functions provide a simplified interface to the BSD Authentication system (see bsd_auth(3)). The auth_userokay() function provides a single function call interface. Provided with a user's name ... |
backspace(3) -- S/Key library functions
|
These functions implement the S/Key one time password authentication mechanism. The atob8() function converts the 16-byte hex string in to an 8-byte binary array stored in out. The atob8() function re... |
basename(3) -- extract the base portion of a pathname
|
The basename() function returns the last component from the pathname pointed to by path, deleting any trailing `/' characters. If path consists entirely of `/' characters, a pointer to the string "... |
baudrate(3) -- curses environment query routines
|
The baudrate routine returns the output speed of the terminal. The number returned is in bits per second, for example 9600, and is an integer. The erasechar routine returns the user's current erase c... |
bcmp(3) -- compare byte string
|
The bcmp() function compares byte string b1 against byte string b2, returning zero if they are identical, non-zero otherwise. Both strings are assumed to be len bytes long. Zero-length strings are alw... |