Displaying 3 results from an estimated 3 matches for "broken_setresuid".
2003 Oct 27
8
[Bug 645] Configure mis-identifies setresgid
http://bugzilla.mindrot.org/show_bug.cgi?id=645
------- Additional Comments From dtucker at zip.com.au 2003-10-27 13:43 -------
Created an attachment (id=487)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=487&action=view)
Test setresuid and setresguid for "not implemented"
Please try this patch. You will need to run "autoreconf" after applying, then
2004 Dec 27
0
[patch] some buildsystem fixes for crosscompiling
...s have setresuid that isn't implemented, test for this
- AC_MSG_CHECKING(if setresuid seems to work)
- AC_TRY_RUN([
-#include <stdlib.h>
-#include <errno.h>
-int main(){errno=0; setresuid(0,0,0); if (errno==ENOSYS) exit(1); else exit(0);}
- ],
- [AC_MSG_RESULT(yes)],
- [AC_DEFINE(BROKEN_SETRESUID)
- AC_MSG_RESULT(not implemented)]
- )
-])
-
-AC_CHECK_FUNCS(setresgid, [
- dnl Some platorms have setresgid that isn't implemented, test for this
- AC_MSG_CHECKING(if setresgid seems to work)
- AC_TRY_RUN([
-#include <stdlib.h>
-#include <errno.h>
-int main(){errno=0; setresgid(0...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...ne __REGISTER_PREFIX__
#define __LDBL_DIG__ 18
#define __NO_INLINE__ 1
#define __i386 1
#define __FLT_MANT_DIG__ 24
#define __VERSION__ "3.3.3 (SuSE Linux)"
config.h:
#define _CONFIG_H
/* #undef SETEUID_BREAKS_SETUID */
/* #undef BROKEN_SETREUID */
/* #undef BROKEN_SETREGID */
/* #undef BROKEN_SETRESUID */
/* #undef BROKEN_SETRESGID */
#define SPT_TYPE SPT_REUSEARGV
/* #undef SPT_PADCHAR */
/* #undef BROKEN_SYS_TERMIO_H */
/* #undef HAVE_SECUREWARE */
#define LOGIN_PROGRAM_FALLBACK "/bin/login"
#define _PATH_PASSWD_PROG "/usr/bin/passwd"
/* #undef HAVE_PW_CLASS_IN_PASSWD */
/*...