summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* the prompt is expanded before tgetpass is calledTodd C. Miller1998-11-031-26/+5
* tgetpass now has the same args as getpass againTodd C. Miller1998-11-031-1/+1
* add iscomsec, issecure supportTodd C. Miller1998-11-031-0/+12
* we now expand any %h or %u in the prompt before passing to tgetpassTodd C. Miller1998-11-031-4/+75
* add check for syslog(3) in -lsocket, -lnsl, -linetTodd C. Miller1998-11-031-0/+4
* add HAVE_ISCOMSEC and HAVE_ISSECURETodd C. Miller1998-11-031-0/+6
* add check for iscomsec in HP-UXTodd C. Miller1998-11-031-1/+1
* check for issecure if we have getpwanam on SunOSTodd C. Miller1998-11-031-3/+7
* add HAVE_DISPCRYPTTodd C. Miller1998-10-251-0/+3
* add back support for non-dispcrypt based checking for older DUNIXTodd C. Miller1998-10-251-2/+14
* sia changesTodd C. Miller1998-10-251-4/+10
* SIA becomes the default on Digital UNIXTodd C. Miller1998-10-251-14/+26
* move local includes after system onesTodd C. Miller1998-10-251-3/+4
* add pass_warn() which prints out INCORRECT_PASSWORD or an insult to stderrTodd C. Miller1998-10-243-20/+25
* fix while loop in sia_attempt_auth() that checks the password. OnlyTodd C. Miller1998-10-241-24/+24
* don't trust UID_MAX or MAXUIDTodd C. Miller1998-10-221-11/+3
* fix two pastosTodd C. Miller1998-10-221-2/+1
* fix typoTodd C. Miller1998-10-221-1/+1
* init crypt_type to INT_MAX since it is legal to be negative in DUNX 5.0Todd C. Miller1998-10-222-2/+2
* for secureware on dunix, use -lsecurity -ldb -laud -lmTodd C. Miller1998-10-221-1/+6
* getprpwuid is broken in HP-UX 10.20 at least (it sleeps for 2 minutes if theTodd C. Miller1998-10-218-26/+26
* updated --with-editor blurbTodd C. Miller1998-10-201-2/+3
* tell how to put sudoers in a different dirTodd C. Miller1998-10-201-0/+5
* add missing quotes around $with_editorTodd C. Miller1998-10-201-1/+1
* typo in --with-editor bitsTodd C. Miller1998-10-201-2/+2
* I don't expect it to work on SolarisTodd C. Miller1998-10-201-2/+1
* add back security/pam_misc.hTodd C. Miller1998-10-201-0/+1
* remove dunix note since configure checks for this nowTodd C. Miller1998-10-191-8/+0
* add check for broken dunix prot.h (4.0 < 4.0D is bad)Todd C. Miller1998-10-191-0/+9
* new dunix shadow code, use dispcrypt(3)Todd C. Miller1998-10-193-44/+19
* add HAVE_INITPRIVSTodd C. Miller1998-10-191-0/+3
* call initprivs() if we have it for getprpwuid later onTodd C. Miller1998-10-191-3/+3
* clean pathnames.h tooTodd C. Miller1998-10-191-1/+1
* quote "Sorry, try again." with [] since it has a comma in itTodd C. Miller1998-10-191-20/+21
* update Digital UNIX note about acl.hTodd C. Miller1998-10-191-7/+4
* add --with-siaTodd C. Miller1998-10-191-30/+37
* add whitespaceTodd C. Miller1998-10-191-1/+2
* add SIA supportTodd C. Miller1998-10-196-10/+44
* Initial revisionTodd C. Miller1998-10-191-0/+135
* when checking for -lsocket, -lnsl, and -linet, check for the specificTodd C. Miller1998-10-181-37/+19
* move Syslog_* defs into sudo.hTodd C. Miller1998-10-182-23/+23
* added check_securewareTodd C. Miller1998-10-182-3/+4
* finished adding AC_MSG_CHECKING and AC_MSG_RESULT bitsTodd C. Miller1998-10-181-18/+64
* don't define CLASSIC_INSULTS and CSOPS_INSULTS if no other sets defined.Todd C. Miller1998-10-181-5/+0
* move some --with options aroundTodd C. Miller1998-10-181-150/+210
* change $with_foo-bar -> $with_foo_barTodd C. Miller1998-10-181-38/+57
* moved SecureWare stuff into secureware.cTodd C. Miller1998-10-171-42/+3
* Initial revisionTodd C. Miller1998-10-171-0/+112
* update url to solaris gcc binsTodd C. Miller1998-10-171-1/+1
* change option formatter and flesh out someentriesTodd C. Miller1998-10-171-296/+323