summaryrefslogtreecommitdiff
path: root/openbsd-compat/setenv.c
AgeCommit message (Collapse)Author
2011-09-23 - (djm) [openbsd-compat/setenv.c] Forklift upgrade, including inclusionDamien Miller
of static __findenv() function from upstream setenv.c
2008-06-13 - (dtucker) [openbsd-compat/setenv.c] Make offsets size_t to preventDarren Tucker
compiler warnings on some platforms. Based on a discussion with otto@
2005-11-10 - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren 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/setenv.c] Sync changes from OpenBSD setenv.cDarren Tucker
revs 1.7 - 1.9.
2005-11-10 - (dtucker) [openbsd-compat/getenv.c] Make __findenv static, removeDarren Tucker
unnecessary prototype.
2005-11-10 - (dtucker) [openbsd-compat/getenv.c] Merge changes for __findenv fromDarren Tucker
OpenBSD getenv.c revs 1.4 - 1.8 (ANSIfication of arguments, removal of "register").
2004-03-08 - (dtucker) [configure.ac sshd.c openbsd-compat/bsd-misc.hDarren Tucker
openbsd-compat/setenv.c] Unset KRB5CCNAME on AIX to prevent it from being inherited by the child. ok djm@
2003-11-24 - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller
source file path (in OpenBSD tree).
2003-06-03 - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller
- No more 4-term BSD licenses in our tree
2003-01-08 - (djm) Sync openbsd-compat/ with OpenBSD -currentDamien Miller
2002-06-27 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
2002-02-13 - (djm) Sync openbsd-compat with OpenBSD CVS tooDamien Miller
2001-02-19 - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c andBen Lindstrom
getcwd.c.
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen 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.