similar to: Strong Session Key and XP

Displaying 20 results from an estimated 7000 matches similar to: "Strong Session Key and XP"

2005 Mar 21
2
what are *.tdb files?
In /varcache/samba/ I have several .tdb files. Like brlock.tdb, locking.tdb, ntdrivers.tdb, etc. Excusing my ignorance, what are these files, and what do they do? And why must they be copied when migrating from one samba server to a new one?
2005 Mar 22
0
OS/2 EAs
Jeremy Allison <jra@samba.org> Sent by: samba-bounces+webster=lexmark.com@lists.samba.org 03/22/05 12:11 PM Please respond to Jeremy Allison To: "Gerald (Jerry) Carter" <jerry@samba.org> cc: samba@lists.samba.org, Anthony Linux <anthony.linux@gmail.com> Subject: Re: [Samba] Strong Session Key and XP On Tue, Mar 22, 2005 at
2006 Dec 11
1
Using Rails Plugins with Camping
I just picked up Camping and I''m currently reviewing every little tidbit of information I can find out about it. I really liked the simplicity of RubyOnRails, but sometimes you want something fast and everything is relative. After looking at Camping, RubyOnRails seems like a lot of work if you just want to test out a prototype of a small web app. One thing I do miss are all the
2016 Sep 12
2
problem with bindings configure script
James, That worked, thanks, but with a caveat. I don't know if this is a limitation of autoconf/configure, but jni.h wants to include jni_md.h, which is located in JNI_INCLUDE_DIR/win32, which is not automatically searched. I was able to work around this by moving jni_md.h from the win32 sub directory to the same directory as jni.h. No idea who's bug this is, if it is legitimately a bug,
2008 Dec 10
2
Confusion with Converting Factors to Dates using as.date
Dear R-Helpers: I'm having a problem getting dates into the correct format. I have a data frame, which is based on a .csv file that I imported into R via read.table. R has converted my date variables to factors; when I use the as.Date command, most of the values are converted "correctly" (and by this I guess I mean converted "as I wish them to be") but some have not been.
2005 Sep 20
9
HooDaHek 0.6 Released
HooDaHek 0.6 has been released. So soon, you say? Well, the best laid plans of mice and men... Steven BerkHolz is a pretty sharp stick and said to me, "Why don't you have HooDaHek change the CallerID when it looks up the name in the database on an incoming call?" Much head smacketh ensued, and as I made that change for Steven, I noticed that I had the way wrong version of
2003 Jan 15
1
security = server "random" failures
I have a Windows 2K SP2 terminal server and a Samba 2.2.7a server. The Samba server uses security=server with the 2K terminal server as the password server. Users log in to the terminal server and attempt to access (always the same) share on the Samba box. When there are no sessions open to the Samba server the connection from the terminal server always works; subsequent connections (with
2005 Dec 29
3
Maintaining DB reflection without scaffolding
Hi, I would like to know if there is a way to maintain database reflection for the ''new'' and ''edit'' views whilst removing scaffolding? I''m trying to create a webapp that will be somewhat maintainable by colleagues (that aren''t necessarily web developers) through simple manipulation of db table fields. For example to add another field to the
2004 Dec 28
1
Update: Slow browsing/reading from WinXP SP2
I stumbled onto another tidbit that may shed some more light. From the new laptop, I tried to create a new folder on the 'samba' share. It fails with the following error message: "Unable to create the folder 'New Folder'. Access is denied" It obviously looks like a permissions issue, but what? I did not have to make any changes to my other laptop (upgraded from XP
2012 Oct 27
7
How does btrfs behave on checksum mismatch?
I came across the tidbit that ZFS has a contract guarantee that the data read back will either be correct (the checksum computed over the data read from the disk matches the checksum stored on disk), or you get an I/O error. Obviously, this greatly reduces the probability that the data is invalid. (Particularly when taken in combination with the disk firmware''s own ECC and checksumming.)
2009 Feb 21
3
Help w/ rake db:migrate error
I made a few changes to my migration files, dropped all tables (rake db:drop:all), and when I went to re-create everything (rake db:migrate), I get this: rake db:migrate --trace (in /Users/Eric/Development/Work/Rails/pcod) ** Invoke db:migrate (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! undefined method `random'' for Tidbit(Table doesn''t
2004 Feb 11
0
PAM_unix[171]: (samba) session closed for user taisan
Hi, 1 I got message "The specified network name is no longer = available" show on PC/Win2000 when copy large files to ARM9 base = NAS(with SAMBA 2.2.8 + Linux Kennel 2.4.18) file size is correct but content appended with all "0" in = ARM9 NAS HDD. 2. At the console of ARM9 NAS show : ..... root@sword:/var# . smbd[170]: PAM
2009 Dec 01
3
qemu-dm high cpu usage
Hi all, I''m not sure what qemu-dm does or how to debug its high CPU usage. Any one mind giving me a clue? - Brian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2016 Nov 04
5
RHEL 7.3 released
On Fri, Nov 4, 2016 at 8:59 AM, Johnny Hughes <johnny at centos.org> wrote: > On 11/04/2016 04:38 AM, James Hogarth wrote: > > As a heads up RHEL 7.3 is released: > > <snip> > > 1. Is CentOS-7.3 done yet? Answer: NO! > > And it is NOT CentOS-7.3 .. it is CentOS-7 (1611) based on RHEL-7.3 > Sources. The main tree will be labeled '7.3.1611' on
2006 Dec 13
0
Null session problem when mounting share using domainuseraccount
My global session of smb.conf is as follows: [global] dos charset =3D UTF8 display charset =3D UTF8 unix charset =3D UTF8 server schannel=3Dauto netbios name =3D NSA1129 write ok =3D yes guest account =3D smbguest map to guest =3D bad user encrypt passwords =3D yes map archive =3D no client use spnego =3D no
2013 Oct 04
3
Converting augeas snippet to puppet augeas resource
(apologies in advance for the line wrap) I have the following tidbit of augeas code, which inserts a rule into /etc/sysconfig/iptables as the first rule of a specifically named chain; # augtool> insert append before "/files/etc/sysconfig/iptables/table/append[. = ''Mayo-Firewall-INPUT''][1]" # augtool> match /files/etc/sysconfig/iptables/table/append[. =
2006 Feb 10
0
Functional testing - why can you use session[:key] but not session[:key]= ?
Question''s all in the title.. def test_foo assert_equal ''foo'', session[:bar] # Perfectly valid end def test_blowup session[:bar] = foo # TypeError: Symbol as array index ... end I always create a @session variable in the setup method. Just curious as to why you can get session values but not set them using session[] Pat
2005 Apr 26
1
[Bug 1026] Sudden hang of SSH session using IPv6
http://bugzilla.mindrot.org/show_bug.cgi?id=1026 Summary: Sudden hang of SSH session using IPv6 Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: pb at
2011 Feb 21
7
Air Conditioning - ON!
All, (and please do not turn this into the next long thread) We have a small team which volunteers their time to create the CentOS releases. They are pounded right now with getting that done... it is as simple as that. Each of us 'chose' to use CentOS and with that choice comes nothing more. Why are we complaining? To me, it is all very self-centered. Basically we're all
2005 Apr 26
3
[Bug 1027] Sudden hang of SSH session using IPv6
http://bugzilla.mindrot.org/show_bug.cgi?id=1027 Summary: Sudden hang of SSH session using IPv6 Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: pb at