summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* Merge some things that got missed in the original cvs -> hg importTodd C. Miller2010-04-071-0/+128
|\
| * Use the SET, CLR and ISSET macros.Todd C. Miller2004-01-292-4/+4
| * Add support for chalnecho and display server responses used by fwtk >= 2.0Todd C. Miller2004-01-151-0/+7
| * Move PAM_CONST macro definition from config.h to pam.c where it belongs.Todd C. Miller2004-01-091-0/+7
| * Some PAM implementations put their headers in /usr/include/pam insteadTodd C. Miller2004-01-091-1/+5
| * Add a zero_bytes() function to do the equivalent of bzero in such aTodd C. Miller2003-12-315-17/+16
| * Create def_* macros for each defaults value so we no longer needTodd C. Miller2003-12-308-21/+21
| * Fix a core dump on Solaris by preserving the pam_handle_t we usedTodd C. Miller2003-06-291-41/+26
| * remove errant semicolon that prevented compilation under heimdalTodd C. Miller2003-04-211-1/+1
| * add DARPA credit on affected filesTodd C. Miller2003-04-167-0/+28
| * add DARPA credit on affected filesTodd C. Miller2003-04-162-0/+8
| * add DARPA credit on affected filesTodd C. Miller2003-04-166-0/+24
| * Use krb5_princ_component() instead of krb5_princ_realm() for MIT KerberosTodd C. Miller2003-04-141-4/+5
| * Make this compile on Heimdal and MIT Kerberos 5Todd C. Miller2003-04-041-1/+7
| * Replace ETYPE_DES_CBC_MD5 with ENCTYPE_DES_CBC_MD5. The formerTodd C. Miller2003-04-041-1/+1
| * Correct number of args to krb5_principal_get_realm() and fix an unclosedTodd C. Miller2003-04-021-2/+2
| * Use warn/err and getprogname() throughout. The main exception isTodd C. Miller2003-04-025-30/+45
| * typoTodd C. Miller2003-03-201-1/+1
| * Kill remaining strcpy(), the programmer's guide says username is 32 bytes.Todd C. Miller2003-03-161-1/+2
| * trat uid_t as unsigned long for printf and use snprintf, not sprintfTodd C. Miller2003-03-161-1/+2
| * use snprintfTodd C. Miller2003-03-161-3/+3
| * update copyright yearTodd C. Miller2003-03-1511-11/+11
| * Make this compile w/ Heimdal and fix some gcc warnings.Todd C. Miller2003-03-151-25/+19
| * skeychallenge() on NetBSD take a size parameterTodd C. Miller2003-03-141-9/+13
| * Keep a local copy of tgetpass_flags so we don't add in TGP_ECHO toTodd C. Miller2002-12-131-4/+4
| * Sprinkle some volatile qualifiers to prevent over-enthusiasticTodd C. Miller2002-11-225-10/+12
| * Fix rcsidTodd C. Miller2002-05-201-1/+1
| * SecurID API version 5 support from Michael StrouckenTodd C. Miller2002-05-171-0/+236
| * g/c second arg to set_perms--it is no longer usedTodd C. Miller2002-05-051-8/+8
| * #undef VOID to get rid of an AFS warningTodd C. Miller2002-04-181-3/+4
| * Zero and free allocated memory when there is a conversation error.Todd C. Miller2002-01-221-6/+15
| * Use sigaction() not signal()Todd C. Miller2002-01-221-3/+7
| * Make this compile w/o warningsTodd C. Miller2002-01-211-2/+1
| * Mention that we can't use pam_acct_mgmt()Todd C. Miller2002-01-211-0/+1
| * The user's password was not zeroed after use when AIX authentication,Todd C. Miller2002-01-214-14/+30
| * Avoid giving PAM a NULL password response, use the empty string instead.Todd C. Miller2002-01-201-1/+3
| * Don't check the return value of pam_setcred(). In Linux-PAM 0.75Todd C. Miller2002-01-201-10/+12
| * Return AUTH_FAILURE in passwd_init() if skeyaccess() denies accessTodd C. Miller2002-01-171-1/+1
| * skeyaccess() wants a struct passwd * not a char *; Patch from Phillip E. LobbesSUDO_1_6_5Todd C. Miller2002-01-171-1/+1
| * o Add pam_prep_user function to call pam_setcred() for the target user;Todd C. Miller2001-12-311-11/+65
| * Apparently a NULL response is OKTodd C. Miller2001-12-151-1/+0
| * o Update copyright yearTodd C. Miller2001-12-141-1/+1
| * o Reorder some headers and use STDC_HEADERS define properlyTodd C. Miller2001-12-1414-156/+245
| * Add support for skeyaccess(3) if it is present in libskey.Todd C. Miller2001-12-143-2/+16
| * Be carefule now that tgetpass() can return NULL (user hit ^C).Todd C. Miller2001-12-095-13/+29
| * Add mail_badpass optionTodd C. Miller2001-11-121-4/+9
| * Some defaults I_ defines got renamed.Todd C. Miller2000-12-316-17/+18
| * check return value of creadcfg()Todd C. Miller2000-10-311-5/+12
| * When prompting for a response to a challenge, if the user just hits returnTodd C. Miller2000-10-302-11/+33
| * Use lower-level routines and get the password ourselves.Todd C. Miller2000-10-291-7/+30