2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00
Commit Graph

2169 Commits

Author SHA1 Message Date
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
SUDO_1_5_7 v1.5.7
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
Todd C. Miller
1515dfb497 for kerb5, check for -lkerb4, fall back on -lkrb
for kerb, check for -ldes
1998-11-14 00:20:19 +00:00
Todd C. Miller
a8fce0bce8 tty tickets are user:tty now 1998-11-13 19:19:39 +00:00
Todd C. Miller
b831104e1a when using tty tickets make it user:tty not user.tty as a username
could have a '.' in it
1998-11-13 19:10:21 +00:00
Todd C. Miller
53969f978f add "ignoring foo found in ." for auth successful case 1998-11-10 00:15:04 +00:00
Todd C. Miller
b82d683a3b add missing printf param 1998-11-09 22:57:52 +00:00
Todd C. Miller
0900eabf3b go back to printing "command not found" unless --disable-path-info
specified.  Also, tell user when we ignore '.' in their path and
it would have been used but for --with-ignore-dot.
1998-11-08 20:56:52 +00:00
Todd C. Miller
0b9e318b75 Only one space after a colon, not two, in printf's 1998-11-08 18:51:58 +00:00
Todd C. Miller
0aad2d5afd document setting $USER 1998-11-05 17:59:35 +00:00
Todd C. Miller
91af18b71a fix bugs with prompt expansion 1998-11-05 03:24:40 +00:00
Todd C. Miller
ef4b731616 set $USER for root too 1998-11-05 02:21:35 +00:00
Todd C. Miller
2fb6e41a5b typo 1998-11-04 22:13:59 +00:00
Todd C. Miller
4d1f46461d HP-UX's iscomsec is in -lsec, not libc 1998-11-04 22:07:12 +00:00
Todd C. Miller
4c017795d1 remove some entries in the OS case statement that did nothing 1998-11-04 03:24:55 +00:00
Todd C. Miller
6d5591ba2b add "cd" section and flush out syslog section 1998-11-04 03:19:37 +00:00
Todd C. Miller
80b47ae77c no more sudo-lex.yy.c 1998-11-04 01:51:53 +00:00
Todd C. Miller
16df5841a1 add custom prompt support 1998-11-04 01:50:14 +00:00
Todd C. Miller
d0c535cee3 kill perror("malloc") since we already have a good error messages
pw_ent -> pw for brevity
1998-11-04 01:41:09 +00:00
Todd C. Miller
22f741b38c kill perror("malloc") since we already have a good error messages
pw_ent -> pw for brevity
set $USER if -u specified
1998-11-04 01:40:45 +00:00
Todd C. Miller
c3f28be054 kill perror("malloc") since we already have a good error messages 1998-11-04 01:40:35 +00:00
Todd C. Miller
4f461199af kill perror("malloc") since we already have a good error messages
pw_ent -> pw for brevity
when checking if %group matches, look up user in password file so
that %groups works in a RunAs spec.
1998-11-04 01:39:40 +00:00
Todd C. Miller
5731e248b5 kill perror("malloc") since we already have a good error messages 1998-11-04 01:39:25 +00:00
Todd C. Miller
de21acbb37 kill perror("malloc") since we already have a good error messages
pw_ent -> pw for brevity
1998-11-04 01:39:18 +00:00
Todd C. Miller
b751a2b9c4 the prompt is expanded before tgetpass is called 1998-11-03 20:03:31 +00:00
Todd C. Miller
1548a20d9a tgetpass now has the same args as getpass again 1998-11-03 20:03:12 +00:00
Todd C. Miller
918306ecc8 add iscomsec, issecure support 1998-11-03 20:02:52 +00:00
Todd C. Miller
dad5b02579 we now expand any %h or %u in the prompt before passing to tgetpass 1998-11-03 20:02:04 +00:00
Todd C. Miller
8f6ba6258b add check for syslog(3) in -lsocket, -lnsl, -linet 1998-11-03 19:58:47 +00:00
Todd C. Miller
764ab37690 add HAVE_ISCOMSEC and HAVE_ISSECURE 1998-11-03 19:56:04 +00:00
Todd C. Miller
aff8524f0a add check for iscomsec in HP-UX 1998-11-03 19:55:39 +00:00
Todd C. Miller
a3d49aa081 check for issecure if we have getpwanam on SunOS
some options are incompatible with DUNIX SIA
check for dispcrypt on DUNIX
1998-11-03 19:51:36 +00:00
Todd C. Miller
a402de123f add HAVE_DISPCRYPT 1998-10-25 20:21:47 +00:00
Todd C. Miller
8e41aef0f3 add back support for non-dispcrypt based checking for older DUNIX 1998-10-25 20:21:19 +00:00