summaryrefslogtreecommitdiffstats
path: root/ldap/servers/slapd/test-plugins/sampletask.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: 439907Nathan Kinder2008-04-031-59/+56
| | | | Summary: Enhanced SLAPI task API and ported existing tasks to use new API.
* Resolves: bug 251549FedoraDirSvr110b1_20070813Rich Megginson2007-08-131-2/+2
| | | | | | | | | | Bug Description: Change filesystem path naming from "fedora-ds" to "dirsrv" Reviewed by: nkinder (Thanks!) Fix Description: Mostly just changing the package name in configure.ac, and making sure we consistently use that in path naming (e.g. /etc/@PACKAGE_NAME@ or /etc/@PACKAGE_NAME_BASE@ for adminserver). Platforms tested: RHEL4, FC6 Flag Day: no Doc impact: Oh yes. QA impact: Any existing tests that depend on /path/brand-ds will need to change to use dirsrv. It is highly encouraged to use a macro or variable for the package name in any scripts to minimize the impact of future package name changes.
* Resolves: #195305Noriko Hosoi2006-12-151-0/+242
Summary: make new_task() non-static Adding a sample task plugin code and updating the README for the plugin.