Displaying 20 results from an estimated 110 matches similar to: "windows and log time with %t is not displayed"
2010 Nov 01
1
auth child abort - "Requested NTLM scheme, but we have only SSHA256"
Hi!
I noticed these messages in my logs. It seems that the user checked the
"encrypted password" in her outlook or something, and wants NTLM auth.
I'm storing all the passwords as SSHA256, and when the user tries to
auth, this happens:
=> dovecot.info
auth: Info: password(<username>,<user_ip>): Requested NTLM scheme, but
we have only SSHA256
auth: Debug:
2010 Mar 15
1
Extra Imap processes
Hello fellow dovecot users!
I have a question for you guys. I have a server running dovecot/exim and I
allow both pop/pops and imap/imaps. When I look at the running processes, I
see a lot of imap processes that look like the following: imap
[user at domain.tld USER_IP]
Sometimes, there are duplicates imap [user at domain.tld USER_IP] processes.
I was wondering, how come those processes
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
Hi all,
Thank-you to all the developers for rsync. It is
very well done.
I have rsync running on various platforms
connecting to the same server and all is good.
Except for 1 Win2000 Prof. server. I backup
several directories with various permissions and
users successfully. However, there are 2
directories that even though the permissions are
the same as other directories that are
2006 Mar 01
1
sshd blocking SIGALARM turns out to be due to tcpd
Ian Jackson:
> I recently encountered a bug where some ssh login sessions would
> apparently inherit a blocked SIGALRM. A web search showed up two
> relevant threads:
> http://lists.suse.com/archive/suse-linux-e/2005-Dec/2628.html
> http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=113533337923128&w=2
> et seq - but sadly no answers.
>
> Experimentation with
2010 Oct 30
0
Will_Paginate — Set the Starting record ? IE, Photo 3, of 8
Hello. I''m working very hard to build projects > photo_albums > Photos
But am Stuck on being able to implement it.
Desired User Flow...
#1 - User clicks their project
#2 - User sees a list of photo albums
#3 - Users clicks a Photo Album
#4 - User see a list of photos in the album
#5 - User views the clicked photo BUT has will_paginate showing in
the nav for all
2006 Apr 27
12
Stealing users IP address
Is there a functiaon to take the IP address of person who submits to a
form
example:
<input id="user_ip" name="user[ip]" type="hidden" value="<%=
some_ip_call %>" />
--
Posted via http://www.ruby-forum.com/.
2017 Jan 08
0
auth: Error: BUG: Authentication client sent unknown handshake command
Hello!
I run dovecot for many years now, but today it ran into a bug I've never
seen before. Searching the archives, this bug seems to occur very seldom.
The current server installation & configuration is running since mid
2015, uptime of the server today is more than two months. It is a
virtual machine in a data center, debian 7 / reiserfs, 'dovecot -n'
output below.
Just
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 14:16, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:49 PM, Tinker <tinkr at openmailbox.org> wrote:
>> On 2015-11-26 13:33, Darren Tucker wrote:
> [...]
>>> What is the script going to do?
>
> You didn't answer this.
Register the login to the group's login database.
>> How would you do it using bsdauth?
>>
>> (PAM
2015 Sep 12
10
[Bug 2464] New: Adding timestamp to debug messages (log.c:do_log)
https://bugzilla.mindrot.org/show_bug.cgi?id=2464
Bug ID: 2464
Summary: Adding timestamp to debug messages (log.c:do_log)
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2015 Sep 12
10
[Bug 2464] New: Adding timestamp to debug messages (log.c:do_log)
https://bugzilla.mindrot.org/show_bug.cgi?id=2464
Bug ID: 2464
Summary: Adding timestamp to debug messages (log.c:do_log)
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee:
2010 Oct 25
0
Rails 3 -NoMethodError (undefined method `original_filename
Hello! I''m using Rails 3, Uploadify, to send images to S3.
Right now all the images being uploaded to S3 have the MIME:
application/octet-stream
I''d like to fix that but I''m getting the following error:
NoMethodError (undefined method `original_filename'' for
#<ActiveSupport::HashWithIndifferentAccess:0x107c81998>):
app/models/photo.rb:29:in
2008 Jun 05
1
Sound card support?
I have a USB Sound Blaster. I run phpmp for my ogg archive and have a
FM transmitter hooked to it. On my laptop the dom0 has no sound. How
is this accomplished on one of the DomU''s? Can I share the sound
across multiple machines?
Michael
--
*G. Michael Carter*
*Projects* ..
GarageSales http://www.garagesaleorganizer.ca
Blog/Diaries http://theshadow.carterfamily.ca
Family
2012 Mar 31
2
[PATCH v6] hivexml: Add byte run reporting functions
This patch adds value_byte_runs and node_byte_runs. Each byte run
represents the offset and length of a data structure within the hive,
one per node, and one or two per value depending on the length of the
value data.
These byte run functions also add additional data sanity checks as a
hive is being parsed, mainly checking that a node address actually
points to a node, and similarly for values.
2011 Aug 13
2
[Hivex] [PATCH v3] Report last-modified time of hive root and nodes
The infrastructure for modified-time reporting has been essentially
unused. These changes report the registry time by treating the
time fields as Windows filetime fields stored in little-Endian
(which means they can be treated as a single 64-bit little-Endian
integer).
This patch adds to the hivex ABI:
* int64_t hivex_last_modified (hive_h *)
* int64_t hivex_node_timestamp (hive_h *,
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote:
>> The goal is to get a script invoked *at login time*,
>
> This part I follow, but having a script run is just a means to an end
> not the end itself. What is the script going to do?
>
>> so that the authentication only is known to the client
2014 Feb 02
7
[Bug 893] New: Support upstream docbook2x location
https://bugzilla.netfilter.org/show_bug.cgi?id=893
Summary: Support upstream docbook2x location
Product: nftables
Version: unspecified
Platform: All
URL: https://bugs.archlinux.org/task/38706
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
AssignedTo:
2007 Nov 20
3
Problem deleting tc rules
Hi all! :)
I see that this is partially covered in the mailing list archive
but at the moment I can''t find a straight & working answer.
I have an imq device with dynamically attacched classes/qdiscs/filters.
There is a hashing filter that maps the last octet of an user''s IP address
to a class (and associated qdisc). The "empty" filter looks like this:
filter
2011 Aug 16
1
[PATCH] hivexml: Add root attribute to the root node
New feature: If the root node of the XML root is the hive root node,
denote with attribute/value root="1".
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
xml/hivexml.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/xml/hivexml.c b/xml/hivexml.c
index 2967ac9..f29c80c 100644
--- a/xml/hivexml.c
+++ b/xml/hivexml.c
@@ -204,6 +204,10 @@
2011 Dec 13
1
[hivex] [PATCH 2/2] hivex: Expose embedded hive file name
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
generator/generator.ml | 6 ++++++
lib/hivex.c | 6 ++++++
xml/hivexml.c | 9 +++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/generator/generator.ml b/generator/generator.ml
index fc7b483..9e53f4e 100755
--- a/generator/generator.ml
+++ b/generator/generator.ml
@@ -159,6 +159,12
2011 Sep 02
1
[PATCH 6/7] hivexml: Report attributes in values instead of text.
Reporting value data in attributes has two advantages:
* The output of hivexml breaks Python expat processing if binary data
makes it out. This was observed in Software hives.
* Not having child text makes room for child elements.
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
xml/hivexml.c | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
diff