summaryrefslogtreecommitdiffstats
path: root/ldap/clients/dsgw
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: #237356Noriko Hosoi2007-04-27541-101742/+0
| | | | | | | Summary: Move DS Admin Code into Admin Server (Comment #4,#6) Description: .DSGW is already a separated module "dsgw"; Removing from ldapserver. .Removing the independency from lib/libsi18n/gsslapd.h
* Resolves: #237040Noriko Hosoi2007-04-191-54/+0
| | | | Summary: Remove obsolete makefiles
* Resolves: #214533Noriko Hosoi2006-11-1037-0/+185
| | | | | | | | | | 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-4/+0
| | | | | Summary: Cleaning up obsolete macros in the build Changes: eliminated macro MCC_HTTPD (Comment #14)
* Resolves: #214728Noriko Hosoi2006-11-101-4/+0
| | | | | Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NET_SSL (Comment #5)
* Resolves: #214728Noriko Hosoi2006-11-101-8/+0
| | | | | Summary: Cleaning up obsolete macros in the build Changes: eliminated macro NS_DS (Comment #2, #3)
* Bug(s) fixed: 202889:Rich Megginson2006-10-0968-116/+111
| | | | | | | | | | Bug Description: Branding: Netscape Directory Server Gateway Reviewed by: nkinder (Thanks!) Fix Description: There were quite a few places in the dsgw/phonebook that referred to Netscape Directory Server. These have been removed. Nathan found a couple of places where I missed some netscape.com URLs, and suggested I remove references to Collabra server. Platforms tested: FC5 Flag Day: no Doc impact: no
* 204410 - Pick up new ldapcsdk, nspr, and sasl componentsNathan Kinder2006-08-281-4/+4
|
* Bug(s) fixed: 186280Rich Megginson2006-05-2214-1360/+45
| | | | | | | | | | | | | Bug Description: Close potential security vulnerabilities in CGI code - dsgw get/post arguments Reviewed by: Noriko and Nathan (Thanks!) Fix Description: Fortunately, the code was pretty clean already. There were just a few places I needed to add some file or path name checking. I also got rid of some code. Platforms tested: Fedora Core 5 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Bug(s) fixed: 186280Rich Megginson2006-04-1120-199/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | Bug Description: ldapserver: Close potential security vulnerabilities in CGI code Reviewed by: Nathan, Noriko, and Pete (Thanks!) Fix Description: Clean up usage of sprintf, strcpy, fgets instead of gets, fixed buffer usage, etc., mostly in the CGI code and other user facing code (i.e. setup). Also, Steve Grubb told me about a GCC trick to force it to check printf style varargs functions, to check the format string against the argument string, for type mismatches, missing arguments, and too many arguments. In the CGI form argument parsing code, we needed to be more careful about checking for bad input - good input is supposed to look like this: name=value&name=value&..... &name=value. I don't think the original code was checking properly for something like name&name=value. There was another place where we were not checking to see if a buffer had enough room before appending a string to it. I had to change a couple of functions to allow passing in the size of the buffer. Fixed some issues raised by Noriko and Nathan. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* [186642] Directory Server Makefile updates for Internal buildNoriko Hosoi2006-03-291-3/+9
| | | | | | | | | . 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.
* Some DSGW programs must not be linked with SSL, including the LDAP ssl ↵Rich Megginson2006-02-251-1/+1
| | | | library. On RHEL3, this causes a linker error, but appears to be fine on other platforms. So, just use the LDAP_NOSSL_LINK macro for those programs, and use the LDAPLINK macro for the other programs.
* Bug(s) fixed: 169663Rich Megginson2005-10-031-8/+0
| | | | | | | | | | | | | | | | | Bug Description: Build Cleanup - open source AS, other components; remove Fortezza; etc. Reviewed by: Noriko, Nathan, Rob C. (Thanks!) Fix Description: This allows us to build DS entirely outside of the firewall with entirely open source components, including setuputil, adminutil, adminserver, and java components. I still need to address some issues around nsperl, perldap, dsmlgw, xmltools, and general ease of build. This also gets rid of the crufty Fortezza build stuff and addresses some other minor build issues. Platforms tested: RHEL4 Flag Day: yes, but the internal builds should not be affected Doc impact: wiki QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* bug 158368 - remove nt group type as wellRich Megginson2005-05-211-18/+0
|
* Bug(s) fixed: 158368Rich Megginson2005-05-215-3684/+2257
| | | | | | | | | | | | | Bug Description: Gateway adds 'ou' and 'l' attributes to NT groups Reviewed by: David (Thanks!) Fix Description: Remove the ou and l attributes from the NT group add, edit, and display forms. Remove ou and l from the nt groups documentation. Also removed nt group type. We don't need it anymore, and the default is "global" which is fine. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Bug(s) fixed: 158330Rich Megginson2005-05-204-15050/+17434
| | | | | | | | | | | | | | Bug Description: dsgw: online help for objectclass NTgroup Reviewed by: Noriko (Thanks!) Files: see diff Branch: HEAD Fix Description: I've removed all references to NT domains. Also, the docs say that ntGroupDomainId has been deprecated in favor of ntUserDomainId. Platforms tested: RHEL4 Flag Day: no Doc impact: no QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Bug(s) fixed: 158235Rich Megginson2005-05-209-297/+27
| | | | | | | | | | | | | | Bug Description: Phonebook/gateway: Object class violation - missing attribute "ntUserDomainId" required by object class "ntGroup" Reviewed by: David (Thanks!) Fix Description: 1) Change all places that use ntgroupdomainid to use ntuserdomainid instead 2) Get rid of support for NT domains. There were many places in the code that expected the nt user and nt group id to be prefixed with "domain:". Since we do not support domains anymore, I removed that code. Platforms tested: RHEL4 Flag Day: no Doc impact: Yes, but I believe David is changing those docs QA impact: need to test dsgw NT functionality New Tests integrated into TET: none
* Bug: 158250Rich Megginson2005-05-201-1/+1
| | | | Add dc.gif to the list of files to package
* [156759] dsgw/pb charset conversion problemNoriko Hosoi2005-05-041-3/+3
| | | | Fixed a bug caused by misusing a pointer.
* Fixed licensing typoNathan Kinder2005-04-19424-432/+1280
|
* HP-UX IPF Porting changesNathan Kinder2005-04-182-0/+4
|
* 155068 - Added license to source filesNathan Kinder2005-04-15424-8/+12728
|
* [Bug 146919] Directory Server rebrandingNoriko Hosoi2005-03-254-232/+226
| | | | | | | | | | 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-2264-352/+399
|
* Update copyrights for DSGWNathan Kinder2005-03-22316-19377/+19061
|
* Updated copyright infoNathan Kinder2005-03-2244-314/+176
|
* remove ns_usedb.mkRich Megginson2005-03-181-3/+0
|
* 149510Rob Crittenden2005-03-071-2/+0
| | | | | More ACL system code cleanup. Fix several compiler warnings, simplify some includes.
* clean up sprintf usage and many other flawfinder issues; clean up compiler ↵Rich Megginson2005-03-055-8/+10
| | | | warnings on Linux; remove pam_passthru from DS 7.1
* 149510Rob Crittenden2005-02-231-0/+2
| | | | Strip down ACL code and support libraries to the bare minimum.
* [146919] De-brand the Directory Server as "brandx"Noriko Hosoi2005-02-021-1/+1
|
* remove references to ldapserver from makefiles; use BUILD_ROOT instead of ↵Rich Megginson2005-01-289-26/+26
| | | | MCOM_ROOT and NSROOT; BUILD_ROOT is now the ldapserver directory rather than its parent
* 146201 - make directory express brand agnostic - nkinder@redhat.comNathan Kinder2005-01-278-47/+13
|
* 146294 - changed dsgw to be brand agnostic - nkinder@redhat.comNathan Kinder2005-01-2619-52/+52
|
* Cleaned up UI for rebranding - nkinder@redhat.comNathan Kinder2005-01-252-10/+35
|
* Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. ↵ldapserver7xcvsadm2005-01-21547-0/+89119
(foxworth)