2018-04-12 |
Todd C. Miller | Allow host and user aliases to be specified in match... |
commit | commitdiff | tree | snapshot |
2018-04-12 |
Todd C. Miller | Update copyright year. |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Todd C. Miller | When the -d option is used, remove aliases used by... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Todd C. Miller | Mention -p and -M options in the description of -m. |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Todd C. Miller | Check sudoedit temporary directory for writability... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Todd C. Miller | Use btime in /proc/stat to determine system start time... |
commit | commitdiff | tree | snapshot |
2018-04-04 |
Todd C. Miller | Add option to prune non-matching entries from cvtsudoer... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Todd C. Miller | Allow defaults types and suppression list to be specifi... |
commit | commitdiff | tree | snapshot |
2018-04-02 |
Todd C. Miller | Refactor common alias code out of cvtsudoers and visudo... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Todd C. Miller | Avoid NULL deref in an error path. CID 183467 |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Todd C. Miller | No need to initialize the last pointer passed to strtok... |
commit | commitdiff | tree | snapshot |
2018-03-30 |
Todd C. Miller | Avoid false positive NULL dereference by uses value... |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-03-29 |
Todd C. Miller | Add a section on convertion from file-based sudoers. |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Todd C. Miller | Add support for "cvtsudoers -d all" |
commit | commitdiff | tree | snapshot |
2018-03-28 |
Todd C. Miller | Add -d option to control what type of Defaults entries... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Todd C. Miller | In pty_close() we still need to check whether the pty... |
commit | commitdiff | tree | snapshot |
2018-03-27 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Todd C. Miller | ignore *.ldif2sudo regress output |
commit | commitdiff | tree | snapshot |
2018-03-26 |
Todd C. Miller | In pty_close() there is no need to remove events associ... |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Todd C. Miller | Move cvtsudoers to section 1. |
commit | commitdiff | tree | snapshot |
2018-03-25 |
Todd C. Miller | In pty_close() close the slave and remove any events... |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Todd C. Miller | Fix typo in strcmp(), we are comparing var not val. |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-03-23 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Todd C. Miller | Add -M option to cvtsudoers to force the use of the... |
commit | commitdiff | tree | snapshot |
2018-03-22 |
Todd C. Miller | Add cvtsudoers command line option to suppress certain... |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Silence a false positive from the clang static analyzer. |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Silence a false positive from the clang static analyzer. |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Fix memory leak on error path. |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Move cvtsudoers string functions into cvtsudoers.c |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Initial support filtering by user, group and host in... |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Add free_default() to free a struct defaults pointer... |
commit | commitdiff | tree | snapshot |
2018-03-21 |
Todd C. Miller | Decrease bullet width to 1n. |
commit | commitdiff | tree | snapshot |
2018-03-17 |
Todd C. Miller | Add aix_setauthdb() before the initial getpwuid() call. |
commit | commitdiff | tree | snapshot |
2018-03-11 |
Todd C. Miller | fix compilation on Solaris |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Todd C. Miller | Make "sudoreplay -m 0" skip the pauses entirely. |
commit | commitdiff | tree | snapshot |
2018-03-08 |
Todd C. Miller | Document that a negative value for -m will elmininate... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Update copyright date, remove unneeded include and... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Use fmtsudoers functions in testsudoers. |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Add test for empty runas user list. |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Don't print an empty user list as ALL. |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | In sudoers_format_userspecs make the separator optional... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Use correct defines when checking for sysctl kinfo_proc... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Fix crash when converting sudoers entry with a runas... |
commit | commitdiff | tree | snapshot |
2018-03-06 |
Todd C. Miller | Less confusing sysctl checks for kinfo_proc. |
commit | commitdiff | tree | snapshot |
2018-03-05 |
Todd C. Miller | Add case_insensitive_group and case_insensitive_user... |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Todd C. Miller | Kill dead store found by clang-analyzer. |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Add tests for round-tripping sudoers -> ldif -> sudoers |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Todd C. Miller | Initial support for adding comments that will be emitte... |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Todd C. Miller | Special case comment lines in lbufs. |
commit | commitdiff | tree | snapshot |
2018-03-03 |
Todd C. Miller | When formatting as sudoers, flush the lbuf after each... |
commit | commitdiff | tree | snapshot |
2018-03-04 |
Todd C. Miller | Handle escaped commas when skipping over the cn. |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Add missing sudoOrder support to parse_ldif(). |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Add missing support for converting LOG_INPUT/LOG_OUTPUT... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Don't emit an empty sudoRole for global defaults if... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Avoid changing the order of non-negated hosts and commands. |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Handle parsing boolean options that have no explicit... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Refactor the code that actually converts the role to... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | When merging two privileges, use the runas lists of... |
commit | commitdiff | tree | snapshot |
2018-03-02 |
Todd C. Miller | Use a case-insensitive comparison when matching user... |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Todd C. Miller | Fix clean target for *.sudo regress files |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Todd C. Miller | ignore more binaries |
commit | commitdiff | tree | snapshot |
2018-03-01 |
Todd C. Miller | Fix use of uninitialized variable (conf) if sudoers_deb... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | Split conversion code out of parse_ldif() and into... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | Quiet a clang analyzer warning. |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | rename ldap_common.c -> ldap_util.c |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | When converting from ldif to sudoers, sudoRole objects... |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | plug memory leaks |
commit | commitdiff | tree | snapshot |
2018-02-28 |
Todd C. Miller | Restore line to set MODE_PRESERVE_ENV in flags when... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Todd C. Miller | Add missing close parenthesis in "Including other files... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Todd C. Miller | When converting from LDAP to sudoers, put negated hosts... |
commit | commitdiff | tree | snapshot |
2018-02-25 |
Todd C. Miller | We may need the hostname to resolve %h escapes in inclu... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Todd C. Miller | Setting a sudoOrder start point of 0 will disable creat... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Todd C. Miller | Don't need to fill in struct sudo_user since we don... |
commit | commitdiff | tree | snapshot |
2018-02-24 |
Todd C. Miller | Add support for setting default options in a config... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | cvtsudoers can now read LDIF |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Fix a typo. |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Deal with user_name not being set in cvtsudoers. |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Initial support for parsing sudoers LDIF files in cvtsu... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Fix LDIF conversion of commands with an associated... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | In array_to_member_list() use the correct type for... |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Prepend digest to command if present. |
commit | commitdiff | tree | snapshot |
2018-02-22 |
Todd C. Miller | Fix gcc false positive for uninitialized variable |
commit | commitdiff | tree | snapshot |
2018-02-21 |
Todd C. Miller | Update Polypkg to the latest version from git. |
commit | commitdiff | tree | snapshot |
2018-02-20 |
Todd C. Miller | Use setpassent() and setgroupent() on systems that... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | Add option to cvtsudoers to expand aliases in the output. |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | Fix conversion of "ALL" in the JSON output format,... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | Clarify that --with-rundir and --with-vardir take sudo... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | In pty_cleanup() we need to call sudo_term_restore... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | Add sudo_ev_dispatch(), a wrapper for ev_loop() with... |
commit | commitdiff | tree | snapshot |
2018-02-19 |
Todd C. Miller | Use /run in preference to /var/run if it exists. |
commit | commitdiff | tree | snapshot |
2018-02-14 |
Todd C. Miller | mention common sudoers formatting changes |
commit | commitdiff | tree | snapshot |
2018-02-11 |
Todd C. Miller | Move LDAP configuration bits into ldap_conf.c |
commit | commitdiff | tree | snapshot |
next |