summaryrefslogtreecommitdiffstats
path: root/src/back-sch.c
Commit message (Expand)AuthorAgeFilesLines
* - don't leak the filterNalin Dahyabhai2008-07-071-3/+8
* - associative property ftwNalin Dahyabhai2008-07-071-2/+2
* - skip zero-length valuesNalin Dahyabhai2008-07-071-3/+21
* - don't skip values just because they might be emptyNalin Dahyabhai2008-07-031-1/+1
* - fix copy/paste errors in reading of configuration dataNalin Dahyabhai2008-07-031-1/+1
* - update for new length-setting formatting APINalin Dahyabhai2008-07-031-222/+48
* - factor out checking if an entry is one of oursNalin Dahyabhai2008-07-031-50/+128
* - function rename: set_entry_one -> set_entryNalin Dahyabhai2008-07-031-1/+1
* - also track the DN of the originating entryNalin Dahyabhai2008-07-031-9/+86
* - start blocking writes to our groupsNalin Dahyabhai2008-07-021-4/+68
* - add rdn values to group and set entriesNalin Dahyabhai2008-07-021-7/+26
* - support search matches against the group container and the entry set inNalin Dahyabhai2008-07-021-41/+132
* rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_addNalin Dahyabhai2008-07-021-26/+31
* - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-021-13/+12
* - tweak some log messagesNalin Dahyabhai2008-07-011-3/+3
* - start sending result information back to the clientNalin Dahyabhai2008-07-011-5/+29
* - make sense of matching resultsNalin Dahyabhai2008-07-011-5/+17
* - check whether or not to enforce access controlNalin Dahyabhai2008-07-011-74/+153
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-011-6/+49
* - we're generating proper entries now. not storing them anywhere, but one thingNalin Dahyabhai2008-07-011-18/+113
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-011-111/+58
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-301-2/+23
* - group dataNalin Dahyabhai2008-06-301-1/+4
* - remove unused variablesNalin Dahyabhai2008-06-301-7/+1
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-301-7/+7
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-1/+1
* - get schema compatibility linking correctlyNalin Dahyabhai2008-06-301-902/+141
* - start adding an sch backendNalin Dahyabhai2008-06-301-0/+1356