This website requires JavaScript.
Explore
Help
Sign In
isa
/
sudo
Watch
1
Star
0
Fork
0
You've already forked sudo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7d3ce01a05115b166b278da23bb0097967e057d8
sudo
/
include
History
Todd C. Miller
4e5baccb9c
Add __malloc_like macro to apply __malloc__ attribute to emalloc,
...
ecalloc and estrdup. It cannot be applied to realloc since that may return the same pointer.
2013-03-05 10:18:32 -05:00
..
alloc.h
Add __malloc_like macro to apply __malloc__ attribute to emalloc,
2013-03-05 10:18:32 -05:00
error.h
Cannot wrap sigsetjmp() or we end up returning to the wrong place.
2012-11-29 06:37:13 -05:00
fileops.h
Add line continuation support to sudo_parseln() and make it use
2013-02-07 10:56:01 -05:00
gettext.h
#unifdef HAVE_SETLOCALE, it is C89 so no need to check for it.
2012-11-12 08:51:58 -05:00
lbuf.h
Add primitive format string support to the lbuf code to make translations
2011-05-20 15:25:03 -04:00
list.h
Update copyright year
2010-06-14 12:19:49 -04:00
Makefile.in
Don't run regress tests or sudoers sanity check (using the newly-built
2012-06-20 13:38:17 -04:00
missing.h
Add __malloc_like macro to apply __malloc__ attribute to emalloc,
2013-03-05 10:18:32 -05:00
secure_path.h
Add type param to sudo_secure_path() and add sudo_secure_file()
2012-02-29 15:50:48 -05:00
sudo_conf.h
Add simple regress tests for sudo.conf parsing.
2013-02-15 14:42:10 -05:00
sudo_debug.h
Add variants of warn/error and sudo_debug_printf that take a va_list
2012-11-08 15:37:42 -05:00
sudo_plugin.h
Move signal code into its own source file and add sudo_sigaction()
2013-01-17 13:29:46 -05:00