Monday, October 19, 2020

Manpages to Learn for October (page 11)

[(1) - check file types and compare values - Linux man page
[.1 - Exit with the status determined by EXPRESSION. --help display this help and exit --version output version information and exit An omitted EXPRESSION defau

actctrl(8): - configure IBM Active 2000 ISDN adaptor
actctrl(8): actctrl is used to setup the IBM Active 2000 ISDN device driver and for downloading the firmware into the ISDN card. The use of actctrl makes sense, if you are using an IBM Active 2000 card only.

asn1_delete_structure(3) - Deletes the structure pointed by
asn1_delete_structure.3 - Deletes the structure * structure . At the end, * structure is set to NULL. RETURNS ASN1_SUCCESS if successful, ASN1_ELEMENT_NOT_FOUND

asn1_der_decoding_startEnd(3) - Find the start and end point
Find the start and end point of an element in a DER encoding string. I mean that if you have a der encoding and you have already used the function asn1_der_deco

attr(3ncurses): - curses cha - (Ubuntu Linux Manual)
attr(3ncurses): These routines manipulate the current attributes of the named window. The current attributes of a window apply to all characters that are written into the window with waddch, waddstr and wprintw.

Config(3pm) - access Perl configuration information.........
The Config module contains all the information that was available to the Configure program at Perl build time (over 900 values). Shell variables from the config

CPANPLUS::Shell::Default::Plugins::CustomSource.3pm.........
This is a CPANPLUS::Shell::Default plugin that can add custom sources to your CPANPLUS installation. This is a wrapper around the custom module sources code as

dcngettext(3): - translate message and choose plural form
dcngettext(3): The ngettext, dngettext and dcngettext functions attempt to translate a text string into the user's native language, by looking up the appropriate plural form of the translation in a message catalog.

dhclient-script(8): - DHCP client network configuration script
dhclient-script(8): The DHCP client network configuration script is invoked from time to time by dhclient(8). This script is used by the dhcp client to set each interface's initial configuration prior to requesting an address, to test the address once it has

dhcp-eval(5): - ISC DHCP conditional evaluation (Ubuntu)
dhcp-eval(5): The Internet Systems Consortium DHCP client and server both provide the ability to perform conditional behavior depending on the contents of packets they receive. The syntax for specifying this conditional behaviour is documented here.

divertctrl(8): - set/query ISDN diversion services for (E)DSS1 protocol
divertctrl(8): divertctrl is used to de/activate call diversions and query actual activated diversion rules. The i4l diversion services only work using the (E)DSS1 D-channel protocol in conjunction with the HiSax passive card driver.

faxformat(1) (Commands - Linux manual page)................
This page, part of the Netpbmusersguide(1), describes FAX formats in relation to Netpbm facilities. The ITU publishes standards for operation of fax machines..

__fbufsize(3) - interfaces to stdio FILE structure (ManPage)
Solaris introduced routines to allow portable access to the internals of the FILE structure, and glibc also implemented these. The __fbufsize() function returns

freetds.conf(5): freetds.conf --- configuration file for FreeTDS
freetds.conf(5): A section begins with a servername --- the name of the server --- in square brackets. The servername is chosen at the client's descretion. (One exception: with Sybase ASA the servername must match the database name to be used.

git-clone(1): - Clone a repository into a new directory
git-clone(1): Clones a repository into a newly created directory, creates remote-tracking branches for each branch in the cloned repository (visible using git branch -r), and creates and checks out an initial branch that is forked from the cloned

git-credential(1): - Retrieve and store user credentials
git-credential(1): Git has an internal interface for storing and retrieving credentials from system-specific helpers, as well as prompting the user for usernames and passwords. The git-credential command exposes this interface to scripts which may want to

gitcvs-migration(7): - Git for CVS users - (Ubuntu)
gitcvs-migration(7): Git differs from CVS in that every working tree contains a repository with a full copy of the project history, and no repository is inherently more important than any other.

git-grep(1): - Print lines matching a pattern (Ubuntu)
git-grep(1): Look for specified patterns in the tracked files in the work tree, blobs registered in the index file, or blobs in given tree objects. Patterns are lists of one or more search expressions separated by newline characters.

git-index-pack(1): - Build pack index file for an existing packed archive
git-index-pack(1): Reads a packed archive (.pack) from the specified file, and builds a pack index file (.idx) for it. The packed archive together with the pack index can then be placed in the objects/pack/ directory of a Git repository.

git-mailinfo(1): - Extracts patch and authorship from a single e-mail message
git-mailinfo(1): Reads a single e-mail message from the standard input, and writes the commit log message in <msg> file, and the patches in <patch> file. The author name, e-mail and e-mail subject are written out to the standard output to be

git-merge-base(1): - Find as good common ancestors as possible for a merge
git-merge-base(1): git merge-base finds best common ancestor(s) between two commits to use in a three-way merge. One common ancestor is better than another common ancestor if the latter is an ancestor of the former.

git-merge-file(1): - Run a three-way file merge (Ubuntu)
git-merge-file(1): git merge-file incorporates all changes that lead from the <base-file> to <other-file> into <current-file>. The result ordinarily goes into <current-file>.

git-mergetool(1): - Run merge conflict resolution tools to resolve merge conflicts
git-mergetool(1): Use git mergetool to run one of several merge utilities to resolve merge conflicts. It is typically run after git merge. If one or more <file> parameters are given, the merge tool program will be run to resolve differences on each

git-merge-tree(1): - Show three-way merge without touching index
git-merge-tree(1): Reads three tree-ish, and output trivial merge results and conflicting stages to the standard output. This is similar to what three-way git read-tree -m does, but instead of storing the results in the index, the command outputs the entries

git-name-rev(1): - Find symbolic names for given revs
git-name-rev(1): Finds symbolic names suitable for human digestion for revisions given in any format parsable by git rev-parse. Given a commit, find out where it is relative to the local refs.

git-prune(1): - Prune all unreachable objects from the object database
git-prune(1): Note In most cases, users should run git gc, which calls git prune. See the section " To prune objects not used by your repository or another that borrows from your repository via its .git/objects/info/alternates: $ git prune $(cd ..

git-pull(1): - Fetch from and integrate with another repository or a local branch
git-pull(1): Incorporates changes from a remote repository into the current branch. In its default mode, git pull is shorthand for git fetch followed by git merge FETCH_HEAD.

gitrepository-layout(5): - Git Repository Layout (Ubuntu)
gitrepository-layout(5): A Git repository comes in two different flavours: * a .git directory at the root of the working tree; * a <project>.git directory that is a bare repository (i.e.

git-send-pack(1): - Push objects over Git protocol to another repository
git-send-pack(1): Usually you would want to use git push, which is a higher-level wrapper of this command, instead. See git-push(1). Invokes git-receive-pack on a possibly remote repository, and updates it from the current repository, sending named refs.

git-svn(1): - Bidirectional operation between a Subversion repository and Git
git-svn(1): git svn is a simple conduit for changesets between Subversion and Git. It provides a bidirectional flow of changes between a Subversion and a Git repository. git svn can track a standard Subversion repository, following the common

git-var(1): - Show a Git logical variable - (Ubuntu)
git-var(1): Prints a Git logical variable. $ git var GIT_ git-commit-tree(1) git-tag(1) git-config(1) GIT Part of the git(1) suite git var ( -l | <variable> ) git-var - Show a Git logical variable

glutStrokeCharacter(3) - renders a stroke character using Op
Without using any display lists, glutStrokeCharacter renders the character in the named stroke font. The available fonts are: GLUT_STROKE_ROMAN A proportionally

gnutls_certificate_client_set_retrieve_function.3...........
gnutls_certificate_client_set_retrieve_function.3 - This function sets a callback to be called in order to retrieve the certificate to be used in the handshake.

gnutls_certificate_server_set_retrieve_function.3...........
gnutls_certificate_server_set_retrieve_function.3 - This function sets a callback to be called in order to retrieve the certificate to be used in the handshake.

gnutls_certificate_set_openpgp_keyring_file.3...............
gnutls_certificate_set_openpgp_keyring_file.3 - The function is used to set keyrings that will be used internally by various OpenPGP functions. For example to f

gnutls_certificate_set_openpgp_keyring_mem.3................
gnutls_certificate_set_openpgp_keyring_mem.3 - The function is used to set keyrings that will be used internally by various OpenPGP functions. For example to fi

gnutls_certificate_set_retrieve_function2.3.................
This function sets a callback to be called in order to retrieve the certificate to be used in the handshake. The callbacks function prototype is: int (*callback

gnutls_certificate_set_x509_simple_pkcs12_mem.3.............
gnutls_certificate_set_x509_simple_pkcs12_mem.3 - This function sets a certificate/private key pair and/or a CRL in the gnutls_certificate_credentials_t structu

gnutls_handshake_set_post_client_hello_function.3...........
This function will set a callback to be called after the client hello has been received (callback valid in server side only). This allows the server to adjust s

gnutls_openpgp_crt_get_subkey_creation_time.3...............
Get subkey creation time. RETURNS the timestamp when the OpenPGP sub-key was created. SINCE 2.4.0 REPORTING BUGS Report bugs to <bug-gnutls@gnu.org>. GnuTLS hom

gnutls_openpgp_crt_get_subkey_expiration_time.3.............
gnutls_openpgp_crt_get_subkey_expiration_time.3 - Get subkey expiration time. A value of 0 means that the key doesnt expire at all. RETURNS the time when the Op

gnutls_openpgp_crt_get_subkey_fingerprint.3.................
Get key fingerprint of a subkey. Depending on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS On success, 0 is returned. Otherwise, an error code.

gnutls_openpgp_crt_get_subkey_pk_algorithm.3................
gnutls_openpgp_crt_get_subkey_pk_algorithm.3 - This function will return the public key algorithm of a subkey of an OpenPGP certificate. If bits is non null, it

gnutls_openpgp_privkey_export_subkey_dsa_raw.3..............
gnutls_openpgp_privkey_export_subkey_dsa_raw.3 - This function will export the DSA private keys parameters found in the given certificate. The new parameters wi

gnutls_openpgp_privkey_export_subkey_rsa_raw.3..............
gnutls_openpgp_privkey_export_subkey_rsa_raw.3 - This function will export the RSA private keys parameters found in the given structure. The new parameters will

gnutls_openpgp_privkey_get_revoked_status.3.................
gnutls_openpgp_privkey_get_revoked_status.3 - Get revocation status of key. RETURNS true (1) if the key has been revoked, or false (0) if it has not, or a negat

gnutls_openpgp_privkey_get_subkey_creation_time.3...........
Get subkey creation time. RETURNS the timestamp when the OpenPGP key was created. SINCE 2.4.0 REPORTING BUGS Report bugs to <bug-gnutls@gnu.org>. GnuTLS home pa

gnutls_openpgp_privkey_get_subkey_expiration_time.3.........
gnutls_openpgp_privkey_get_subkey_expiration_time.3 - Get subkey expiration time. A value of 0 means that the key doesnt expire at all. RETURNS the time when th

gnutls_openpgp_privkey_get_subkey_fingerprint.3.............
Get the fingerprint of an OpenPGP subkey. Depends on the algorithm, the fingerprint can be 16 or 20 bytes. RETURNS On success, 0 is returned, or an error code.

gnutls_openpgp_privkey_get_subkey_pk_algorithm.3............
gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 - This function will return the public key algorithm of a subkey of an OpenPGP certificate. If bits is non null

gnutls_openpgp_privkey_set_preferred_key_id.3...............
This allows setting a preferred key id for the given certificate. This key will be used by functions that involve key handling. RETURNS On success, 0 is returne

gnutls_priority_deinit(3) - API function - Linux man page...
Deinitializes the priority cache. REPORTING BUGS Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using G

gnutls_psk_set_client_credentials_function.3................
This function can be used to set a callback to retrieve the username and password for client PSK authentication. The callbacks function form is: int (*callback)

gnutls_pubkey_get_preferred_hash_algorithm.3................
gnutls_pubkey_get_preferred_hash_algorithm.3 - This function will read the certifcate and return the appropriate digest algorithm to use for signing with this c

gnutls_session_get_ptr(3) - API function - Linux man page...
Get user pointer for session. Useful in callbacks. This is the pointer set with gnutls_session_set_ptr(). RETURNS the user given pointer from the session struct

gnutls_srp_set_client_credentials_function.3................
This function can be used to set a callback to retrieve the username and password for client SRP authentication. The callbacks function form is: int (*callback)

gnutls_srp_set_prime_bits(3) - API function - Linux man page
This function sets the minimum accepted number of bits, for use in an SRP key exchange. If zero, the default 2048 bits will be used. In the client side it sets

gnutls_srp_set_server_credentials_function.3................
This function can be used to set a callback to retrieve the users SRP credentials. The callbacks function form is: int (*callback)(gnutls_session_t, const char*

gnutls_x509_crl_init(3) - API function - Linux manual page
This function will initialize a CRL structure. CRL stands for Certificate Revocation List. A revocation list usually contains lists of certificate serial number

gnutls_x509_crq_get_subject_alt_othername_oid.3.............
gnutls_x509_crq_get_subject_alt_othername_oid.3 - This function will extract the type OID of an otherName Subject Alternative Name, contained in the given certi

No comments:

Post a Comment