Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-06 | - (djm) Teach fake-getaddrinfo to use getservbyname() when provided a | Damien Miller | |
string service name. Suggested by markus@, review by itojun@ | |||
2003-02-01 | - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided by | Ben Lindstrom | |
dtucker@zip.com.au | |||
2003-01-27 | - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP for | Ben Lindstrom | |
cray. Also removed test for tcgetpgrp in configure.ac since it is no longer used. | |||
2003-01-20 | - (djm) Fix compilation for NetBSD from dtucker@zip.com.au | Damien Miller | |
2003-01-17 | - (djm) Bug #470: Detect strnvis, not strvis in configure. | Damien Miller | |
From d_wllms@lanl.gov | |||
2003-01-13 | - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation type | Damien Miller | |
detection to configure.ac. Prompted by stevesk@ | |||
2003-01-10 | - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More | Damien Miller | |
systems may be added later. | |||
2003-01-08 | - (djm) Sync openbsd-compat/ with OpenBSD -current | Damien Miller | |
2003-01-07 | - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminate | Damien Miller | |
nasties. Report from peak@argo.troja.mff.cuni.cz | |||
2003-01-07 | - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. Fixes | Damien Miller | |
Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch | |||
2002-11-09 | - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.c | Ben Lindstrom | |
ntsec now default if cygwin version beginning w/ version 56. Patch by Corinna Vinschen <vinschen@redhat.com> | |||
2002-09-25 | Cray fixes (bug 367) based on patch from Wendy Palm @ cray. | Tim Rice | |
This does not include the deattack.c fixes. | |||
2002-09-12 | - (djm) Sync sys/tree.h with OpenBSD -current. Rename tree.h and | Damien Miller | |
fake-queue.h to sys-tree.h and sys-queue.h | |||
2002-09-12 | - (djm) Added getpeereid() replacement. Properly implemented for systems | Damien Miller | |
with SO_PEERCRED support. Faked for systems which lack it. | |||
2002-09-11 | - (djm) Sync openbsd-compat with OpenBSD -current | Damien Miller | |
2002-07-23 | - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger. | Ben Lindstrom | |
2002-07-23 | - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() defines | Ben Lindstrom | |
into it's own header. | |||
2002-07-22 | - (stevesk) [xmmap.c] missing prototype for fatal() | Kevin Steves | |
2002-07-14 | (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.c | Tim Rice | |
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package | |||
2002-07-08 | - (bal) Correction to utimes() again. | Ben Lindstrom | |
2002-07-07 | - (bal) [realpath.c] Updated with OpenBSD tree. | Ben Lindstrom | |
2002-07-07 | Added author to ports-aix.[ch]. | Ben Lindstrom | |
2002-07-04 | - (bal) One too many nulls in ports-aix.c | Ben Lindstrom | |
2002-07-04 | - (bal) glob.c defines TILDE and AIX also defines it. #undef it first. | Ben Lindstrom | |
bug #265 | |||
2002-07-04 | - (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess. | Ben Lindstrom | |
2002-07-03 | - (bal) minor correction to utimes() replacement. Patch by | Ben Lindstrom | |
onoe@sm.sony.co.jp | |||
2002-06-27 | - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise | Ben Lindstrom | |
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim | |||
2002-06-22 | - (bal) getopt now can be staticly compiled on those platforms missing | Ben Lindstrom | |
optreset. Patch by binder@arago.de | |||
2002-06-21 | - (bal) Fixed AIX environment handling, use setpcred() instead of existing | Ben Lindstrom | |
code. (Bugzilla Bug 261) | |||
2002-06-13 | - (bal) typo of setgroup for cygwin. Patch by vinschen@redhat.com | Ben Lindstrom | |
2002-06-12 | - (bal) Build noop setgroups() for cygwin to clean up code (For other | Ben Lindstrom | |
platforms without the setgroups() requirement, you MUST define SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com | |||
2002-05-15 | - (bal) Clarified openbsd-compat/*-cray.* Licence provided by Wendy. | Ben Lindstrom | |
2002-05-08 | fix logic on when seed_rng() is called. | Tim Rice | |
Report by Chris Maxwell <maxwell@cs.dal.ca> | |||
2002-05-07 | Add truncate() emulation to address Bug 208 | Tim Rice | |
2002-05-01 | - (djm) Fix readpassphase compilation for systems which have it | Damien Miller | |
2002-04-15 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | Kevin Steves | |
2002-04-11 | [acconfig.h defines.h includes.h] put includes in includes.h and | Tim Rice | |
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@ | |||
2002-04-06 | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | Ben Lindstrom | |
incomplete. | |||
2002-04-05 | - (bal) Too many <sys/queue.h> issues. Remove all workarounds and | Ben Lindstrom | |
using internal version only. | |||
2002-03-26 | - (stevesk) import OpenBSD <sys/tree.h> as "openbsd-compat/tree.h" | Kevin Steves | |
2002-03-08 | - (bal) Test for IRIX JOBS support at runtime. Patch provided | Ben Lindstrom | |
by David Kaelbling <drk@sgi.com> | |||
2002-02-26 | - (stevesk) openbsd-compat/base64.h: typo in comment | Kevin Steves | |
2002-02-25 | - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() | Ben Lindstrom | |
since we need more session information than provided by that function. | |||
2002-02-24 | - (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we | Ben Lindstrom | |
need to do the jobs (AIX still does not fully compile, but that is coming). | |||
2002-02-19 | - (bal) Migrated AIX getuserattr and usrinfo code to | Ben Lindstrom | |
openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source. | |||
2002-02-19 | - (bal) Migrate IRIX jobs/projects/audit/etc code to | Ben Lindstrom | |
openbsd-compat/port-irix.[ch] to improve readiblity of do_child() | |||
2002-02-14 | oops, remove some debugging junk that crept in | Damien Miller | |
2002-02-13 | unbreak | Damien Miller | |
2002-02-13 | - (djm) Sync openbsd-compat with OpenBSD CVS too | Damien Miller | |
2001-12-29 | - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> Could be abused to guess valid usernames |