Displaying 2 results from an estimated 2 matches for "aux_funcs".
2000 Aug 01
2
Port of OpenSSH-2.1.1p4 to Cygwin
...from `configure.in'.
We still have a problem with the sources: One file is called `aux.c'
which is a special filename on Windows systems. This results in the
need to rename the file since it's impossible to create a file with
that name on any Windows system. I have renamed the file to
`aux_funcs.c'. Is it possible to convince the author to rename that
file permanently?
This patch (attached as gzip'd file) needs the latest Cygwin version
1.1.3 which is accessible via ftp://sources.redhat.com/pub/cygwin/latest
ChangeLog:
==========
- Makefile.in: Changed to support $EXEEXT transpa...
2000 Jun 07
1
[PATCH]: Port of openssh-2.1.0p3 to Cygwin environment
...as some special files (devices) called NUL, AUX, PRN, LPT, CON
and as a holdover from `those good ol' DOS days' :-( it's not
possible to name a regular file eg. "aux", "aux.foo", "foo.aux".
To get rid of that problem, I have renamed the file `aux.c' to
`aux_funcs.c'. You can't see this file name change in my patch
only in `Makefile.in', unfortunately.
With that port, you can use sshd either as service which enables
NT password authentication for each user or as a user bound
daemon which allows RSA/DSA authentication only for exactly that
user d...