Commit Graph

2201 Commits

Author SHA1 Message Date
Todd C. Miller
a3029dedd8 If the user enters an empty password and really has no password, accept
the empty password they entered.  Perviously, they could enter anything
*but* an empty password.  Also, add GETPASS macro that calls either
tgetpass() or getpass() depending on how sudo was configured.
Problem noted by jdg@maths.qmw.ac.uk
1999-02-07 00:43:24 +00:00
Todd C. Miller
52916f16ac add explicate copyright 1999-02-03 04:32:19 +00:00
Todd C. Miller
9d42f9713b mention -lsocket, -lnsl configure changes 1999-02-03 04:16:21 +00:00
Todd C. Miller
e6f9653f79 Don't clobber errno after calling check_sudoers(). 1999-02-02 22:54:04 +00:00
Todd C. Miller
97d36a72d4 When linking with both -lsocket and -lnsl be sure to do so in that order. Also, when we can't find socket() or inet_addr() and have to try linking with both libs, issue a warning. 1999-02-01 00:46:13 +00:00
Todd C. Miller
dab5a01333 clarify bad timestamp and fmt 1999-02-01 00:45:02 +00:00
Todd C. Miller
859712c53d be clear that pam is linux-only and add a RUNSON entry 1999-01-23 17:18:28 +00:00
Todd C. Miller
4633962703 fix and correctly document --with-umask; problem noted by adap@adap.org 1999-01-22 18:13:16 +00:00
Todd C. Miller
fe4f974b38 only use /usr/{man,catman}/local to store man pages if suer didn't override prefix or mandir 1999-01-20 01:38:25 +00:00
Todd C. Miller
94026c212c fix typo, make --with-SecurID take an arg 1999-01-20 01:24:41 +00:00
Todd C. Miller
f0f0bcc2fd updates from users 1999-01-19 02:53:30 +00:00
Todd C. Miller
cefcc04d60 FWTK 'authsrv' support from Kevin Kadow <kadow@MSG.NET> 1999-01-19 02:04:41 +00:00
Todd C. Miller
55a5687a36 better fix for the problem of unresolved symbols in -lnsl or -lsocket 1999-01-19 01:00:20 +00:00
Todd C. Miller
0ca93567b2 when checking for functions in -lnsl and -lsocket link with both of them to avoid unresolved symbols on some weirdo systems 1999-01-19 00:39:15 +00:00
Todd C. Miller
1bb1646106 old changes that didn't make it into RCS before the RCS->CVS switch 1999-01-18 01:49:34 +00:00
Todd C. Miller
826fe213f2 add sudo tags 1999-01-17 23:16:20 +00:00
Todd C. Miller
2519622730 testing Sudo tag 1999-01-17 22:56:56 +00:00
Todd C. Miller
d9a077e8a4 testing Sudo tag 1999-01-17 22:53:58 +00:00
Todd C. Miller
d3aaf52283 crank version and regen files 1999-01-17 22:40:55 +00:00
Todd C. Miller
c2621fd7e8 kill rcs goop in update_version and fix now that version is a const 1999-01-17 22:27:01 +00:00
Todd C. Miller
3983a7a651 kerb5 support from fcusack@iconnet.net 1999-01-17 22:08:55 +00:00
Todd C. Miller
7f56758690 we no longer use realpath 1999-01-17 21:45:50 +00:00
Todd C. Miller
8f92b48b47 replaced by find_path.c 1999-01-17 21:44:36 +00:00
Todd C. Miller
cf56274ec1 all options are now configure flags 1999-01-17 21:43:08 +00:00
Todd C. Miller
eb22ac2ec2 regen 1999-01-17 21:42:12 +00:00
Todd C. Miller
9e591b7bdf superceded by getcwd.c 1999-01-17 21:41:21 +00:00
Todd C. Miller
ca49d5ca87 superceded by tgetpass.c 1999-01-17 21:36:57 +00:00
Todd C. Miller
e83631bac7 superceded by RUNSON 1999-01-17 21:36:06 +00:00
Todd C. Miller
2853eeffaa No longer used now that we have configure options for everything. 1999-01-17 21:33:55 +00:00
Todd C. Miller
ab576d5bd4 regen based on configure.in 1999-01-17 21:32:35 +00:00
Todd C. Miller
de6f4fac36 regen based on sudo.pod, sudoers.pod, and visudo.pod 1999-01-17 21:31:39 +00:00
Todd C. Miller
9daf68bb7e fix tty tickets in remove_timestamp (didn't use ':') 1998-12-11 17:16:26 +00:00
Todd C. Miller
d61383848f close sock when we are done with it 1998-12-07 21:16:00 +00:00
Todd C. Miller
a31b342609 never say "error on line -1" 1998-11-28 00:37:51 +00:00
Todd C. Miller
3b6a06a6ae check for -lnsl before -lsocket 1998-11-24 04:38:53 +00:00
Todd C. Miller
0c0b9b9d3c quote '[', ']' used in ranges correctly 1998-11-24 04:29:50 +00:00
Todd C. Miller
38e1085877 add missing NO_ROOT_SUDO
noted by drno@tsd.edu
1998-11-21 22:54:31 +00:00
Todd C. Miller
aa0917f9c9 1.5.7 1998-11-20 23:33:52 +00:00
Todd C. Miller
ab78fa496d more info for 1.5.7 1998-11-20 23:33:04 +00:00
Todd C. Miller
3940efc909 update for 1.5.7 1998-11-20 23:30:52 +00:00
Todd C. Miller
d5fb938c19 make increases of cm_list_size and ga_list_size be similar to
increases of stacksize (ie: >= not > in initial compare).
1998-11-20 19:26:16 +00:00
Todd C. Miller
cbd9d6f32d when we get a syntax error, report it for the previous line since
that's generally where the error occurred.
1998-11-20 19:22:45 +00:00
Todd C. Miller
6bf40c3c0d add back check for sys/sockio.h but only use it if SIOCGIFCONF
is not defined
1998-11-18 20:31:25 +00:00
Todd C. Miller
a3c16ebec8 define BSD_COMP for svr4 1998-11-18 20:25:12 +00:00
Todd C. Miller
62dba8f4d1 more -Wall 1998-11-18 04:16:13 +00:00
Todd C. Miller
bbcd21287f kill check for sockio,h 1998-11-18 04:10:26 +00:00
Todd C. Miller
35ec16eb79 no more HAVE_SYS_SOCKIO_H 1998-11-18 04:10:11 +00:00
Todd C. Miller
c253188f55 -Wall 1998-11-18 03:51:10 +00:00
Todd C. Miller
ba5a24cfc3 add missing inform_user() 1998-11-16 22:38:27 +00:00
Todd C. Miller
4c4e1d376e return NOT_FOUND if given fully qualified path and it does not exist
previously it would perror(ENOENT) which bypasses the option to not
leak path info
1998-11-14 00:21:40 +00:00