- (stevesk) [sshd_config] PAMAuthenticationViaKbdInt no; commented
options should contain default value. from solar.
- (bal) Cygwin uid0 fix by vinschen@redhat.com
+ - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wise
+ have issues of our fixes not propogating right (ie bcopy instead of
+ memmove). OK tim
200206027
- OpenBSD CVS Sync
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2309 2002/06/27 18:02:21 mouring Exp $
+$Id: ChangeLog,v 1.2310 2002/06/27 18:23:20 mouring Exp $
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)
* Mountain View, California 94043
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_BINDRESVPORT_SA
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_GETCWD)
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_GETOPT) || !defined(HAVE_GETOPT_OPTRESET)
#if defined(LIBC_SCCS) && !defined(lint)
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)
* SOFTWARE.
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_INET_NTOP
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_RRESVPORT_AF
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_SETENV
#if defined(LIBC_SCCS) && !defined(lint)
* and: Eric S. Raymond <esr@snark.thyrsus.com> *
****************************************************************************/
-#include "config.h"
+#include "includes.h"
#include <signal.h>
#include "sigact.h"
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_STRLCAT
#if defined(LIBC_SCCS) && !defined(lint)
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#ifndef HAVE_STRLCPY
#if defined(LIBC_SCCS) && !defined(lint)
* SUCH DAMAGE.
*/
-#include "config.h"
+#include "includes.h"
#if !defined(HAVE_STRSEP)