index
:
delta/sudo.git
1.6
1.7
1.7.2
1.8
1.9
LDAP
baserock/morph
master
www.sudo.ws: repos/sudo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
check.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove CVS $Sudo$ tags.
Todd C. Miller
2010-03-03
1
-4
/
+0
*
Update copyright years.
Todd C. Miller
2009-05-25
1
-1
/
+1
*
Allow the -k flag to be specified in conjunction with a command or
Todd C. Miller
2009-02-24
1
-8
/
+12
*
Even if neither stdin nor stdout are ttys we may still have /dev/tty
Todd C. Miller
2008-11-25
1
-2
/
+2
*
Move tty checks into check_user() so we only do them if we actually
Todd C. Miller
2008-11-11
1
-0
/
+17
*
Add -n (non-interactive) flag.
Todd C. Miller
2008-03-18
1
-1
/
+6
*
Add support for running a helper program to read the password when
Todd C. Miller
2008-03-02
1
-2
/
+4
*
user_runas -> runas_pw
Todd C. Miller
2008-01-06
1
-2
/
+2
*
Add and document the %p escape in the password prompt.
Todd C. Miller
2008-01-05
1
-0
/
+22
*
Add support for runas groups. This allows the user to run a command
Todd C. Miller
2007-11-21
1
-4
/
+4
*
Do not update timestamp if user not validated by sudoers.
Todd C. Miller
2007-07-06
1
-4
/
+5
*
don't check timestamp mtime if we are just going to remove it
Todd C. Miller
2007-07-06
1
-9
/
+15
*
Fix fd leak when lecture file option is enabled. From Jerry Brown
Todd C. Miller
2005-11-11
1
-0
/
+1
*
Move declatation of struct timespec to its own include files for
Todd C. Miller
2005-06-23
1
-0
/
+3
*
Add explicit cast from mode_t -> u_int in printf to silence warnings on Solaris
Todd C. Miller
2005-04-24
1
-6
/
+6
*
Add efree() for consistency with emalloc() et al. Allows us to rely
Todd C. Miller
2005-03-29
1
-6
/
+4
*
Fix some printf format mismatches on error.
Todd C. Miller
2005-02-12
1
-4
/
+4
*
Update copyright years.
Todd C. Miller
2005-02-12
1
-1
/
+1
*
Add __unused to rcsids
Todd C. Miller
2005-01-27
1
-1
/
+1
*
Use: #include <config.h>
Todd C. Miller
2004-11-19
1
-1
/
+1
*
Implement group caching and use the passwd and group caches throughout.
Todd C. Miller
2004-11-16
1
-1
/
+1
*
Add local error/warning functions like err/warn but that call an additional
Todd C. Miller
2004-11-15
1
-7
/
+2
*
Use timespec throughout.
Todd C. Miller
2004-09-08
1
-10
/
+10
*
Add an extra param to touch() for nsec
Todd C. Miller
2004-09-07
1
-2
/
+2
*
Use utimes() and futimes() instead of utime() in touch(), emulating as needed.
Todd C. Miller
2004-09-07
1
-2
/
+3
*
Don't ask for a password if invoking user == target user.
Todd C. Miller
2004-06-10
1
-1
/
+1
*
Remove trailing spaces, no actual code changes.
Todd C. Miller
2004-06-06
1
-2
/
+2
*
Use PATH_MAX, not MAXPATHLEN since the former is standardized.
Todd C. Miller
2004-06-01
1
-3
/
+3
*
Preliminary changes to support nsr-tandem-nsk. Based on patches from
Todd C. Miller
2004-05-17
1
-1
/
+3
*
More to a less restrictive, ISC-style license.
Todd C. Miller
2004-02-13
1
-28
/
+10
*
Add Stan Lee / Uncle Ben quote to the lecture from RedHat
Todd C. Miller
2004-01-16
1
-2
/
+3
*
Update copyright year
Todd C. Miller
2004-01-05
1
-1
/
+1
*
Add a new option, lecture_file, that can be used to point to a custom
Todd C. Miller
2004-01-05
1
-1
/
+9
*
Add support for tuples in def_data.in; these are implemented as an
Todd C. Miller
2003-12-30
1
-12
/
+15
*
Create def_* macros for each defaults value so we no longer need
Todd C. Miller
2003-12-30
1
-13
/
+13
*
add DARPA credit on affected files
Todd C. Miller
2003-04-16
1
-0
/
+4
*
Use warn/err and getprogname() throughout. The main exception is
Todd C. Miller
2003-04-02
1
-8
/
+9
*
oflow detection in expand_prompt() was faulty (false positives).
Todd C. Miller
2003-04-01
1
-7
/
+10
*
update copyright year
Todd C. Miller
2003-03-15
1
-1
/
+1
*
Cast [ug]ids to unsigned long and printf with %lu
Todd C. Miller
2003-03-15
1
-6
/
+9
*
Use strlc{at,py} for paranoia's sake and exit on overflow. In all
Todd C. Miller
2003-03-13
1
-11
/
+25
*
Add %U and %H escapes and redo prompt rewriting. "%%" now gets collapsed
Todd C. Miller
2002-12-14
1
-33
/
+63
*
Don't call set_perms() when doing timestamp stuff unless timestamp_uid != 0.
Todd C. Miller
2002-05-05
1
-5
/
+10
*
g/c second arg to set_perms--it is no longer used
Todd C. Miller
2002-05-05
1
-5
/
+5
*
Add support for non-root timestamp dirs. This allows the timestamp
Todd C. Miller
2002-05-03
1
-10
/
+17
*
The the loop used to expand %h and %u, the lastchar variable was not being
Todd C. Miller
2002-04-25
1
-2
/
+2
*
o Reorder some headers and use STDC_HEADERS define properly
Todd C. Miller
2001-12-14
1
-13
/
+19
*
fix I_TS_TIMEOUT vs. I_TIMESTAMP_TIMEOUT pasto in previous commit
Todd C. Miller
2001-11-02
1
-1
/
+1
*
Add new T_UINT type that most things use instead of T_INT
Todd C. Miller
2001-11-02
1
-18
/
+23
*
Use stashed user_gid when checking against exempt gid since sudo
Todd C. Miller
2001-03-30
1
-1
/
+1
[next]