2008-05-04 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Todd C. Miller | Add env_file Defaults option that is similar to /etc... |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Todd C. Miller | change version to 1.7.0 |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Todd C. Miller | initial valgrind pass done |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Todd C. Miller | Fix typo/think in sudo_ldap_read_secret() when storing... |
commit | commitdiff | tree | snapshot |
2008-04-11 |
Todd C. Miller | define LDAPS_PORT if the system headers do not |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Todd C. Miller | Fix another memory leak in init_parser(). |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Todd C. Miller | There was a missing space before the ldap libs in SUDO_... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Todd C. Miller | Clean up some memory leaks pointed out by valgrind. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Todd C. Miller | fix "sudo -s" broken by mode/flags breakout |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Todd C. Miller | remove duplicate check for dgettext |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Todd C. Miller | Fall back to default stanza if no user-specific limit... |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Todd C. Miller | include stdint.h if present |
commit | commitdiff | tree | snapshot |
2008-04-02 |
Todd C. Miller | Use LLONG_MAX, not the old QUAD_MAX |
commit | commitdiff | tree | snapshot |
2008-04-01 |
Todd C. Miller | fix cut and pasto |
commit | commitdiff | tree | snapshot |
2008-03-31 |
Todd C. Miller | Add #ifdef PURITY |
commit | commitdiff | tree | snapshot |
2008-03-30 |
Todd C. Miller | remove useless cast |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-03-27 |
Todd C. Miller | Split MODE_* defines into primary and flags. |
commit | commitdiff | tree | snapshot |
2008-03-26 |
Todd C. Miller | It turns out the logic for getting AIX limits is more... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Todd C. Miller | Back out AIX-specific change to set the sudo_noexec... |
commit | commitdiff | tree | snapshot |
2008-03-23 |
Todd C. Miller | If the file given to install is a path, only use the... |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Todd C. Miller | parse_args() cleanup: |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Todd C. Miller | Add -n (non-interactive) flag. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Todd C. Miller | Move version printing, etc. into a separate function. |
commit | commitdiff | tree | snapshot |
2008-03-18 |
Todd C. Miller | Don't try to cleanup nsswitch if it has not been initia... |
commit | commitdiff | tree | snapshot |
2008-03-17 |
Todd C. Miller | Block SIGPIPE in send_mail() so sudo is not killed... |
commit | commitdiff | tree | snapshot |
2008-03-14 |
Todd C. Miller | AIX shared libs end in .a, not .so. |
commit | commitdiff | tree | snapshot |
2008-03-13 |
Todd C. Miller | Preserve HOME by default too. Matches documentation... |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Todd C. Miller | Use getopt() to parse the command line. We need to... |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | update to libtool-1.5.26 |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | update from libtool-1.5.26 distribution |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | attempt to fix compilation errors on AIX |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | Add WHATSNEW file to the distribution |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | use warningx instead of fprintf(stderr, ...) |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | add DEBUG to list2tq |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | mention mailfrom |
commit | commitdiff | tree | snapshot |
2008-03-06 |
Todd C. Miller | Add aix_setlimits() to set resource limits on AIX using... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Todd C. Miller | Add mailfrom Defaults option that sets the value of... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Todd C. Miller | store a copy of _PATH_SUDO_ASKPASS in def_askpass that... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Todd C. Miller | When adding a default, only call list2tq() once to... |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Todd C. Miller | comment out XXXs for now |
commit | commitdiff | tree | snapshot |
2008-03-05 |
Todd C. Miller | mention askpass |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Todd C. Miller | Error out if both -A and -S are specified |
commit | commitdiff | tree | snapshot |
2008-03-04 |
Todd C. Miller | we are not going to ship a sudo-specific askpass |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Todd C. Miller | fix definition of TGP_ASKPASS |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Todd C. Miller | make askpass boolean-capable |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Todd C. Miller | document --with-askpass |
commit | commitdiff | tree | snapshot |
2008-03-03 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Todd C. Miller | document -A and askpass |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Todd C. Miller | Add support for running a helper program to read the... |
commit | commitdiff | tree | snapshot |
2008-03-02 |
Todd C. Miller | add missing printf format to SELinux role and type... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Todd C. Miller | Disable use of gss_krb5_ccache_name() by default and add |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Todd C. Miller | Ignore setexeccon() failing in permissive mode. Also... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Todd C. Miller | Only set std_prompt for the PAM_PROMPT_* cases. The... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Todd C. Miller | Don't free the new tty context, we need to keep it... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Todd C. Miller | s/newrole/sudo/ |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Todd C. Miller | Only put login_cap(3) in SEE ALSO section if we have... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Substitute in comment characters for lines partaining... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Substitute in comment characters for lines partaining... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Substitute in comment characters for lines partaining... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Substitute in comment characters for lines partaining... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Substitute in comment characters for lines partaining... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Todd C. Miller | Remove the =cut on the first line (above the copyright... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Todd C. Miller | run sudo.man.pl when generating sudo.man.in |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Todd C. Miller | comment out SELinux manual bits unless --with-selinux... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Todd C. Miller | document role and type defaults for SELinux |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Todd C. Miller | Document "sudo -ll" and make "sudo -l -l" be equivalent. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Todd C. Miller | Treat k*bsd*-gnu like Linux, not BSD. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Todd C. Miller | Avoid Heimdal'isms introduced in the rev 1.32 rewrite... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Todd C. Miller | Remove dependence on VALIDATE_NOT_OK in logging functions. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Todd C. Miller | Add debugging so we can tell if the krb5 ccache is... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Todd C. Miller | mention --with-selinux |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Todd C. Miller | add Sudo tag |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Todd C. Miller | Add support for SELinux RBAC. Sudoers entries may... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Todd C. Miller | Add support for SELinux RBAC. Sudoers entries may... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Todd C. Miller | Add support for SELinux RBAC. Sudoers entries may... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Todd C. Miller | Add long list (sudo -ll) support for printing verbose... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Todd C. Miller | Unify the -l output for file and ldap based sudoers... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Todd C. Miller | Use a specific error message for errno == EAGAIN when... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Todd C. Miller | Unlimit nproc on Linux systems where calling the setuid... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Todd C. Miller | Only read /etc/environment on Linux and AIX |
commit | commitdiff | tree | snapshot |
2008-01-23 |
Todd C. Miller | Use SUDO_DEFINE_UNQUOTED instead of AC_DEFINE_UNQUOTED... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | mention --with-nsswitch=no |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | ldap_ssl.h depends on ldap.h being included first |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | Include ldap_ssl.h if we can find it. Needed for the... |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | Use 78n line length when formatting cat pages. |
commit | commitdiff | tree | snapshot |
2008-01-21 |
Todd C. Miller | Remove redundant info that is now in sudoers.ldap.pod |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Todd C. Miller | Reorganize the first section a bit. Substitute the... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Todd C. Miller | Substitute values for ldap.conf, ldap.secret and nsswit... |
commit | commitdiff | tree | snapshot |
2008-01-20 |
Todd C. Miller | Substitute values for ldap.conf, ldap.secret and nsswit... |
commit | commitdiff | tree | snapshot |
next |