2018-07-20 |
Todd C. Miller | When both a .o and .lo file was used in a Makefile... |
commit | commitdiff | tree | snapshot |
2018-07-15 |
Todd C. Miller | Avoid duplicate free when netgroup_base is invalid. |
commit | commitdiff | tree | snapshot |
2018-07-03 |
Todd C. Miller | Use madvise(2) with MADV_WIPEONFORK if available. |
commit | commitdiff | tree | snapshot |
2018-07-01 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-07-01 |
Todd C. Miller | Update. |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Todd C. Miller | sync with schema.OpenLDAP |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Todd C. Miller | RFC 2849 specifies whitespace as the space character... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Todd C. Miller | Fix typo; bug #839 |
commit | commitdiff | tree | snapshot |
2018-06-16 |
Todd C. Miller | Should no longer need to set max_groups. |
commit | commitdiff | tree | snapshot |
2018-06-15 |
Todd C. Miller | Use new sudo_getgrouplist2() function instead of getgro... |
commit | commitdiff | tree | snapshot |
2018-06-15 |
Todd C. Miller | Add sudo_getgrouplist2() to dynamically allocate the... |
commit | commitdiff | tree | snapshot |
2018-06-15 |
Todd C. Miller | Fix fd leak introduced by SUDO_CONV_PREFER_TTY commit... |
commit | commitdiff | tree | snapshot |
2018-06-13 |
Todd C. Miller | Fix some issues pointed out by mandoc -Tlint |
commit | commitdiff | tree | snapshot |
2018-06-13 |
Todd C. Miller | Add SUDO_CONV_PREFER_TTY flag for conversation function... |
commit | commitdiff | tree | snapshot |
2018-06-08 |
Todd C. Miller | Update for arc4random.c, arc4random_uniform.c and geten... |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Todd C. Miller | FreeBSD wordexp() returns WRDE_SYNTAX if it can't write... |
commit | commitdiff | tree | snapshot |
2018-06-05 |
Todd C. Miller | Fix conversion of usec to nsec; from Scott Cheloha |
commit | commitdiff | tree | snapshot |
2018-06-02 |
Todd C. Miller | Fix typo. |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Todd C. Miller | The getdefs() function now get called multiple times... |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Todd C. Miller | Return an empty defaults list, not NULL if there is... |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Todd C. Miller | Fix memory leak of handle pointer on close. |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Todd C. Miller | Remove a needless copy when parsing options. |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Todd C. Miller | Move cached userspecs and defaults into the handle... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Todd C. Miller | Quiet a clang analyzer warning. It should not be possi... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Todd C. Miller | Reorder things to avoid the need to declare static... |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Todd C. Miller | Use arc4random for mkstemp() and insults. |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Todd C. Miller | Import arc4random() from libressl. This takes an all... |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Todd C. Miller | Move digest code into libutil |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Check for invalid bas64 attributes. |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Fix pointer sign warnings. |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Add missing variable declaration for SELinux and Solaris. |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Handle empty string and treat it as safe. |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Add support for base64-encoding non-safe strings in... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Todd C. Miller | Add base64_encode() by Jon Mayo. |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Todd C. Miller | Add support for parsing base64-encoded attributes |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Todd C. Miller | rfc2253 says we need to escape " and leading and traili... |
commit | commitdiff | tree | snapshot |
2018-05-17 |
Todd C. Miller | Define ZLIB_CONST so we get the const version of the... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Fix logic inversion when handing the authenticate Defau... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Set handle->pw before sss_to_sudoers() since sss_check_... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Fix memory leak on error, CID 185602 |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Some ldap_get_values_len -> sudo_ldap_get_values_len... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | When building up the cmndspec, add the actual command... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Fix format string mismatch, sudo_order is unsigned. |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Add cppcheck annotation to suppress memory leak false... |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Sudo "ALL" implies the SETENV tag. |
commit | commitdiff | tree | snapshot |
2018-05-16 |
Todd C. Miller | Only set MODE_PRESERVE_ENV when preserving the entire... |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Todd C. Miller | Add free_userspecs() and free_default() and use them... |
commit | commitdiff | tree | snapshot |
2018-05-15 |
Todd C. Miller | Depending on the bos level, AIX 6.1 may or may not... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Do not leak struct sudo_command when the command is... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Sudo 1.8.24 |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Improve comments about why we need to do a user check... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Add checks for ldap/sss functions failing due to memory... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Let the main sudoers lookup code check the host name... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Simplify the nss interface such that each sudoers provi... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Include parse.h in sudoers.h since it will soon be... |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Todd C. Miller | Parse "ALL" as a command correctly. |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Todd C. Miller | Add debug warning if lseek() fails (should not be possi... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Todd C. Miller | Fix swapped args of lseek() when rewinding. This didn... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Todd C. Miller | Fix a format-truncation warning in newer gcc by avoidin... |
commit | commitdiff | tree | snapshot |
2018-05-11 |
Todd C. Miller | Regen with autoconf git commit e17a30e987d7ee695fb4294a... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Todd C. Miller | No need to explicitly free role on EOF, it will be... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Todd C. Miller | Garbage collect the command argv, envp and info vectors... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Todd C. Miller | Plug memory leaks on parse error or when an LDIF entry... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Todd C. Miller | Rename variables now that the string list functions... |
commit | commitdiff | tree | snapshot |
2018-04-30 |
Todd C. Miller | Fix typo |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Todd C. Miller | fix version |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Todd C. Miller | O_EXEC for fexecve() not O_SEARCH. |
commit | commitdiff | tree | snapshot |
2018-04-25 |
Todd C. Miller | Document how to suppress the last login message on... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Todd C. Miller | Fix compilation error with older Sun Studio compilers. |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Todd C. Miller | Update Bug #831 decription. |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Todd C. Miller | Add Chinese(Taiwan) translation for sudo. |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Todd C. Miller | Move the check for /dev/fd/N until *after* the digest... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Todd C. Miller | Rewind the fd after calling sudo_filedigest(). Otherwi... |
commit | commitdiff | tree | snapshot |
2018-04-23 |
Todd C. Miller | In open_cmnd(), return true, not false, if we the ... |
commit | commitdiff | tree | snapshot |
2018-04-23 |
Todd C. Miller | Bug #831. |
commit | commitdiff | tree | snapshot |
2018-04-23 |
Todd C. Miller | We can only use fexecve() on a script if /dev/fd/N... |
commit | commitdiff | tree | snapshot |
2018-04-22 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-21 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-21 |
Todd C. Miller | Add tests for round-tripping cvtsudoers, sudoers -... |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Todd C. Miller | Test the -b option when converting from LDIF. |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Todd C. Miller | Fix the -b option when converting from LDIF. |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Todd C. Miller | Fix some more typos. |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Todd C. Miller | mandoc now preserves the copyright notice, no need... |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Todd C. Miller | Describe the special handling of LOGNAME, USER and... |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Todd C. Miller | Fix a memory leak on the error path. |
commit | commitdiff | tree | snapshot |
2018-04-18 |
Todd C. Miller | Document that the editor setting is also used by sudoedit. |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Todd C. Miller | Plug memory leak when an I/O plugin is specified in... |
commit | commitdiff | tree | snapshot |
2018-04-17 |
Todd C. Miller | Monty Python insults from Philip Hudson |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | add examples |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | Update copyright year and regen man pages. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | cvtsudoers regress tests |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | Prune alias contents when pruning and expanding aliases. |
commit | commitdiff | tree | snapshot |
2018-04-15 |
Todd C. Miller | Fix typo |
commit | commitdiff | tree | snapshot |
2018-04-14 |
Todd C. Miller | Fix cut & pasto that prevented "-d command" from working. |
commit | commitdiff | tree | snapshot |
2018-04-13 |
Todd C. Miller | Fix a user after free crash as well as a memory leak... |
commit | commitdiff | tree | snapshot |
2018-04-12 |
Todd C. Miller | Document that a User_Alias or Host_Alias may be used... |
commit | commitdiff | tree | snapshot |
next |