[sudo-commits] sudo changeset 5402:1d1d98bd55b9

Todd C. Miller Todd.Miller at courtesan.com
Thu May 27 17:27:43 EDT 2010


changeset:	5402:1d1d98bd55b9 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/1d1d98bd55b9
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu May 27 17:27:36 2010 -0400

Log Message:
	Move code common to sudo and the sudoers plugin to a convenience library,
	libcommon.  Removes the need to make links in the sudoers plugin dir
	and reduces re-compilation of duplicate object files.

diffstat:

 Makefile.in                 |    2 +-
 common/alloc.c              |  224 ++++++++++++++++++++++++++++++++++++++++
 common/atobool.c            |   53 +++++++++
 common/fileops.c            |  167 +++++++++++++++++++++++++++++
 common/fmt_string.c         |   65 +++++++++++
 common/gettime.c            |   43 +++++++
 common/lbuf.c               |  245 ++++++++++++++++++++++++++++++++++++++++++++
 common/list.c               |  158 ++++++++++++++++++++++++++++
 common/term.c               |  174 +++++++++++++++++++++++++++++++
 common/zero_bytes.c         |   34 ++++++
 configure                   |    3 +-
 configure.in                |    2 +-
 plugins/sample/Makefile.in  |    4 +-
 plugins/sudoers/Makefile.in |   67 ++---------
 src/Makefile.in             |   20 +--
 src/alloc.c                 |  224 ----------------------------------------
 src/atobool.c               |   53 ---------
 src/fileops.c               |  167 -----------------------------
 src/fmt_string.c            |   65 -----------
 src/gettime.c               |   43 -------
 src/lbuf.c                  |  245 --------------------------------------------
 src/list.c                  |  158 ----------------------------
 src/term.c                  |  174 -------------------------------
 src/zero_bytes.c            |   34 ------
 24 files changed, 1189 insertions(+), 1235 deletions(-)



More information about the sudo-commits mailing list