Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - (bal) getopt now can be staticly compiled on those platforms missing | mouring | 2002-06-22 | 1 | -24/+24 |
| | | | | optreset. Patch by binder@arago.de | ||||
* | - (bal) Fixed AIX environment handling, use setpcred() instead of existing | mouring | 2002-06-21 | 2 | -100/+0 |
| | | | | code. (Bugzilla Bug 261) | ||||
* | - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com | mouring | 2002-06-13 | 2 | -4/+4 |
| | |||||
* | - (bal) Build noop setgroups() for cygwin to clean up code (For other | mouring | 2002-06-12 | 2 | -2/+18 |
| | | | | | platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | ||||
* | - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy. | mouring | 2002-05-15 | 2 | -8/+71 |
| | |||||
* | fix logic on when seed_rng() is called. | tim | 2002-05-08 | 1 | -2/+2 |
| | | | | Report by Chris Maxwell <maxwell@cs.dal.ca> | ||||
* | Add truncate() emulation to address Bug 208 | tim | 2002-05-08 | 2 | -2/+24 |
| | |||||
* | - (djm) Fix readpassphase compilation for systems which have it | djm | 2002-05-01 | 1 | -2/+1 |
| | |||||
* | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | stevesk | 2002-04-15 | 2 | -11/+43 |
| | |||||
* | [acconfig.h defines.h includes.h] put includes in includes.h and | tim | 2002-04-12 | 2 | -3/+3 |
| | | | | | | defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@ | ||||
* | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | mouring | 2002-04-06 | 1 | -20/+7 |
| | | | | incomplete. | ||||
* | - (bal) Too many <sys/queue.h> issues. Remove all workarounds and | mouring | 2002-04-05 | 1 | -3/+84 |
| | | | | using internal version only. | ||||
* | - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h" | stevesk | 2002-03-26 | 1 | -0/+667 |
| | |||||
* | - (bal) Test for IRIX JOBS support at runtime. Patch provided | mouring | 2002-03-08 | 1 | -7/+20 |
| | | | | by David Kaelbling <drk@sgi.com> | ||||
* | - (stevesk) openbsd-compat/base64.h: typo in comment | stevesk | 2002-02-26 | 1 | -2/+2 |
| | |||||
* | - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() | mouring | 2002-02-25 | 1 | -1/+1 |
| | | | | since we need more session information than provided by that function. | ||||
* | - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we | mouring | 2002-02-24 | 2 | -8/+12 |
| | | | | | need to do the jobs (AIX still does not fully compile, but that is coming). | ||||
* | - (bal) Migrated AIX getuserattr and usrinfo code to | mouring | 2002-02-19 | 4 | -3/+136 |
| | | | | | openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source. | ||||
* | - (bal) Migrate IRIX jobs/projects/audit/etc code to | mouring | 2002-02-19 | 4 | -4/+74 |
| | | | | openbsd-compat/port-irix.[ch] to improve readiblity of do_child() | ||||
* | oops, remove some debugging junk that crept in | djm | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | unbreak | djm | 2002-02-13 | 1 | -2/+2 |
| | |||||
* | - (djm) Sync openbsd-compat with OpenBSD CVS too | djm | 2002-02-13 | 7 | -69/+105 |
| | |||||
* | - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen | djm | 2001-12-29 | 2 | -5/+7 |
| | | | | <vinschen@redhat.com> Could be abused to guess valid usernames | ||||
* | - (bal) PCRE no longer required. Banished from the source along with | mouring | 2001-12-07 | 1 | -106/+0 |
| | | | | fake-regex.h | ||||
* | [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c, | tim | 2001-11-27 | 3 | -2/+28 |
| | | | | | | | openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c] Allow SSHD to install as service under WIndows 9x/Me [configure.ac] Fix to allow linking against PCRE on Cygwin Patches by Corinna Vinschen <vinschen@redhat.com> | ||||
* | - (bal) Use VDISABLE if _POSIX_VDISABLE is set in readpassphrase.c. Patch | mouring | 2001-10-25 | 1 | -0/+5 |
| | | | | by todd@ | ||||
* | - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c | mouring | 2001-10-10 | 1 | -3/+1 |
| | |||||
* | 20010929 | mouring | 2001-09-29 | 1 | -1/+1 |
| | | | | | - (bal) move reading 'config.h' up higher. Patch by albert chin <china@thewrittenword.com) | ||||
* | - (djm) Avoid bad and unportable sprintf usage in compat code | djm | 2001-09-25 | 1 | -2/+4 |
| | |||||
* | - (bal) openbsd-compat/vis.[ch] is dead wood. Removed. | mouring | 2001-09-20 | 4 | -177/+3 |
| | |||||
* | - (djm) Avoid warning on BSDgetopt | djm | 2001-09-18 | 1 | -5/+5 |
| | |||||
* | - (tim) [includes.h openbsd-compat/getopt.c openbsd-compat/getopt.h] | tim | 2001-09-17 | 2 | -3/+3 |
| | | | | | | | rename getopt() to BSDgetopt() to keep form conflicting with system getopt(). [Makefile.in configure.in] disable filepriv until I can add missing procpriv calls. | ||||
* | - (stevesk) bsd-cray.c: more cleanup; ok wendyp@cray.com | stevesk | 2001-08-14 | 1 | -8/+6 |
| | |||||
* | - (stevesk) bsd-cray.c: utmp strings are not C strings | stevesk | 2001-08-14 | 1 | -3/+4 |
| | |||||
* | - (stevesk) sshpty.c, cray.[ch]: whitespace, formatting and cleanup | stevesk | 2001-08-14 | 2 | -125/+143 |
| | | | | for some #ifdef _CRAY code; ok wendyp@cray.com | ||||
* | - (bal) Minor correction to inet_ntop.h. _BSD_RRESVPORT_H should be | mouring | 2001-08-09 | 1 | -4/+4 |
| | | | | _BSD_INET_NTOP_H. Pointed out by Mark Miller <markm@swoon.net> | ||||
* | - (tim) [configure.in sshconnect.c openbsd-compat/Makefile.in | tim | 2001-08-07 | 5 | -3/+241 |
| | | | | | | | | | | 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> | ||||
* | - (bal) Second around of UNICOS patches. A few other things left. | mouring | 2001-08-06 | 2 | -47/+81 |
| | | | | Patches by William L. Jones <jones@mail.utexas.edu> | ||||
* | - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, | mouring | 2001-07-22 | 2 | -2/+225 |
| | | | | | | | 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> | ||||
* | - (bal) Allow sshd to switch user context without password for Cygwin. | mouring | 2001-07-18 | 1 | -12/+35 |
| | | | | Patch by Corinna Vinschen <vinschen@redhat.com> | ||||
* | - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in. | tim | 2001-07-16 | 3 | -2/+207 |
| | | | | (needed by openbsd-compat/fake-getaddrinfo.c) | ||||
* | - (stevesk) change getopt() declaration | stevesk | 2001-07-14 | 1 | -2/+2 |
| | |||||
* | - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension. | djm | 2001-07-14 | 4 | -3/+140 |
| | |||||
* | - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers to | tim | 2001-07-05 | 1 | -5/+5 |
| | | | | | | | 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: }) | ||||
* | - (bal) Fixed _DISABLE_VPOSIX in readpassphrase.c. | mouring | 2001-06-29 | 1 | -0/+8 |
| | |||||
* | - (bal) Removed net_aton() since we don't use it any more | mouring | 2001-06-29 | 4 | -209/+3 |
| | |||||
* | You know I really should wake up. <sigh> Stop those 3 files from files from | mouring | 2001-06-28 | 2 | -6/+3 |
| | | | | being compiled since we removed them. =) | ||||
* | - (bal) Remove getusershell() since it's no longer use | mouring | 2001-06-28 | 2 | -154/+0 |
| | |||||
* | - (bal) Removed strtok_r and inet_ntop since they are no longer used. | mouring | 2001-06-28 | 4 | -328/+0 |
| | |||||
* | 20010628 | djm | 2001-06-28 | 4 | -15/+15 |
| | | | | - (djm) Sync openbsd-compat with -current libc |