Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-15 | - (djm) [acconfig.h configure.ac openbsd-compat/Makefile.in | Damien Miller | |
openbsd-compat/bsd-closefrom.c openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h openbsd-compat/openbsd-compat.h] Use smarter closefrom() replacement from sudo; ok dtucker@ | |||
2004-08-13 | - (dtucker) [openbsd-compat/bsd-misc.c] Typo in #ifdef; from vinschen at | Darren Tucker | |
redhat.com | |||
2004-07-17 | - (dtucker) [logintest.c scp.c sftp-server.c sftp.c ssh-add.c ssh-agent.c | Darren Tucker | |
ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rand-helper.c ssh.c sshd.c openbsd-compat/bsd-misc.c] Move "char *__progname" to bsd-misc.c. Reduces diff vs OpenBSD; ok mouring@, tested by tim@ too. | |||
2004-06-25 | - (dtucker) [configure.ac openbsd-compat/misc.c [openbsd-compat/misc.h] | Darren Tucker | |
Add closefrom() for platforms that don't have it. (might need some tuning later, but I want to be able to test reexec). | |||
2004-02-17 | - (djm) Simplify the license on code I have written. No code changes. | Damien Miller | |
2003-12-18 | - (bal) [openbsd-compat/bsd-misc.c] unset 'signal' defined if we are | Ben Lindstrom | |
using a real 'signal()' (Noticed by a NeXT Compile) | |||
2003-08-25 | - (bal) redo how we handle 'mysignal()'. Move it to | Ben Lindstrom | |
openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to be our 'mysignal' by default. OK djm@ | |||
2003-08-22 | - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal | Damien Miller | |
-lbroken; ok dtucker | |||
2003-08-13 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Darren Tucker | |
Add a tcsendbreak function for platforms that don't have one, based on the one from OpenBSD. Any more of these and I'll split them out into bsd-termio.[ch]. | |||
2003-08-03 | - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp. | Darren Tucker | |
2003-08-02 | Remove unused variable. | Darren Tucker | |
2003-08-02 | - (dtucker) [openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Darren Tucker | |
Add a tcgetpgrp function. | |||
2003-05-19 | - (djm) Big KNF on openbsd-compat/ | Damien Miller | |
2003-03-18 | [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] | Tim Rice | |
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au> | |||
2003-01-10 | - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. More | Damien Miller | |
systems may be added later. | |||
2002-07-08 | - (bal) Correction to utimes() again. | Ben Lindstrom | |
2002-07-03 | - (bal) minor correction to utimes() replacement. Patch by | Ben Lindstrom | |
onoe@sm.sony.co.jp | |||
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-07 | Add truncate() emulation to address Bug 208 | Tim Rice | |
2001-10-10 | - (bal) removed two unsed headers in openbsd-compat/bsd-misc.c | Ben Lindstrom | |
2001-04-09 | - (stevesk) use setresgid() for setegid() if needed | Kevin Steves | |
2001-03-13 | - Fix strerror() in bsd-misc.c | Ben Lindstrom | |
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben Lindstrom | |
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them. |