summaryrefslogtreecommitdiffstats
path: root/src/format.c
Commit message (Expand)AuthorAgeFilesLines
...
* - fix format_link() to not corrupt the heap with some bad mathNalin Dahyabhai2009-04-301-29/+43
* - fix type mismatch warningsNalin Dahyabhai2009-04-271-3/+3
* - clean up (and clean up documentation for) matching functionsNalin Dahyabhai2008-12-021-95/+75
* - make deref() return an error when it fails to evaluate, just like mostNalin Dahyabhai2008-12-021-1/+3
* - drop some unused variablesNalin Dahyabhai2008-11-041-9/+2
* - add a "link" functionNalin Dahyabhai2008-11-041-0/+181
* - stop deref_r() and referred_r() stop returning empty strings when theyNalin Dahyabhai2008-11-041-17/+9
* - add some argument checking to functions which were missing themNalin Dahyabhai2008-11-031-1/+55
* - add a %collect function, for concatenating lists of values into singleNalin Dahyabhai2008-11-031-0/+58
* - teach %ifeq to return lists of values correctlyNalin Dahyabhai2008-11-031-24/+17
* - change %ifelse to %ifeq, because we won't have to worry about how toNalin Dahyabhai2008-11-031-43/+50
* - add an %ifelse functionNalin Dahyabhai2008-10-241-5/+89
* - rework how the referred_r function works, so that it retrieves theNalin Dahyabhai2008-10-241-87/+74
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - rename formatting functions:Nalin Dahyabhai2008-10-241-40/+40
* - add referredx, as derefxNalin Dahyabhai2008-10-241-1/+318
* - add another list of attributes and parents, for use in chasing andNalin Dahyabhai2008-09-101-28/+60
* - fixup some heap corruptionNalin Dahyabhai2008-09-091-42/+35
* - search for predecessors using the right attribute/basesNalin Dahyabhai2008-09-091-1/+1
* - add a way to create an SDN list using an array of stringsNalin Dahyabhai2008-09-081-3/+21
* - be a little more careful when freeing listsNalin Dahyabhai2008-09-081-13/+20
* - rename sdn list manipulation functions in case they'll be neededNalin Dahyabhai2008-09-081-16/+16
* - add a "derefx" function which should be able to handle anNalin Dahyabhai2008-09-081-0/+149
* - fixup some of the logic where we check for duplicates in theNalin Dahyabhai2008-09-081-10/+27
* - wire the format_ref_attr_list structure into the two pluginsNalin Dahyabhai2008-09-081-16/+16
* - wire a format_ref_attr_list into most APIsNalin Dahyabhai2008-09-081-27/+54
* - add structures and functions for managing lists of DNs and forNalin Dahyabhai2008-09-081-0/+209
* format.c:Nalin Dahyabhai2008-08-061-33/+56
* - make %first sort the values it's given and return the first in sort order,Nalin Dahyabhai2008-07-311-4/+17
* - remove unused variablesNalin Dahyabhai2008-07-311-2/+2
* - 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