]> granicus.if.org Git - sudo/shortlog
sudo
2004-09-28 Todd C. Millerregen
2004-09-28 Todd C. MillerAdd max depth of 128 for the include stack to avoid...
2004-09-27 Todd C. Millerdocument tracing
2004-09-27 Todd C. MillerMention PREVENTING SHELL ESCAPES section of sudoers...
2004-09-27 Todd C. Millerregen
2004-09-27 Todd C. MillerAdd support for #include in sudoers (visudo support...
2004-09-27 Todd C. Millermake yyerror()'s argument const
2004-09-27 Todd C. MillerAdd open_sudoers() stubs.
2004-09-27 Todd C. MillerRename check_sudoers() open_sudoers() and make it retur...
2004-09-26 Todd C. MillerCrank version
2004-09-26 Todd C. MillerBetter HP-UX depot construction
2004-09-25 Todd C. Millero Made children global so check_exec() can lookup a...
2004-09-25 Todd C. MillerAdd flag to sudo_pwdup that indicates whether or not...
2004-09-25 Todd C. Milleradd missing increment of addr in read_string()
2004-09-25 Todd C. MillerRemove bogus call to update_child() and some cosmetic...
2004-09-25 Todd C. MillerDon't leak /dev/systrace fd to tracee
2004-09-25 Todd C. Millerg/c sudo_pwdup proto
2004-09-25 Todd C. MillerAdd target for building a depot file
2004-09-25 Todd C. Millertrim includes
2004-09-24 Todd C. Millerregen
2004-09-24 Todd C. Millerdocument --with-systrace
2004-09-24 Todd C. MillerAdd check for setproctitle
2004-09-24 Todd C. Millerpass struct str_msg_ask in to syscall checker so it...
2004-09-24 Todd C. Millersystrace(4) support for sudo. On systems with the...
2004-09-24 Todd C. MillerCall systrace_attach() if FLAG_TRACE is set.
2004-09-24 Todd C. MillerAdd trace Defaults option and TRACE/NOTRACE tags and...
2004-09-24 Todd C. MillerDon't close sudoers_fp, keep it open and set close...
2004-09-24 Todd C. MillerAdd trace option
2004-09-24 Todd C. MillerAdd systrace
2004-09-24 Todd C. MillerSunOS /bin/sh blows up with configure
2004-09-24 Todd C. MillerInclude sys/param.h before systrace.h
2004-09-24 Todd C. Millerregen
2004-09-24 Todd C. Miller_PATH_DEV_SYSTRACE
2004-09-24 Todd C. Millerline up options in --help
2004-09-24 Todd C. MillerAdd --with-systrace
2004-09-23 Todd C. Millerregen
2004-09-23 Todd C. Millermake this work with autoconf-2.59
2004-09-16 Todd C. MillerSimplify logic around open & stat of files and do sanit...
2004-09-15 Todd C. MillerAdd support url
2004-09-15 Todd C. Millerversino 1.6.8p1 SUDO_1_6_8p1
2004-09-15 Todd C. Millermore changes for 1.6.8p1
2004-09-15 Todd C. Miller1.6.8p1
2004-09-15 Todd C. MillerAdd sanity check so we don't try to edit something...
2004-09-15 Aaron Spanglersync
2004-09-15 Aaron Spanglerdocument --with-ldap-conf-file
2004-09-14 Todd C. Millerpolitical correctness strikes again
2004-09-14 Todd C. Millersync
2004-09-12 Todd C. MillerInstall sudoedit man link
2004-09-12 Todd C. MillerUpdate PAM note and mention where HP-UX users can downl...
2004-09-12 Todd C. Millerlibtool wants to install stuff from .libs so fake one...
2004-09-12 Todd C. Millerrm -f old sudoedit link instead of using ln -f
2004-09-12 Todd C. MillerDeal with "uname -m" having slashes in it
2004-09-12 Todd C. MillerMakefile.binary -> Makefile.binary.in for config.status...
2004-09-12 Todd C. MillerCopy noexec bits into binary dists too
2004-09-12 Todd C. MillerInstall sudoedit link.
2004-09-11 Todd C. Milleravoid __P so there is no need for compat.h to be included
2004-09-11 Todd C. MillerDon't use HAVE_UTIME_H before including config.h.
2004-09-10 Todd C. MillerFix Solatis futimes macro
2004-09-09 Todd C. MillerRename ots -> omtim for improved readability.
2004-09-08 Todd C. MillerRedo changes in revision 1.7. Don't really need to...
2004-09-08 Todd C. Millersync
2004-09-08 Todd C. Millerregen
2004-09-08 Todd C. Millerback out revision 1.70; it is no long applicable
2004-09-08 Todd C. MillerLet the loader initialize nep
2004-09-08 Todd C. MillerRemoved unneed check for fchown
2004-09-08 Todd C. MillerUse timespec throughout.
2004-09-08 Todd C. Millergettime.[co]
2004-09-08 Todd C. Millerfunction to return the current time in a struct timespec
2004-09-08 Todd C. MillerNot a darpa-sponsored file.
2004-09-07 Todd C. MillerAdd a check for struct timespec and provide it for...
2004-09-07 Todd C. MillerAdd checks for st_mtim and st_mtimespec and add macros...
2004-09-07 Todd C. MillerAdd an extra param to touch() for nsec
2004-09-07 Todd C. MillerCall mkstemp() as the in invoking user so we don't...
2004-09-07 Todd C. MillerIf path is NULL and fd == -1 return -1.
2004-09-07 Todd C. Millerclosefrom() is overkill, the only extra fds are the...
2004-09-07 Todd C. MillerUse utimes() and futimes() instead of utime() in touch...
2004-09-07 Aaron SpanglerRare SEGV
2004-09-06 Todd C. Millerregen
2004-09-06 Todd C. MillerAdd SUPPORT section and re-order some of the sections...
2004-09-06 Aaron SpanglerOpenldap ~/.ldaprc fix
2004-09-06 Todd C. MillerTalk about how the editor must write its changes to...
2004-09-06 Todd C. Millersync
2004-09-06 Todd C. MillerKeep the temp file open instead of re-opening after...
2004-09-06 Todd C. MillerUpdate for current redhat/fedora core.
2004-09-03 Aaron Spanglertls_ examples
2004-09-02 Aaron Spanglerconfig tls_* options
2004-08-29 Todd C. MillerNo need for -lcrypt when using pam.
2004-08-27 Todd C. Millerregen
2004-08-27 Aaron SpanglerAllow --with-ldap-conf-file option to override LDAP_CONF
2004-08-27 Aaron Spanglercleanup debug message
2004-08-26 Aaron Spanglermore config info
2004-08-24 Todd C. MillerAdd cmnd_base to struct sudo_user and set it in init_va...
2004-08-21 Todd C. Millerdocument HP's crippled compiler deficiency.
2004-08-21 Todd C. MillerFix some thinkos in --with-editor and --with-env-editor...
2004-08-21 Todd C. Miller--with-noexec takes an optional PATH argument.
2004-08-21 Todd C. Millerdocument --with-noexec
2004-08-17 Todd C. Millersync SUDO_1_6_8
2004-08-17 Todd C. MillerBetter warning message when sudoedit is unable to write...
2004-08-17 Todd C. Millerregen
2004-08-17 Todd C. MillerDon't italicize the string "sudoedit"
next