Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 614242 - C99/ANSI C++ related compile errors on HP-UX | Rich Megginson | 2010-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=614242 Resolves: bug 614242 Bug Description: C99/ANSI C++ related compile errors on HP-UX Reviewed by: rmeggins Branch: HEAD Fix Description: In lib/ldaputil/vtable.c, a global static struct is declared and initialized to {}. I see gcc allows this, and aCC does also but only with -AA ("newly supported ANSI C++ Standard features"). In ldap/servers/slapd/tools/ldclt/ldclt.c, an array size is set using a variable, which I think is legal in C99. Since the size is not computed, and this is the only place C99 is taken advantage of, this can be changed to a then I would instead add the -AC99 compiler flag for HP-UX. Platforms tested: HP-UX Flag Day: no Doc impact: no Patch submitted by: Ulf Weltman <ulf.weltman@hp.com> | ||||
* | OpenLDAP supportcleanup | Rich Megginson | 2009-07-07 | 1 | -222/+1 |
| | | | | | | | | | | These changes allow the server to be built with OpenLDAP (2.4.17+). A brief summary of the changes: * #defines not provided by OpenLDAP were copied into slapi-plugin.h and protected with #ifndef blocks * where it made sense, I created slapi wrapper functions for things like URL and LDIF processing to abstract way the differences in the APIs * I created a new file utf8.c which contains the UTF8 functions from MozLDAP - this is only compiled when using OpenLDAP * I tried to clean up the code - use the _ext versions of LDAP functions everywhere since the older versions should be considered deprecated * I removed some unused code NOTE that this should still be considered a work in progress since it depends on functionality not yet present in a released version of OpenLDAP, for NSS crypto and for the LDIF public API. | ||||
* | Resolves: #188320 | Noriko Hosoi | 2007-10-18 | 1 | -2/+1 |
| | | | | Summary: HP-UX: warnings reported by the HP-UX compiler | ||||
* | Resolves: #214533 | Noriko Hosoi | 2006-11-10 | 1 | -0/+5 |
| | | | | | | | | | | Summary: configure needs to support --with-fhs (Comment #6) Changes: Added the following include next to the end of the copyright block. + +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + | ||||
* | Fixed licensing typo | Nathan Kinder | 2005-04-19 | 1 | -1/+3 |
| | |||||
* | 155068 - Added license to source files | Nathan Kinder | 2005-04-15 | 1 | -0/+30 |
| | |||||
* | 149951 - Updated source code copyrights | Nathan Kinder | 2005-02-28 | 1 | -2/+2 |
| | |||||
* | Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. ↵ldapserver7x | cvsadm | 2005-01-21 | 1 | -0/+427 |
(foxworth) |