Displaying 5 results from an estimated 5 matches for "dour".
Did you mean:
door
2001 Jun 14
1
SFTP Logging
...deletions. et cetera.
I've added some logging code to sftp-server.c, and would be happy to
supply patches if it is of any interest at all. There obviously
isn't much code to it, except for an extra function that parses
pflags into a readable text string.
Cheers,
Jason
# "Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ Harvey Online - http://pjh.org/
2001 Jun 20
1
SFTP Logging Redux.
Sorry to repost, but I finally have the code on a machine that has
diff -u, and I've updated it for 2.9p2. Attached is the unified
diff to add logging of SFTP activity to auth.info.
If there is a more proper way to contrib patches, please let me
know.
Cheers,
Jason
# "Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ Harvey Online - http://pjh.org/
-------------- next part --------------
--- sftp-server.c.orig Tue Jun 19 16:32:45 2001
+++ sftp-server.c Wed Jun 20 08:54:03 2001
@@ -52,8 +52,14 @@
/* Version of...
2002 Mar 15
4
PATCH: sftp-server logging.
...nst 3.1p1, and is completely disabled by default.
To enable logging, one must use compile time directives
(-DSFTP_LOGGING). This was done due to prior comments by openssh
developers who felt logging should be a disable alternative at best.
Feedback is appreciated.
Cheers,
Jason
# "Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ Harvey Online - http://pjh.org/
-------------- next part --------------
*** sftp-server.c.orig Thu Mar 14 15:00:51 2002
--- sftp-server.c Fri Mar 15 11:57:48 2002
***************
*** 52,57 ****
---...
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
...target.
This allows a person who is testing new binaries several times an
hour to only update the necessary files, say...
make install-bin
rather than the more broad
make install-files
Not a big issue. Not really a problem. Just finer-grained install
control.
Cheers,
Jason
# "Jason A. Dour" <jason at dour.org> http://dour.org/
# Founder / Executive Producer - PJ Harvey Online - http://pjh.org/
-------------- next part --------------
--- Makefile.in.orig Fri Jun 22 09:53:07 2001
+++ Makefile.in Fri Jun 22 09:56:17 2001
@@ -164,15 +164,17 @@
distprep: catma...
2005 Mar 11
0
SFTP Logging Patch Webpage
For those in the open-ssh community that have been using my SFTP
Logging patches over the years, I've finally posted a webpage
where I will keep the patch available to the public. It is current
as of 4.0p1.
All versions of the patch that I have readily available are at:
http://oddgeek.info/code/openssh/
It goes back as far as 2.9, though I obviously wouldn't encourage
anyone to