2005-06-25 |
Todd C. Miller | set need_lib_prefix=no for all cases; this is safe... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | set need_version=no for all cases; this is safe for... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | typo |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | Add dragonfly |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | Fix call to pam_end() when pam_open_session() fails. |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | rebuild acsite.m4 from libtool 1.9f libtool.m4 ltoptio... |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | merge in local changes: |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | libtool 1.9f |
commit | commitdiff | tree | snapshot |
2005-06-25 |
Todd C. Miller | Update with autoupdate and make minor changes for libto... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | don't call sudo_ldap_display_cmnd if ldap not setup |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Move declatation of struct timespec to its own include... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Move declatation of struct timespec to its own include... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Move declatation of struct timespec to its own include... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Move declatation of struct timespec to its own include... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Move declatation of struct timespec to its own include... |
commit | commitdiff | tree | snapshot |
2005-06-23 |
Todd C. Miller | Don't set safe_cmnd for the "sudo ALL" case. |
commit | commitdiff | tree | snapshot |
2005-05-27 |
Todd C. Miller | Call pam_open_session() and pam_close_session() to... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Todd C. Miller | Add explicit cast from mode_t -> u_int in printf to... |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Todd C. Miller | include grp.h to silence a warning on Solaris |
commit | commitdiff | tree | snapshot |
2005-04-23 |
Todd C. Miller | Fix printing of += and -= defaults. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Todd C. Miller | Sanity check number of syscall args with argsize. ... |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Todd C. Miller | Don't do pointer arithmetic on void * |
commit | commitdiff | tree | snapshot |
2005-04-16 |
Todd C. Miller | Add some memsets for paranoia |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Todd C. Miller | In -l mode, only check local sudoers file if def_ignore... |
commit | commitdiff | tree | snapshot |
2005-04-12 |
Todd C. Miller | Reorganize LDAP code to better match normal sudoers... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Todd C. Miller | Replace pass variable with do_netgr for better readability. |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Todd C. Miller | use DPRINTF macro |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Todd C. Miller | estrdup, not strdup |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Todd C. Miller | Add macro to test if the tag changed to improve readabi... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Todd C. Miller | Avoid printing defaults header if there are no defaults... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Todd C. Miller | Fix a warning on systems without strlcpy(). |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Todd C. Miller | Use macros where possible for sudo_grdup() like sudo_pw... |
commit | commitdiff | tree | snapshot |
2005-04-08 |
Todd C. Miller | It is possible for tv_usec to hold >= 1000000 usecs... |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Todd C. Miller | The component in krb5_principal_get_comp_string() shoul... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Todd C. Miller | Add efree() for consistency with emalloc() et al. ... |
commit | commitdiff | tree | snapshot |
2005-03-29 |
Todd C. Miller | Move initgroups() for -U option into display_privs... |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Todd C. Miller | Removed duplicate call to ldap_unbind_s introduced... |
commit | commitdiff | tree | snapshot |
2005-03-27 |
Todd C. Miller | Add missing space in Defaults printing |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Todd C. Miller | Sync sudo_pwdup with OpenBSD changes: use macros for... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Todd C. Miller | Zero old pw_passwd before replacing with version from... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Todd C. Miller | Only attempt shadow password detection if PAM is not... |
commit | commitdiff | tree | snapshot |
2005-03-19 |
Todd C. Miller | Use OSDEFS for os-specific -D_FOO_BAR stuff rather... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Todd C. Miller | use a non-breaking space to avoid a double space after... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Todd C. Miller | commna, not colon after e.g. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Todd C. Miller | Add __ variants of the exec functions. GNU libc at... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Todd C. Miller | Match reality a bit more. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Todd C. Miller | Missed piece from rev. 1.6, fix sudo_getpwnam() too. |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Todd C. Miller | Store shadow password after making a local copy of... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Todd C. Miller | Make varargs usage consistent with the rest of the... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Todd C. Miller | Wrap more of the exec family since on Linux the others... |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Todd C. Miller | make print_unused static like proto says |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Todd C. Miller | silence a warning on K&R systems |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Todd C. Miller | make this build in K&R land |
commit | commitdiff | tree | snapshot |
2005-03-10 |
Todd C. Miller | make this build in K&R land |
commit | commitdiff | tree | snapshot |
2005-03-08 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Todd C. Miller | return(foo) not return foo |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Todd C. Miller | Use TRUE/FALSE |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Todd C. Miller | Reformat to match the rest of sudo's code. |
commit | commitdiff | tree | snapshot |
2005-03-06 |
Todd C. Miller | I am the primary author |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Todd C. Miller | The RUNSON file is toast--it confused too many people... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Todd C. Miller | alternate -> alternative |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Todd C. Miller | Use TCSADRAIN instead of TCSAFLUSH since some OSes... |
commit | commitdiff | tree | snapshot |
2005-02-23 |
Todd C. Miller | Allow leading blanks before Defaults and Foo_Alias... |
commit | commitdiff | tree | snapshot |
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 |
next |