summaryrefslogtreecommitdiffstats
path: root/src/format.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - fix things so that when an entry in a map is updated, entries named by theNalin Dahyabhai2008-06-041-1/+1
* - fix %regmatch() to use extended regular expressionsNalin Dahyabhai2008-06-031-31/+160
* - fix a spelling error, remove some logs which are more verbose than we needNalin Dahyabhai2008-06-021-1/+3
* - simplify variable expansion just a bitNalin Dahyabhai2008-06-021-70/+43
* - fix "merge" so that it properly reports need-to-use-bigger-buffer errorsNalin Dahyabhai2008-06-021-77/+118
* - use error codes to report betterNalin Dahyabhai2008-06-021-67/+82
* - don't try to allocate buffers (which can be pretty large now) off the stackNalin Dahyabhai2008-06-021-22/+48
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-7/+16
* - make functions that take separators for constructing lists take them firstNalin Dahyabhai2008-05-301-12/+23
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
* - build cleanupsNalin Dahyabhai2008-05-291-1/+15
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-6/+6
* - add a simple regmatch()Nalin Dahyabhai2008-05-161-4/+32
* - add a table of defaultsNalin Dahyabhai2008-05-161-0/+158
* - make "list" and "deref" use vattrs, tooNalin Dahyabhai2008-05-161-28/+69
* - switch to using virtual attribute APIsNalin Dahyabhai2008-05-161-9/+18
* don't leak in that error caseNalin Dahyabhai2008-05-141-0/+1
* - format_deref:Nalin Dahyabhai2008-05-141-7/+12
* - add the "merge" functionNalin Dahyabhai2008-05-141-46/+160
* - add some notesNalin Dahyabhai2008-05-131-3/+37
* - skip over quoted strings when searching for closing ) or }Nalin Dahyabhai2008-05-131-10/+26
* - add a "deref" function:Nalin Dahyabhai2008-05-131-1/+88
* - add a "list" "function" which concatenates the values of attributesNalin Dahyabhai2008-05-131-0/+48
* - parse argument lists for "function"sNalin Dahyabhai2008-05-131-31/+80