]> granicus.if.org Git - sudo/shortlog
sudo
2008-01-01 Todd C. Millersync
2008-01-01 Todd C. MillerRemove some already fixed XXXs
2008-01-01 Todd C. MillerSame return value as non-existent sudoers if LDAP was...
2008-01-01 Todd C. Millermention /etc/environment
2008-01-01 Todd C. MillerUpdate to reflect recent developments.
2008-01-01 Todd C. MillerPrint nsswitch.conf, ldap.conf and ldap.secret paths...
2008-01-01 Todd C. MillerWhen building up a query don't list groups in the aux...
2008-01-01 Todd C. MillerDefine LDAPNOINIT before calling ldap_init(), etc....
2008-01-01 Todd C. MillerRename read_nss -> sudo_read_nss
2008-01-01 Todd C. MillerHonor def_ignore_local_sudoers
2007-12-31 Todd C. Millerno longer need to check def_ignore_local_sudoers here
2007-12-31 Todd C. MillerRefactor group vector resetting into a function and...
2007-12-31 Todd C. Millerfix double free introduced in rev 1.218
2007-12-31 Todd C. Millerbelt and suspenders; zero out result after freeing it
2007-12-31 Todd C. MillerRefactor line reading into a separate function, sudo_pa...
2007-12-31 Todd C. MillerMake the inability to read the sudoers file a non-fatal...
2007-12-31 Todd C. Millermake it clear that the global options are from LDAP
2007-12-31 Todd C. Millerallocate proper amount of space for error string
2007-12-31 Todd C. Milleractual sudo nss code
2007-12-31 Todd C. Millernss-ify display_privs and display_cmnd.
2007-12-31 Todd C. Millermove update_defaults() to parse.c
2007-12-31 Todd C. MillerUse nsswitch to hide some sudoers vs. ldap implementati...
2007-12-28 Todd C. MillerFirst cut at nsswitch.conf support.
2007-12-21 Todd C. MillerAdd support for reading and /etc/environment file....
2007-12-21 Todd C. Millerinclude limits.h
2007-12-20 Todd C. Millerreword LDAP SASL
2007-12-19 Todd C. Millersync
2007-12-19 Todd C. MillerAdd an example sudoRole, clarify netscape vs. openldap...
2007-12-19 Todd C. MillerBe clear on what is OpenLDAP vs. Netscape-derived
2007-12-19 Todd C. MillerUse ldapssl_init() for ldaps support instead of trying
2007-12-19 Todd C. Millerfix compilation on solaris
2007-12-19 Todd C. Milleradd missing .h and .c files for missing lib objs
2007-12-18 Todd C. Millerfix LDAP_OPT_NETWORK_TIMEOUT setting
2007-12-18 Todd C. Millerfix compilation on Solaris
2007-12-17 Todd C. Millerfix typo
2007-12-17 Todd C. Millertry to clear up which variables are for OpenLDAP and...
2007-12-17 Todd C. MillerAdd support for "ssl on" in both netscape and openldap...
2007-12-17 Todd C. MillerCall cleanup() before exit in log_error() instead of...
2007-12-17 Todd C. Millerld -> ldap_conn
2007-12-16 Todd C. MillerBetter ldap cleanup.
2007-12-16 Todd C. MillerDistinguish between LDAP conf settings that are connect...
2007-12-14 Todd C. MillerImproved warnings on error.
2007-12-14 Todd C. MillerMake ldap config table driven and set the config *after...
2007-12-13 Todd C. Millerfix LDAP_OPT_X_CONNECT_TIMEOUT compat define
2007-12-13 Todd C. Millersome operating systems need to link with -lkrb5support...
2007-12-10 Todd C. Millerminor update
2007-12-10 Todd C. Millerregen
2007-12-08 Todd C. Millersync
2007-12-08 Todd C. Milleradd -g support for LDAP
2007-12-03 Todd C. MillerThe -i and -s flags can now take an optional command.
2007-12-02 Todd C. MillerAdd passprompt_override flag to sudoers that will cause...
2007-12-02 Todd C. MillerMove setting of login class until after sudoers has...
2007-12-02 Todd C. MillerMove the dgettext check.
2007-12-01 Todd C. MillerAdd basic support for looking up the string "Password...
2007-11-27 Todd C. MillerUse AC_FUNC_GETGROUPS instead of a home-grown attempt...
2007-11-27 Todd C. MillerFix typos; Martynas Venckus
2007-11-26 Todd C. MillerDon't assume runas_pw is set; it may not be in the...
2007-11-25 Todd C. MillerSet aux group vector for PERM_RUNAS and restore group...
2007-11-21 Todd C. MillerAdd support for runas groups. This allows the user...
2007-11-21 Todd C. Millerfix setting of mandir
2007-11-21 Todd C. Millerdocument that ALL implies SETENV
2007-11-21 Todd C. Millers/setenv_ok/setenv_implied/g
2007-11-21 Todd C. Millerhostname_matches() returns TRUE on match in sudo 1.7.
2007-11-21 Todd C. Milleruse strcmp, not strcasecmp when comparing ALL
2007-11-21 Todd C. MillerMake sudo ALL imply setenv. Note that unlike with...
2007-11-21 Todd C. Millersudo "ALL" now implies the SETENV tag but, unlike an...
2007-11-21 Todd C. MillerAdd missing sudo_setpwent() and sudo_setgrent() calls...
2007-11-15 Todd C. MillerExpand on the dangers of not using visudo to edit sudoers.
2007-11-08 Todd C. MillerDon't quote *?[]! on output since the lexer does not...
2007-11-07 Todd C. Millerexpand "u_foo" types to "unsigned foo" to avoid compati...
2007-11-04 Todd C. MillerRefactor log line generation in to new_logline().
2007-10-25 Todd C. Millerfix typo
2007-10-24 Todd C. MillerAdd configure check for struct in6_addr instead of...
2007-10-21 Todd C. MillerFix block to add -lutil for FreeBSD and NetBSD when...
2007-10-20 Todd C. MillerPOSIX states that struct timespec be declared in time...
2007-10-17 Todd C. MillerInstead of defining a macro to call the appropriate...
2007-10-09 Todd C. Millerg/c @ALLOCA@
2007-10-09 Todd C. Millerregen
2007-10-09 Todd C. MillerAdd --disable-pam-session configure option to disable...
2007-10-08 Todd C. Millerquiet gcc warnings
2007-10-08 Todd C. MillerAvoid printing the prompt if we are already backgrounded.
2007-09-15 Todd C. MillerReorder things such that the definition of env_reset...
2007-09-15 Todd C. MillerShrink type and seqno in struct alias from int to u_short
2007-09-15 Todd C. MillerAdd a sequence number in the aliases for loop detection...
2007-09-13 Todd C. MillerPAM wants the full tty path so add user_ttypath which...
2007-09-13 Todd C. MillerSet PAM_RHOST to work around a bug in Solaris 7 and...
2007-09-11 Todd C. Millerregen
2007-09-11 Todd C. Millerrename lh_ -> tq_
2007-09-10 Todd C. Millerremove some useless casts
2007-09-10 Todd C. Millerpull in inttypes.h for SIZE_MAX; we avoid stdint.h...
2007-09-06 Todd C. MillerSince we ship with a pre-generated parser there is...
2007-09-06 Todd C. Millerregen
2007-09-06 Todd C. Millerremove initial setting of CHECKSIA, we require that...
2007-09-06 Todd C. Milleradd list.c to SRCS
2007-09-06 Todd C. Millerregen
2007-09-06 Todd C. Milleronly do SIA checks on Digital Unix
2007-09-05 Todd C. Millerregen
2007-09-05 Todd C. Millersync
2007-09-05 Todd C. MillerRemove call to krb5_cc_register() as it is not needed...
2007-09-05 Todd C. Millerregen
next