This commit is contained in:
Damien Miller 1999-11-13 13:30:28 +11:00
parent d46202f0d1
commit b028438668
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
19991113
- Don't install config files if they already exist
- Fix inclusion of additional preprocessor directives from acconfig.h
- Removed redundant inclusions of config.h
- Added 'Obseletes' lines to RPM spec file
- Merged OpenBSD CVS changes:
- [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
- [scp.c] fix overflow reported by damien@ibs.com.au: off_t
totalsize, ok niels,aaron
- Delay fork (-f option) in ssh until after port forwarded connections
have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
19991112
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero