]> granicus.if.org Git - sudo/commit
Convert sudo to use BSD TAILQ macros instead of home ground tail
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Oct 2013 15:00:37 +0000 (09:00 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Oct 2013 15:00:37 +0000 (09:00 -0600)
commit923edabe6c0860fe7ea9350030f72ddc41c1df6c
tree04a39f2e59f63bc26589f15200e8b9b2813540bf
parentfe0e953e9b20dbd0929fbd6aefc53711c9c456d7
Convert sudo to use BSD TAILQ macros instead of home ground tail
queue functions.  This includes a private queue.h header derived
from FreeBSD.  It is simpler to just use our own header rather than
try to deal with macros that may or may not be present in various
queue.h incarnations.
31 files changed:
MANIFEST
common/Makefile.in
common/event.c
common/event_poll.c
common/event_select.c
common/list.c
common/regress/sudo_conf/conf_test.c
common/sudo_conf.c
doc/LICENSE
include/list.h
include/missing.h
include/queue.h [new file with mode: 0644]
include/sudo_conf.h
include/sudo_event.h
plugins/sudoers/Makefile.in
plugins/sudoers/ldap.c
plugins/sudoers/parse.c
plugins/sudoers/parse.h
plugins/sudoers/sssd.c
plugins/sudoers/sudo_nss.c
plugins/sudoers/sudo_nss.h
plugins/sudoers/sudoers.c
plugins/sudoers/sudoers.h
plugins/sudoers/visudo.c
src/Makefile.in
src/exec.c
src/exec_pty.c
src/load_plugins.c
src/sudo.c
src/sudo.h
src/sudo_plugin_int.h