summaryrefslogtreecommitdiff
path: root/libexec/login_krb5
AgeCommit message (Collapse)Author
2012-06-01add a krb5-noverify option for login.conf that disables verificationDavid Gwynne
of the server against a local host keytab file when you're authing users with login_krb5. useful for when you need to auth users but dealing with the domain admins is painful... ok sthen@ jj@ millert@
2012-02-26Fix several manpage titles, from Lawrence Teo.Christiano F. Haesbaert
ok dcoppa@ jmc@ schwarze@.
2012-02-01improve synopsis markup of login_* utilities; use a more standardIgor Sobrado
phrasing when listing flags; add missing arguments to flags in the DESCRIPTION section of the manual page. use of .Li (literal text) macros and standard wording suggested by jmc@ ok jmc@
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
was imported over four years ago, so we don't need to link libdes for kerberos anymore. ok mikeb@ deraadt@
2009-01-14context could be used after being freed by krb5_free_context; ok millert@Jacek Masiulaniec
2008-04-24compare strings with reality for expected behavior; ok millert@Todd T. Fries
2007-05-31convert to new .Dd format;Jason McIntyre
2005-11-13handle asprintf() failure; from dhill@mindcry.orgTheo de Raadt
2005-11-12use snprintf; ok cloder dhill@mindcry.orgTheo de Raadt
2005-04-14mention kerberos(8)Bjorn Sandell
fine jmc@, ok beck@
2005-04-13Do as login_krb5-or-pwd(8) says: "When root tries to login,Bjorn Sandell
login_krb5-or-pwd skips KerberosV authentication," ok beck@ some time ago
2005-03-06don't use invokinguser if its emptyBjorn Sandell
sync man page with reality spelling corrected by jmc@, ok beck@
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
use more verbose warning options if desired. ok millert@, henning@, david@
2003-08-07krb4 bye bye.Hans Insulander
2003-07-25remove obsolete kerberosIV sections;Jason McIntyre
ok hin@
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-06bring protos into scopeTheo de Raadt
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-03Don't .Xr to kerberos 4 man pagesHans Insulander
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-05-17Don't link with -lkrb -lkafsHans Insulander
2003-05-13Disable krb524.Hans Insulander
2002-11-09SEE ALSO reordering.Federico G. Schwindt
2002-09-06ansi; ok millert pvalchevTheo de Raadt
2002-08-28o) start new sentence on a new line;Mike Pechkin
o) don't use .Nm w/o argument in .SYNOPSIS; I waste time, when fixing already cleaned pages. :( one man ok@
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-05-30KNFTheo de Raadt
2002-05-22a bunch more strcpy -> strlcpy and sprintf -> snprintfTheo de Raadt
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
2002-03-05add -ldes linkingTheo de Raadt
2002-02-27Small fix from Bjorn Sandell <biorn@dce.chalmers.se> that makes it compileHans Insulander
when KRB524 is not defined. Closes PR #2305
2002-02-06Fix for heimdal-0.4eHans Insulander
2001-11-13o) fix bogus .Xr usage;Mike Pechkin
o) start new sentence on a new line; o) don't use .Xr instead of .Pa tag; o) minimal -mdoc design fixes; millert@ ok;
2001-08-12some KNFTodd C. Miller
2001-07-19more places that need -lkafsTheo de Raadt
2001-07-08Remove extraneous .Pp after .ShTodd C. Miller
2001-07-02Fix building on non-kerberos systemsTodd C. Miller
2001-06-27more Xr misuseTheo de Raadt
2001-06-27incorrect .Xr useTheo de Raadt
2001-06-26-DKRB5 makes this work much better...Hans Insulander
2001-06-26Cleanup and unify login_passwd, login_krb4, login_krb4-or-pwd, login_krb5 andHans Insulander
login_krb5-or-pwd.
2001-06-25#ifdef KRB4 -> #ifdef KRB524Hans Insulander
2001-06-25Support su'ing with local root password or with a root instance.Hans Insulander
2001-06-25Lots of changes and cleanup.Hans Insulander
- Make a separate function for ticket storing. - Support challenge mode. - Use hints passed from login and su that this is a user actually logging in. This means login_krb5 and login_krb5-or-pwd is ready for prime-time.
2001-06-25Support for checking local passwords, for login_krb5-or-pwd.Hans Insulander
Support the response protocol, used for terminal locking etc.
2001-06-25-Wall -WerrorHans Insulander
2001-06-25Move the password checking into a separare function to make the code moreHans Insulander
readable, and easier to extend.
2001-06-25Use getpass() to read password instead of libkrb5, just to make sure thatHans Insulander
login_krb5 _always_ behave like the other BSD Auth login scripts.
2001-06-25Manpage login_krb5(8), made by copying login_krb4(8) and changing some pieces.Hans Insulander