summaryrefslogtreecommitdiffstats
path: root/server/util/dlinklist.h
Commit message (Collapse)AuthorAgeFilesLines
* Add rebuild task to memberof pluginSimo Sorce2009-12-101-2/+2
| | | | | | | | | | | This task allows us to rebuild memberuid and memberof attributes throughout the database. This way we can upgrade from version 0.4 databases that didn't generate and store memberuid. The task can be invoked by adding a speaicl named entry to the ldb file. The entry dn to use is: @MEMBEROF-REBUILD, the entry has no attributes and any attribute is ignored at present. The entry will not be stored in the database but will just trigger the task to execute a rebuild of the memberof and memberuid attributes
* Add DLIST_FOR_EACH() macroMartin Nagy2009-11-061-0/+3
|
* Initital server code.Simo Sorce2008-10-041-0/+113
Includes test monitor task.