[sudo-commits] sudo changeset 5466:596a427ff873

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 3 11:31:29 EDT 2010


changeset:	5466:596a427ff873 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/596a427ff873
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 03 11:31:22 2010 -0400

Log Message:
	Pass in output function to lbuf_init() instead of writing to stdout.
	A side effect is that the usage info can now go to stderr as it
	should.  Add support for embedded newlines in lbuf and use that
	instead of multiple calls to lbuf_print.

diffstat:

 lbuf.c     |  136 ++++++++++++++++++++++++++++++++++--------------------------
 lbuf.h     |    6 +-
 ldap.c     |   25 ++++-------
 parse.c    |   24 +++-------
 sudo.c     |    8 +++-
 sudo_nss.c |   46 ++++++++++++++------
 6 files changed, 138 insertions(+), 107 deletions(-)



More information about the sudo-commits mailing list