Ben Lindstrom
926ce58d3b
- (bal) removed two unsed headers in openbsd-compat/bsd-misc.c
2001-10-10 20:38:55 +00:00
Ben Lindstrom
819f1bef5c
20010929
...
- (bal) move reading 'config.h' up higher. Patch by albert chin
<china@thewrittenword.com)
2001-09-29 14:27:00 +00:00
Damien Miller
5f4b10088f
- (djm) Avoid bad and unportable sprintf usage in compat code
2001-09-25 22:21:52 +10:00
Ben Lindstrom
84a6bfba15
- (bal) openbsd-compat/vis.[ch] is dead wood. Removed.
2001-09-20 02:07:50 +00:00
Damien Miller
ff5f47e230
- (djm) Avoid warning on BSDgetopt
2001-09-18 15:05:20 +10:00
Tim Rice
a4f7ae1a35
- (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h]
...
rename getopt() to BSDgetopt() to keep form conflicting with
system getopt().
[Makefile.in configure.in] disable filepriv until I can add
missing procpriv calls.
2001-09-17 14:34:33 -07:00
Kevin Steves
4da21abd24
- (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com
2001-08-14 21:02:15 +00:00
Kevin Steves
72992afb26
- (stevesk) bsd-cray.c: utmp strings are not C strings
2001-08-14 20:54:52 +00:00
Kevin Steves
f744b512f3
- (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup
...
for some #ifdef _CRAY code; ok wendyp@cray.com
2001-08-14 20:31:49 +00:00
Ben Lindstrom
113339e024
- (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be
...
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net>
2001-08-09 00:56:52 +00:00
Tim Rice
e991e3cf22
- (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in
...
openbsd-compat/openbsd-compat.h ] Add inet_ntop.c inet_ntop.h back
in. Needed for sshconnect.c
[sshconnect.c] fix INET6_ADDRSTRLEN for non IPv6 machines
[configure.in] make tests with missing libraries fail
patch by Wendy Palm <wendyp@cray.com>
Added openbsd-compat/bsd-cray.h. Selective patches from
William L. Jones <jones@mail.utexas.edu>
2001-08-07 15:29:07 -07:00
Ben Lindstrom
6db66ff387
- (bal) Second around of UNICOS patches. A few other things left.
...
Patches by William L. Jones <jones@mail.utexas.edu>
2001-08-06 23:29:16 +00:00
Ben Lindstrom
d9e0824b43
- (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
...
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
Added openbsd-compat/bsd-cray.c. Rest will be merged after
approval. Selective patches from William L. Jones
<jones@mail.utexas.edu>
2001-07-22 19:32:00 +00:00
Ben Lindstrom
cff94beb65
- (bal) Allow sshd to switch user context without password for Cygwin.
...
Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18 16:19:48 +00:00
Tim Rice
2db5371d30
- (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.
...
(needed by openbsd-compat/fake-getaddrinfo.c)
2001-07-15 19:07:49 -07:00
Kevin Steves
60193f70f7
- (stevesk) change getopt() declaration
2001-07-14 16:05:55 +00:00
Damien Miller
4f8e66929b
- (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.
2001-07-14 13:22:53 +10:00
Tim Rice
024acc46e6
- (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to
...
issue warning (line 1: tokens ignored at end of directive line)
- (tim) [sshconnect1.c] give the compiler something to do for success:
if KRB5 and AFS are not defined.
(ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
2001-07-04 21:27:20 -07:00
Ben Lindstrom
5d739a4c86
- (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c.
2001-06-29 12:35:12 +00:00
Ben Lindstrom
deacfcc43f
- (bal) Removed net_aton() since we don't use it any more
2001-06-29 12:32:31 +00:00
Ben Lindstrom
961e98c686
You know I really should wake up. <sigh> Stop those 3 files from files from
...
being compiled since we removed them. =)
2001-06-28 23:30:38 +00:00
Ben Lindstrom
e6affc6a13
- (bal) Remove getusershell() since it's no longer use
2001-06-28 23:27:37 +00:00
Ben Lindstrom
f96d887d75
- (bal) Removed strtok_r and inet_ntop since they are no longer used.
2001-06-28 23:21:28 +00:00
Damien Miller
180207ffe1
20010628
...
- (djm) Sync openbsd-compat with -current libc
2001-06-28 14:48:28 +10:00
Damien Miller
79b332dd67
- (djm) Fix a few warnings the above turned up
2001-06-27 23:36:08 +10:00
Damien Miller
b90416b7df
- (djm) Sync with -current openbsd-compat/readpassphrase.c:
...
- djm@cvs.openbsd.org 2001/06/27 13:23:30
typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
2001-06-27 23:26:38 +10:00
Damien Miller
c8a3868ed0
- (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and
...
Solaris
2001-06-25 18:09:16 +10:00
Ben Lindstrom
68c3ce1075
- (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller
...
<markm@swoon.net>
2001-06-10 17:24:51 +00:00
Ben Lindstrom
b30768f504
- (bal) ANSIify strmode()
2001-06-09 02:22:16 +00:00
Damien Miller
8a188a8027
- (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
2001-04-30 13:55:37 +10:00
Ben Lindstrom
e39867df6d
- (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna
...
Vinschen <vinschen@redhat.com>
2001-04-27 00:34:44 +00:00
Damien Miller
402b331945
- Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
...
<vinschen@redhat.com>
2001-04-14 00:28:42 +10:00
Damien Miller
6e77a538ca
- Sync with OpenBSD glob.c, strlcat.c and vis.c changes
2001-04-14 00:22:33 +10:00
Ben Lindstrom
0998872972
- (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others)
...
lack it.
2001-04-12 21:35:52 +00:00
Kevin Steves
cb17e99fae
- (stevesk) use setresgid() for setegid() if needed
2001-04-09 14:50:52 +00:00
Damien Miller
d8f72ca6d5
- (djm) Another openbsd-compat/glob.c sync
2001-03-30 10:23:17 +10:00
Damien Miller
b68af624a9
- (djm) Sync openbsd-compat/glob.c
2001-03-28 21:05:26 +10:00
Ben Lindstrom
9531825dd0
- Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz
...
Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2001-03-26 05:35:33 +00:00
Tim Rice
d9d5ba2bbd
add get_arg_max(). Use sysconf() if ARG_MAX is not defined.
2001-03-19 20:46:50 -08:00
Ben Lindstrom
9911f12083
- (bal) Oops. Missed globc.h change (OpenBSD CVS).
2001-03-19 21:29:30 +00:00
Ben Lindstrom
11c78f8119
- (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).
2001-03-19 19:00:09 +00:00
Ben Lindstrom
a77d641cea
- (bal) glob.c update to added GLOB_LIMITS.
2001-03-19 18:58:13 +00:00
Ben Lindstrom
aad56ce545
- (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX
2001-03-19 13:42:21 +00:00
Ben Lindstrom
03017ba638
- (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS*
2001-03-19 03:12:25 +00:00
Ben Lindstrom
6cabb6fd6c
- Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix
...
stuff. Change suggested by Mark Miller <markm@swoon.net>
2001-03-19 03:01:56 +00:00
Damien Miller
9de61e8c59
- (djm) Add getusershell() functions from OpenBSD CVS
2001-03-19 10:09:27 +11:00
Damien Miller
a2dc6030f7
Add missing headers
2001-03-19 10:00:53 +11:00
Damien Miller
60bc517356
- (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
...
do it implicitly.
2001-03-19 09:38:15 +11:00
Ben Lindstrom
45b14dbddc
- Check for gl_matchc support in glob_t and fall back to the
...
openbsd-compat/glob.[ch] support if it does not exist.
2001-03-17 01:15:38 +00:00
Damien Miller
3c02768950
- (djm) Add replacement glob() from OpenBSD libc if the system glob is
...
missing or lacks the GLOB_ALTDIRFUNC extension
- (djm) Remove -I$(srcdir)/openbsd-compat from CFLAGS, refer to headers
relatively. Avoids conflict between glob.h and /usr/include/glob.h
2001-03-14 11:39:45 +11:00