summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - whoops, this file got re-addedNalin Dahyabhai2008-06-301-0/+48
* - group dataNalin Dahyabhai2008-06-302-3/+8
* - refactor the is-this-a-valid-set-definition logicpost-schNalin Dahyabhai2008-06-302-52/+12
* - remove unused variablesNalin Dahyabhai2008-06-303-10/+3
* - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-304-105/+106
* - be more consisten about group/set nomenclatureNalin Dahyabhai2008-06-304-20/+20
* - use group/set nomenclature more widelyNalin Dahyabhai2008-06-303-55/+55
* - rename plugin.ldif to nis-plugin.ldifNalin Dahyabhai2008-06-301-2/+1
* - add a data entry, not a map, to the map cache when we encounter entries atNalin Dahyabhai2008-06-302-341/+139
* - merge the backend-specific headersNalin Dahyabhai2008-06-306-582/+9
* - get schema compatibility linking correctlyNalin Dahyabhai2008-06-303-911/+150
* - start adding an sch backendNalin Dahyabhai2008-06-3011-112/+2662
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
* - namespace nis-specific configurationNalin Dahyabhai2008-06-304-39/+39
* - rename backend and defaults, tooNalin Dahyabhai2008-06-307-12/+11
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-309-13/+13
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-308-12/+12
* - rename a function to group it more closely with related onesNalin Dahyabhai2008-06-301-2/+2
* - remove unused variablesNalin Dahyabhai2008-06-307-58/+47
* - manage the key_len array along with the keys array for an entryNalin Dahyabhai2008-06-261-3/+11
* - don't try to set an entry when we have no keys (duh)Nalin Dahyabhai2008-06-261-12/+18
* - dup_strlist: calculate string list sizes correctly when duplicating themNalin Dahyabhai2008-06-261-198/+223
* - minor cleanupsNalin Dahyabhai2008-06-261-3/+4
* - don't require a disallowed_chars settingNalin Dahyabhai2008-06-261-3/+16
* - don't require either gecos or cn for usersNalin Dahyabhai2008-06-251-2/+2
* - clean up to not set defaults which we may not be overridingNalin Dahyabhai2008-06-252-27/+40
* - make use of data sets for keys_formatNalin Dahyabhai2008-06-251-22/+103
* - add the concept of data setsNalin Dahyabhai2008-06-252-8/+40
* - don't require a key count when we're adding an entry to the mapNalin Dahyabhai2008-06-252-9/+11
* - 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-253-20/+7
* - 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
* - recognize 'keys-format' in addition to 'key-format', even though we don'tNalin Dahyabhai2008-06-251-18/+73
* - eliminate duplicate code for assignment of defaults on matchNalin Dahyabhai2008-06-252-45/+133
* - don't force the map initialization caller to even bother guessing about theNalin Dahyabhai2008-06-252-5/+4
* - adjust formatting routines to allow for disallowed characters to be specifiedNalin Dahyabhai2008-06-231-8/+76
* - remove the set-at-initialization-time limit on the number of keys a map canNalin Dahyabhai2008-06-231-1/+22
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2008-06-239-249/+519
|\
| * - don't fail map_next() when there's no next entry before verifying that thereNalin Dahyabhai2008-06-211-1/+4
| * - log the key third in a "next" debug messageNalin Dahyabhai2008-06-211-7/+7
| * - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-218-47/+116
| * - no, drop that last thingNalin Dahyabhai2008-06-211-1/+1
| * - manage multiple trees of keys to support multi-keying for entriesNalin Dahyabhai2008-06-212-59/+204
| * - force anyone who initializes a map to provide a count of how many keys willNalin Dahyabhai2008-06-211-2/+2
| * - drop the debug-friendly pausingNalin Dahyabhai2008-06-211-1/+0
| * - correct the reading of base locations, tooNalin Dahyabhai2008-06-211-7/+9