]> granicus.if.org Git - sudo/shortlog
sudo
2003-03-19 Todd C. Millero Use AC_MSG_* instead of "echo"
2003-03-19 Todd C. Miller--with-kerb4 and --with-kerb5 now take an optional...
2003-03-16 Todd C. MillerKill remaining strcpy(), the programmer's guide says...
2003-03-16 Todd C. Millertrat uid_t as unsigned long for printf and use snprintf...
2003-03-16 Todd C. Milleruse snprintf
2003-03-15 Todd C. Millerupdate copyright year
2003-03-15 Todd C. Millerupdate copyright year
2003-03-15 Todd C. Millerupdate copyright year
2003-03-15 Todd C. MillerCast [ug]ids to unsigned long and printf with %lu
2003-03-15 Todd C. Millerregen
2003-03-15 Todd C. Millercorrect error messages for --with-sudoers-{mode,uid...
2003-03-15 Todd C. Millermake the malloc(0) error specific to each function...
2003-03-15 Todd C. Millerdeal with platforms where size_t is signed and there...
2003-03-15 Todd C. MillerMake this compile w/ Heimdal and fix some gcc warnings.
2003-03-15 Todd C. MillerUse stat_sudoers macro so --with-stow can work
2003-03-15 Todd C. MillerAdd support for --with-stow based on patches from Rober...
2003-03-15 Todd C. Millerfix indentation
2003-03-15 Todd C. Millerback out rev 1.352
2003-03-15 Todd C. Millerregen
2003-03-15 Todd C. Milleruse strlcpy, not strncpy
2003-03-15 Todd C. MillerFix typo; check pw_uid, not pw_gid after setusercontext...
2003-03-15 Todd C. Milleruse pid_t
2003-03-14 Todd C. MillerMake gcc shutup about unused rcsid
2003-03-14 Todd C. MillerMove the n == 0 check for the non-getifaddrs cas
2003-03-14 Todd C. Millerskeychallenge() on NetBSD take a size parameter
2003-03-14 Todd C. Millerregen
2003-03-14 Todd C. Millerput -ldl after -lpam, not before; fixes static linking...
2003-03-14 Todd C. MillerAvoid malloc(0) and fix the loop invariant for the...
2003-03-14 Todd C. Millerregen
2003-03-14 Todd C. Millerregen
2003-03-14 Todd C. MillerPreserve copyright notice from .pod file in .man.in...
2003-03-14 Todd C. MillerAdd sudoers(5) to SEE ALSO
2003-03-13 Todd C. Millerregen
2003-03-13 Todd C. MillerDon't assume libc can realloc() a NULL string.
2003-03-13 Todd C. Millerregen
2003-03-13 Todd C. Millersimplify fill_args a little and use strlcpy for paranoia
2003-03-13 Todd C. Millerregen
2003-03-13 Todd C. MillerUse strlc{at,py} for paranoia's sake and exit on overfl...
2003-03-13 Todd C. MillerAdd strlc{at,py} protos
2003-03-13 Todd C. MillerUse erealloc3()
2003-03-13 Todd C. Millerregen
2003-03-13 Todd C. MillerOflow test of nmemb > SIZE_MAX / size is fine (don...
2003-03-13 Todd C. Millersnprintf() a uid as %lu, not %ld to match the MAX_UID_T...
2003-03-13 Todd C. MillerIn MAX_UID_T_LEN test cast uid_t to unsigned long,...
2003-03-12 Todd C. MillerUse snprintf() for paranoia
2003-03-12 Todd C. MillerUse emalloc2 and erealloc3
2003-03-12 Todd C. Millerstrlc{at,py} for those w/o it
2003-03-12 Todd C. Millerstlc{at,py} for those w/o it.
2003-03-12 Todd C. MillerAdd stlc{at,py} for those w/o it.
2003-03-12 Todd C. MillerAdd erealloc3(), a realloc() version of emalloc2().
2003-03-12 Todd C. MillerUse emalloc2() to allocate N things of a certain size.
2003-03-12 Todd C. MillerAdd emalloc2() -- like calloc() but w/o the bzero and...
2003-03-12 Todd C. MillerError out on malloc(0); suggested by theo
2003-03-10 Todd C. Millerfix a typo; David Krause
2003-03-07 Todd C. Millerfix typo
2003-03-04 Todd C. MillerRemove DYLD_ from the environment for MacOS X; from...
2003-03-01 Todd C. Millernot not; Anil Madhavapeddy
2003-01-23 Todd C. Millertypos; jmc@openbsd.org
2003-01-20 Todd C. MillerAdd some missing ';' rule terminators that bison warns...
2003-01-20 Todd C. Millerfix typo I introduced in last merge
2003-01-20 Todd C. Millerregenerate with autoconf 2.57
2003-01-20 Todd C. MillerAdd missing "$HOME"
2003-01-20 Todd C. MillerAdd some more square backets to make autoconf 2.57...
2003-01-20 Todd C. MillerUpdates from autoconf-2.57
2003-01-20 Todd C. MillerUpdates from autoconf-2.57
2003-01-17 Todd C. Millerregen
2003-01-17 Todd C. Millerregen
2003-01-17 Todd C. MillerAdd support for Defaults>RunasUser
2003-01-07 Todd C. Millerfclose() yyin after each yyparse() is done and use...
2003-01-07 Todd C. MillerBetter fix for sudoers files w/o a newline before EOF...
2003-01-06 Todd C. MillerWork around what appears to be a flex bug when dealing...
2003-01-06 Todd C. Millero The parser needs sudoers to end with a newline but...
2002-12-15 Todd C. MillerFix pasto/thinko in setresgid()/setregid() usage.
2002-12-15 Todd C. Millerdon't compile set_perms_posix if we have setreuid or...
2002-12-14 Todd C. Millerdocument new prompt escapes
2002-12-14 Todd C. MillerAdd %U and %H escapes and redo prompt rewriting. ...
2002-12-13 Todd C. MillerWrite the prompt *after* turning off echo to avoid...
2002-12-13 Todd C. MillerAdd support for mipseb; wiz@danbala.tuwien.ac.at
2002-12-13 Todd C. MillerFix IRIX fallout from name changes in man dir/sect...
2002-12-13 Todd C. MillerKeep a local copy of tgetpass_flags so we don't add...
2002-11-28 Todd C. Millerregen
2002-11-28 Todd C. MillerAdd missing yyerror() calls; YYERROR does not seem...
2002-11-26 Todd C. Millerfix typo in comment; Pedro Bastos
2002-11-22 Todd C. Millerdocument --disable-setresuid
2002-11-22 Todd C. MillerSprinkle some volatile qualifiers to prevent over-enthu...
2002-11-22 Todd C. Millerminor sign fixes pointed out by gcc -Wsign-compare
2002-11-22 Todd C. MillerRevamp set_perms. We now use a version based on setres...
2002-11-22 Todd C. Millerregen from configure.in
2002-11-22 Todd C. MillerAdd checks for setresuid() and a way to disable using it
2002-11-22 Todd C. MillerNo long need to emulate set*[ug]id() via setres[ug...
2002-11-22 Todd C. MillerBefore exec, restore state of signal handlers to be...
2002-11-22 Todd C. Millero timestamp_uid should be uid_t, not int
2002-09-19 Todd C. Millerupdate ftp link for bison
2002-07-20 Todd C. MillerError out if setusercontext() fails and the runas user...
2002-05-20 Todd C. MillerFix rcsid
2002-05-20 Todd C. MillerFix SecurID API test
2002-05-17 Todd C. Millertypo in comment
2002-05-17 Todd C. Millersecurid5 stuff needs pthreads. Just adding -lpthread...
2002-05-17 Todd C. MillerSecurID API version 5 support from Michael Stroucken
2002-05-17 Todd C. MillerAdd check for SecurID 5.0 API
next