Programmer's Guide to Enterprise Server 4.0
Table of Contents | Previous | Next | Index | Bookshelf

Programmer's Guide to Enterprise Server 4.0


Chapter 4. NSAPI Changes

This chapter lists the changes to NSAPI in Enterprise Server 4.0. These changes are:

Privatization of Some Data Structures

In Enterprise Server 4.0, some data structures have been moved from nsapi.h to nsapi_pvt.h. The data structures in nsapi_pvt.h are now considered to be private data structures, and you should not write code that accesses them directly. Instead, use accessor functions. We expect that very few people have written plugins that access these data structures directly, so this change should have very little impact on existing customer-defined plugins. Look in nsapi_pvt.h to see which data structures have been removed from the public domain and to see the accessor functions you can use to access them from now on.

Plugins written for Enterprise Server 3.x that access contents of data structures defined in nsapi_pvt.h will not be source compatible with ES 4.0, that is, it will be necessary to #include "nsapi_pvt.h" in order to build such plugins from source. There is also a small chance that these programs will not be binary compatible with Enteprise Server 4.0, because some of the data structures in nsapi_pvt.h have changed size. In particular, the directive structure is larger, which means that a plugin that indexes through the directives in a dtable will not work without being rebuilt (with nsapi_pvt.h included).

We hope that the majority of plugins do not reference the internals of data structures in nsapi_pvt.h, and therefore that most plugins will be both binary and source compatible with Enterprise Server 4.0.

Logging Changes

The following API changes support the logging modifications in Enterprise Server 4.0:

Cookie Support

New SAF for Security

New SAFs for Adding Headers and Footers

Minor Changes to Init-class SAFs


Table of Contents | Previous | Next | Index | Bookshelf

Last Updated: 08/12/99 12:35:19

Copyright ©1999 Netscape Communications Corp. All rights reserved.