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 |
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 |
next |