]> granicus.if.org Git - sudo/commit
Add new linebuf code to do appends of dynamically allocated strings
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Aug 2007 20:48:09 +0000 (20:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 19 Aug 2007 20:48:09 +0000 (20:48 +0000)
commit2315b317e2bfbe4f39bd349bc904fd7d4ce3bb82
treef3d637399f239585c0e7b410117a33ebc8520155
parentd28030c9fd4a03ec407685fe0c2ae8c7be6e3ef1
Add new linebuf code to do appends of dynamically allocated strings
and word-wrapped output.  Currently used for sudo's usage() and
sudo -l output.  Sudo usage strings are now in sudo_usage.h which
is generated at configure time.
Makefile.in
configure
configure.in
lbuf.c [new file with mode: 0644]
lbuf.h [new file with mode: 0644]
parse.c
sudo.c
sudo_usage.h.in [new file with mode: 0644]