Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 609255 - fix coverity Defect Type: Memory - illegal accesses issues | Noriko Hosoi | 2010-07-07 | 36 | -3443/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=609255 12241 Triaged Unassigned Bug Minor Fix Required delete_acl_from_file(char *, char *…) ds/lib/libaccess/acltools.cpp 12242 UNINIT Triaged Unassigned Bug Minor Fix Required get_acl_from_file(char *, char *, ACLListHandle **…) ds/lib/libaccess/acltools.cpp 12243 UNINIT Triaged Unassigned Bug Minor Fix Required ACL_FileGetNameList() ds/lib/libaccess/acltools.cpp 12244 UNINIT Triaged Unassigned Bug Minor Fix Required ACL_FileGetNameList() ds/lib/libaccess/acltools.cpp 12245 UNINIT Triaged Unassigned Bug Minor Fix Required rename_acl_in_file(char *, char *, char *…) ds/lib/libaccess/acltools.cpp 12246 UNINIT Triaged Unassigned Bug Minor Fix Required append_acl_to_file(char *, char *, char *…) ds/lib/libaccess/acltools.cpp 12247 UNINIT Triaged Unassigned Bug Minor Fix Required append_acl_to_file(char *, char *, char *…) ds/lib/libaccess/acltools.cpp Comment: ACL_FileRenameAcl, ACL_FileDeleteAcl, ACL_FileGetAcl, ACL_FileSetAcl, ACL_FileMergeAcl, ACL_FileMergeFile and their helper functions are not used. These functions and their helper functions plus libaccess test programs under the directory ./utest are eliminated. | ||||
* | OpenLDAP supportcleanup | Rich Megginson | 2009-07-07 | 3 | -225/+0 |
| | | | | | | | | | | 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: #214533 | Noriko Hosoi | 2006-11-10 | 8 | -0/+40 |
| | | | | | | | | | | 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 + | ||||
* | Resolves: #214728 | Noriko Hosoi | 2006-11-10 | 1 | -4/+0 |
| | | | | | Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #8) | ||||
* | Fixed licensing typo | Nathan Kinder | 2005-04-19 | 35 | -35/+105 |
| | |||||
* | 155068 - Added license to source files | Nathan Kinder | 2005-04-15 | 35 | -0/+1050 |
| | |||||
* | 149510 | Rob Crittenden | 2005-03-07 | 6 | -89/+38 |
| | | | | Fix ACL unit test compile errors and warnings. All tests pass 100% now. | ||||
* | 149951 - Updated source code copyrights | Nathan Kinder | 2005-02-28 | 36 | -72/+72 |
| | |||||
* | remove references to ldapserver from makefiles; use BUILD_ROOT instead of ↵ | Rich Megginson | 2005-01-28 | 1 | -4/+4 |
| | | | | MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent | ||||
* | Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. ↵ldapserver7x | cvsadm | 2005-01-21 | 37 | -0/+2563 |
(foxworth) |