summaryrefslogtreecommitdiffstats
path: root/ldap/systools
Commit message (Collapse)AuthorAgeFilesLines
* Bug 630097 - (cov#15509) NULL dereference in idsktuneNathan Kinder2010-09-151-0/+5
| | | | | | If strdup() fails, the cmd variable will be NULL. We dereference it without checking it strdup() was successful. We should check if cmd is NULL before dereferencing it.
* Bug 616500 - fix coverify Defect Type: Resource leaks issues CID 12094 - 12136Endi S. Dewata2010-08-201-5/+7
| | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=616500 Resolves: bug 616500 Bug description: fix coverify Defect Type: Resource leaks issues CID 12121 description: Fixed resource leaks in linux_check_release().
* Change default branding to 389 - remove lite codeRich Megginson2009-08-111-4/+4
| | | | | | | | | | | | | | | | | | | The vendor, brand, and capbrand are set in configure - we should use those everywhere rather than have to run some sort of script over the code to change vendor, brand, version, etc. I've added VENDOR, BRAND, CAPBRAND to the default defines passed to the compiler, and changed the code to use these defines. And instead of the unintuitively named PRODUCTTEXT macro, we should use the already defined PRODUCT_VERSION. This allowed me to get rid of some code. The version was from a generated file called dirver.h which we don't need anymore, and we don't need the perl script dirver.pl which generated it. The vendor string was coming from the dirlite header file. So I also used this as an excuse to get rid of all references to dirlite once and for all (yay!). For the places in plain text files which are not substituted, I just used the generic name Dirsrv or Directory Server instead of having an explicit brand and/or version in there. Reviewed by: nkinder (Thanks!)
* Resolves: #188320Noriko Hosoi2007-10-181-31/+30
| | | | Summary: HP-UX: warnings reported by the HP-UX compiler
* Resolves: bug 251227Rich Megginson2007-08-091-1/+1
| | | | | Description: Update dsktune for 1.1 Updated the date.
* Resolves: bug 251227Rich Megginson2007-08-091-271/+140
| | | | | Description: update dsktune for 1.1 These are the latest Solaris patches.
* Resolves: bug 251227Rich Megginson2007-08-071-5/+11
| | | | | Description: Update dsktune for 1.1 Fix Description: This is for HP-UX 11.23 IPF 64bit
* Resolves: #237040Noriko Hosoi2007-04-191-131/+0
| | | | Summary: Remove obsolete makefiles
* Resolves: #214533Noriko Hosoi2006-11-106-0/+30
| | | | | | | | | | 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: #214728Noriko Hosoi2006-11-101-1/+0
| | | | | Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NSPR20 (Comment #9)
* 1) Fedora Core 6 build fixesRich Megginson2006-11-071-1/+0
| | | | | | FC 6 does not have /usr/include/linux/sys.h. The two files in the diff below include it, but I'm not sure why. If you look at the file on an earlier system, it appears that there is nothing in it. All it seems to do is define NR_syscalls, which is not used anywhere in any include file that I can find, nor in any ds code. So I propose changing the code not to include this file. 2) Change version to 1.0.4 I already got the other files, except for ldap/cm/Makefile
* [186642] Directory Server Makefile updates for Internal buildNoriko Hosoi2006-03-291-6/+10
| | | | | | | | | . removed the dependency on DBM . Updated components' RELDATEs. . Console jar file name adjustment: <brand>-<comp>-<dotversion>.jar . Fix for HP-UX IPF . Use non-branded SetupUtil; add resource file to change branding . Updated the code to call createSIE so that the right brand is passed to SetupUtil.
* Fixed licensing typoNathan Kinder2005-04-1910-10/+30
|
* HP-UX IPF Porting changesNathan Kinder2005-04-181-24/+29
|
* 155068 - Added license to source filesNathan Kinder2005-04-1510-0/+300
|
* Update dsktune version dateNathan Kinder2005-04-041-1/+1
|
* 153668 - Update dsktune for HP-UXNathan Kinder2005-04-041-3/+3
|
* Corrected ndd recommendationsNathan Kinder2005-04-041-21/+39
|
* Fix swap space reporting on LinuxNathan Kinder2005-04-021-1/+1
|
* [Bug 146919] Directory Server rebrandingNoriko Hosoi2005-03-252-5/+5
| | | | | | | | | | 1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
* Copyright updatesNathan Kinder2005-03-225-0/+26
|
* clean up sprintf usage and many other flawfinder issues; clean up compiler ↵Rich Megginson2005-03-052-1/+1
| | | | warnings on Linux; remove pam_passthru from DS 7.1
* 149951 - Updated source code copyrightsNathan Kinder2005-02-285-10/+10
|
* [146919] De-brand the Directory Server as "brandx"Noriko Hosoi2005-02-021-4/+4
|
* 146735 - Fixed HP-UX patch typos - nkinder@redhat.comNathan Kinder2005-02-011-2/+2
|
* remove references to ldapserver from makefiles; use BUILD_ROOT instead of ↵Rich Megginson2005-01-281-3/+3
| | | | 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. ↵ldapserver7xcvsadm2005-01-2111-0/+4476
(foxworth)