search for: quadium

Displaying 4 results from an estimated 4 matches for "quadium".

Did you mean: aquarium
2000 Apr 15
0
patch in user validation code
...d in passwd(5) */ + 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
2006 Sep 10
5
non-informative error message
Hello, The openssh client terminates with the following error message when unable to resolve a username: "You don't exist, go away!" Leaving aside style and tone, the message is not informative. Please consider changing it to something more appropriate and helpful, such as "Unable to resolve username". (The message appears in the files ssh-keygen.c and ssh.c, as of