similar to: Password Hashes

Displaying 20 results from an estimated 100 matches similar to: "Password Hashes"

1998 Aug 29
1
Perl code to generate Samba passwd hashes?
Does anyone have perl code that can generate the Samba passwd hashes from a clear text password? I'm aware of the smbpasswd command that comes with Samba but that isn't the best tool for my purposes. I have a local account creation/deletion software that already handles encypting the password to generate unix /etc/passwd files and I need to be able to do the same for the Samba passwd
2011 Mar 10
1
Timezone issue with strftime/strptime and %z and %Z
Hello! I've been trying to get this right for quite a while now and fear there is an easy solution I just don't see. I did not have this problem in Linux, and I searched r-help and Google but did not find a solution, but of course I am grateful for and resources I might not have found our not understood yet. I try to parse a time stamp with time zone. I essentially just want to parse the
1998 Oct 20
0
I found some code that isn't multibyte safe
Jeremy, Ok... now the next question. Will this change cause 1.9.18p11 to be released or is it something that will wait? I'm just asking b/c I want to include it on a new japanese product that's close to going out the door. -john. --------------------------------------------------------------------- John D. Blair jdblair@cobaltnet.com Software
1998 May 25
4
[homes] share(s)
I got back from school the other day and set up samba to avoid hearing questions from my father about "why can't I see your computer from my network neighborhood" etc etc and he wants to mount my mp3 files.. I also set up the standard homes share, but besides being able to connect to _his_ home directory, he is able to _any_ home directory! This is definitely not the behavior I am
1998 Apr 10
1
Windows NT 4.0 SP3
I have Samba 1.9.17p2 and it works great on NT4.0 SP2 When I update to NT4.0SP3, my Samba connection gives me the following message: The account is not authorized to login from this station. Did something change? Maybe NT4.0 SP3 uses a smb.conf option that wasn't used before? I've installed the package version from the Solaris 2.5 web site. I'm actually running Solaris 2.5.1
1998 Apr 21
3
"Not listening for calling name" error - huh?
Hi all, I have two samba machines running v1.9.18p4. When I try and list the shares on the second machine (calvin) fromn the first machine (hobbes) I get this: Session request failed (131,129) with myname=HOBBES destname=CALVIN Not listening for calling name Try to connect as another name (instead of HOBBES) You may find the -n option useful for this Any idea what this is trying to tell me?
1998 Apr 21
1
Windows95 ARPing like crazy
Hi again, I realize this is generally not the place for this question but this is always where the answers are so here goes. We have a couple of win95 Pcs that regularly go nuts and arp foreach IP address on their subnet. The resulting broadcast storm is make even worse because of the inability of our net. admin. to 1) explain it 2) contain it 3) fix it (not too bright). I checked the registry
1998 Apr 22
1
Hiding shares in Network Neighborhood?
Hi all - I'll be the first to admit I don't know a lot about Windows networking, but I've managed to get samba (latest version) up and running and even have a cool netlogon script :) My config has shares for [homes] and [netlogon] and [foobar] (a test). When I look around in Network Neighborhood it lists homes, netlogon, foobar, and philip (my username). Is there some way to make
1998 Apr 21
1
Browsing across subnets - network star configuration
Hi all, I am trying to find a setup for browsing across subnets, however the BROWSER.txt document doesn't cover this situation: I have a network in a star configuration with a Linux machine acting as a router in the middle. ---------------- | Linux Router | ----------------
1998 Apr 01
3
Dissapearing samba servers
Hi I've seen a couple of people post this problem, but I've never seen an answer, and now it's happenning to me. I run Solaris 2.5.1, and samba-1.9.17p1. Every so often a pc can look in the network neighborhood and the samba server just isn't there, though you can still map a network drive by using a UNC pathway: \\server\share so the share is still out there but the server
1998 Apr 06
3
Triggering processes through Samba
Hi, I need to upload data from a barcode scanner into a Progress database on UNIX. The barcode reader is attached to a PC. We have set it up in this way that the barcode reader creates a file in a directory shared by the PC and an HP box. A simple daemon on the HP scans the directory and triggers a program to upload the data whenever it finds a file in that directory. I was wondering if
1998 Apr 03
3
smbd not loading
When I try and load smbd I get this error in the log :- bind failed on port 139 socket_addr=0.0.0.0 (Address already in use) Closing connections 04/02/1998 14:02:01 Server exit (caught signal) I am using Slackware 3 with Linux kernel 2.0.33, and Samba-1.9.18p4. there is no problem with Netbios naming as I can see th Linux machine in Network Neighbourhood and my samba client seems to be
2003 Nov 19
5
ISOdate returns incorrect date?
Dear all, I have found the following (for me) incomprehensible behaviour of ISOdate (POSIXct): > ISOdate(1900,6,16) [1] "1900-06-15 14:00:00 Westeurop?ische Sommerzeit" > ISOdate(1950,6,16) [1] "1950-06-16 14:00:00 Westeurop?ische Sommerzeit" Note that in the first case I get the 15th of June back, not the 16th as I would have expected! This happened under R-1.7.1 on
1998 Apr 21
2
Browsing across subnets - some more problems
Hi all, I am still battling to get browsing across subnets to work. I just need some clarification on some issues. I understand the following things to be the case, please correct me if I am wrong: - Machines on a subnet will periodically announce their existance by broadcasting to everyone their identity - Other machines will hear these broadcasts, and add the machines to their browse lists. -
2003 Nov 25
0
AW: ISOdate() and strptime()
Thanks for this clarification. I have learned in the meantime that it is necessary to be very careful when using all these POSIX things. As another example, here is something that made me scratch my head just yesterday: When I create a sequence of days that happens to start before and ends in daylight savings time, I seem to lose a day: > seq(from = strptime("20030329",
2002 Oct 07
0
Why are big data.frames slow? What can I do to get it fas ter?
Extracting from data frame one element at a time the way you did is expensive. I.e., test[i, 6] is slower than test$whatever[i]. As an example: > dat <- data.frame(a = sample(LETTERS, 1e6, replace=TRUE), b=1:1e6, + c=rep("A", 1e6)) > dat$a <- as.character(dat$a) > dat$c <- as.character(dat$c) > > system.time( + for(i in 1:10) { + dat[i, 3]
2006 May 12
0
draft-proposal for Ajax.History - History/Bookmark handling in Ajax apps
Hi list, In one of my previous projects I had to satisfy the requirement of handling browser back- and forward calls within an Ajax application. Thus I didn''t get an urge to switch the JS part of this project to an other framework like dojo (which supports Browser history handling out-of-the-box), I had to come up with an idea of doing this with prototype/scriptaculous. The arisen
2006 Jun 29
11
Autocompleter without a default choice
Hi, I have an ajax auto completer for a text field in a form. All''s good. Unfortunately, I also want the form to be submitted when the user hits ''return'' in the text field. This combination of circumstances means that if the user is typing his entry and then hits return to submit it is possible that dang auto completer will pop up and complete his entry for even if he
1998 Feb 02
9
Logon script
Hello, I am having a little problem with executing logon scripts on Win95 clients, logging into Samba Netlogon service. When a user logges in, a MS-DOS prompt shows up and quicky disappears. Then I get "Please Wait While your logon script executes". It hangs at that point. A user has to hit cancel to start his win95 session. I have done the logon script in MS-DOS editor. I have the
1998 Nov 24
0
source/client/client.c : redundant calls to getenv()
Another small problem in 2.0.0beta2: around line 1968, getenv() is called three times, with the same argument. The glibc manual says the memory zone returned by getenv() may be clobbered on non-glibc systems by other calls to getenv(), but there are no such calls in-between. I suggest to modify this code as : line 1924 : char *p, *user; line 1968 : if ((user=getenv("USER")) {