]> granicus.if.org Git - sudo/shortlog
sudo
2018-08-29 Todd C. MillerUpdate conversion of DID_* to KEPT_* to match the new...
2018-08-29 Todd C. MillerSet the LOGIN environment variable on AIX like we do...
2018-08-27 Todd C. MillerAdd a test for the 4-argument au_close() function found...
2018-08-27 Todd C. MillerAdd Miguel Sanders and Scott Cheloha
2018-08-27 Todd C. Millertestsudoers changes
2018-08-27 Todd C. MillerAdd ldif support to testsudoers
2018-08-27 Todd C. MillerMove ldif -> sudoers conversion code into parse_ldif.c
2018-08-27 Todd C. MillerMove string list functions to their own file.
2018-08-27 Todd C. Millersync
2018-08-26 Todd C. MillerBackward ABI compatibility for even functions that...
2018-08-26 Todd C. MillerUse a monotonic timer for the event subsystem.
2018-08-26 Todd C. MillerUse struct timespec, not struct timeval in the event...
2018-08-24 Todd C. Millersync
2018-08-24 Todd C. MillerEliminate most use of parsed_sudoers in cvtsudoers
2018-08-24 Todd C. MillerMake alias_apply() take 3 arguments, the first being...
2018-08-23 Todd C. MillerHandle systems where root's gid is not 0.
2018-08-23 Todd C. MillerAdd missing files from last commit.
2018-08-23 Todd C. MillerAdd regress test for I/O log plugin endpoints
2018-08-23 Todd C. MillerWe cannot reuse last_time for the I/O log info file...
2018-08-23 Todd C. MillerMove the loop to free the monitor_messages list into...
2018-08-23 Todd C. Millerregen
2018-08-23 Todd C. MillerFix typo in last commit.
2018-08-22 Todd C. MillerDo not assume all Linux has linux/random.h.
2018-08-22 Todd C. MillerCast uid/gid to unsigned int before printing.
2018-08-22 Todd C. MillerOnly include stdarg.h if we need it.
2018-08-22 Todd C. MillerInclude stddef.h for offsetof() definition.
2018-08-22 Todd C. Millerfix compiler warnings on Solaris 11
2018-08-22 Todd C. MillerFix setting of errno when gotdata() fails.
2018-08-22 Todd C. MillerBugs 846 and 847
2018-08-22 Todd C. MillerWe still need to include string.h for AIX (and possibly...
2018-08-22 Todd C. MillerAdd --enable-package-build to give configure a hint...
2018-08-22 Todd C. MillerAIX defines rsize_t in string.h, not stddef.h for use...
2018-08-21 Todd C. MillerFix printing of T_TIMESPEC values.
2018-08-21 Todd C. MillerRemove unused struct script_buf
2018-08-20 Todd C. MillerDocument when the I/O log timing file entry bug was...
2018-08-20 Todd C. Millersync
2018-08-20 Todd C. MillerHP-UX doesn't suport CLOCK_MONOTONIC but we can use...
2018-08-20 Todd C. MillerClose the pty slave in the parent so that when the...
2018-08-20 Todd C. MillerMove updating of the window size to the monitor process.
2018-08-20 Todd C. Millersudo 1.8.25
2018-08-20 Todd C. MillerFix test output for bug #845
2018-08-20 Todd C. MillerFix pasto when converting sudoNotAfter; from Miguel...
2018-08-19 Todd C. MillerUse a monotonic timer that only runs while not suspende...
2018-08-19 Todd C. MillerAdd sudo_gettime_uptime() to measure time while not...
2018-08-19 Todd C. MillerDetect number of CPUs on AIX.
2018-08-19 Todd C. MillerFix I/O log timing file on systems without a C99-compat...
2018-08-18 Todd C. MillerFix for Bug #844
2018-08-18 Todd C. MillerHandle the case where O_PATH or O_SEARCH is defined...
2018-08-17 Todd C. Millersync
2018-08-17 Todd C. MillerFix get_starttime() on HP-UX.
2018-08-17 Todd C. MillerAvoid a compilation problem on HP-UX 11.31 with gcc...
2018-08-17 Todd C. MillerDetect number of CPUs on HP-UX.
2018-08-17 Todd C. MillerAdd CHECK_SYMBOLS_LDFLAGS to check_symbols target....
2018-08-15 Todd C. MillerFor the lint target, don't stop after the first manual...
2018-08-15 Todd C. MillerAdd debugging info so we can tell why a timestamp recor...
2018-08-13 Todd C. Millertypo
2018-08-13 Todd C. Millersync with translationproject.org
2018-08-08 Todd C. Millersync
2018-08-12 Todd C. MillerFix the return value of sudoers_io_change_winsize(...
2018-08-12 Todd C. Millersync with translationproject.org
2018-08-07 Todd C. MillerFix ambiguity when talking about Aliases. We can't...
2018-08-07 Todd C. Millerregen
2018-08-07 Todd C. MillerWarn if unable to run xgettext or msgfmt.
2018-08-06 Todd C. Millersync with translationproject.org
2018-08-05 Todd C. MillerRefactor code to convert defaults to tags and do conver...
2018-08-05 Todd C. MillerAssign short_list true, not 1 now that it is a boolean.
2018-08-04 Todd C. Millerfix typo
2018-08-03 Todd C. MillerFix a warning on FreeBSD which has a fancier __containe...
2018-08-03 Todd C. Millersync with translationproject.org
2018-08-02 Todd C. MillerRegen with aclocal 1.15.1.
2018-08-02 Todd C. MillerFor ldap/sssd, include defaults in the generate privile...
2018-08-02 Todd C. Millerupdate_defaults() needs to be able to take a defaults_l...
2018-07-31 Todd C. Millerregen
2018-07-30 Todd C. MillerUpdate
2018-07-26 Todd C. Millero Move userspecs, defaults and aliases into a new struc...
2018-07-26 Todd C. MillerDon't need to preallocate 4 x NGROUP_MAX on AIX or...
2018-07-26 Todd C. MillerIgnore PAM_NEW_AUTHTOK_REQD and PAM_AUTHTOK_EXPIRED...
2018-07-23 Todd C. MillerWork around a bug on AIX where closing the pty slave...
2018-07-23 Todd C. MillerAdd missing aix_restoreauthdb() call to match the aix_s...
2018-07-23 Todd C. MillerLinux getgrouplist(3) returns the number of groups...
2018-07-20 Todd C. MillerWhen both a .o and .lo file was used in a Makefile...
2018-07-15 Todd C. MillerAvoid duplicate free when netgroup_base is invalid.
2018-07-03 Todd C. MillerUse madvise(2) with MADV_WIPEONFORK if available.
2018-07-01 Todd C. Millersync with translationproject.org
2018-07-01 Todd C. MillerUpdate.
2018-06-25 Todd C. Millersync with schema.OpenLDAP
2018-06-25 Todd C. MillerRFC 2849 specifies whitespace as the space character...
2018-06-25 Todd C. MillerFix typo; bug #839
2018-06-16 Todd C. MillerShould no longer need to set max_groups.
2018-06-15 Todd C. MillerUse new sudo_getgrouplist2() function instead of getgro...
2018-06-15 Todd C. MillerAdd sudo_getgrouplist2() to dynamically allocate the...
2018-06-15 Todd C. MillerFix fd leak introduced by SUDO_CONV_PREFER_TTY commit...
2018-06-13 Todd C. MillerFix some issues pointed out by mandoc -Tlint
2018-06-13 Todd C. MillerAdd SUDO_CONV_PREFER_TTY flag for conversation function...
2018-06-08 Todd C. MillerUpdate for arc4random.c, arc4random_uniform.c and geten...
2018-06-05 Todd C. MillerFreeBSD wordexp() returns WRDE_SYNTAX if it can't write...
2018-06-05 Todd C. MillerFix conversion of usec to nsec; from Scott Cheloha
2018-06-02 Todd C. MillerFix typo.
2018-05-29 Todd C. MillerThe getdefs() function now get called multiple times...
2018-05-29 Todd C. MillerReturn an empty defaults list, not NULL if there is...
next