summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix grammar; espie@openbsd.orgSUDO_1_5_8Todd C. Miller1999-02-174-12/+12
* add cast for strdup in places it does not have itTodd C. Miller1999-02-113-4/+4
* define for_BSD_TYPES irixTodd C. Miller1999-02-092-226/+228
* Make it clear that it is the user's password, not root's, that we want.Todd C. Miller1999-02-075-47/+51
* If the user enters an empty password and really has no password, acceptTodd C. Miller1999-02-072-76/+63
* add explicate copyrightTodd C. Miller1999-02-0332-0/+32
* mention -lsocket, -lnsl configure changesTodd C. Miller1999-02-031-0/+4
* Don't clobber errno after calling check_sudoers().Todd C. Miller1999-02-021-2/+5
* When linking with both -lsocket and -lnsl be sure to do so in that order. Al...Todd C. Miller1999-02-012-60/+60
* clarify bad timestamp and fmtTodd C. Miller1999-02-013-119/+111
* be clear that pam is linux-only and add a RUNSON entryTodd C. Miller1999-01-232-1/+2
* fix and correctly document --with-umask; problem noted by adap@adap.orgTodd C. Miller1999-01-224-8/+8
* only use /usr/{man,catman}/local to store man pages if suer didn't override p...Todd C. Miller1999-01-202-242/+250
* fix typo, make --with-SecurID take an argTodd C. Miller1999-01-203-349/+363
* updates from usersTodd C. Miller1999-01-191-1/+5
* FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET>Todd C. Miller1999-01-195-332/+492
* better fix for the problem of unresolved symbols in -lnsl or -lsocketTodd C. Miller1999-01-192-47/+129
* when checking for functions in -lnsl and -lsocket link with both of them to a...Todd C. Miller1999-01-192-4/+4
* old changes that didn't make it into RCS before the RCS->CVS switchTodd C. Miller1999-01-184-30/+102
* add sudo tagsTodd C. Miller1999-01-1737-63/+59
* testing Sudo tagTodd C. Miller1999-01-171-1/+1
* testing Sudo tagTodd C. Miller1999-01-171-1/+1
* crank version and regen filesTodd C. Miller1999-01-1744-83/+90
* kill rcs goop in update_version and fix now that version is a constTodd C. Miller1999-01-171-9/+1
* kerb5 support from fcusack@iconnet.netTodd C. Miller1999-01-179-107/+278
* we no longer use realpathTodd C. Miller1999-01-172-485/+0
* replaced by find_path.cTodd C. Miller1999-01-171-248/+0
* all options are now configure flagsTodd C. Miller1999-01-171-75/+0
* regenTodd C. Miller1999-01-171-0/+2059
* superceded by getcwd.cTodd C. Miller1999-01-171-121/+0
* superceded by tgetpass.cTodd C. Miller1999-01-171-107/+0
* superceded by RUNSONTodd C. Miller1999-01-171-19/+0
* No longer used now that we have configure options for everything.Todd C. Miller1999-01-171-248/+0
* regen based on configure.inTodd C. Miller1999-01-171-0/+7474
* regen based on sudo.pod, sudoers.pod, and visudo.podTodd C. Miller1999-01-179-455/+3260
* fix tty tickets in remove_timestamp (didn't use ':')Todd C. Miller1998-12-111-3/+3
* close sock when we are done with itTodd C. Miller1998-12-071-0/+2
* never say "error on line -1"Todd C. Miller1998-11-281-2/+2
* check for -lnsl before -lsocketTodd C. Miller1998-11-241-4/+4
* quote '[', ']' used in ranges correctlyTodd C. Miller1998-11-241-9/+9
* add missing NO_ROOT_SUDOTodd C. Miller1998-11-211-0/+3
* 1.5.7Todd C. Miller1998-11-201-2/+2
* more info for 1.5.7Todd C. Miller1998-11-201-0/+5
* update for 1.5.7Todd C. Miller1998-11-201-8/+7
* make increases of cm_list_size and ga_list_size be similar toTodd C. Miller1998-11-201-2/+2
* when we get a syntax error, report it for the previous line sinceTodd C. Miller1998-11-201-2/+3
* 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