2003-03-19 |
Todd C. Miller | o Use AC_MSG_* instead of "echo" |
commit | commitdiff | tree | snapshot |
2003-03-19 |
Todd C. Miller | --with-kerb4 and --with-kerb5 now take an optional... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Todd C. Miller | Kill remaining strcpy(), the programmer's guide says... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Todd C. Miller | trat uid_t as unsigned long for printf and use snprintf... |
commit | commitdiff | tree | snapshot |
2003-03-16 |
Todd C. Miller | use snprintf |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | Cast [ug]ids to unsigned long and printf with %lu |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | correct error messages for --with-sudoers-{mode,uid... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | make the malloc(0) error specific to each function... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | deal with platforms where size_t is signed and there... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | Make this compile w/ Heimdal and fix some gcc warnings. |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | Use stat_sudoers macro so --with-stow can work |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | Add support for --with-stow based on patches from Rober... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | fix indentation |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | back out rev 1.352 |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | use strlcpy, not strncpy |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | Fix typo; check pw_uid, not pw_gid after setusercontext... |
commit | commitdiff | tree | snapshot |
2003-03-15 |
Todd C. Miller | use pid_t |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | Make gcc shutup about unused rcsid |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | Move the n == 0 check for the non-getifaddrs cas |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | skeychallenge() on NetBSD take a size parameter |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | put -ldl after -lpam, not before; fixes static linking... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | Avoid malloc(0) and fix the loop invariant for the... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | Preserve copyright notice from .pod file in .man.in... |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Todd C. Miller | Add sudoers(5) to SEE ALSO |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | Don't assume libc can realloc() a NULL string. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | simplify fill_args a little and use strlcpy for paranoia |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | Use strlc{at,py} for paranoia's sake and exit on overfl... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | Add strlc{at,py} protos |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | Use erealloc3() |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | Oflow test of nmemb > SIZE_MAX / size is fine (don... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | snprintf() a uid as %lu, not %ld to match the MAX_UID_T... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Todd C. Miller | In MAX_UID_T_LEN test cast uid_t to unsigned long,... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Use snprintf() for paranoia |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Use emalloc2 and erealloc3 |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | strlc{at,py} for those w/o it |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | stlc{at,py} for those w/o it. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Add stlc{at,py} for those w/o it. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Add erealloc3(), a realloc() version of emalloc2(). |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Use emalloc2() to allocate N things of a certain size. |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Add emalloc2() -- like calloc() but w/o the bzero and... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Todd C. Miller | Error out on malloc(0); suggested by theo |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Todd C. Miller | fix a typo; David Krause |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Todd C. Miller | fix typo |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Todd C. Miller | Remove DYLD_ from the environment for MacOS X; from... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Todd C. Miller | not not; Anil Madhavapeddy |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Todd C. Miller | typos; jmc@openbsd.org |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | Add some missing ';' rule terminators that bison warns... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | fix typo I introduced in last merge |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | regenerate with autoconf 2.57 |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | Add missing "$HOME" |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | Add some more square backets to make autoconf 2.57... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | Updates from autoconf-2.57 |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Todd C. Miller | Updates from autoconf-2.57 |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Todd C. Miller | Add support for Defaults>RunasUser |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Todd C. Miller | fclose() yyin after each yyparse() is done and use... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Todd C. Miller | Better fix for sudoers files w/o a newline before EOF... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Todd C. Miller | Work around what appears to be a flex bug when dealing... |
commit | commitdiff | tree | snapshot |
2003-01-06 |
Todd C. Miller | o The parser needs sudoers to end with a newline but... |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Todd C. Miller | Fix pasto/thinko in setresgid()/setregid() usage. |
commit | commitdiff | tree | snapshot |
2002-12-15 |
Todd C. Miller | don't compile set_perms_posix if we have setreuid or... |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Todd C. Miller | document new prompt escapes |
commit | commitdiff | tree | snapshot |
2002-12-14 |
Todd C. Miller | Add %U and %H escapes and redo prompt rewriting. ... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Todd C. Miller | Write the prompt *after* turning off echo to avoid... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Todd C. Miller | Add support for mipseb; wiz@danbala.tuwien.ac.at |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Todd C. Miller | Fix IRIX fallout from name changes in man dir/sect... |
commit | commitdiff | tree | snapshot |
2002-12-13 |
Todd C. Miller | Keep a local copy of tgetpass_flags so we don't add... |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-11-28 |
Todd C. Miller | Add missing yyerror() calls; YYERROR does not seem... |
commit | commitdiff | tree | snapshot |
2002-11-26 |
Todd C. Miller | fix typo in comment; Pedro Bastos |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | document --disable-setresuid |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | Sprinkle some volatile qualifiers to prevent over-enthu... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | minor sign fixes pointed out by gcc -Wsign-compare |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | Revamp set_perms. We now use a version based on setres... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | regen from configure.in |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | Add checks for setresuid() and a way to disable using it |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | No long need to emulate set*[ug]id() via setres[ug... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | Before exec, restore state of signal handlers to be... |
commit | commitdiff | tree | snapshot |
2002-11-22 |
Todd C. Miller | o timestamp_uid should be uid_t, not int |
commit | commitdiff | tree | snapshot |
2002-09-19 |
Todd C. Miller | update ftp link for bison |
commit | commitdiff | tree | snapshot |
2002-07-20 |
Todd C. Miller | Error out if setusercontext() fails and the runas user... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Todd C. Miller | Fix rcsid |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Todd C. Miller | Fix SecurID API test |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Todd C. Miller | typo in comment |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Todd C. Miller | securid5 stuff needs pthreads. Just adding -lpthread... |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Todd C. Miller | SecurID API version 5 support from Michael Stroucken |
commit | commitdiff | tree | snapshot |
2002-05-17 |
Todd C. Miller | Add check for SecurID 5.0 API |
commit | commitdiff | tree | snapshot |
next |