[620997189] * sudo.man: updated based on sudo changes [ba0bce3a6] * parse.yacc: now allow ALL keyword in User_Aliases now allow ALL keyword as well as a NAME or ALIAS [557d431e2] * CHANGES: updated [a23cda72e] * sudo.c: now sets SUDO_COMMAND and SUDO_GID envariables. [0869c2a39] * aclocal.m4: fixed bug with full void impl check [588891cf3] * parse.yacc: fixed User_Alias supoprt [a6923398d] * parse.yacc: added stubs for User_Alias support [dfcb0eb6e] * sudo.c: now sets removes # bogus interfaces from num_interfaces [050ca432a] * parse.lex: added User_Alias support [166d2b78b] 1995-04-08 Todd C. Miller * Makefile.in: removed extraneous TODO [ea57effc3] 1995-04-07 Todd C. Miller * visudo.c: ntwk_matches -> addr_matches [36fec1269] * parse.yacc: ntwk_matches -> addr_matches [c9a574adc] * parse.c: ntwk_matches -> addr_matches now use inet_addr() not inet_network() (which expects octet boundaries) fixes for OSF (sizeof(int) != sizeof(long)) [521f2f6ac] * sudo.c: took out debugging info [aa03cdc83] * aclocal.m4: OS was being set to unknown before non-uname based host checks. This caused no checks to happen since $OS was not zero-length. [d00426b55] * sudo.c: fixed loading of interfaces struct still has debugging info in though [ec1c2e69e] * parse.c: fixed typo [e27349c62] 1995-04-06 Todd C. Miller * Makefile.in: ++version [a7d2490f1] * version.h: ++ [32a5ff4f9] * visudo.c: removed extraneous extern decl of "top [144121414] * visudo.c: now zeros "top" [4e6307fdc] * parse.yacc: removed parser_cleanup (no need for it now) [cd3a5bd09] * parse.lex: now calls reset_aliases() directly [f2b3adaa4] 1995-04-04 Todd C. Miller * OPTIONS: added a sentence to SECURE_PATH description [f12862c69] * parse.c: fixed my stupid bug where I used NAMLEN on something I wanted to just get the name from. argh. [6e45d61aa] 1995-04-03 Todd C. Miller * lsearch.c: fixed argument order of memmove() that i hosed when converting from bcopy(). arghh. [285bc82b3] * Makefile.in: finally fixed DISTFILES line [1259d8444] * Makefile.in: tabs -> spaces [e94d4c878] * Makefile.in: added missing files to DISTFILES [d3ebf9190] * Makefile.in: SUPPORTED -> RUNSON [20fe8172c] 1995-04-01 Todd C. Miller * TODO: updated [8a4a51a4b] * RUNSON: updated for pl5b1 release [25dbadf29] * BUGS, TODO: updated [012deffa1] * check.c: fixed bug where if you hit return at first sudo prompt it would still log as a failure [f650082b1] * CHANGES: updated [d6a68fe4a] * aclocal.m4: better test for bogus void * implementation [af82bb25a] * logging.c: added PASSWORDS_NOT_CORRECT [c1e520bbc] * check.c: added PASSWORDS_NOT_CORRECT stuff] [5bc17e9f8] * sudo.h: added PASSWORDS_NOT_CORRECT [11e414889] * tgetpass.c: moved pathnames.h [735be1c0b] * sudo.c: removed some unused vars and fixed up uid2str [911605896] * putenv.c: moved compat.h [5df37f27d] * getcwd.c, getwd.c: added pathnames.h [99ae8d306] 1995-03-31 Todd C. Miller * parse.yacc: fixed a typo I introduced in the last checkin :-( [0590d7b64] * parse.lex: can't have #ifdef's where N is defined so just do this the broken way for AIX [2bc423cab] * parse.yacc: better hack from Chris (but still a hack) [f104cc2dd] * parse.lex: stupid hack for broken aix lex [b6331561f] * tgetpass.c: now includes compat.h