]> granicus.if.org Git - sudo/commit
Add line continuation support to sudo_parseln() and make it use
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 7 Feb 2013 15:56:01 +0000 (10:56 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 7 Feb 2013 15:56:01 +0000 (10:56 -0500)
commit7aae6bd6e3148df550c1f8572662675c375821f4
tree2773626f456b58ce2174941e86df891e02c936d6
parent2d6095420addb29dbb1f07d1064b1a02260ce9b6
Add line continuation support to sudo_parseln() and make it use
getline() instead of fgets() internally.
21 files changed:
MANIFEST
common/Makefile.in
common/fileops.c
common/regress/sudo_parseln/parseln_test.c [new file with mode: 0644]
common/regress/sudo_parseln/test1.in [new file with mode: 0644]
common/regress/sudo_parseln/test1.out.ok [new file with mode: 0644]
common/regress/sudo_parseln/test2.in [new file with mode: 0644]
common/regress/sudo_parseln/test2.out.ok [new file with mode: 0644]
common/regress/sudo_parseln/test3.in [new file with mode: 0644]
common/regress/sudo_parseln/test3.out.ok [new file with mode: 0644]
common/regress/sudo_parseln/test4.in [new file with mode: 0644]
common/regress/sudo_parseln/test4.out.ok [new file with mode: 0644]
common/regress/sudo_parseln/test5.in [new file with mode: 0644]
common/regress/sudo_parseln/test5.out.ok [new file with mode: 0644]
common/regress/sudo_parseln/test6.in [new file with mode: 0644]
common/regress/sudo_parseln/test6.out.ok [new file with mode: 0644]
common/sudo_conf.c
include/fileops.h
plugins/sudoers/env.c
plugins/sudoers/ldap.c
plugins/sudoers/sudo_nss.c