summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Collapse)Author
2003-09-17 - (djm) Sync with V_3_7 branchDamien Miller
2003-09-16 - (bal) Missed dead header in inet_ntoa.Ben Lindstrom
2003-09-08[configure.ac acconfig.h openbsd-compat/getrrsetbyname.c] test forTim Rice
HEADER.ad in arpa/nameser.h
2003-09-08[configure.ac openbsd-compat/getrrsetbyname.c] wrap _getshort andTim Rice
_getlong in #ifndef
2003-09-07 - (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elifDarren Tucker
2003-09-02 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).hDamien Miller
2003-08-29 - (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on ourBen Lindstrom
files, and added missing license to header.
2003-08-25 - (bal) redo how we handle 'mysignal()'. Move it toBen Lindstrom
openbsd-compat/bsd-misc.c, s/mysignal/signal/ and #define signal to be our 'mysignal' by default. OK djm@
2003-08-25 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom
and minor fixes.
2003-08-22 - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with HeimdalDamien 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-11 - (dtucker) [openbsd-compat/xcrypt.c] Remove Cygwin #ifdef block (duplicateDarren Tucker
in bsd-cygwin_util.h).
2003-08-08 - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE andDarren Tucker
AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition separately before defining them.
2003-08-07 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move CygwinDarren Tucker
specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
2003-08-07 - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]Darren Tucker
Remove incorrect filenames from comments (file names are in Id tags).
2003-08-03 - (dtucker) [openbsd-compat/bsd-misc.c] Fix cut-and-paste bug in tcgetpgrp.Darren Tucker
2003-08-02Remove 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-07-26 - (dtucker) [openbsd-compat/xcrypt.c] Fix typo: DISABLED_SHADOW ->Darren Tucker
DISABLE_SHADOW. Fixes HP-UX compile error.
2003-07-24 - (bal) [auth-passwd.c openbsd-compat/Makefile.in openbsd-compat/xcrypt.cBen Lindstrom
openbsd-compat/xcrypt.h] Split off encryption into xcrypt() interface, and isolate shadow password functions. Tested in Solaris, but should not break other platforms too badly (except maybe HP =). Also brings auth-passwd.c into full sync with OpenBSD tree.
2003-07-14 - (dtucker) [port-aix.h] Fix prototypes.Darren Tucker
2003-07-14 - (dtucker) Bug #543: [configure.ac port-aix.c port-aix.h]Darren Tucker
Call setauthdb() before loginfailed(), which may load password registry- specific functions. Based on patch by cawlfiel@us.ibm.com.
2003-07-14 - (dtucker) [port-aix.h] Work around name collision on AIX for r_type byDarren Tucker
undef'ing it.
2003-07-14 - (dtucker) [acconfig.h configure.ac port-aix.c] Older AIXes don't declareDarren Tucker
loginfailed at all, so assume 3-arg loginfailed if not declared.
2003-07-08 - (dtucker) [auth-passwd.c auth.c session.c sshd.c port-aix.c port-aix.h]Darren Tucker
Convert aixloginmsg into platform-independant Buffer loginmsg.
2003-07-08 - (dtucker) [acconfig.h auth-passwd.c configure.ac session.c port-aix.[ch]]Darren Tucker
Include AIX headers for authentication functions and make calls match prototypes. Test for and handle 3-args and 4-arg variants of loginfailed.
2003-06-22 - (dtucker) [openbsd-compat/setproctitle.c] Ensure SPT_TYPE is defined beforeDarren Tucker
testing its value. When HAVE_SETPROCTITLE is defined (at least on NetBSD, gcc 2.95.3) the test "#if SPT_TYPE == SPT_REUSEARGV" is not true (probably because SPT_TYPE or SPT_REUSEARGV is not defined). This results in the following build error: $ gcc [flags] setproctitle.c setproctitle.c: In function `compat_init_setproctitle': setproctitle.c:102: `argv_start' undeclared (first use in this function)
2003-06-14 - (djm) Update license on fake-rfc2553.[ch]; ok itojun@Damien Miller
2003-06-11Fix typos in comments.Darren Tucker
2003-06-11 - (djm) Put licenses on substantial header filesDamien Miller
2003-06-05 - (dtucker) Define EAI_NONAME in fake-rfc2553.h (used by fake-rfc2553.c).Darren Tucker
2003-06-05 - (dtucker) Add includes.h to fake-rfc2553.c so it will build.Darren Tucker
2003-06-05 - (djm) Merge all the openbsd/fake-* into fake-rfc2553.[ch]Damien Miller
2003-06-05 - (djm) Don't use xmalloc() or pull in toplevel headers in fake-* codeDamien Miller
2003-06-05KNFDamien Miller
2003-06-05 - (djm) Support AI_NUMERICHOST in fake-getaddrinfo.c. Needed for recentDamien Miller
canohost.c changes.
2003-06-03 - (dtucker) [port-aix.c bsd-cray.c] Fix uses of verify_reverse_mapping.Darren Tucker
2003-06-03 - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller
- No more 4-term BSD licenses in our tree
2003-06-03Removal of advertising clause in accordance with:Damien Miller
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change ok theo@ and millert@
2003-06-03 - (djm) Replace setproctitle replacement with code derived fromDamien Miller
UCB sendmail
2003-06-02remove a bit of diff which snuck into the copyright headerDamien Miller
2003-06-02 - (djm) Sync license on openbsd-compat/bindresvport.c with OpenBSD CVSDamien Miller
2003-06-01openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.Tim Rice
2003-06-01License clarifications.Ben Lindstrom
bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c)
2003-05-19unbreak; with dtuckerDamien Miller
2003-05-19unfuckDamien Miller
2003-05-19 - (djm) Big KNF on openbsd-compat/Damien Miller
2003-05-18 - (djm) Sync openbsd-compat/ with OpenBSD CVS headDamien Miller
2003-05-18 - (bal) strcat -> strlcat on openbsd-compat/realpath.c (rev 1.8 OpenBSD)Ben Lindstrom
2003-05-15 - (djm) Only build getrrsetbyname replacement when using --with-dnsDamien Miller