Displaying 20 results from an estimated 100 matches similar to: "[PATCH] Cygwin: Add SeTcbPrivilege to sshd_server user"
2009 Oct 09
0
Samba assignment of privileges
Even though Samba doesn't use all of the NT privileges, does it allow assigning them to domain
users or groups?
I.e. this list:
|Group Policy Name |Constant Name |
|Access this computer from the network |SeNetworkLogonRight |
|Access Credential Manager as a trusted |SeTrustedCredManAccessPrivilege |
|caller
2003 Nov 05
0
[PATCH] contrip/cygwin: Reworking the installation support
Hi,
the below patch to contrib/cygwin is a major rework to allow various
changes in the installation process on Cygwin machines. The important
changes are:
- New Makefile, providing a `cygwin-postinstall' target which allows
to create a base installation as in the Cygwin distribution, which
should be run right after a `make install'.
- Additional information given in the README
2009 Mar 02
0
winbindd_pam_auth_crap: invalid password length
Hi,
I am using squid+ntlm-helper+samba+winbindd.
Squid mailing list told me to try this one.
When using the setting "Send NTLMv2 Response only" on my windows VISTA
machines I get this error message in my logs.
winbindd_pam_auth_crap: invalid password length.
As soon as I change the setting to "Send NTLMv2 if negotiated" it works.
Samba v3.2.5
Winbindd v3.2.5
Squid
2006 Jan 09
0
[PATCH] Add service dependency to network
Hi,
Cygwin only:
Under some circumstances, the sshd service gets accidentally started
*before* the network service has been started up. The reason that this
can happen is, that the sshd service gets installed without a dependency
to the network service in contrib/cygwin/ssh-host-config so far.
The below patch fixes that by adding a dependency to the "tcpip" Windows
service. This
2006 May 09
1
Post-Win2k3 Upgrade rsync+ssh Permissions Problem
Hi all. OK, so I have a mostly Solaris infrastructure with a group of
Windows 2000 server boxes. I installed Cygwin rsync/ssh on them and have
been using it to keep Web images up to date by pushing them from a central
server thus:
/usr/local/bin/rsync -e ssh -vrtz --delete
--rsync-path=c:/cygwin/bin/rsync.exe /webnfs/webfiles/images/
winserver:d:/webfiles/images
This sync runs as the UNIX user
2013 Jul 02
1
[patch/cygwin]: Fix documentation
Hi,
could somebody with checkin rights please apply the below patch?
It modernizes and improves readability of the Cygwin README file
(which hasn't been updated for ages), drops unsupported OSes from
the ssh-host-config help text, and drops an unneeded option from
ssh-user-config.
Thanks in advance,
Corinna
Index: contrib/cygwin/README
2006 Apr 23
0
Domain trust relationship between Samba 3.0.21c and AD 2003
Hello,
I have two domains:
- a domain FRANCE on a SAMBA PDC called "SARGE"
- a domain DOMAINTEST on a Active Directory called "SRV2003-2"
I followed the samba howto chapter on setting a domain trust
relationship between this two domains.
For now, I just want DOMAINTEST users to log on shares of the FRANCE domain.
On Windows 2003 side, with the MMC I can check/revalidate
2012 Jun 05
1
[patch/cygwin]: Explicitely add user right to start service
Hi,
could somebody with checkin rights please apply the below patch to the
Cygwin service creator script? It patches a problem when using an
existing account to start the sshd service. In that case the script
so far doesn't make sure that the user has th right to logon as a
service.
Index: contrib/cygwin/ssh-host-config
===================================================================
2004 Jan 23
0
[PATCH] contrib/cygwin/README
Hi,
the latest update to contrib/cygwin/README was missing the documentaion
of the new ssh-host-config options. The below patch fixes that.
Please apply. Thanks,
Corinna
Index: contrib/cygwin/README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
retrieving revision 1.13
diff -p -u -r1.13 README
--- contrib/cygwin/README
2004 Sep 12
0
[PATCH] contrib/cygwin/ssh-host-config
Hi,
the below patch solves a problem with recent changes in the Cygwin
default installation process. Could somebody please apply it?
Thanks in advance,
Corinna
Index: contrib/cygwin/ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.14
diff -p -u -r1.14 ssh-host-config
---
2005 Mar 13
0
[PATCH] contrib/cygwin/ssh-host-config: Reliability fix
Hi,
the below patch makes the query for the localized name of the local
administrators group more reliable. Can somebody check it in, please?
Thanks,
Corinna
Index: ssh-host-config
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/ssh-host-config,v
retrieving revision 1.15
diff -p -u -r1.15 ssh-host-config
--- ssh-host-config 21 Sep
2006 May 10
2
[LLVMdev] llvm-gcc4 & mingw32
Hello, Everyone.
This is just brief description on building llvm-gcc4 with mingw32.
It's definitely non error-free and contains many "hacks", which should
be eliminated in the future.
1. Prerequisites
We're building in the folowing configuration:
1.1 GCC 3.4.5:
gcc -v
Reading specs from f:/research/mingw/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with:
2020 Oct 23
0
Wine release 5.20
The Wine development release 5.20 is now available.
What's new in this release (see below for details):
- More work on the DSS cryptographic provider.
- A number of fixes for windowless RichEdit.
- Support for FLS callbacks.
- Window resizing in the new console host.
- Various bug fixes.
The source is available from the following locations:
2004 Aug 22
0
app_mp3 with bri-stuff.0.1.0RC4a does not work
Hi there,
app_mp3 still does not work with the latest bri-stuff patch and the
zaphfc driver. Here in my place it only works with the patch attached.
For me it seems the bri-stuff worsens the asterisk timing... has anybody
else made experiences with it?
Deti
-------------- next part --------------
Index: app_mp3.c
===================================================================
RCS file:
2024 Aug 13
0
[PATCH] Simplify code with freezero
The freezero call is practically the same as calling explicit_bzero
followed by free.
Okay?
Index: sshbuf.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sshbuf.c,v
diff -u -p -u -p -r1.19 sshbuf.c
--- sshbuf.c 2 Dec 2022 04:40:27 -0000 1.19
+++ sshbuf.c 13 Aug 2024 16:54:20 -0000
@@ -183,10 +183,8 @@ sshbuf_free(struct sshbuf *buf)
2024 Aug 13
2
[PATCH] Fix typos in sshbuf.c
This patch fixes two spelling mistakes in code comments,
which means no functional change:
still-extant -> still-existant
the -> then
Okay?
Index: sshbuf.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sshbuf.c,v
diff -u -p -u -p -r1.19 sshbuf.c
--- sshbuf.c 2 Dec 2022 04:40:27 -0000 1.19
+++ sshbuf.c 13 Aug 2024 16:39:12 -0000
@@
2024 Aug 13
1
[PATCH] harden parent-child check in sshbuf.c
This simple additional check hardens sshbuf against linking an
sshbuf into itself as parent/child pair, which could lead to ref
counting issues.
Purely defensive measure. I am not aware that this could happen
somehwere in the code by now.
Okay?
Index: sshbuf.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/sshbuf.c,v
diff -u -p -u -p -r1.19
2024 Aug 13
1
[PATCH] Reorder calloc arguments
Reordering calloc arguments silences gcc compiler warnings of
latest versions. Spotted with OpenSSH-portable on a Linux system.
Okay?
Index: cipher.c
===================================================================
RCS file: /cvs/src/usr.bin/ssh/cipher.c,v
diff -u -p -u -p -r1.121 cipher.c
--- cipher.c 17 May 2024 02:39:11 -0000 1.121
+++ cipher.c 13 Aug 2024 16:46:00 -0000
@@ -249,7 +249,7
2007 Apr 15
2
Patch : Fix pointer cast warning
Hi all,
The code currently in CVS gives a compile warning:
memory.c: In function 'FLAC__memory_alloc_aligned':
memory.c:52: warning: cast from pointer to integer of different size
memory.c:52: warning: cast to pointer from integer of different size
The patch below fixes this warning by detecting the sizeof (void*)
at configure time and then using that for a little pointer
2000 Jul 31
0
NetBSD patches
------- Forwarded Message
The following patches should fix vorbis-tools to build on NetBSD. I'm
not including the diff to the configure scripts, so you'll need to
rerun autoconf in the toplevel and libao directory after applying
these patches to the configure.in files.
It also appears that vorbis-tools/libao/ao_libs.inc is automatically
generated by a configure script but checked into