summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add back check for sys/sockio.h but only use it if SIOCGIFCONFSUDO_1_5_7Todd C. Miller1998-11-183-1/+7
* define BSD_COMP for svr4Todd C. Miller1998-11-181-0/+4
* more -WallTodd C. Miller1998-11-1821-92/+83
* kill check for sockio,hTodd C. Miller1998-11-181-1/+1
* no more HAVE_SYS_SOCKIO_HTodd C. Miller1998-11-181-3/+0
* -WallTodd C. Miller1998-11-1821-27/+31
* add missing inform_user()Todd C. Miller1998-11-161-1/+3
* return NOT_FOUND if given fully qualified path and it does not existTodd C. Miller1998-11-141-7/+2
* for kerb5, check for -lkerb4, fall back on -lkrbTodd C. Miller1998-11-141-2/+5
* tty tickets are user:tty nowTodd C. Miller1998-11-131-6/+5
* when using tty tickets make it user:tty not user.tty as a usernameTodd C. Miller1998-11-131-1/+1
* add "ignoring foo found in ." for auth successful caseTodd C. Miller1998-11-101-3/+6
* add missing printf paramTodd C. Miller1998-11-091-1/+1
* go back to printing "command not found" unless --disable-path-infoTodd C. Miller1998-11-086-40/+90
* Only one space after a colon, not two, in printf'sTodd C. Miller1998-11-082-5/+5
* document setting $USERTodd C. Miller1998-11-051-0/+2
* fix bugs with prompt expansionTodd C. Miller1998-11-051-3/+7
* set $USER for root tooTodd C. Miller1998-11-051-17/+18
* typoTodd C. Miller1998-11-041-1/+1
* HP-UX's iscomsec is in -lsec, not libcTodd C. Miller1998-11-041-1/+1
* remove some entries in the OS case statement that did nothingTodd C. Miller1998-11-041-6/+0
* add "cd" section and flush out syslog sectionTodd C. Miller1998-11-041-2/+17
* no more sudo-lex.yy.cTodd C. Miller1998-11-041-1/+1
* add custom prompt supportTodd C. Miller1998-11-041-0/+10
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-12/+9
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-32/+29
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-10/+0
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-5/+8
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-041-1/+0
* kill perror("malloc") since we already have a good error messagesTodd C. Miller1998-11-043-57/+46
* 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