Displaying 3 results from an estimated 3 matches for "orjner".
Did you mean:
ordner
2000 Apr 15
0
patch in user validation code
...) */
+ if (!pw->pw_shell || !strlen(pw->pw_shell))
+ shell = _PATH_BSHELL;
+ else
+ shell = pw->pw_shell;
+ if (stat(shell, &st) != 0)
return 0;
if (!((st.st_mode & S_IFREG) && (st.st_mode & (S_IXOTH|S_IXUSR|S_IXGRP))))
return 0;
--
vsync
http://quadium.net/
Orjner.
2000 Oct 03
1
X forwarding fails, Linux 2.4.0-test[8,9]
X forwarding doesn't work for me under Linux kernels 2.4.0-test8 or test9,
using OpenSSH 2.2.0p1 (as packaged in Debian woody.) When I try to ssh to my
machine, the client spits out the following pieces of information:
Warning: Remote host denied X11 forwarding.
Last login: Tue Oct 3 15:26:19 2000 from localhost on pts/2
Linux mallard 2.4.0-test9 #3 Tue Oct 3 14:20:59 CDT 2000 i686 unknown
2001 Dec 10
1
Time delay security function
Hi all developers.
I cannot consider myself to be a software developer ( only have a fair
exposure to some C++, but mostly Perl nad alot of PHP), so forgive my
ignorance.
I recently had an idea about improving security of a system to make it
impossible for another party to hack a system via a login procedure.
Now I'm not sure how current authentication systems work, but I think
that if