2018-09-20 |
Todd C. Miller | When expanding an alias in print_member_json_int()... |
commit | commitdiff | tree | snapshot |
2018-09-12 |
Todd C. Miller | Add Kan Sasaki |
commit | commitdiff | tree | snapshot |
2018-09-12 |
Todd C. Miller | sudo 1.8.25p1 |
commit | commitdiff | tree | snapshot |
2018-09-12 |
Todd C. Miller | Fix a crash in the event system's poll() backend introd... |
commit | commitdiff | tree | snapshot |
2018-09-02 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Todd C. Miller | Allow for some clock drift due to ntpd, etc. |
commit | commitdiff | tree | snapshot |
2018-08-31 |
Todd C. Miller | If sudo_lock_file() fails for a reason other than the... |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | Quick sort is not a stable sort; use distinct sudoOrder... |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | Fix warnings on OpenIndiana (Illumos) |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | Correct ldap_to_sudoers() return value. |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | Bug #849 |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | The sssd backend used to take the first match, assuming... |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | Add some more ldif -> sudoers tests to verify sudoOrder. |
commit | commitdiff | tree | snapshot |
2018-08-30 |
Todd C. Miller | For conversion to a sudoers parse tree, ldap_entry_comp... |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | No need to set input_file for stdin in parse_ldif(... |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | Use TIME_T_MAX when parsing the I/O log file timestamp... |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | When parsing an I/O log timing line, store the result... |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | Fix memory leak in test. |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | Update conversion of DID_* to KEPT_* to match the new... |
commit | commitdiff | tree | snapshot |
2018-08-29 |
Todd C. Miller | Set the LOGIN environment variable on AIX like we do... |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | Add a test for the 4-argument au_close() function found... |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | Add Miguel Sanders and Scott Cheloha |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | testsudoers changes |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | Add ldif support to testsudoers |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | Move ldif -> sudoers conversion code into parse_ldif.c |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | Move string list functions to their own file. |
commit | commitdiff | tree | snapshot |
2018-08-27 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Todd C. Miller | Backward ABI compatibility for even functions that... |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Todd C. Miller | Use a monotonic timer for the event subsystem. |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Todd C. Miller | Use struct timespec, not struct timeval in the event... |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Todd C. Miller | Eliminate most use of parsed_sudoers in cvtsudoers |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Todd C. Miller | Make alias_apply() take 3 arguments, the first being... |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | Handle systems where root's gid is not 0. |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | Add missing files from last commit. |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | Add regress test for I/O log plugin endpoints |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | We cannot reuse last_time for the I/O log info file... |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | Move the loop to free the monitor_messages list into... |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Todd C. Miller | Fix typo in last commit. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Do not assume all Linux has linux/random.h. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Cast uid/gid to unsigned int before printing. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Only include stdarg.h if we need it. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Include stddef.h for offsetof() definition. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | fix compiler warnings on Solaris 11 |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Fix setting of errno when gotdata() fails. |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Bugs 846 and 847 |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | We still need to include string.h for AIX (and possibly... |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | Add --enable-package-build to give configure a hint... |
commit | commitdiff | tree | snapshot |
2018-08-22 |
Todd C. Miller | AIX defines rsize_t in string.h, not stddef.h for use... |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Todd C. Miller | Fix printing of T_TIMESPEC values. |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Todd C. Miller | Remove unused struct script_buf |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | Document when the I/O log timing file entry bug was... |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | HP-UX doesn't suport CLOCK_MONOTONIC but we can use... |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | Close the pty slave in the parent so that when the... |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | Move updating of the window size to the monitor process. |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | sudo 1.8.25 |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | Fix test output for bug #845 |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Todd C. Miller | Fix pasto when converting sudoNotAfter; from Miguel... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Todd C. Miller | Use a monotonic timer that only runs while not suspende... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Todd C. Miller | Add sudo_gettime_uptime() to measure time while not... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Todd C. Miller | Detect number of CPUs on AIX. |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Todd C. Miller | Fix I/O log timing file on systems without a C99-compat... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Todd C. Miller | Fix for Bug #844 |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Todd C. Miller | Handle the case where O_PATH or O_SEARCH is defined... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Todd C. Miller | Fix get_starttime() on HP-UX. |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Todd C. Miller | Avoid a compilation problem on HP-UX 11.31 with gcc... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Todd C. Miller | Detect number of CPUs on HP-UX. |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Todd C. Miller | Add CHECK_SYMBOLS_LDFLAGS to check_symbols target.... |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Todd C. Miller | For the lint target, don't stop after the first manual... |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Todd C. Miller | Add debugging info so we can tell why a timestamp recor... |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Todd C. Miller | typo |
commit | commitdiff | tree | snapshot |
2018-08-13 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-08-12 |
Todd C. Miller | Fix the return value of sudoers_io_change_winsize(... |
commit | commitdiff | tree | snapshot |
2018-08-12 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Todd C. Miller | Fix ambiguity when talking about Aliases. We can't... |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-08-07 |
Todd C. Miller | Warn if unable to run xgettext or msgfmt. |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Todd C. Miller | Refactor code to convert defaults to tags and do conver... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
Todd C. Miller | Assign short_list true, not 1 now that it is a boolean. |
commit | commitdiff | tree | snapshot |
2018-08-04 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Todd C. Miller | Fix a warning on FreeBSD which has a fancier __containe... |
commit | commitdiff | tree | snapshot |
2018-08-03 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-08-02 |
Todd C. Miller | Regen with aclocal 1.15.1. |
commit | commitdiff | tree | snapshot |
2018-08-02 |
Todd C. Miller | For ldap/sssd, include defaults in the generate privile... |
commit | commitdiff | tree | snapshot |
2018-08-02 |
Todd C. Miller | update_defaults() needs to be able to take a defaults_l... |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2018-07-30 |
Todd C. Miller | Update |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Todd C. Miller | o Move userspecs, defaults and aliases into a new struc... |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Todd C. Miller | Don't need to preallocate 4 x NGROUP_MAX on AIX or... |
commit | commitdiff | tree | snapshot |
2018-07-26 |
Todd C. Miller | Ignore PAM_NEW_AUTHTOK_REQD and PAM_AUTHTOK_EXPIRED... |
commit | commitdiff | tree | snapshot |
2018-07-23 |
Todd C. Miller | Work around a bug on AIX where closing the pty slave... |
commit | commitdiff | tree | snapshot |
2018-07-23 |
Todd C. Miller | Add missing aix_restoreauthdb() call to match the aix_s... |
commit | commitdiff | tree | snapshot |
2018-07-23 |
Todd C. Miller | Linux getgrouplist(3) returns the number of groups... |
commit | commitdiff | tree | snapshot |
2018-07-20 |
Todd C. Miller | When both a .o and .lo file was used in a Makefile... |
commit | commitdiff | tree | snapshot |
next |