2018-02-10 |
Todd C. Miller | Convert ldap results into a sudoers userspec so we... |
commit | commitdiff | tree | snapshot |
2018-02-08 |
Todd C. Miller | Don't mark sudoers.dist volatile, it only gets used... |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Todd C. Miller | Refactor member freeing code into free_member(). |
commit | commitdiff | tree | snapshot |
2018-02-05 |
Todd C. Miller | Fix compilation with glibc where stdout is not constant. |
commit | commitdiff | tree | snapshot |
2018-02-04 |
Todd C. Miller | For "sudo -l", if a word includes spaces, print it... |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | Display sudoNotBefore and sudoNotAfter in "sudo -l" |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | For "sudo -l", if a word includes spaces, print it... |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | Add back printing of negation operator ('!') when print... |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | Use visudo to validate "cvtsudoers -f sudoers" output. |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | Remove syslog_goodpri and syslog_badpri without a value... |
commit | commitdiff | tree | snapshot |
2018-02-03 |
Todd C. Miller | When outputting sudoers, if a word includes spaces... |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Todd C. Miller | Add sudoers output format to cvtsudoers. In the future... |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Todd C. Miller | When printing a member name, quote sudoers special... |
commit | commitdiff | tree | snapshot |
2018-02-02 |
Todd C. Miller | Move SUDOERS_QUOTED define to parse.h |
commit | commitdiff | tree | snapshot |
2018-01-30 |
Todd C. Miller | Remove extraneous break statement and fix some whitespace. |
commit | commitdiff | tree | snapshot |
2018-01-30 |
Todd C. Miller | The max timeout for kernel time stamps is 60 minutes... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Check the return value of sudoers_debug_register(). |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Fix memory leak, su->count is now 0 when it is unused... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Quiet a clang analyzer false positive. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Quote special characters when creating the cn as per... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Sudo 1.8.23 |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Remove the C-style comment charactes from the getopt_lo... |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Remove sudoers2ldif, it has been replaced by cvtsudoers. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Add -b option to specify the base dn. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Document limitations of LDIF conversion. |
commit | commitdiff | tree | snapshot |
2018-01-29 |
Todd C. Miller | Switch the default output format to LDIF |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | Execute cvtsudoers if the user runs "visudo -x" but... |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | Revert 04ec05108b2b, change the default input source... |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | Add LDIF conversion to sudoers tests |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | Add notbefore and notafter support to the backends. |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | cvtsudoers instead of sudoers2ldif |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | Add ldif backend to cvtsudoers, to replace sudoers2ldif |
commit | commitdiff | tree | snapshot |
2018-01-28 |
Todd C. Miller | fix make check |
commit | commitdiff | tree | snapshot |
2018-01-27 |
Todd C. Miller | Parse sudoers in the front end, not the back end. |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | install the cvtsudoers manual |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | Use the built-in sudoers file location as the default... |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | Move common stub functions required by the parser out... |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | Rename export_sudoers() to convert_sudoers_json() and... |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | add cvtsudoers |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | Move sudoers JSON conversion to cvtsudoers which will... |
commit | commitdiff | tree | snapshot |
2018-01-26 |
Todd C. Miller | Convert from time in minutes to timespec directly inste... |
commit | commitdiff | tree | snapshot |
2018-01-24 |
Todd C. Miller | document that kernel tty timestamps don't support negat... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Todd C. Miller | Fall back to ppid time stamps if timestamp_type ==... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Todd C. Miller | Do not call the TIOCSETVERAUTH ioctl with a negative... |
commit | commitdiff | tree | snapshot |
2018-01-23 |
Todd C. Miller | Better conversion from double to nanoseconds. |
commit | commitdiff | tree | snapshot |
2018-01-22 |
Todd C. Miller | Store passwd_timeout and timestamp_timeout as a struct... |
commit | commitdiff | tree | snapshot |
2018-01-21 |
Todd C. Miller | Don't rely on perl being installed in /usr/local/bin |
commit | commitdiff | tree | snapshot |
2018-01-17 |
Todd C. Miller | Remove use of AC_HEADER_TIME, only obsolete platforms... |
commit | commitdiff | tree | snapshot |
2018-01-17 |
Todd C. Miller | Remove duplicate options %type |
commit | commitdiff | tree | snapshot |
2018-01-16 |
Todd C. Miller | Add an approval function to the sudo auth API which... |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Todd C. Miller | treat uid as unsigned in error message |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Todd C. Miller | Add missing plugins/sudoers/po/fur.mo file to repo. |
commit | commitdiff | tree | snapshot |
2018-01-15 |
Todd C. Miller | Mention new sudoers_timestamp manual. |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Todd C. Miller | ignore tsdump |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Todd C. Miller | Convert from mono time to real time before displaying... |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Todd C. Miller | Use PATH_MAX, not MAXPATHLEN. |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Todd C. Miller | Add tsdump, a simple utility to dump a timestamp file... |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Todd C. Miller | Welcome to 2018 |
commit | commitdiff | tree | snapshot |
2017-12-28 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | Silence a clang analyzer false positive. |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | Remove extra $(srcdir)/sudoreplay.man.in target added... |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | Use a tty lock even for kernel time stamps so we can... |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | visudo changes |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Todd C. Miller | Also honor SUDO_EDITOR in visudo. Previously is was... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Todd C. Miller | Stop looking for an editor as soon as we find one. |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Todd C. Miller | The session ID was added in 1.8.6p7 to prevent a user... |
commit | commitdiff | tree | snapshot |
2017-12-21 |
Todd C. Miller | "time stamp" not "timestamp" |
commit | commitdiff | tree | snapshot |
2017-12-20 |
Todd C. Miller | Add "kernel" as a possible value of timestamp_type. |
commit | commitdiff | tree | snapshot |
2017-12-20 |
Todd C. Miller | Document the sudoers time stamp file format. |
commit | commitdiff | tree | snapshot |
2017-12-19 |
Todd C. Miller | Verify start time of the current process, allowing... |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Todd C. Miller | Trivial test for process start time. We don't try... |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-12-17 |
Todd C. Miller | Support start time on macOS and 4.4BSD |
commit | commitdiff | tree | snapshot |
2017-12-17 |
Todd C. Miller | Include sys/types.h for mode_t used in sudoers.h. |
commit | commitdiff | tree | snapshot |
2017-12-17 |
Todd C. Miller | Fix compilation error on FreeBSD |
commit | commitdiff | tree | snapshot |
2017-12-16 |
Todd C. Miller | Fix debug_decl(), it should be SUDOERS_DEBUG_UTIL |
commit | commitdiff | tree | snapshot |
2017-12-16 |
Todd C. Miller | In the timestamp record, include the start time of... |
commit | commitdiff | tree | snapshot |
2017-12-16 |
Todd C. Miller | If the lock record doesn't match the expected record... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Todd C. Miller | No need for a loop around the recv() now that we don... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Todd C. Miller | Try to be clearer about sudo's exit value when the... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Todd C. Miller | An empty RunAsUser means run as the invoking user,... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | Add authfail_message sudoers option to allow the user... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | Allow the plugin to determine whether or not an empty... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | Return an error for an empty timeout string. Just... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | Change some _() into U_() since they are used for warn... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | update my email address |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Todd C. Miller | Don't print mercurial branch info for merges. |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Todd C. Miller | Use log size instead of using a separator between the... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Todd C. Miller | Print usage and return an error when an empty argument... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Todd C. Miller | Better input validation of settings passed by the sudo... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Todd C. Miller | Treat a blank line in a commit message as a line break... |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Todd C. Miller | Add script to generate ChangeLog from git log output. |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Todd C. Miller | Don't include syslog.h from logging.h, just include... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Todd C. Miller | Document that in check mode, visudo does not check... |
commit | commitdiff | tree | snapshot |
next |