Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 202872 - Allow password modify extended operation when using SASL privacy layer | Nathan Kinder | 2006-08-17 | 1 | -0/+1 |
| | |||||
* | 184585 - SASL context needs to be disposed of and a new one created when ↵ | Nathan Kinder | 2006-03-14 | 1 | -0/+3 |
| | | | | re-binding | ||||
* | Fixing Solaris build | Noriko Hosoi | 2006-02-28 | 1 | -0/+3 |
| | | | | | 1) NSCONFIG accidentally got a white space (for non-Linux platforms) 2) Solaris needs to include limits.h explicitly | ||||
* | 178867 - Enhanced password syntax checking | Nathan Kinder | 2006-01-25 | 1 | -0/+18 |
| | |||||
* | 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 |
| | |||||
* | [Bug 146919] Directory Server rebranding | Noriko Hosoi | 2005-03-25 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | clean up sprintf usage and many other flawfinder issues; clean up compiler ↵ | Rich Megginson | 2005-03-05 | 1 | -2/+1 |
| | | | | warnings on Linux; remove pam_passthru from DS 7.1 | ||||
* | 149951 - Updated source code copyrights | Nathan Kinder | 2005-02-28 | 1 | -2/+2 |
| | |||||
* | New net-snmp subagent | Nathan Kinder | 2005-02-25 | 1 | -35/+35 |
| | |||||
* | [146919] De-brand the Directory Server as "brandx" | Noriko Hosoi | 2005-02-02 | 1 | -2/+2 |
| | |||||
* | Bug(s) fixed: 145179 | Rich Megginson | 2005-01-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug Description: The auth specific PAM libraries do not have a run time dependency on libpam, but they do use symbols in libpam - they expect the executable has already loaded libpam and made its symbols visible to all other dynamically loaded libraries. This breaks with DS when loading the PAM plugin since we just use the default dlopen arguments, which make the symbols private. We need a way to tell the plugin loader to treat certain plugins differently without changing the behavior for all plugins. Reviewed by: dboreham, nkinder (Thanks!) Fix Description: Added two new plugin configuration options: nsslapd-pluginLoadNow and nsslapd-pluginLoadGlobal. These are boolean valued and false by default (also false if absent). LoadNow causes all symbols in the plugin and all of its dependents to be loaded immediately, as opposed to load lazy which only loads the symbol when used the first time (we probably don't ever want to do this, but it's there if we need it). LoadGlobal makes all loaded symbols visible to the executable and all other dynamically loaded libraries, which solves the PAM problem. Platforms tested: RHEL3 Flag Day: no Doc impact: Yes. Need to document the two new plugin config attributes and their behavior, and document slapi_entry_get_bool(). QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none | ||||
* | Moving NSCP Directory Server from DirectoryBranch to TRUNK, initial drop. ↵ldapserver7x | cvsadm | 2005-01-21 | 1 | -0/+1944 |
(foxworth) |