summaryrefslogtreecommitdiffstats
path: root/src/format.c
Commit message (Expand)AuthorAgeFilesLines
* - add a wrapper for the slapi_search_internal_get_entry() functionNalin Dahyabhai2008-07-221-4/+4
* - don't be so zealous about freeing the matches bufferNalin Dahyabhai2008-07-211-1/+2
* - fix that commentNalin Dahyabhai2008-07-151-1/+1
* - first pass at creating an entry listNalin Dahyabhai2008-07-151-0/+65
* - reorganize the source, just a bitNalin Dahyabhai2008-07-151-16/+29
* - stop double-freeing the arguments list in %first()Nalin Dahyabhai2008-07-151-2/+0
* - make %first() take a pattern and not a literalNalin Dahyabhai2008-07-141-30/+42
* - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVELNalin Dahyabhai2008-07-091-1/+1
* - remove unused variablesNalin Dahyabhai2008-07-091-9/+5
* - don't expand a single variable reference into an array when we're notNalin Dahyabhai2008-07-091-1/+2
* - when we duplicate an empty berval list, return an empty berval listNalin Dahyabhai2008-07-081-0/+3
* - when resizing a berval list, free the old list pointer before overwriting itNalin Dahyabhai2008-07-071-0/+7
* - try not to log binary dataNalin Dahyabhai2008-07-071-14/+0
* - teach "merge" to merge lists of values in addition to single valuesNalin Dahyabhai2008-07-071-450/+220
* - make formatting binary-cleanNalin Dahyabhai2008-07-031-234/+440
* - make the newly-multiple-choice deref and referred functions return errorsNalin Dahyabhai2008-07-021-7/+32
* - teach referred() to return multiple choicesNalin Dahyabhai2008-07-021-18/+54
* - require exactly the right number of argumentsNalin Dahyabhai2008-07-021-1/+1
* - teach the deref function to accept two arguments in a multiple-choice callNalin Dahyabhai2008-07-021-11/+40
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-011-16/+14
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-301-4/+4
* - use group/set nomenclature more widelyNalin Dahyabhai2008-06-301-52/+52
* - rename plugin.ldif to nis-plugin.ldifNalin Dahyabhai2008-06-301-2/+1
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-1/+1
* - start adding an sch backendNalin Dahyabhai2008-06-301-78/+9
* - namespace nis-specific configurationNalin Dahyabhai2008-06-301-1/+1
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-2/+1
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-1/+1
* - remove unused variablesNalin Dahyabhai2008-06-301-24/+13
* - dup_strlist: calculate string list sizes correctly when duplicating themNalin Dahyabhai2008-06-261-198/+223
* - add the concept of data setsNalin Dahyabhai2008-06-251-8/+34
* - don't require the caller to pass a pblock into format_format, since the onlyNalin Dahyabhai2008-06-251-10/+8
* - don't even support passing a pblock into format_get_data(), because we haveNalin Dahyabhai2008-06-251-15/+4
* - clean up the choice list if we have to go back to the wellNalin Dahyabhai2008-06-251-1/+15
* - make matching operators work correctly when choices can be usedNalin Dahyabhai2008-06-251-63/+90
* - drop up/down functionsNalin Dahyabhai2008-06-251-124/+142
* - whoops, don't leak that if we do nothing with itNalin Dahyabhai2008-06-251-0/+1
* - store the list of values elsewhere if there's more than one and we've beenNalin Dahyabhai2008-06-251-8/+32
* - adjust formatting routines to allow for disallowed characters to be specifiedNalin Dahyabhai2008-06-231-8/+76
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2008-06-231-27/+57
|\
| * - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-211-27/+57
* | add "up" and "down" for forcing the case of their argumentsNalin Dahyabhai2008-06-131-0/+65
|/
* - compensate for changed function signatures elsewhereNalin Dahyabhai2008-06-101-1/+2
* - finish cleaning up variable substitutionNalin Dahyabhai2008-06-091-178/+216
* - implement substitutionNalin Dahyabhai2008-06-091-30/+172
* - add support for '#'/'##'/'%'/'%%' in attribute value specifications, a la bashNalin Dahyabhai2008-06-091-23/+116
* - escape DNs when we use them to build filtersNalin Dahyabhai2008-06-061-4/+66
* - forget about tracking visited DNs, just track attributes used for refsNalin Dahyabhai2008-06-061-47/+203
* - (backend) when providing map configuration to others, read from the directoryNalin Dahyabhai2008-06-041-5/+31
* - add a "referred" functionNalin Dahyabhai2008-06-041-14/+194