Kerberos V5 is an authentication system developed at MIT. WWW: http://web.mit.edu/kerberos/www/ Abridged from the User Guide: Under Kerberos, a client sends a request for a ticket to the Key Distribution Center (KDC). The KDC creates a ticket-granting ticket (TGT) for the client, encrypts it using the client's password as the key, and sends the encrypted TGT back to the client. The client then attempts to decrypt the TGT, using its password. If the client successfully decrypts the TGT, it keeps the decrypted TGT, which indicates proof of the client's identity. The TGT permits the client to obtain additional tickets, which give permission for specific services. Since Kerberos negotiates authenticated, and optionally encrypted, communications between two points anywhere on the internet, it provides a layer of security that is not dependent on which side of a firewall either client is on. The Kerberos V5 package is designed to be easy to use. Most of the commands are nearly identical to UNIX network programs you are already used to. Kerberos V5 is a single-sign-on system, which means that you have to type your password only once per session, and Kerberos does the authenticating and encrypting transparently. Jacques Vidrine 3010d5aba40806090584634ee958cb0481f679'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-hyperpen/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-161-1/+2
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* The FreeBSD x11 team proudly presentszeising2013-05-251-8/+0
* - Please welcome Xorg 7.5.2miwi2012-04-221-2/+14
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
* - Fix build on FreeBSD 10.0miwi2011-10-291-0/+1
* - Please welcome Xorg 7.5.1miwi2011-02-261-9/+2
* - Fix build on 6.Xmiwi2010-05-071-1/+8
* Pull patch from git to allow building with newer Xorg.rnoland2010-05-041-1/+1
* - Update to Xorg 7.5miwi2010-05-011-1/+1