Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-10-25 | - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch | Ben Lindstrom | |
by todd@ | |||
2001-10-10 | - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c | Ben Lindstrom | |
2001-09-29 | 20010929 | Ben Lindstrom | |
- (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com) | |||
2001-09-25 | - (djm) Avoid bad and unportable sprintf usage in compat code | Damien Miller | |
2001-09-20 | - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. | Ben Lindstrom | |
2001-09-18 | - (djm) Avoid warning on BSDgetopt | Damien Miller | |
2001-09-17 | - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h] | Tim Rice | |
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-08-14 | - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com | Kevin Steves | |
2001-08-14 | - (stevesk) bsd-cray.c: utmp strings are not C strings | Kevin Steves | |
2001-08-14 | - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup | Kevin Steves | |
for some #ifdef _CRAY code; ok wendyp@cray.com | |||
2001-08-09 | - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be | Ben Lindstrom | |
_BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net> | |||
2001-08-07 | - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in | Tim Rice | |
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-06 | - (bal) Second around of UNICOS patches. A few other things left. | Ben Lindstrom | |
Patches by William L. Jones <jones@mail.utexas.edu> | |||
2001-07-22 | - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, | Ben Lindstrom | |
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-18 | - (bal) Allow sshd to switch user context without password for Cygwin. | Ben Lindstrom | |
Patch by Corinna Vinschen <vinschen@redhat.com> | |||
2001-07-15 | - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. | Tim Rice | |
(needed by openbsd-compat/fake-getaddrinfo.c) | |||
2001-07-14 | - (stevesk) change getopt() declaration | Kevin Steves | |
2001-07-14 | - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. | Damien Miller | |
2001-07-04 | - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to | Tim Rice | |
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-06-29 | - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c. | Ben Lindstrom | |
2001-06-29 | - (bal) Removed net_aton() since we don't use it any more | Ben Lindstrom | |
2001-06-28 | You know I really should wake up. <sigh> Stop those 3 files from files from | Ben Lindstrom | |
being compiled since we removed them. =) | |||
2001-06-28 | - (bal) Remove getusershell() since it's no longer use | Ben Lindstrom | |
2001-06-28 | - (bal) Removed strtok_r and inet_ntop since they are no longer used. | Ben Lindstrom | |
2001-06-28 | 20010628 | Damien Miller | |
- (djm) Sync openbsd-compat with -current libc | |||
2001-06-27 | - (djm) Fix a few warnings the above turned up | Damien Miller | |
2001-06-27 | - (djm) Sync with -current openbsd-compat/readpassphrase.c: | Damien Miller | |
- djm@cvs.openbsd.org 2001/06/27 13:23:30 typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@ | |||
2001-06-25 | - (djm) Bring in readpassphrase() from OpenBSD libc. Compiles OK on Linux and | Damien Miller | |
Solaris | |||
2001-06-10 | - (bal) NeXT/MacOS X lack libgen.h and dirname(). Patch by Mark Miller | Ben Lindstrom | |
<markm@swoon.net> | |||
2001-06-09 | - (bal) ANSIify strmode() | Ben Lindstrom | |
2001-04-30 | - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net> | Damien Miller | |
2001-04-27 | - (bal) arpa/nameser.h does not exist on Cygwin. Patch by Corinna | Ben Lindstrom | |
Vinschen <vinschen@redhat.com> | |||
2001-04-14 | - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> | |||
2001-04-14 | - Sync with OpenBSD glob.c, strlcat.c and vis.c changes | Damien Miller | |
2001-04-12 | - (bal) Added openbsd-compat/inet_ntop.[ch] since HP/UX (and others) | Ben Lindstrom | |
lack it. | |||
2001-04-09 | - (stevesk) use setresgid() for setegid() if needed | Kevin Steves | |
2001-03-30 | - (djm) Another openbsd-compat/glob.c sync | Damien Miller | |
2001-03-28 | - (djm) Sync openbsd-compat/glob.c | Damien Miller | |
2001-03-26 | - Fix pointer issues in waitpid() and wait() replaces. Patch by Lutz | Ben Lindstrom | |
Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-03-19 | add get_arg_max(). Use sysconf() if ARG_MAX is not defined. | Tim Rice | |
2001-03-19 | - (bal) Oops. Missed globc.h change (OpenBSD CVS). | Ben Lindstrom | |
2001-03-19 | - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS). | Ben Lindstrom | |
2001-03-19 | - (bal) glob.c update to added GLOB_LIMITS. | Ben Lindstrom | |
2001-03-19 | - (bal) Minor NeXT fixed. Forgot to #undef NGROUPS_MAX | Ben Lindstrom | |
2001-03-19 | - (bal) NeXTStep lacks S_ISLNK. Plus split up S_IS* | Ben Lindstrom | |
2001-03-19 | - Use 'NGROUPS' for NeXT Since 'MAX_NGROUPS' is wrapped up in -lposix | Ben Lindstrom | |
stuff. Change suggested by Mark Miller <markm@swoon.net> | |||
2001-03-19 | - (djm) Add getusershell() functions from OpenBSD CVS | Damien Miller | |
2001-03-19 | Add missing headers | Damien Miller | |
2001-03-19 | - (djm) Seed PRNG at startup, rather than waiting for arc4random calls to | Damien Miller | |
do it implicitly. | |||
2001-03-17 | - Check for gl_matchc support in glob_t and fall back to the | Ben Lindstrom | |
openbsd-compat/glob.[ch] support if it does not exist. |