summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - fixup entry the iteration API so that its new, only, consumer can use it rightNalin Dahyabhai2008-07-012-8/+19
* - drop backend-specific header filesNalin Dahyabhai2008-07-014-60/+5
* - use shared functionality for checking if an entry is a mapNalin Dahyabhai2008-07-011-52/+4
* - add an attribute to control access controlNalin Dahyabhai2008-07-011-0/+3
* - format_referrer: don't try to free a non-heap string if we can't find aNalin Dahyabhai2008-07-013-25/+84
* - we're generating proper entries now. not storing them anywhere, but one thingNalin Dahyabhai2008-07-012-19/+114
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-014-255/+167
* - there is no map-specific startup functionNalin Dahyabhai2008-07-011-1/+0
* - change some parts of how the container configuration will be configuredNalin Dahyabhai2008-07-011-12/+14
* - add a startup function to finish populating our private dataNalin Dahyabhai2008-07-011-0/+12
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-304-12/+30
* - update statusNalin Dahyabhai2008-06-301-1/+2
* - whoops, this file needs to be re-added to VCSNalin Dahyabhai2008-06-301-0/+52
* - whoops, this file got re-addedNalin Dahyabhai2008-06-301-0/+48
* Merge branch 'schema-compat'Nalin Dahyabhai2008-06-3018-1144/+2154
|\
| * - group dataNalin Dahyabhai2008-06-302-3/+8
| * - refactor the is-this-a-valid-set-definition logicpost-schNalin Dahyabhai2008-06-303-52/+14
| * - remove unused variablesNalin Dahyabhai2008-06-303-10/+3
| * - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-306-111/+130
| * - 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-303-3/+2
| * - 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-3012-112/+2680
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nispre-schNalin Dahyabhai2008-06-301-2/+3
|\|
| * - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-06-306-74/+75
|\|
| * - namespace nis-specific configurationNalin Dahyabhai2008-06-306-74/+75
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-06-3016-97/+85
|\|
| * - 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
* | Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-06-2710-419/+981
|\|
| * - more on nis-key-format vs. nis-keys-formatNalin Dahyabhai2008-06-262-7/+21
| * - 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
| * - drop the not-useful disallowed chars operatorNalin Dahyabhai2008-06-261-2/+1
| * - 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