-
Last week there were several unsuccessful login attempts to the xrdp server on a few of my systems. All the syslog logs for the day had to say was entries like below for each failed attempt:
Nov 1 23:48:56 servername sesman: pam_unix(sesman:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
Nov 1 23:48:56 servername sesman: pam_unix(sesman:auth): check pass; user...
2008-11-03 20:51:38 UTC in xrdp
-
I don't think the suggestion to add "session required pam_unix.so" to the /etc/pam.d/sesman file will do much in the way of helping with this feature request. I've gone so far as to add
session include system-auth
to mine, which will add the session line above among many others, and it's done nothing to help make the client IP address visible, either in the system logs or...
2008-11-03 20:07:38 UTC in xrdp
-
Hi, Dan. Could you please provide a reference to the relevant RFC? In my searching, I was unable to find it.
The ietf.org site seems only to have this draft, which expired in 1997, and as far as I can tell, never obtained official RFC status:
http://tools.ietf.org/html/draft-giudici-web-robots-cntrl-00
The standard we follow is the one published at http://www.robotstxt.org/ which...
2007-11-09 16:41:51 UTC in ht://Dig
-
"dig" and "htdig" are completely unrelated programs. They have nothing to do with each other, and there's nothing we can do about bugs in "dig". It's not our project.
2007-05-04 20:38:47 UTC in ht://Dig
-
My testing shows it's not just corrupted databases, but also an empty (but otherwise valid) word database that can trigger the segfaults. This happens when htdig can contact the web server in the start_url, but never indexes any text (e.g. a 404 error on the initial URL).
As for when dict is allocated, it is just a pointer that is allocated before Fuzzy's constructor. The actual object that...
2007-03-06 22:52:26 UTC in ht://Dig
-
File Added: htdig-3.2.0b6-segfault.patch.
2007-03-06 22:40:13 UTC in ht://Dig
-
If it was working a few days ago, you'll need to backtrack to find out what has changed since the time it was working. The ht://Dig software hasn't changed in those few days, so it must be something else (which means it's not really an ht://Dig bug, right?). The tricky thing about the search_results_wrapper handling code is that if for any reason htsearch can't open the wrapper file, it will...
2007-02-05 20:13:28 UTC in ht://Dig
-
Rather than simply commenting out the dict = 0; statement in the Fuzzy constructor in htfuzzy/Fuzzy.cc, it seems the proper fix would be to replace it with dict = new Dictionary; instead. That way, when it gets to the writeDB() method, which seems to assume that dict is already set, it actually will be even if there were no words in the database. I haven't actually tried this, but it seems...
2006-12-20 16:53:35 UTC in ht://Dig
-
Logged In: YES
user_id=149687
No, I didn't know about the bindist target, so I did much of that
manually. I've now rebuilt the binaries using make bindist, and the
archives of them are up on my web site, renamed to the same names as I
used before. They're just a little smaller now, and they use the same
directory structure as you did (I had previously omitted the "genesis-
2.3/"...
2006-09-09 14:59:48 UTC in GENESIS Neural Simulator
-
Logged In: YES
user_id=149687
Sorry, I don't have my PowerBook here with me today, so I
can't retrieve the Makefile right now. The binaries I
uploaded to our web server don't include the src
subdirectory, as you probably noticed. However, all I did
was uncomment all the definitions in the OSX section of the
Makefile I copied from Makefile.dist. I didn't need to add,
change or remove...
2006-09-08 21:29:52 UTC in GENESIS Neural Simulator