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 |
2002-05-08 |
Todd C. Miller | We actually do still need config.h to get the 'const... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | regen with autoconf 2.5.3 |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | Don't set sysconfdir to '/etc' if the user has specifie... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | Some fixes for autoconf 2.53 from Robert Uhl |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | No need for dump_badenv() now that dump_defaults()... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | ++version |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | document timestampowner |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | Don't call set_perms() when doing timestamp stuff unles... |
commit | commitdiff | tree | snapshot |
2002-05-05 |
Todd C. Miller | g/c second arg to set_perms--it is no longer used |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Todd C. Miller | Add support for non-root timestamp dirs. This allows... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Todd C. Miller | Add timestampowner, "Owner of the authentication timest... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Todd C. Miller | Don't try to pre-compute the size of the new envp,... |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Todd C. Miller | Fix two typo/pastos; from jrj@purdue.edu |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Todd C. Miller | ++version SUDO_1_6_6 |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Todd C. Miller | Sync with 1.6.6 |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Todd C. Miller | The the loop used to expand %h and %u, the lastchar... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Todd C. Miller | crank version to 1.6.6 |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Todd C. Miller | #undef VOID to get rid of an AFS warning |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Todd C. Miller | Use easprintf instead of emalloc + sprintf for some... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Todd C. Miller | Remove Chris Jepeway's email address so people don... |
commit | commitdiff | tree | snapshot |
2002-03-12 |
Todd C. Miller | Move endpwent() to be after set_perms(PERM_RUNAS, ... |
commit | commitdiff | tree | snapshot |
2002-02-22 |
Todd C. Miller | Make it clear which configure options take arguments. |
commit | commitdiff | tree | snapshot |
2002-01-25 |
Todd C. Miller | HP-UX 9.x has RLIMIT_* but no RLIM_INFINITY. If there... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Zero and free allocated memory when there is a conversa... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Use sigaction() not signal() |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Mention that some linux kernels have broken POSIX saved... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | checkpoint for 1.6.5p2 |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Add --disable-setreuid flag |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Document new --disable-setreuid option and change descr... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | fatal() now takes an argument that determines whether... |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Update for new error messages from set_perms() |
commit | commitdiff | tree | snapshot |
2002-01-22 |
Todd C. Miller | Update for new error messages from set_perms() |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | Make this compile w/o warnings |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | Mention that we can't use pam_acct_mgmt() |
commit | commitdiff | tree | snapshot |
2002-01-21 |
Todd C. Miller | The user's password was not zeroed after use when AIX... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Avoid giving PAM a NULL password response, use the... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't check the return value of pam_setcred(). In... |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't need a '/' between $(DESTDIR) and a directory. |
commit | commitdiff | tree | snapshot |
2002-01-20 |
Todd C. Miller | Don't need a '/' between $(DESTDIR) and a directory. |
commit | commitdiff | tree | snapshot |
next |