| Commit message (Expand) | Author | Age | Files | Lines |
| * | - use actual slapi_filter structures to avoid reparsing | Nalin Dahyabhai | 2010-11-18 | 1 | -3/+13 |
| * | - manage filters along with chains of attributes and search bases | Nalin Dahyabhai | 2010-11-18 | 1 | -4/+22 |
| * | - changes to comments | Nalin Dahyabhai | 2009-05-07 | 1 | -4/+5 |
| * | - log more details | Nalin Dahyabhai | 2009-05-07 | 1 | -9/+30 |
| * | - make sure that %referred() and %deref() don't return empty strings | Nalin Dahyabhai | 2009-05-07 | 1 | -8/+10 |
| * | - remove unused variables | Nalin Dahyabhai | 2009-05-06 | 1 | -4/+1 |
| * | - add the list of function parameters to debugged invocation failure log | Nalin Dahyabhai | 2009-04-30 | 1 | -2/+2 |
| * | - fix format_link() to not corrupt the heap with some bad math | Nalin Dahyabhai | 2009-04-30 | 1 | -29/+43 |
| * | - fix type mismatch warnings | Nalin Dahyabhai | 2009-04-27 | 1 | -3/+3 |
| * | - clean up (and clean up documentation for) matching functions | Nalin Dahyabhai | 2008-12-02 | 1 | -95/+75 |
| * | - make deref() return an error when it fails to evaluate, just like most | Nalin Dahyabhai | 2008-12-02 | 1 | -1/+3 |
| * | - drop some unused variables | Nalin Dahyabhai | 2008-11-04 | 1 | -9/+2 |
| * | - add a "link" function | Nalin Dahyabhai | 2008-11-04 | 1 | -0/+181 |
| * | - stop deref_r() and referred_r() stop returning empty strings when they | Nalin Dahyabhai | 2008-11-04 | 1 | -17/+9 |
| * | - add some argument checking to functions which were missing them | Nalin Dahyabhai | 2008-11-03 | 1 | -1/+55 |
| * | - add a %collect function, for concatenating lists of values into single | Nalin Dahyabhai | 2008-11-03 | 1 | -0/+58 |
| * | - teach %ifeq to return lists of values correctly | Nalin Dahyabhai | 2008-11-03 | 1 | -24/+17 |
| * | - change %ifelse to %ifeq, because we won't have to worry about how to | Nalin Dahyabhai | 2008-11-03 | 1 | -43/+50 |
| * | - add an %ifelse function | Nalin Dahyabhai | 2008-10-24 | 1 | -5/+89 |
| * | - rework how the referred_r function works, so that it retrieves the | Nalin Dahyabhai | 2008-10-24 | 1 | -87/+74 |
| * | - move config.h into src/ | Nalin Dahyabhai | 2008-10-24 | 1 | -1/+1 |
| * | - rename formatting functions: | Nalin Dahyabhai | 2008-10-24 | 1 | -40/+40 |
| * | - add referredx, as derefx | Nalin Dahyabhai | 2008-10-24 | 1 | -1/+318 |
| * | - add another list of attributes and parents, for use in chasing and | Nalin Dahyabhai | 2008-09-10 | 1 | -28/+60 |
| * | - fixup some heap corruption | Nalin Dahyabhai | 2008-09-09 | 1 | -42/+35 |
| * | - search for predecessors using the right attribute/bases | Nalin Dahyabhai | 2008-09-09 | 1 | -1/+1 |
| * | - add a way to create an SDN list using an array of strings | Nalin Dahyabhai | 2008-09-08 | 1 | -3/+21 |
| * | - be a little more careful when freeing lists | Nalin Dahyabhai | 2008-09-08 | 1 | -13/+20 |
| * | - rename sdn list manipulation functions in case they'll be needed | Nalin Dahyabhai | 2008-09-08 | 1 | -16/+16 |
| * | - add a "derefx" function which should be able to handle an | Nalin Dahyabhai | 2008-09-08 | 1 | -0/+149 |
| * | - fixup some of the logic where we check for duplicates in the | Nalin Dahyabhai | 2008-09-08 | 1 | -10/+27 |
| * | - wire the format_ref_attr_list structure into the two plugins | Nalin Dahyabhai | 2008-09-08 | 1 | -16/+16 |
| * | - wire a format_ref_attr_list into most APIs | Nalin Dahyabhai | 2008-09-08 | 1 | -27/+54 |
| * | - add structures and functions for managing lists of DNs and for | Nalin Dahyabhai | 2008-09-08 | 1 | -0/+209 |
| * | format.c: | Nalin Dahyabhai | 2008-08-06 | 1 | -33/+56 |
| * | - make %first sort the values it's given and return the first in sort order, | Nalin Dahyabhai | 2008-07-31 | 1 | -4/+17 |
| * | - remove unused variables | Nalin Dahyabhai | 2008-07-31 | 1 | -2/+2 |
| * | - add a wrapper for the slapi_search_internal_get_entry() function | Nalin Dahyabhai | 2008-07-22 | 1 | -4/+4 |
| * | - don't be so zealous about freeing the matches buffer | Nalin Dahyabhai | 2008-07-21 | 1 | -1/+2 |
| * | - fix that comment | Nalin Dahyabhai | 2008-07-15 | 1 | -1/+1 |
| * | - first pass at creating an entry list | Nalin Dahyabhai | 2008-07-15 | 1 | -0/+65 |
| * | - reorganize the source, just a bit | Nalin Dahyabhai | 2008-07-15 | 1 | -16/+29 |
| * | - stop double-freeing the arguments list in %first() | Nalin Dahyabhai | 2008-07-15 | 1 | -2/+0 |
| * | - make %first() take a pattern and not a literal | Nalin Dahyabhai | 2008-07-14 | 1 | -30/+42 |
| * | - LDAP_SCOPE_ONE->LDAP_SCOPE_ONELEVEL | Nalin Dahyabhai | 2008-07-09 | 1 | -1/+1 |
| * | - remove unused variables | Nalin Dahyabhai | 2008-07-09 | 1 | -9/+5 |
| * | - don't expand a single variable reference into an array when we're not | Nalin Dahyabhai | 2008-07-09 | 1 | -1/+2 |
| * | - when we duplicate an empty berval list, return an empty berval list | Nalin Dahyabhai | 2008-07-08 | 1 | -0/+3 |
| * | - when resizing a berval list, free the old list pointer before overwriting it | Nalin Dahyabhai | 2008-07-07 | 1 | -0/+7 |
| * | - try not to log binary data | Nalin Dahyabhai | 2008-07-07 | 1 | -14/+0 |