| Commit message (Expand) | Author | Age | Files | Lines |
* | - 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 |
* | - teach "merge" to merge lists of values in addition to single values | Nalin Dahyabhai | 2008-07-07 | 1 | -450/+220 |
* | - make formatting binary-clean | Nalin Dahyabhai | 2008-07-03 | 1 | -234/+440 |
* | - make the newly-multiple-choice deref and referred functions return errors | Nalin Dahyabhai | 2008-07-02 | 1 | -7/+32 |
* | - teach referred() to return multiple choices | Nalin Dahyabhai | 2008-07-02 | 1 | -18/+54 |
* | - require exactly the right number of arguments | Nalin Dahyabhai | 2008-07-02 | 1 | -1/+1 |
* | - teach the deref function to accept two arguments in a multiple-choice call | Nalin Dahyabhai | 2008-07-02 | 1 | -11/+40 |
* | - format_referrer: don't try to free a non-heap string if we can't find a | Nalin Dahyabhai | 2008-07-01 | 1 | -16/+14 |
* | - be more consisten about group/set nomenclature | Nalin Dahyabhai | 2008-06-30 | 1 | -4/+4 |
* | - use group/set nomenclature more widely | Nalin Dahyabhai | 2008-06-30 | 1 | -52/+52 |
* | - rename plugin.ldif to nis-plugin.ldif | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+1 |
* | - merge the backend-specific headers | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
* | - start adding an sch backend | Nalin Dahyabhai | 2008-06-30 | 1 | -78/+9 |
* | - namespace nis-specific configuration | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
* | - rename backend and defaults, too | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+1 |
* | - rename plugin.c,plugin.h to plug-nis.c,plug-nis.h | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
* | - remove unused variables | Nalin Dahyabhai | 2008-06-30 | 1 | -24/+13 |
* | - dup_strlist: calculate string list sizes correctly when duplicating them | Nalin Dahyabhai | 2008-06-26 | 1 | -198/+223 |
* | - add the concept of data sets | Nalin Dahyabhai | 2008-06-25 | 1 | -8/+34 |
* | - don't require the caller to pass a pblock into format_format, since the only | Nalin Dahyabhai | 2008-06-25 | 1 | -10/+8 |
* | - don't even support passing a pblock into format_get_data(), because we have | Nalin Dahyabhai | 2008-06-25 | 1 | -15/+4 |
* | - clean up the choice list if we have to go back to the well | Nalin Dahyabhai | 2008-06-25 | 1 | -1/+15 |
* | - make matching operators work correctly when choices can be used | Nalin Dahyabhai | 2008-06-25 | 1 | -63/+90 |
* | - drop up/down functions | Nalin Dahyabhai | 2008-06-25 | 1 | -124/+142 |
* | - whoops, don't leak that if we do nothing with it | Nalin Dahyabhai | 2008-06-25 | 1 | -0/+1 |
* | - store the list of values elsewhere if there's more than one and we've been | Nalin Dahyabhai | 2008-06-25 | 1 | -8/+32 |
* | - adjust formatting routines to allow for disallowed characters to be specified | Nalin Dahyabhai | 2008-06-23 | 1 | -8/+76 |
* | Merge branch 'master' of git.fedorahosted.org:/git/slapi-nis | Nalin Dahyabhai | 2008-06-23 | 1 | -27/+57 |
|\ |
|
| * | - add a "disallowed chars" map attribute | Nalin Dahyabhai | 2008-06-21 | 1 | -27/+57 |
* | | add "up" and "down" for forcing the case of their arguments | Nalin Dahyabhai | 2008-06-13 | 1 | -0/+65 |
|/ |
|
* | - compensate for changed function signatures elsewhere | Nalin Dahyabhai | 2008-06-10 | 1 | -1/+2 |
* | - finish cleaning up variable substitution | Nalin Dahyabhai | 2008-06-09 | 1 | -178/+216 |
* | - implement substitution | Nalin Dahyabhai | 2008-06-09 | 1 | -30/+172 |
* | - add support for '#'/'##'/'%'/'%%' in attribute value specifications, a la bash | Nalin Dahyabhai | 2008-06-09 | 1 | -23/+116 |
* | - escape DNs when we use them to build filters | Nalin Dahyabhai | 2008-06-06 | 1 | -4/+66 |
* | - forget about tracking visited DNs, just track attributes used for refs | Nalin Dahyabhai | 2008-06-06 | 1 | -47/+203 |
* | - (backend) when providing map configuration to others, read from the directory | Nalin Dahyabhai | 2008-06-04 | 1 | -5/+31 |
* | - add a "referred" function | Nalin Dahyabhai | 2008-06-04 | 1 | -14/+194 |
* | - fix things so that when an entry in a map is updated, entries named by the | Nalin Dahyabhai | 2008-06-04 | 1 | -1/+1 |
* | - fix %regmatch() to use extended regular expressions | Nalin Dahyabhai | 2008-06-03 | 1 | -31/+160 |
* | - fix a spelling error, remove some logs which are more verbose than we need | Nalin Dahyabhai | 2008-06-02 | 1 | -1/+3 |
* | - simplify variable expansion just a bit | Nalin Dahyabhai | 2008-06-02 | 1 | -70/+43 |
* | - fix "merge" so that it properly reports need-to-use-bigger-buffer errors | Nalin Dahyabhai | 2008-06-02 | 1 | -77/+118 |
* | - use error codes to report better | Nalin Dahyabhai | 2008-06-02 | 1 | -67/+82 |
* | - don't try to allocate buffers (which can be pretty large now) off the stack | Nalin Dahyabhai | 2008-06-02 | 1 | -22/+48 |