2005-02-23 |
Todd C. Miller | fix rules to build toke.o and gram.o in devel mode |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Todd C. Miller | env_keep overrides set_logname |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Todd C. Miller | Fix disabling set_logname and make env_keep override... |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Todd C. Miller | No longer need memmove() |
commit | commitdiff | tree | snapshot |
2005-02-20 |
Todd C. Miller | Just clean the environment once. This assumes that... |
commit | commitdiff | tree | snapshot |
2005-02-16 |
Todd C. Miller | In -i mode, base the value of insert_env()'s dupcheck... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Todd C. Miller | Move setting of user_path, user_shell, user_prompt... |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | fix devel builds |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | Fix some printf format mismatches on error. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | Fix some printf format mismatches on error. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | Update copyright years. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | Update copyright years. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | Update copyright years. |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | version 1.7 |
commit | commitdiff | tree | snapshot |
2005-02-12 |
Todd C. Miller | What's new in sudo 1.7, based on the 1.7 CHANGES entries. |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Todd C. Miller | Add __printflike and use it with gcc to warn about... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Replaced CHANGES file with ChangeLog generated from... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Use warning/error instead of perror/fatal. |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Update OpenBSD section |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Add upgrading noted for 1.7 |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Instead of zeroing out the environment, just prune... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Set locale to "C" if locales are supported, just to... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Todd C. Miller | Cast argument to ctype functions to unsigned char. |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Todd C. Miller | correct value for DID_USER |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Todd C. Miller | #include <compat.h> not "compat.h" |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Todd C. Miller | Reset the environment by default. |
commit | commitdiff | tree | snapshot |
2005-02-08 |
Todd C. Miller | Alloc an extra slot in NewArgv. Removes the need to... |
commit | commitdiff | tree | snapshot |
2005-02-07 |
Todd C. Miller | Use execve(2) and wrap the command in sh if we get... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Todd C. Miller | Only include time.h on systems that lack struct timespe... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Todd C. Miller | Include time.h for time_t in compat.h for systems w... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Todd C. Miller | use bcopy on systems w/o memmove |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Todd C. Miller | __attribute__((__unused__)) doesn't work in gcc 2.7... |
commit | commitdiff | tree | snapshot |
2005-02-06 |
Todd C. Miller | Add explicit rule to build sudo_noexec.lo |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | No longer depend on VPATH; pointed out a bunch of misse... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | Help for PAM when account section is missing |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | Give user a clue when there is a missing "account"... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | Better error handling. |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | Move _FOO_SOURCE to CPPFLAGS so it takes effect as... |
commit | commitdiff | tree | snapshot |
2005-02-05 |
Todd C. Miller | Fix typo (missing comma) that caused an incorrect numbe... |
commit | commitdiff | tree | snapshot |
2005-02-01 |
Todd C. Miller | Don't try to destroy a tree we didn't create. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Todd C. Miller | Add __unused to rcsids |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Todd C. Miller | Fix error message when mixing invalid auth types |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Todd C. Miller | PAM, AIX auth, BSD auth and login_cap are now on by... |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Todd C. Miller | s/HAVE_AUTHENTICATE/HAVE_AIXAUTH/g |
commit | commitdiff | tree | snapshot |
2005-01-21 |
Todd C. Miller | Better checking for conflicting authentication methods |
commit | commitdiff | tree | snapshot |
2005-01-18 |
Todd C. Miller | s/-O/-C/ |
commit | commitdiff | tree | snapshot |
2005-01-14 |
Todd C. Miller | Replace: |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Todd C. Miller | Use function pointers to only call private passwd/group... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Todd C. Miller | Can't use strtok() since it doesn't handle empty fields... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Fix dummied out toke.c and gram.c dependencies. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Rename PARSESRCS -> GENERATED since it is only used... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Add a devdir variables that defaults to $(srcdir) and... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Add support for custom passwd/group files. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Build private copy of pwutil.o for testsudoers with... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Remove sudo_*{pw,gr}* stubs and add sudo_setspent/sudo_... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Remove caching; we will just use what is in pwutil.c |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | g/c pwcache_init/pwcache_destroy |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Undo last commit and add sudo_setspent and sudo_endspen... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Move all but the shadow stuff from getspwuid.c to pwuti... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | zero out struct passwd/group before filling it in so... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Adapt to pwutil.c |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Add tsgetgrpw.c and pwutil.c |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Passwd and group lookup routines for testsudoers that... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Todd C. Miller | Split off pw/gr cache and dup code into its own file. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Todd C. Miller | Print Defaults info in "sudo -l" output and wrap lines... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Todd C. Miller | Only check group vector in usergr_matches() if we are... |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Todd C. Miller | No longer bundle fnmatch.3 |
commit | commitdiff | tree | snapshot |
2004-12-17 |
Todd C. Miller | checkpoint |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | sort usage |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | Sort command line options |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | Add closefrom sudoers option to start closing at a... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | Add _PATH_DEVNULL for those without it. |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | no more UCB strcasecmp |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Todd C. Miller | replace BSD licensed one with version derived from... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Todd C. Miller | Fix last commit. |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Todd C. Miller | Make sure stdin, stdout and stderr are open and dup... |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Todd C. Miller | add sudo_ldap_close |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Todd C. Miller | Use TIME_WITH_SYS_TIME |
commit | commitdiff | tree | snapshot |
2004-12-03 |
Todd C. Miller | Add TIME_WITH_SYS_TIME_H |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Todd C. Miller | Add missing braces to avoid DYLD_FORCE_FLAT_NAMESPACE... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Todd C. Miller | Check rbinsert() return value. In the case of faked... |
commit | commitdiff | tree | snapshot |
2004-12-02 |
Todd C. Miller | Use the double fork trick to avoid the monitor process... |
commit | commitdiff | tree | snapshot |
2004-11-29 |
Todd C. Miller | Call initgroups() in -U mode so group matches work... |
commit | commitdiff | tree | snapshot |
2004-11-29 |
Todd C. Miller | Don't print a trailing comma for the last entry in... |
commit | commitdiff | tree | snapshot |
2004-11-28 |
Todd C. Miller | Mention values when lecture, listpw and verifypw are... |
commit | commitdiff | tree | snapshot |
2004-11-28 |
Todd C. Miller | verifypw when used in a boolean TRUE context should... |
commit | commitdiff | tree | snapshot |
2004-11-26 |
Todd C. Miller | Allow tuples that can be used as booleans to be used... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Todd C. Miller | Correct the test for 2-parameter timespecsub |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Todd C. Miller | Add strub struct definitions for passwd, timeval and... |
commit | commitdiff | tree | snapshot |
2004-11-25 |
Todd C. Miller | Add check for 2-argument form of timespecsub (FreeBSD... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Todd C. Miller | Deal with user_stat being NULL as it is for visudo... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Todd C. Miller | Add -U option to use in conjunction with -l instead... |
commit | commitdiff | tree | snapshot |
2004-11-24 |
Todd C. Miller | Set safe_cmnd after sudoers_lookup() if it has not... |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Todd C. Miller | Correctly handle multiple privileges per userspec and... |
commit | commitdiff | tree | snapshot |
2004-11-21 |
Todd C. Miller | Zero out sd_un for each entry in sudo_defs_table in... |
commit | commitdiff | tree | snapshot |
2004-11-19 |
Todd C. Miller | make per-command defaults work with sudoedit |
commit | commitdiff | tree | snapshot |
2004-11-19 |
Todd C. Miller | Remove the FLAG_NOPASS, FLAG_NOEXEC and FLAG_MONITOR... |
commit | commitdiff | tree | snapshot |
next |