]> granicus.if.org Git - sudo/shortlog
sudo
2003-04-04 Todd C. MillerReplace ETYPE_DES_CBC_MD5 with ENCTYPE_DES_CBC_MD5...
2003-04-03 Todd C. MillerRemove newer stuff that passes multiple (possibly dupli...
2003-04-02 Todd C. MillerCorrect number of args to krb5_principal_get_realm...
2003-04-02 Todd C. Millerregen
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Miller++version
2003-04-02 Todd C. Milleruse krb5-config to determine Kerberos V details if...
2003-04-02 Todd C. MillerUse warn/err and getprogname() throughout. The main...
2003-04-02 Todd C. MillerAdd getprogname.c and err.c
2003-04-02 Todd C. Millerregen
2003-04-02 Todd C. MillerAdd checks for getprognam(), __progname and err.h
2003-04-02 Todd C. MillerFor systems withour err/warn functions.
2003-04-02 Todd C. MillerFor systems withour err/warn functions.
2003-04-02 Todd C. MillerFor systems neither getprogname() nor __progname; uses...
2003-04-01 Todd C. Millercheckpoint for 1.6.7p1
2003-04-01 Todd C. Millerfix strlcpy() rval check (innocuous)
2003-04-01 Todd C. Milleroflow detection in expand_prompt() was faulty (false...
2003-03-31 Todd C. Millercheckpoint for the sudo 1.6.7 release SUDO_1_6_7
2003-03-31 Todd C. Millercheckpoint for the sudo 1.6.7 release
2003-03-24 Todd C. Millerg/c unused variable
2003-03-24 Todd C. Millerregen
2003-03-24 Todd C. Milleruse man sections 8 and 5 for csops
2003-03-21 Todd C. Millerregen
2003-03-21 Todd C. MillerAdd -lskey or -lopie directly to SUDO_LIBS instead...
2003-03-21 Todd C. Millerregen
2003-03-21 Todd C. MillerAdd --with-blibpath for AIX. An alternate libpath...
2003-03-21 Todd C. MillerAdd --with-blibpath for AIX. An alternate libpath...
2003-03-21 Todd C. MillerAdd --with-blibpath for AIX. An alternate libpath...
2003-03-21 Todd C. Milleradd AIX blibpath support
2003-03-21 Todd C. Miller--with-skey and --with-opie now take an option director...
2003-03-20 Todd C. MillerDetect KTH Kerberos IV and deal with it. Also make...
2003-03-20 Todd C. MillerAdd SUDO_APPEND_LIBPATH function that add -L/path/to...
2003-03-20 Todd C. MillerAdd -R/path/to/libs for Solaris and SVR4. There is...
2003-03-20 Todd C. Millerfor kerb4 put libdes after libkrb on the link line
2003-03-20 Todd C. Millertypo
2003-03-20 Todd C. Millerfix kerberos lib check when a path is specified
2003-03-20 Todd C. MillerFix boolean thinko in SIGCHLD reaper and call reapchild...
2003-03-19 Todd C. Millerregen
2003-03-19 Todd C. Millerreplace =DIR with [=DIR] where sensible
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...
next