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
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add --disable-setreuid flag
Todd C. Miller
2002-01-22
1
-0
/
+9
*
o BSDi also has a bogus setreuid()
Todd C. Miller
2002-01-18
1
-2
/
+15
*
version 1.6.5
Todd C. Miller
2002-01-16
1
-2
/
+2
*
Add --disable-root-mailer option to run the mailer as the user and not root.
Todd C. Miller
2002-01-16
1
-2
/
+17
*
Add a configure option to turn off use of POSIX saved IDs
Todd C. Miller
2002-01-15
1
-0
/
+15
*
add --with-efence option
Todd C. Miller
2002-01-15
1
-0
/
+13
*
Use -O not -O2 for m88k-motorola-sysv* since motorola gcc-derived
Todd C. Miller
2002-01-07
1
-0
/
+6
*
Add info for autoheader.
Todd C. Miller
2002-01-02
1
-86
/
+142
*
allow user to always override mansectsu and mansectform
Todd C. Miller
2002-01-01
1
-28
/
+28
*
o Call AC_PROG_CC_STDC to find out how to run the compiler in ANSI mode
Todd C. Miller
2001-12-31
1
-51
/
+2
*
avoid the -g flag unless --with-devel was specified
Todd C. Miller
2001-12-19
1
-0
/
+7
*
use AC_SYS_POSIX_TERMIOS instead of rolling our own
Todd C. Miller
2001-12-15
1
-2
/
+6
*
Fix check for sigaction_t
Todd C. Miller
2001-12-15
1
-1
/
+1
*
Add check for sigaction_t -- IRIX already defines this so don't redefine it.
Todd C. Miller
2001-12-14
1
-0
/
+2
*
Remove redundant checks for string.h, strings.h and unistd.h
Todd C. Miller
2001-12-14
1
-1
/
+1
*
o Don't define STDC_HEADERS unconditionally for IRIX
Todd C. Miller
2001-12-14
1
-4
/
+1
*
Add checks for volatile and sig_atomic_t
Todd C. Miller
2001-12-14
1
-0
/
+3
*
_PATH_SENDMAIL -> _PATH_SUDO_SENDMAIL so --without-sendmail works on
Todd C. Miller
2001-12-14
1
-1
/
+1
*
Add check for skeyaccess(3)
Todd C. Miller
2001-12-12
1
-0
/
+1
*
Add check for isblank and a replacement macro if it doesn't exist.
Todd C. Miller
2001-12-12
1
-0
/
+1
*
Kill POSIX_SIGNALS define and old signal support now that we emulate POSIX ones
Todd C. Miller
2001-12-08
1
-2
/
+2
*
sco now is identified by config.guess as *-sco-*
Todd C. Miller
2001-10-05
1
-1
/
+1
*
Check for getspnam() in -lgen if not in -lc for UnixWare.
Todd C. Miller
2001-10-05
1
-1
/
+1
*
remove some backslash quotes that are unneeded
Todd C. Miller
2001-07-17
1
-8
/
+8
*
o Tweaks to make this work with autoconf-2.50
Todd C. Miller
2001-07-17
1
-29
/
+24
*
force NeXT to use flock since lockf is broken
Todd C. Miller
2001-04-04
1
-0
/
+5
*
fix typo in last commit
Todd C. Miller
2000-12-30
1
-1
/
+1
*
Add check + emulation for setegid (like seteuid).
Todd C. Miller
2000-12-30
1
-1
/
+1
*
New Defaults options:
Todd C. Miller
2000-12-30
1
-1
/
+15
*
For NCR, add -lc89 to LIBS, not SUDO_LIBS and cache the existence
Todd C. Miller
2000-11-02
1
-1
/
+1
*
Check for strcasecmp(3) in -lc89 for NCR Unix
Todd C. Miller
2000-11-02
1
-1
/
+6
*
Add check for _innetgr(3) since NCR systems have that instead of
Todd C. Miller
2000-11-01
1
-2
/
+2
*
--with-bsdauth assumes --with-logincap
Todd C. Miller
2000-10-30
1
-1
/
+3
*
Add support for BSD authentication.
Todd C. Miller
2000-10-26
1
-18
/
+18
*
Have to hard code default values in help since the defaults
Todd C. Miller
2000-09-07
1
-11
/
+11
*
Substitute values from configure into man pages.
Todd C. Miller
2000-08-13
1
-128
/
+246
*
Fix --with-badpri help line
Todd C. Miller
2000-04-19
1
-1
/
+1
*
Don't bother checking for the path to vi if user specified --with-editor
Todd C. Miller
2000-04-02
1
-3
/
+5
*
OSF/1 puts file formats in section 4, not 5.
Todd C. Miller
2000-03-24
1
-0
/
+2
*
If there is no inet_addr but there *is* an __inet_addr that's ok since
Todd C. Miller
2000-03-24
1
-2
/
+2
*
Don't use shlicc for BSD/OS 4.x
Todd C. Miller
2000-03-24
1
-9
/
+8
*
*.man lives in cwd, *.cat lives in $(srcdir), add a @mansrcdir@
Todd C. Miller
2000-03-24
1
-0
/
+3
*
Add FreeBSD login.conf support (untested on BSD/OS) based on a patch from
Todd C. Miller
2000-03-23
1
-2
/
+43
*
FreeBSD login class (login.conf) support.
Todd C. Miller
2000-03-07
1
-0
/
+28
*
crank versino to 1.6.3
Todd C. Miller
2000-02-16
1
-1
/
+1
*
Fix thinko, some && should have been || in the last commit
Todd C. Miller
2000-02-13
1
-4
/
+4
*
Don't initialized Makefile variables to be NULL since the user may
Todd C. Miller
2000-02-13
1
-18
/
+15
*
typo
Todd C. Miller
2000-02-04
1
-1
/
+1
*
Make pam work on HP-UX 11.0;jaearick@colby.edu
Todd C. Miller
2000-01-27
1
-7
/
+7
*
Fix sudoers locking in visudo. We now lock the sudoers file itself, not
Todd C. Miller
2000-01-19
1
-1
/
+1
[next]