summaryrefslogtreecommitdiff
path: root/check.c
Commit message (Expand)AuthorAgeFilesLines
* o Add a "pedentic" flag to the parser. This makes sudo warn in casesTodd C. Miller1999-08-121-13/+0
* o Move lock_file() and touch() into fileops.c so visudo can use themTodd C. Miller1999-08-071-31/+0
* o Kill *_MESSAGE and replace with NO_LECTURETodd C. Miller1999-08-051-2/+2
* Don't need version.cTodd C. Miller1999-08-051-1/+0
* add 4th term to license similar to term 5 in the apache licenseTodd C. Miller1999-07-311-0/+7
* there was a 1995 release tooTodd C. Miller1999-07-311-1/+1
* Use dirs instead of files for timestamp. This allows tty and non-ttyTodd C. Miller1999-07-281-133/+166
* Rewrote all the old sudo 1.1/1.2 code. Timestamp handling is nowTodd C. Miller1999-07-221-368/+351
* New (correct) PAM codeTodd C. Miller1999-07-051-5/+26
* move authentication code to auth.cTodd C. Miller1999-06-031-828/+1
* Move interface-related defines to interfaces.h so we don't have to includeTodd C. Miller1999-05-171-1/+0
* o Replace _PASSWD_LEN braindeath with our own SUDO_MAX_PASS.Todd C. Miller1999-05-141-1/+1
* Function names should be flush with the start of the line so they can be foun...Todd C. Miller1999-04-101-20/+40
* buf should be prompt; Michael Robokoff <mrobo@networkcs.com>Todd C. Miller1999-04-061-1/+1
* Crank version to 1.6 and combine copyright statementsTodd C. Miller1999-04-051-13/+7
* ++versionTodd C. Miller1999-03-291-1/+1
* Use emalloc/erealloc/estrdupTodd C. Miller1999-03-291-34/+9
* Simplify PAM code and fix a PAM-related warning on LinuxTodd C. Miller1999-03-281-31/+18
* new pam code that works on solaris, should work on linux too; aelberg@home.comTodd C. Miller1999-03-261-21/+107
* If the user enters an empty password and really has no password, acceptTodd C. Miller1999-02-071-76/+54
* add explicate copyrightTodd C. Miller1999-02-031-0/+1
* FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET>Todd C. Miller1999-01-191-0/+102
* add sudo tagsTodd C. Miller1999-01-171-1/+1
* crank version and regen filesTodd C. Miller1999-01-171-1/+1
* kerb5 support from fcusack@iconnet.netTodd C. Miller1999-01-171-1/+162
* fix tty tickets in remove_timestamp (didn't use ':')Todd C. Miller1998-12-111-3/+3
* more -WallTodd C. Miller1998-11-181-4/+3
* -WallTodd C. Miller1998-11-181-3/+4
* when using tty tickets make it user:tty not user.tty as a usernameTodd C. Miller1998-11-131-1/+1
* Only one space after a colon, not two, in printf'sTodd C. Miller1998-11-081-4/+4
* fix bugs with prompt expansionTodd C. Miller1998-11-051-3/+7
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-9/+4
* we now expand any %h or %u in the prompt before passing to tgetpassTodd C. Miller1998-11-031-4/+75
* 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-241-15/+23
* getprpwuid is broken in HP-UX 10.20 at least (it sleeps for 2 minutes if theTodd C. Miller1998-10-211-2/+2
* add back security/pam_misc.hTodd C. Miller1998-10-201-0/+1
* add SIA supportTodd C. Miller1998-10-191-3/+5
* moved SecureWare stuff into secureware.cTodd C. Miller1998-10-171-42/+3
* no more options.hTodd C. Miller1998-10-151-1/+0
* remove_timestamp() if timestamp is preposterousTodd C. Miller1998-10-151-0/+1
* time.h, not sys/time.hTodd C. Miller1998-09-241-1/+1
* new shadow password scheme. Always include shadow support if theTodd C. Miller1998-09-211-31/+33
* fix version stringTodd C. Miller1998-09-201-1/+1
* move pam_conv to be static to auth functionTodd C. Miller1998-09-201-7/+4
* pam stuff needs to run as root, not user, for shadow passwordsTodd C. Miller1998-09-181-1/+1
* updated versionTodd C. Miller1998-09-171-2/+2
* user version.h for long messageTodd C. Miller1998-09-171-3/+4
* this is version 1.5.6Todd C. Miller1998-09-171-1/+1
* pam support, from Gary Calvin <GCalvin@kenwoodusa.com>Todd C. Miller1998-09-111-0/+64