summaryrefslogtreecommitdiff
path: root/src/solaris.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings from pvs-studioTodd C. Miller2020-08-121-2/+2
* Fix implicit fallthrough warning and add break to default cases.Todd C. Miller2020-06-201-0/+4
* We no longer need to include headers we don't use for sudo*.h files.Todd C. Miller2020-05-181-13/+2
* debug_decl and debug_decl_vars now require a semicolon at the end.Todd C. Miller2019-12-221-1/+1
* Add SPDX-License-Identifier to files.Todd C. Miller2019-04-291-0/+2
* Convert PVS-Studio comment to ANSI C.Todd C. Miller2018-10-261-2/+4
* Add comments in .c files so PVS-Studio will check them.Todd C. Miller2018-10-211-0/+3
* update my email to Todd.Miller@sudo.wsTodd C. Miller2017-12-031-1/+1
* There's no need to conditionalize the #include <unistd.h>, we requireTodd C. Miller2015-07-021-3/+1
* Only include stddef.h where it is needed.Todd C. Miller2015-06-201-1/+0
* We require ANSI C so stop using the obsolete STDC_HEADERS.Todd C. Miller2015-06-191-8/+2
* Remove obsolete memory.h include.Todd C. Miller2015-06-181-3/+0
* Go back to a 2 args debug_decl and just use the "default" instance,Todd C. Miller2015-02-011-2/+2
* Add support for multiple Debug lines per program. Callers mayTodd C. Miller2014-10-221-1/+1
* Rename warning/fatal -> sudo_warn/sudo_fatal to avoid namespaceTodd C. Miller2014-06-271-10/+10
* Use sudo_dso_load() from libsudo_util.so instead of dlopen() sinceTodd C. Miller2014-06-261-4/+4
* Add warning_gettext() wrapper function that changes to the user locale,Todd C. Miller2013-11-181-9/+9
* Quiet a gcc warning and add comment about needing to keep theTodd C. Miller2012-11-271-1/+3
* Call gettext() on parameters for warning()/warningx() instead ofTodd C. Miller2012-11-251-9/+9
* Add os-specific initialization functions for solaris (workaroundTodd C. Miller2012-11-111-0/+127