summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/tools/ldclt/threadMain.c
Commit message (Collapse)AuthorAgeFilesLines
* 516089 - add dereference search option into ldcltYi Zhang2009-11-101-3/+2
| | | | | | | This option will accept format like "-e deref=derefAttr:attr" to ldclt when "-e esearch" is requested. example: -e esearch -e deref=secretary:mail search will dereference the "secretary" attribute and then return the "mail" attribute value
* 459181 - Add attreplacefile option to ldcltYi Zhang2009-11-021-0/+25
| | | | | | This option will accept format like "-e attreplacefile=jpegPhoto:/some/binary.file" to ldclt. The content of the given file will be used to replace the attribute "jpegPhoto" (in this case). The given file could be plain text or binary file.
* Resolves: #471138Noriko Hosoi2008-11-171-1/+10
| | | | Summary: LDCLT: add abandon to ldclt
* Resolves: #246690Noriko Hosoi2007-07-051-0/+23
| | | | | Summary: feature request for ldclt: add randomauthid for testing Description: Adding randomauthid options: -e "randomauthid" -e "randomauthidlow=<low>" -e "randomauthidhigh=<high>"
* Resolves: #214533Noriko Hosoi2006-11-101-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 +
* [164596] LDCLT distributed with Directory ServerNoriko Hosoi2006-01-111-0/+1198
integrated ldclt from DSRK into the DS source tree.