Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-01 | - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too | Damien Miller | |
2006-01-01 | - (djm) [Makefile.in configure.ac includes.h misc.c] | Damien Miller | |
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is limited to IPv4 tunnels only, and most versions don't support the tap(4) device at all. | |||
2005-12-31 | - (djm) [openbsd-compat/port-tun.c openbsd-compat/port-tun.h configure.ac] | Damien Miller | |
[serverloop.c ssh.c openbsd-compat/Makefile.in] [openbsd-compat/openbsd-compat.h] Implement tun(4) forwarding compatability support for Linux, diff from reyk@ | |||
2005-12-19 | - (dtucker) [cipher-aes.c cipher-ctr.c cipher.c configure.ac | Darren Tucker | |
openbsd-compat/openssl-compat.h] Check for and work around broken AES ciphers >128bit on (some) Solaris 10 systems. ok djm@ | |||
2005-12-17 | - (dtucker) [configure.ac openbsd-compat/bsd-snprintf.c] Bug #1133: Our | Darren Tucker | |
snprintf replacement can have a conflicting declaration in HP-UX's system headers (const vs. no const) so we now check for and work around it. Patch from the dynamic duo of David Leonard and Ted Percival. | |||
2005-11-24 | - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.c | Damien Miller | |
openbsd-compat/bsd-snprintf.c openbsd-compat/openbsd-compat.h] Add an asprintf() implementation, after syncing our {v,}snprintf() implementation with some extra fixes from Samba's version. With help and debugging from dtucker and tim; ok dtucker@ | |||
2005-11-20 | - (dtucker) [openbsd-compat/openssl-compat.h] Add comment explaining what | Darren Tucker | |
is going on. | |||
2005-11-12 | - (dtucker) [openbsd-compat/{realpath.c,stroll.c,rresvport.c}] $OpenBSD tag. | Darren Tucker | |
2005-11-12 | - (dtucker) [openbsd-compat/realpath.c] Sync $OpenBSD tag. | Darren Tucker | |
2005-11-12 | - (dtucker) [openbsd-compat/getrrsetbyname.c] Restore Portable-specific | Darren Tucker | |
ifdef lost during sync. Spotted by tim@. | |||
2005-11-10 | - (dtucker) [openbsd-compat/sigact.h] Update from OpenBSD 1.2 -> 1.3. | Darren Tucker | |
Id and copyright sync only, there were no substantial changes we need. | |||
2005-11-10 | - (dtucker) [openbsd-compat/sigact.c] Update from OpenBSD 1.3 -> 1.4. | Darren Tucker | |
Id and copyright sync only, there were no substantial changes we need. | |||
2005-11-10 | - (dtucker) [openbsd-compat/bindresvport.c] Update from OpenBSD 1.16 -> 1.17. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/bindresvport.c] Add "OPENBSD ORIGINAL" marker. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/rresvport.c] Update from OpenBSD 1.6 -> 1.8. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/mktemp.c] Update from OpenBSD 1.17 -> 1.19. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.10 -> 1.13. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/strsep.c] Update from OpenBSD 1.5 -> 1.6. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/daemon.c] Update from OpenBSD 1.5 -> 1.6. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/inet_ntop.c] Update from OpenBSD 1.5 -> 1.7. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/inet_nto.c] Update from OpenBSD 1.4 -> 1.6. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/inet_aton.c] Update from OpenBSD 1.7 -> 1.9. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/getcwd.c] Replace lstat with fstat to match up | Darren Tucker | |
with OpenBSD code since we don't support platforms without fstat any more. | |||
2005-11-10 | - (dtucker) [openbsd-compat/getcwd.c] Update from OpenBSD 1.9 -> 1.14. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/glob.h] Update from OpenBSD 1.8 -> 1.9. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/readpassphrase.h] Update from OpenBSD 1.3 -> 1.5. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/readpassphrase.c] Update from OpenBSD 1.16 -> 1.18. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/strtoul.c] Update from OpenBSD 1.5 -> 1.7. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/strtoll.c] Update from OpenBSD 1.4 -> 1.5. | Darren Tucker | |
Removal of rcsid. | |||
2005-11-10 | - (dtucker) [openbsd-compat/basename.c] Update from OpenBSD 1.11 -> 1.14. | Darren Tucker | |
Removal of rcsid, will no longer strlcpy parts of the string. | |||
2005-11-10 | - (dtucker) [openbsd-compat/strmode.c] Update from OpenBSD 1.5 -> 1.7. | Darren Tucker | |
Removal of rcsid, "whiteout" inode type. | |||
2005-11-10 | - (dtucker) [openbsd-compat/sigact.h] Add "OPENBSD ORIGINAL" marker. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/strlcpy.c] Update from OpenBSD 1.8 -> 1.10. | Darren Tucker | |
2005-11-10 | - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers to | Darren Tucker | |
after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync. | |||
2005-11-10 | - (dtucker) [openbsd-compat/strlcat.c] Sync OpenBSD revs 1.11 - 1.12 (removal | Darren Tucker | |
of "register"). | |||
2005-11-10 | - (dtucker) [openbsd-compat/getgrouplist.c] Sync OpenBSD revs 1.10 - 1.2 (ANSI | Darren Tucker | |
prototypes, removal of "register"). | |||
2005-11-10 | - (dtucker) [openbsd-compat/setenv.c] Sync changes from OpenBSD setenv.c | Darren Tucker | |
revs 1.7 - 1.9. | |||
2005-11-10 | - (dtucker) [openbsd-compat/getenv.c] Make __findenv static, remove | Darren Tucker | |
unnecessary prototype. | |||
2005-11-10 | - (dtucker) [openbsd-compat/getenv.c] Merge changes for __findenv from | Darren Tucker | |
OpenBSD getenv.c revs 1.4 - 1.8 (ANSIfication of arguments, removal of "register"). | |||
2005-11-05 | - (djm) [openbsd-compat/getrrsetbyname.c] Sync to latest OpenBSD version, | Damien Miller | |
resolving memory leak bz#1111 reported by kremenek AT cs.stanford.edu; ok dtucker@ | |||
2005-11-02 | - (dtucker) [openbsd-compat/bsd-misc.c] Bug #1108: fix broken strdup(). | Darren Tucker | |
Reported by olavi at ipunplugged.com and antoine.brodin at laposte.net via FreeBSD. | |||
2005-10-09 | - (dtucker) [configure.ac defines.h openbsd-compat/vis.{c,h}] Sync current | Darren Tucker | |
versions from OpenBSD. ok djm@ | |||
2005-09-30 | - (dtucker) [openbsd-compat/openbsd-compat.h] Bug #1096: Add prototype | Darren Tucker | |
for strtoll. Patch from o.flebbe at science-computing.de. | |||
2005-09-08 | - (tim) [defines.h openbsd-compat/port-uw.c] Add long password support to | Tim Rice | |
OpenServer 6 and add osr5bigcrypt support so when someone migrates passwords between UnixWare and OpenServer they will still work. OK dtucker@ | |||
2005-08-31 | - (tim) [configure.ac auth.c defines.h session.c openbsd-compat/port-uw.c | Tim Rice | |
openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] libiaf cleanup. Disable libiaf bits for OpenServer6. Free memory allocated by ia_get_logpwd(). Feedback and OK dtucker@ | |||
2005-08-26 | - (tim) [CREDITS LICENCE auth.c configure.ac defines.h includes.h session.c | Tim Rice | |
openbsd-compat/Makefile.in openbsd-compat/openbsd-compat.h openbsd-compat/xcrypt.c] New files [openssh/openbsd-compat/port-uw.c openssh/openbsd-compat/port-uw.h] Support long passwords (> 8-char) on UnixWare 7 from Dhiraj Gulati and Ahsan Rashid. Cleanup and testing by tim@. Feedback and OK dtucker@ | |||
2005-08-10 | - (dtucker) [LICENCE configure.ac defines.h openbsd-compat/realpath.c] | Darren Tucker | |
Sync current (thread-safe) version of realpath.c from OpenBSD (which is in turn based on FreeBSD's). ok djm@ | |||
2005-08-03 | - (dtucker) [openbsd-compat/fake-rfc2553.h] MAX_INT -> INT_MAX since the | Darren Tucker | |
latter is specified in the standard. | |||
2005-08-03 | - (dtucker) [openbsd-compat/fake-rfc2553.h] Check for EAI_* defines | Darren Tucker | |
individually and use a value less likely to collide with real values from netdb.h. Fixes compile warnings on FreeBSD 5.3. ok djm@ |