summaryrefslogtreecommitdiffstats
path: root/src/format.c
Commit message (Expand)AuthorAgeFilesLines
* cast ber_len_t lengths to (int) when we use them to limit string lengthsNalin Dahyabhai2010-12-221-15/+17
* - also, call the right functionNalin Dahyabhai2010-11-231-1/+1
* - whoops, enforce the right argument countNalin Dahyabhai2010-11-231-2/+2
* - break up %deref into %deref and %deref_fNalin Dahyabhai2010-11-231-44/+107
* - use the filter at the right point in walking a chainNalin Dahyabhai2010-11-221-3/+37
* - teach wrap_search_internal_get_entry to take an optional filterNalin Dahyabhai2010-11-221-94/+4
* - try to factor deref_r and its corresponding update code intoNalin Dahyabhai2010-11-221-46/+171
* - do a full clear of some temporaries (valgrind)Nalin Dahyabhai2010-11-181-0/+2
* - don't walk off the end of the filter array, but expect it to be of theNalin Dahyabhai2010-11-181-1/+1
* - add optional caching of filters to attribute listsNalin Dahyabhai2010-11-181-18/+50
* - use actual slapi_filter structures to avoid reparsingNalin Dahyabhai2010-11-181-3/+13
* - manage filters along with chains of attributes and search basesNalin Dahyabhai2010-11-181-4/+22
* - changes to commentsNalin Dahyabhai2009-05-071-4/+5
* - log more detailsNalin Dahyabhai2009-05-071-9/+30
* - make sure that %referred() and %deref() don't return empty stringsNalin Dahyabhai2009-05-071-8/+10
* - remove unused variablesNalin Dahyabhai2009-05-061-4/+1
* - add the list of function parameters to debugged invocation failure logNalin Dahyabhai2009-04-301-2/+2
* - 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