Displaying 9 results from an estimated 9 matches for "ceria".
Did you mean:
seria
2001 Jun 03
3
Handling of password & account expirations
...enBSD mailing lists I have written a patch to attempt to address
the problem myself. This has already been submitted to bugs at openbsd
several days ago, but met no response, thus I'm submitting it here as
well (probably proper procedure in the first place).
Patch is available at:
http://www.cerias.purdue.edu/homes/rajak/openbsd/patch_exp-support
The changes are minor, should not add any significant overhead and seem
to be the right thing to do in any case. I would personally like to see
a sshd config option that allowed customizable warning times, which I
added in session.c (very similar...
2002 Jun 03
2
Re: [Lrlug-discuss]emergency....file/directory recovery
...ystem.
>
> 3) Mount the filesystem(s) read-only.
>
> 4) Download and compile The Coroner's Toolkit, which contains a couple
> of utilities you will need: unrm and lazarus. You can get TCT at:
> http://www.fish.com/tct/ . You may also want to get TCTUTILs from
> http://www.cerias.purdue.edu/homes/carrier/forensics/ to get a nicer
> interface for TCT.
>
> 5) Read http://www.fish.com/tct/help-recovering-file for a walkthrough.
>
> I did this a few years ago and it works, but it will probably take you
> many many hours to do a recovery and then it will pro...
2002 Jun 04
1
[Fwd: Re: [K12OSN] Re: [Lrlug-discuss]emergency....file/directory recovery]
...only.
> > >
> > > 4) Download and compile The Coroner's Toolkit, which contains a couple
> > > of utilities you will need: unrm and lazarus. You can get TCT at:
> > > http://www.fish.com/tct/ . You may also want to get TCTUTILs from
> > > http://www.cerias.purdue.edu/homes/carrier/forensics/ to get a nicer
> > > interface for TCT.
> > >
> > > 5) Read http://www.fish.com/tct/help-recovering-file for a walkthrough.
> > >
> > > I did this a few years ago and it works, but it will probably take you
> >...
2000 Apr 03
0
EGD 0.7
...rsive
hash of 0's). If the commands return in the same order, then the output bits
are in the same order every time the daemon is restarted, regardless of the
system command results.
I emailed the author last week and he fixed it over the weekend.
http://www.lothar.com/tech/crypto/
brian
CERIAS - Purdue University
2002 Mar 30
3
[Bug 109] sftp hangs when a tcsh user types quit or exit
http://bugzilla.mindrot.org/show_bug.cgi?id=109
------- Additional Comments From stevesk at pobox.com 2002-03-31 05:06 -------
i'm not sure. can someone dup and debug this?
can you still dup with 3.1p1?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2008 Sep 13
3
Freebsd auto locking users
Dear FreeBsd gurus, I have a problem concerning users password and
authentication policies. The goal is
1)make freebsd to lock users after 3 unsuccessful login attempts,
2)force users to change their passwords every 90 days
I've done such changes in Linux distros, with various PAM modules.But in
Freebsd it seems that i need to use login.conf file. Here I made
necessary changes in that
2010 Apr 15
1
Odd Size SSH data frame
I am doing a certain analysis with different kinds of traffic and SSH is one
of them. I am using SSH Version 2 on the complete test bed. Also, I am doing
in depth packet analysis and have landed up with some anomalies.
1. Out of Millions of packet there are about 5 packets that are of odd size.
The size is only the data frame size considered after the TCP header has
been removed. All other
2003 Jan 24
1
[patch] Still a problem with cleanup.c
Hello,
There is still a problem with the _exit_cleanup() function in
cleanup.c despite the patch that was put in last week that prevented
recursion. It turns out that sometimes multiple calls in close
sequence are done and this causes rsync to spin out of control
instead of exiting.
This bug was found by Marc Espie and the patch I'm including is
his as well. It hasn't been commited
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
Hello,
Noticed a couple of problems with the rsync testsuite. I have included
a possible patch for each problem (attached & inlined.)
The first problem is that on OpenBSD when make test is run and tests
are skipped you see messages like this:
cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped": No such file or directory
SKIP chown ()
After my patch, you get the appropriate