similar to: Win95/98 login

Displaying 20 results from an estimated 7000 matches similar to: "Win95/98 login"

2004 Sep 07
2
[LLVMdev] Hey, who said you could use Obsequi's code!
Just kidding. :-) Hi, I was just doing a Google search on my name and I ran across a site that actually had a reference to Obsequi a program I wrote almost three years ago now. I thought the program had been forgotten a long time ago (forgotten might not be the right word, I'm not sure if it was ever remembered). Anyway I was just wondering how John Criswell ever ran across such a low
2010 May 17
3
libshout2 with aac
On 17 May 2010, at 21:07, Geoff Shang wrote: > On Mon, 17 May 2010, Jamie Bullock wrote: > >> I'm write an icecast source client and I'd like to support streaming of AAC encoded files. >> >> Can anyone tell me if and how this can be achieved with libshout2/icecast? > > I can't tel you as I don't know, but Ices0 can do AAC (IIRC) so you could look
2007 Apr 14
5
SAMBA Problem - Users take ownership
Hi, I have a problem with my Samba/WinBIND implementation. In folders shared by multiple people the last one to access and modify a file takes ownership of the file and changes the permissions so other users cannot make changes to the same file: [root@atlas PLANNING RECORDS]# cd REGIONAL\ 1\ AIRLINE\ DOCS/ [root@atlas REGIONAL 1 AIRLINE DOCS]# ls -al total 1232 drwxrws---+ 8 root
2007 Jan 25
4
What Happened to my SAMBA? Permissions Issue
OK. Everything is going great for 4 years on my FC3 Samba Version 3.0.3-5. Now all of a sudden, when someone opens a Word/Excel file on a Samba share, it changes the user Owner to that user as well as modifies the permissions to r-x and leaves the group/permission bits/owner setting alone. I have the root directories for all shares with the u and g sticky bits set on, but it is not enforcing
2006 Dec 08
1
winbindd to NT 4.0
Hi, I have a Samba server Version 3.0.14a-2. It has been working flawlessly for close to a year. I utilize winbindd to a NT4.0 domain to authenticate users to my Samba shares. All of a sudden, the shares are no longer accessible to Windows machines. An ls on an example directory shows: drwxrws--- 15 root 10000 4096 Dec 6 11:21 AC_Manuals This is wierd because the 10000 should show
2004 Sep 07
0
[LLVMdev] Hey, who said you could use Obsequi's code!
Nathan Bullock wrote: > Just kidding. :-) My gosh. Your subject line nearly gave me a heart attack! :) > > Hi, I was just doing a Google search on my name and I > ran across a site that actually had a reference to > Obsequi a program I wrote almost three years ago now. > I thought the program had been forgotten a long time > ago (forgotten might not be the right word,
2006 Dec 14
3
Error since upgrade to Version 3.0.23a-1.fc4.1 - URGENT
My samba shares aren't working with ACL access since the upgrade. Here is an example of the error from /var/log/messages Dec 14 12:44:17 gfm-atlas smbd[14365]: [2006/12/14 12:44:17, 0] smbd/service.c:make_connection_snum(911) Dec 14 12:44:17 gfm-atlas smbd[14365]: '/usr/GFM_Shares/Users/Receiving' does not exist or permission denied when connecting to [GF_Receiving] Error was
2010 May 17
2
libshout2 with aac
On 17 May 2010, at 22:42, Romain Beauxis <toots at rastageeks.org> wrote: > Le lundi 17 mai 2010 23:36:53, Jamie Bullock a ?crit : >> On 17 May 2010, at 21:07, Geoff Shang wrote: >>> On Mon, 17 May 2010, Jamie Bullock wrote: >>> >>> >>>> I'm write an icecast source client and I'd like to support >>>> streaming of
2005 Jan 25
2
ACL not working
Hi I want to set Security to single file, but I keep getting access denied, I can change the Permissions that is alreday displayed, but I can add any user or group, after redaing the samba how to it seems I need POSIX ACL, but the book didn't mention anything about how to use POSIX ACL, Trying to set it from windows doesn't work, can anyone point me to document about POSIX ACL ? BTW
2012 Jun 20
2
exact relative positioning of lattice plots
Hello, I have two lattice plots for which panel.height is fixed. I am trying to position them in a column so that there is exactly half an inch of vertical space between them. This would be a simple task if I were not fixing panel.height. But given that I am, I can't find a way to put exactly half an inch of space between the plots. Is there a way? I've checked the Sarkar and
2005 Jan 24
1
RE More help on ACL problemplease...anyone...anyone...Bueller?
Extract of smb.conf : valid users (S) This is a list of users that should be allowed to login to this service. Names starting with '@', '+' and '&' are interpreted using the same rules as described in the invalid users parameter. If this is empty (the default) then any user can login. If a username is in both this list and the invalid
2005 Jun 22
1
Two Questions
I have looked for answers to these two questions on Google, rsync mailing lists, and of course the rsync man page but seem to be coming up blank. First: What is the advantage of using the rsync daemon vs just rsync over ssh? I am hoping for a link to a webpage that details these differences. Second: How does rsync over ssh initiate itself on the remote machine? Here is what I mean. As I
2005 Jul 31
1
I think I found a bug...
I am looking at rsync 2.6.6 When I try to rsync a directory using --link-dest it never creates hardlinks. After crashing my way through the code here is what I found: generator.c: function 'unchanged_file' if (ignore_times) return 0; return cmp_modtime(st->st_mtime, file->modtime) == 0; shouldn't these lines be: if (ignore_times) return 1;
2012 May 01
2
[LLVMdev] Gold plugin and LLVM tools documentation
Hi, I've been following the instructions on how to use the LLVM Gold plugin at http://llvm.org/docs/GoldPlugin.html while building an multiple versions of WebKit. The documentation hasn't been updated since 2010 and hasn't really matched my experiences, so I'd like to ask if I'm doing these steps incorrectly. What I'm trying to do is force all compilation steps to
2012 May 01
0
[LLVMdev] Gold plugin and LLVM tools documentation
> First, I create libjscore.a with ar, where I've changed the command > line to load the plugin: > ar cqs --plugin > /home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so > libjscore.a <list of object files> Note that you shouldn't need to pass --plugin to ar, it searches bfd-plugins. > Then I link jsc against libjscore.a: >
2005 Jun 26
1
2.6.3, 2.6.4 incompatibilities
I am wondering if there are known incompatibilities between 2.6.3 and 2.6.4? I have a debian box with 2.6.4 and a FC3 box with 2.6.3. Most of the time rsync works fine between the two but I am running this command on FC3 box: rsync -azvv --stats --delete --files-from=/root/.rsb2.tmp / nathan@debian:/home/backup/bkp.01 And I am getting this error message: building file list ... [sender] expand
2002 Aug 11
4
OSF/1 or Tru64 patch for Privsep
Either this never made it to the list or no one cares about Tru64. This is the last time I'll send this patch to the list. If no one steps up and finishes it or provides me with enough information to fix any remaining bugs (one being complaint that 'ssh site cmd' does not work right). If there is no activity on this for a week. I'll post it to bugzilla and will ignore any
2013 Jan 31
1
Samba4 DFS Support
What's the status of DFS support in Samba4? Using Win7 and smbclient and Linux I'm getting generic error messages related to not being able to access the DFS. This similar config is working in Samba v. 3.5.6. I spent some time Googling and didn't find much. I did find one page that suggested Samba4 DFS support may be limited only to the sysvol and netlogon shares at this time.
2006 Jul 27
7
''remember me'' using cookies
I''m about to implement this, and I''m thinking of storing the user''s id and their hashed password in the cookie after a successful authentication. can any see an obvious security issue with this? I know the method is vulnerable to cookie theft but am i missing anything? thanks alan
2004 Sep 21
2
Folder Permissions
Hi, I have Samba up and running as well as winbind. I have ran some tests to confirm that yes indeed winbind is able to query the Windows NT 4.0 PDC for user/group/password information. However I am having difficulty understanding how to set shares up in samba so that I can apply permissions to them using my Windows user information rather than creating each user on samba with the same password