search for: ntea

Displaying 15 results from an estimated 15 matches for "ntea".

Did you mean: nea
2002 Mar 31
5
File Owner, Group and Permissions for Win2000
Hi, I need to mirror some Linux directories on a Win2000 box but the owner, group and permissions are lost. I realize Win2000 does not use the same system but thought there may be some way around it with cygwin. Is it possible to mimick /etc/passwd to preserve ownership etc? Is there a better solution? Roger -------------- next part -------------- HTML attachment scrubbed and removed
2001 Jul 11
2
[PATCH]: Cygwin: Allow sshd to switch user context without password
....h> #include <stdlib.h> +#include <sys/utsname.h> #include <sys/vfs.h> #include <windows.h> #define is_winnt (GetVersion() < 0x80000000) +#define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) + #if defined(open) && open == binary_open # undef open #endif @@ -61,12 +65,34 @@ int check_nt_auth(int pwd_authenticated, * context on NT systems is the password authentication. So * we d...
2002 Feb 12
3
Strict Mode for Client?
Is there a way to specify "strict modes = false" on the client side? I'm having trouble getting the client to accept the password file on Windows 2000, since rsync doesn't want the file to be other-readable, but this concept doesn't map too well to Windows. Alternatively, if I could simply set the proper permissions on the passfile, that would suit me fine, but it seems
2002 Aug 12
1
rsync --password-file on cygwin
Hi. As the man page explains, and this message http://www.mail-archive.com/rsync@lists.samba.org/msg04069.html summarizes from the different man pages rsync will not use the password file if it is world readable. Now, if the rsync team was so kind to add the "strict mode" option for the cygwin platform to ignore if the file is world readable when running in daemon mode why
2002 Nov 14
0
Owner and permissions problems when syncing w2k<->w2k
...ferred files (no problem with the actual transfer) get owned by SYSTEM with no permissions for anybody else. I have tried to use "Log On As" to change the user (to the administrator), but if I do that the daemon won't start at all. I have also tried to changing the cygwin environment ntea to ntsec (and both). In my log-file I occasionally get a 2002/11/14 [2056] rsync error: received SIGUSR1 or SIGINT (code 20) at /tmp/rsync-2.5.5/rsync.c(229) All hints are more than welcome! TIA, Greger Cronquist -- Server side: cygrunsrv.exe -I "rsyncd" -d"RSYNC Backup Daemo...
2002 Jul 31
0
[PATCH]: Match Cygwin version check to reality
...7 @@ RCSID("$Id: bsd-cygwin_util.c,v 1.8 2002 #define is_winnt (GetVersion() < 0x80000000) #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) #if defined(open) && open == binary_open @@ -74,6 +75,56 @@ int binary_pipe(int fd[2]) return ret; } +#define HAS_CREATE_TOKEN 1 +#define HAS_NTSEC_BY_DEFAULT 2 + +static int has_capabilit...
2001 Jun 04
1
[PATCH]: Add check_ntsec to ownership/mode tests
...e added calls to `check_ntsec()' to the code which checks for the ownership and modes of identity files and directories. As you might know, check_ntsec() tests if owner/modes are supported by the OS (9x/ME=no, NT/W2K=yes), the filesystem (FAT/FAT32=no, NTFS=yes) and the current Cygwin settings (ntea/ntsec). Corinna Index: auth-rhosts.c =================================================================== RCS file: /cvs/openssh_cvs/auth-rhosts.c,v retrieving revision 1.17 diff -u -p -r1.17 auth-rhosts.c --- auth-rhosts.c 2001/04/12 23:34:35 1.17 +++ auth-rhosts.c 2001/06/04 10:05:34 @@ -228,6 +...
2002 Feb 20
2
[PATCH] rsync on cygwin - textmode config files
...Does more recent cygwin handle this better? I'll try it without the patch and try to reproduce the bug I was seeing back then. (3) Third, under CYGWIN, it makes little sense to force attribute check on the password file. It can be made to work if env var CYGWIN contains "ntea" (nt extended attribute mode -- CYGWIN emulates unix permissions through a hack), but frankly, it is a MAJOR pain in the ass to get working especially when trying to run rsync as a NT service. Besides, CYGWIN permissions won't give you any added security -- the securi...
2002 Nov 09
1
[PATCH] Two Cygwin related patches
...7 @@ RCSID("$Id: bsd-cygwin_util.c,v 1.8 2002 #define is_winnt (GetVersion() < 0x80000000) #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) +#define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) #if defined(open) && open == binary_open @@ -74,6 +75,56 @@ int binary_pipe(int fd[2]) return ret; } +#define HAS_CREATE_TOKEN 1 +#define HAS_NTSEC_BY_DEFAULT 2 + +static int has_capabilit...
2006 Sep 01
0
[PATCH] Cygwin: Avoid implicit declaration warnings
...de <sys/types.h> #include <sys/stat.h> #include <sys/utsname.h> @@ -47,13 +54,6 @@ #define ntsec_on(c) ((c) && strstr((c),"ntsec") && !strstr((c),"nontsec")) #define ntsec_off(c) ((c) && strstr((c),"nontsec")) #define ntea_on(c) ((c) && strstr((c),"ntea") && !strstr((c),"nontea")) - -#if defined(open) && open == binary_open -# undef open -#endif -#if defined(pipe) && open == binary_pipe -# undef pipe -#endif int binary_open(const char *filename, int flags,...
2005 Nov 10
2
rsync --password-file= Problem
...elete --password-file=/cygdrive/d/test/test.txt /cygdrive/d/test/ user@hostadress:/home/janvb/test How can this be solved? Is there an error? (i.e. something with global permissions etc. I tried to solve it with set RSYNC_PASSWORD=mypassword or set RSYNC_PASSWORD=pass set CYGWIN=NTEA NTSEC but it seems not to be working Thanks in advance, Jan Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm -------------- next part -------------- HTML attachment scrubbed and removed
2002 May 22
1
AW: rsync without syncing file permissions under W2K
Wernicke, Heino (CGS) wrote: >Thank you! >That helps a little. But the permissions on target machine >will not be inherited from parent folder as I wanted. > Uhm... removing ntsec shouldn't touch permissions at all... can't just you use "chmod -R 755 *" after rsyncing? -- Lapo 'Raist' Luchini lapo@lapo.it (PGP & X.509 keys available) http://www.lapo.it
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
...version >= 1.3.2. Keep in mind that `ntsec' has to be activated to +allow that feature. +=========================================================================== + +=========================================================================== Important change since 2.3.0p1: When using `ntea' or `ntsec' you now have to care for the ownership @@ -37,6 +46,9 @@ Options: --no -n Answer all questions with "no" automatically. --port -p <n> sshd listens on port n. +Additionally ssh-host-config now asks if it should install sshd as a...
2013 Jul 02
1
[patch/cygwin]: Fix documentation
...version >= 1.3.2. Keep in mind that `ntsec' has to be activated to -allow that feature. -=========================================================================== - -=========================================================================== -Important change since 2.3.0p1: - -When using `ntea' or `ntsec' you now have to care for the ownership -and permission bits of your host key files and your private key files. -The host key files have to be owned by the NT account which starts -sshd. The user key files have to be owned by the user. The permission -bits of the private key file...
2000 Oct 28
11
Another shapshot
I have just uploaded another snapshot to: http://www.mindrot.org/misc/openssh/openssh-SNAP-20001028.tar.gz Please test this one extra hard, it is likely to become 2.3.0p1 early next week. Regards, Damien Miller -- | ``We've all heard that a million monkeys banging on | Damien Miller - | a million typewriters will eventually reproduce the | <djm at mindrot.org> | works of