]> granicus.if.org Git - sudo/shortlog
sudo
2008-01-06 Todd C. Millerdon't tell people to mail aaron about LDAP stuff
2008-01-06 Todd C. Millertimelimit and bind_timelimit
2008-01-06 Todd C. Millersync
2008-01-06 Todd C. MillerMove ldap.secret reading into a separate function.
2008-01-06 Todd C. Milleruser_runas -> runas_pw
2008-01-05 Todd C. Millersync
2008-01-05 Todd C. MillerAdd and document the %p escape in the password prompt.
2008-01-05 Todd C. MillerCheck strlcpy() return values.
2008-01-05 Todd C. Millerrefactor ldap binding code into sudo_ldap_bind_s()
2008-01-05 Todd C. MillerMake it clear that host and uri can take multiple param...
2008-01-05 Todd C. Millercomment cleanup and update (c) year
2008-01-05 Todd C. MillerMove display_privs() and display_cmnd() from parse...
2008-01-05 Todd C. MillerImprove chaining of multiple sudoers sources by passing...
2008-01-05 Todd C. MillerFree up parser data structures in sudo_file_close().
2008-01-05 Todd C. MillerFree up parser data structures in sudo_file_close().
2008-01-05 Todd C. MillerParse uri ourself if no ldap_initialize() is present
2008-01-05 Todd C. MillerAdd check for ldap_sasl_bind_s()
2008-01-04 Todd C. Milleradd check for ldap_create
2008-01-03 Todd C. MillerAdd sudo_ldap_get_first_rdn() to return the first rdn...
2008-01-03 Todd C. Millerinclude unistd.h
2008-01-03 Todd C. Millerfix typo in mtim_getnsec
2008-01-02 Todd C. Milleradd check for st__tim in struct stat as used by SCO
2008-01-02 Todd C. Milleruse ldap_search_ext_s instead of deprecated ldap_search_s
2008-01-02 Todd C. Milleradd sudo_nss.h to HDRS
2008-01-02 Todd C. MillerReplace deprecated ldap_explode_dn() with calls to...
2008-01-01 Todd C. MillerUse ldap_get_values_len()/ldap_value_free_len() instead...
2008-01-01 Todd C. Millersync
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...
next