2019-03-07 |
Todd C. Miller | Better comment about EOVERFLOW and pstat_getproc(). |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Todd C. Miller | Ignore EOVERFLOW from pstat_getproc(), it is not a... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Todd C. Miller | Fix error message when a fully-qualified plugin path... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Todd C. Miller | Fix unescaped '\' and remove an extra '[' in the defini... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Todd C. Miller | Ignore carriage return before a linefeed. |
commit | commitdiff | tree | snapshot |
2019-02-26 |
Todd C. Miller | For sssd, the nsswitch.conf setting should be "sss... |
commit | commitdiff | tree | snapshot |
2019-02-21 |
Todd C. Miller | Add simple API for to allow reading environment data... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Todd C. Miller | Fix pasto; the unrestricted env file was read when... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Todd C. Miller | Be sure to include sudo_queue.h where needed instead... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Only export sudo_arc4random_uniform() if arc4random_uni... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Quiet a warning on gcc 8 |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | AIX 7.1 defines O_CLOEXEC but it can't be used outside... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Split command match code out into match_command.c. |
commit | commitdiff | tree | snapshot |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
commit | commitdiff | tree | snapshot |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
commit | commitdiff | tree | snapshot |
2019-02-12 |
Todd C. Miller | Rename FOLLOW and NOFOLLOW tokens FOLLOWLNK and NOFOLLO... |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | Add stub definition of digest_matches() for SUDOERS_NAM... |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | No longer need to include sudo_lbuf.h |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | On RedHat/CentOS get the OS major version from /etc... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Use SET macro instead of bitwise OR. |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | In sudo_make_grlist_item() the calculation of total... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Use correct debug_decl() names. |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Add fallback values for sudoers uid, gid and mode if... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
Todd C. Miller | include stddef.h to make sure we get NULL |
commit | commitdiff | tree | snapshot |
2019-02-02 |
Todd C. Miller | Fix memory leak when there are no network interfaces... |
commit | commitdiff | tree | snapshot |
2019-01-25 |
Todd C. Miller | Use $ac_cv_search_FUNCTION instead of $ac_lib and ... |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Todd C. Miller | Fix listpw=never and verifypw=never. Bug #869 |
commit | commitdiff | tree | snapshot |
2019-01-20 |
Todd C. Miller | Minor snprintf() usage tweaks: |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | The AIX nofiles hard limit fix and bug #867 will make... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | Use PAM_SILENT to prevent pam_lastlog from printing... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | Fix the default nofiles and stack hard limits. |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | Final updates for sudo 1.8.27. |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | Update copyright year |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | Update for 2019 |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Todd C. Miller | Fix setting of utmp entry when running command in a... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Todd C. Miller | Use debug_return_int not debug_return_bool in resolve_host |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Todd C. Miller | sudo 1.8.27 |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Todd C. Miller | Allow the sudoers file to be specified without the... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Todd C. Miller | The iolog_dir section is below the maxseq section,... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Add -n and -R options to help; reported by Radovan... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Add missing description of padding option and missing... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | The -c option was missing from the help info; from... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Fix some typos; reported by Radovan Sroka |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Todd C. Miller | In sudo_pam_approval(), for the exempt case, only overw... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Todd C. Miller | The fix for bug #843 was incomplete and caused pam_end... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Todd C. Miller | Don't run the command in a pty if no I/O plugins are... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Todd C. Miller | Update ignore patterns to match doc changes. |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Todd C. Miller | fix mode fixmdoc.sed |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Fix section in the .TH line of *.man.in file. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Add sudoers.man.in.sed, missed from previous commit. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Add Guillem Jover |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | recent changes |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Use roff conditionals in the manuals instead of post... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Todd C. Miller | Sudo plugin manual updates and clarification from Guill... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Todd C. Miller | Revert changes to give arguments to the .Bx macro. |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Todd C. Miller | Update fixmdoc.sh to match the BSD -> .Bx changes in... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Todd C. Miller | Add support for utmps as found in HP-UX. |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Todd C. Miller | Support st_nmtime in struct stat as found in HP-UX. |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Todd C. Miller | If fcntl fails, fall back to the /proc implementation. |
commit | commitdiff | tree | snapshot |
2018-11-12 |
Todd C. Miller | Mention schema.olcSudo |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Todd C. Miller | Mention schema.olcSudo here too. |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Todd C. Miller | OpenLDAP schema file for Sudo in on-line configuration... |
commit | commitdiff | tree | snapshot |
2018-11-09 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2018-11-08 |
Todd C. Miller | Only use closefrom_fallback() if no better method exists. |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2018-11-07 |
Todd C. Miller | Portuguese translation for sudo and sudoers from transl... |
commit | commitdiff | tree | snapshot |
2018-11-05 |
Todd C. Miller | Add sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn... |
commit | commitdiff | tree | snapshot |
2018-10-31 |
Todd C. Miller | Fix memory leak in runaslist_matches(). |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Todd C. Miller | typo |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-10-29 |
Todd C. Miller | More updates for 1.8.26 |
commit | commitdiff | tree | snapshot |
2018-10-28 |
Todd C. Miller | Add support for negated sudoRunAsUser and sudoRunAsGrou... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Todd C. Miller | Document that the target user's groups may be specified... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Todd C. Miller | Include getpwent() version of sudo_getgrouplist2_v1... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Todd C. Miller | Use a testsudoers group file with known contents instea... |
commit | commitdiff | tree | snapshot |
2018-10-27 |
Todd C. Miller | Allow the group set by "sudo -g" to be any of the targe... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Skip sudo_getgrouplist2() check on systems with getgrou... |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Add missing exported symbol sudo_term_eof |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Add missing #ifdef LDAP_OPT_X_TLS_REQUIRE_CERT |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | add getgrouplist_test.c |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Check the user's primary gid from the passwd file too. |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | ignore prologue |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Convert PVS-Studio comment to ANSI C. |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Fix some mangled text in the license block. |
commit | commitdiff | tree | snapshot |
2018-10-26 |
Todd C. Miller | Add regress test for sudo_getgrouplist2(). |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Todd C. Miller | More changes in 1.8.26 |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Todd C. Miller | Add padding option to cvtsudoers. |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Todd C. Miller | Remove an errant grset++ in the AIX version of sudo_get... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Todd C. Miller | Pass --sourcetree-root to pvs-studio and don't check... |
commit | commitdiff | tree | snapshot |
2018-10-22 |
Todd C. Miller | Asturian translation for sudo from translationproject.org |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Todd C. Miller | Add support for CLOCK_MONOTONIC_RAW and CLOCK_UPTIME_RA... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Todd C. Miller | Add --enable-pvs-studio configure option to create... |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Todd C. Miller | Add pvs-studio target and associated production rules. |
commit | commitdiff | tree | snapshot |
2018-10-21 |
Todd C. Miller | Add comments in .c files so PVS-Studio will check them. |
commit | commitdiff | tree | snapshot |
2018-10-20 |
Todd C. Miller | Simplify range checks. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Todd C. Miller | Avoid some PVS-Studio false positives. |
commit | commitdiff | tree | snapshot |
next |