2014-07-25 |
Todd C. Miller | Avoid potential division by zero |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Don't link progname test with libsudo_util, just link... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Remove pstat_getproc() path as pst_ucomm on HP-UX will... |
commit | commitdiff | tree | snapshot |
2014-07-25 |
Todd C. Miller | Add test for getprogname() and symbolic links; bug 654 |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Todd C. Miller | Document tracing |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Todd C. Miller | sudo_term_{erase,kill} are regular symbols not functions. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Fix NULL deref if base64_decode returns -1. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Rename missing.h -> sudo_compat.h |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Merge secure_path.h -> sudo_util.h |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Todd C. Miller | Version the functions in libsudo_util |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename gettext.h -> sudo_gettext.h |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename fatal.h -> sudo_fatal.h |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Rename queue.h -> sudo_queue.h to avoid collisions... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Todd C. Miller | Conver sudo_debug_write() to a macro |
commit | commitdiff | tree | snapshot |
2014-07-17 |
Todd C. Miller | Fix man page post-processing; it was deleting more... |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Remove double $(srcdir) when running sed scripts. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | "an EXEC tag" not "a EXEC tag" |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Document that I/O logging is not enabled by default. |
commit | commitdiff | tree | snapshot |
2014-07-16 |
Todd C. Miller | Document that exec_background is off by default. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Error out if sesh is run as a login shell but the shell... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Move mksiglist.h and mksigname.h to lib/util where... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Avoid passing -no-fast-install to libtool as this resul... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Fix syntax error with some shells. |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Todd C. Miller | Force libtool to use runtime linking on AIX so that... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Be sure to NUL-terminate the decoded secret when conver... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Fix a pointer signednes warning calling base64_decode(). |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Use sudo_strtoid() now that it is located in the same... |
commit | commitdiff | tree | snapshot |
2014-07-13 |
Todd C. Miller | Skip leading space (ala strtol) so that we can pick... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | For sudoedit, audit the actual editor being run, not... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Audit failed user role changes. RedHat bz #665131 |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Avoid running check_symbols for static sudoers |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | Adapt to unused alias changes. |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | An unused alias is not really an error, even in strict... |
commit | commitdiff | tree | snapshot |
2014-07-12 |
Todd C. Miller | When running a login shell via sesh, make new argv... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | The RHEL sudo package allows users in group wheel to... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | Avoid packaging parent directories when they are system... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | Fix typo: sudo.d -> sudoers.d. From RedHat bz #726634 |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | RHEL 6 and above use /etc/sudo-ldap.conf not /etc/ldap... |
commit | commitdiff | tree | snapshot |
2014-07-11 |
Todd C. Miller | For rpm, do not specify a mode in %attr for symbolic... |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | efree -> sudo_efree for consistency |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-07-10 |
Todd C. Miller | Add support for base64 secrets in ldap.conf and ldap... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Todd C. Miller | Don't use the HP compiler in preference to gcc. Some... |
commit | commitdiff | tree | snapshot |
2014-07-09 |
Todd C. Miller | Remove @SOEXT@ and @SHLIB_EXT@ now that we use libtool... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Todd C. Miller | Make dynamic shared objects non-writable on HP-UX.... |
commit | commitdiff | tree | snapshot |
2014-07-08 |
Todd C. Miller | Add sudo_warn_strerror() that wraps strerror() with... |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Todd C. Miller | Avoid a cppcheck warning when NSIG is not defined. |
commit | commitdiff | tree | snapshot |
2014-07-03 |
Todd C. Miller | Fix typos in utimes/futimes macros. |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Todd C. Miller | Fix sudo when --disable-shared configure option was... |
commit | commitdiff | tree | snapshot |
2014-06-30 |
Todd C. Miller | Use libtool to install/uninstall the plugins and sudo_n... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Todd C. Miller | Do not set an internal name for HP-UX modules, only... |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Todd C. Miller | Never build build static versions of other plugins. |
commit | commitdiff | tree | snapshot |
2014-07-01 |
Todd C. Miller | Don't build a static libsudo_util.a unless we are linki... |
commit | commitdiff | tree | snapshot |
2014-06-29 |
Todd C. Miller | Fix my typos in the HP-UX libtool patch |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Mention Solaris audit. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Add Solaris audit support; from Gary Winiger at Oracle. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Sync MANIFEST with file name changes. |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | atobool -> sudo_strtobool |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Fix regexp damage when renaming erecalloc() -> sudo_ere... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Handle systems like AIX that lack a way to set the... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | update MANIFEST for alloc.h -> sudo_alloc.h change |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Add sudo_ prefix to alloc.c functions and rename alloc... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Remove extra sudo_ prefix from vfatalxnodebug and vfata... |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Split fileops.c into parseln.c and locking.c |
commit | commitdiff | tree | snapshot |
2014-06-27 |
Todd C. Miller | Rename warning/fatal -> sudo_warn/sudo_fatal to avoid... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Reduce name space pollution in libsudo_util.so |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Use sudo_dso_load() from libsudo_util.so instead of... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Don't pollute the namespace with lbuf struct and functions |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Rename parse_gid_list -> sudo_parse_gids to avoid names... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Rename fmt_string -> sudo_new_key_val to better describ... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Remove touch() from fileops.c and just call utimes... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Sudo 1.8.11 |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Remove use of setjmp/longjmp in the sudoers plugin... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Add exported libsudo_util functions to util.exp and... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Prefix all libc replacements with sudo_ and #define... |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Top level directory reorg |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | libtool patches for HP-UX to support DESTDIR |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Update polypkg from trunk. |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Todd C. Miller | Fix sssd compiler warnings and fix the sha2 digest... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Todd C. Miller | Don't call gss_krb5_ccache_name() with a NULL pointer... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Todd C. Miller | Add Greek PO file for sudoers from translationproject.org |
commit | commitdiff | tree | snapshot |
2014-05-28 |
Todd C. Miller | Ignore signals sent by the command's process group... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Todd C. Miller | In handler_user_only() only forward the signal if it... |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Todd C. Miller | Handle EINTR from write(2) when writing to pipes and... |
commit | commitdiff | tree | snapshot |
2014-05-24 |
Todd C. Miller | Norwegian Bokmaal translation for sudoers from translat... |
commit | commitdiff | tree | snapshot |
2014-05-23 |
Todd C. Miller | Norwegian Bokmaal translation for sudo from translation... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Todd C. Miller | Try to be clearer about which are the input and output... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Todd C. Miller | In -x mode, require that the input and output files... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Todd C. Miller | BSM and Linux audit do not yet use the argc function... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Todd C. Miller | Pass argc to audit functions too. Will be needed for... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Todd C. Miller | Do not allow the same callback function to be registere... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Todd C. Miller | Add trivial sudoedit parsing tests. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Todd C. Miller | Catalan translation for sudoers from translationproject... |
commit | commitdiff | tree | snapshot |
2014-05-10 |
Todd C. Miller | Sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Todd C. Miller | lockf() is broken on the Hurd -- use flock instead |
commit | commitdiff | tree | snapshot |
2014-05-09 |
Todd C. Miller | Don't try to install the temporary sudoers file if... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Todd C. Miller | When comparing tty names, resolve the tty for fds 0... |
commit | commitdiff | tree | snapshot |
2014-05-07 |
Todd C. Miller | Solaris 8 doesn't export _nss_initf_group() so we need... |
commit | commitdiff | tree | snapshot |
next |