]> granicus.if.org Git - sudo/history - Makefile.in
If the sudoreplay ID option is a fully-qualified path, use it directly.
[sudo] / Makefile.in
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2018-10-26 Todd C. MillerFix some mangled text in the license block.
2018-10-21 Todd C. MillerAdd pvs-studio target and associated production rules.
2018-08-07 Todd C. MillerWarn if unable to run xgettext or msgfmt.
2017-12-11 Todd C. Millerupdate my email address
2017-12-10 Todd C. MillerAdd script to generate ChangeLog from git log output.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2017-07-12 Todd C. MillerRemove pointless subshells in targets that simply chang...
2017-05-12 Todd C. MillerAdd cov-build and cov-submit targets for checking with...
2017-04-26 Todd C. MillerAllow "make dist" and "make depend" to work for out...
2015-11-20 Todd C. MillerUse https in sudo.ws urls
2015-05-21 Todd C. MillerAdd target for "make splint". A few files need extra...
2015-04-07 Todd C. MillerCreate template tmpfiles.d/sudo.conf for installation...
2015-04-06 Todd C. MillerMake exampledir configurable and default to DATAROOTDIR...
2015-02-19 Todd C. MillerDon't need to pass exampledir to polypkg now that it...
2015-02-10 Todd C. MillerMove example dir under the doc dir to conform to Debian...
2014-11-15 Todd C. MillerPrevent cppcheck from getting confused by our compat...
2014-10-28 Todd C. MillerFix install-nls target from builddir.
2014-10-28 Todd C. MillerFix dependency on sudo.pp, it needs to relative to...
2014-10-24 Todd C. MillerMove sample.* files to a sudo examples dir
2014-10-24 Todd C. MillerRemove duplicate -U__NBBY in CPPCHECK_OPTS
2014-10-23 Todd C. MillerUse generic bitmap macros instead of select-style fd_set.
2014-10-06 Todd C. MillerUse INSTALL_OWNER instead of -O/-G flags so we can...
2014-09-27 Todd C. MillerPull additional password prompts out of mkpkg instead...
2014-09-27 Todd C. MillerAdd a space after "Password:" in default password promp...
2014-07-11 Todd C. MillerAvoid packaging parent directories when they are system...
2014-07-03 Todd C. MillerAvoid a cppcheck warning when NSIG is not defined.
2014-06-26 Todd C. MillerDon't pollute the namespace with lbuf struct and functions
2014-06-26 Todd C. MillerAdd exported libsudo_util functions to util.exp and...
2014-06-26 Todd C. MillerTop level directory reorg
2014-03-31 Todd C. MillerRemove init.d/*.sh in distclean
2014-02-01 Todd C. MillerReplace --with-timedir and --with-lecture_dir with...
2014-01-15 Todd C. MillerUpdate copyright years
2014-01-13 Todd C. MillerAdd cppcheck target to run cppcheck on all source files.
2013-11-18 Todd C. MillerAdd warning_gettext() wrapper function that changes...
2013-11-13 Todd C. MillerRename configure.in -> configure.ac
2013-04-29 Todd C. MillerFix c-format for fatal/fatalx
2013-04-26 Todd C. MillerChange some error/errorx -> fatal/fatalx in comments...
2013-04-18 Todd C. MillerCheck for any uncommitted changes in dist target and...
2013-04-02 Todd C. MillerThe first (all) target must be by itself or some makes...
2013-02-28 Todd C. MillerClean up generated test files and other minor housekeeping.
2013-02-23 Todd C. MillerAdd m4/ to paths m4_include parameters so we don't...
2013-02-18 Todd C. MillerRename sample_group plugin to group_file.
2013-01-11 Todd C. MillerFill in the comment block at the top of the .pot files...
2012-11-25 Todd C. MillerCall gettext() in sudoerserror() in the user's locale...
2012-11-09 Todd C. MillerAdd the values of badpass_message, passprompt and mails...
2012-11-08 Todd C. MillerSolaris gettext() looks in lang.UTF-8, not just lang...
2012-08-29 Todd C. MillerAdd missing signame dependency
2012-08-18 Todd C. MillerHappy Easter
2012-06-11 Todd C. MillerInstall shared objects with mode 0644 except on HP...
2012-06-11 Todd C. MillerMake installed file modes consistent with the file...
2012-05-08 Todd C. Millerupdate depends
2012-05-08 Todd C. MillerAdd group plugin that does lookups by name using the...
2012-04-16 Todd C. MillerSort xgettext output by file name.
2012-03-28 Todd C. MillerIgnore Project-Id-Version when comparing pot files.
2012-03-15 Todd C. MillerIgnore comments when comparing new and old pot files.
2012-02-09 Todd C. MillerUse -m not -M for install-sh for everything except...
2011-11-16 Todd C. MillerRemove all sudo/sudoers .mo files on uninstall
2011-10-25 Todd C. MillerDo compile-po as part of sync-po so that the .mo files...
2011-09-16 Todd C. Millerinstall target should depend on ChangeLog too, not...
2011-08-17 Todd C. MillerFix logic inversion in pot file up to date check.
2011-08-05 Todd C. MillerAdd check for out of date message catalogs when doing...
2011-06-18 Todd C. MillerNo longer need to specify LINGUAS in configure, "make...
2011-06-06 Todd C. MillerRemove locale files in "make uninstall"
2011-06-06 Todd C. MillerMove xgettext invocation out of update-po target into...
2011-06-04 Todd C. MillerMove nls targets to the top level Makefile so the paths in
2011-05-27 Todd C. MillerAdd 'sync-po' target to top-level Makefile to rsync...
2011-05-27 Todd C. MillerInclude .mo files in sudo binary packags.
2011-05-26 Todd C. MillerAdd dependency for siglist.lo in compat. This is a...
2011-05-25 Todd C. Millermkdep.pl only works when run from the src dir
2011-05-25 Todd C. MillerAuto-generate Makefile dependencies with a perl script.
2011-05-19 Todd C. MillerAdd scaffolding to update .po files and install .mo...
2011-04-06 Todd C. MillerWhen using a sub-shell to invoke the sub-make, exec...
2011-04-06 Todd C. MillerIf make in a subdir fails, fail the target in the upper...
2011-03-29 Todd C. MillerIf there is an existing sudoers file, only install...
2011-03-10 Todd C. MillerMove check into its own rule since some versions of...
2011-02-19 Todd C. Milleradd localstatedir; closes bug 471
2011-01-20 Todd C. MillerUpdate copyright year to 2011
2011-01-06 Todd C. MillerAdd regression tests for iolog_path()
2011-01-06 Todd C. MillerAdd support for "make Makefile" to regenerate Makefile...
2011-01-04 Todd C. MillerUse "mv -f" when regenerating ChangeLog
2010-11-19 Todd C. MillerDon't clean ChangeLog
2010-10-28 Todd C. MillerAdd local copy of zlib for systems that lack it.
2010-10-12 Todd C. MillerMark ChangeLog as PHONY
2010-09-26 Todd C. MillerAdd dlopen() emulation for systems without it.
2010-07-26 Todd C. MillerCreate timedir as part of install-dirs target.
2010-07-26 Todd C. MillerAdd simple arg parsing for mkpkg so we can set debug...
2010-07-22 Todd C. MillerInstall sudoers as /etc/sudoers on RPM and debian syste...
2010-07-14 Todd C. MillerFix ChangeLog creation from build dir
2010-07-13 Todd C. Millerinstall-man -> install-doc
2010-07-13 Todd C. MillerUse http://rc.quest.com/topics/polypkg/ for packaging
2010-07-07 Todd C. MillerAdd uninstall target
2010-07-07 Todd C. MillerDo not install sample plugins
2010-07-02 Todd C. MillerReplace built-in non-unix group support with a sudoers...
2010-06-29 Todd C. MillerAdd a separate all target for AIX make which was using...
2010-05-27 Todd C. MillerMove code common to sudo and the sudoers plugin to...
2010-05-26 Todd C. MillerFor distclean, clean the main directory last since...
2010-05-22 Todd C. MillerSubstitute @SHELL@ into Makefiles
2010-05-21 Todd C. MillerFix libtool target (space vs. tabs)
2010-05-21 Todd C. MillerUpdate to libtool-2.2.6b. I haven't made any local...
next