summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * - start sending result information back to the clientNalin Dahyabhai2008-07-011-5/+29
| |
| * - make sense of matching resultsNalin Dahyabhai2008-07-011-5/+17
| |
| * - check whether or not to enforce access controlNalin Dahyabhai2008-07-011-74/+153
| | | | | | | | | | - use shared functionality for checking if an entry defines a set - start a search callback
| * - register both preoperation and postoperation functionalityNalin Dahyabhai2008-07-011-4/+54
| |
| * - don't log that we're setting up hooks, the specific backend module will nowNalin Dahyabhai2008-07-011-2/+0
| |
| * - 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
| | | | | | | | | | | | | | configuration for the referred-to map - free map configurations correctly - if needed, wrap a user-supplied filter in "()" when the formatter asks for the filter
* | - remove some bogus logic that's left over from when we tried to use aNalin Dahyabhai2008-07-031-29/+23
|/ | | | listening socket to talk to the portmapper
* - we're generating proper entries now. not storing them anywhere, but one thingNalin Dahyabhai2008-07-012-19/+114
| | | | at a time
* - make the shared parts of the configuration actually shared so that we canNalin Dahyabhai2008-07-014-255/+167
| | | | drop accessors for reading the shared parts
* - 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
| | | | | | | | | | - make building of either module a conditional, not yet controllable by the configure script
| * - 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
| | | | | | | | - start adding configuration for the schema plugin
| * - 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
| | | | | | | | startup
| * - merge the backend-specific headersNalin Dahyabhai2008-06-306-582/+9
| | | | | | | | - start switching to using the shared implementations in back-nis
| * - get schema compatibility linking correctlyNalin Dahyabhai2008-06-303-911/+150
| |
| * - start adding an sch backendNalin Dahyabhai2008-06-3012-112/+2680
| | | | | | | | - start factoring out the backend logic where the sch and nis backends overlap
* | 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
| | | | | | | | - format doesn't care about the secure flag, so don't bother returning its value
* | 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
| | | | | | | | - add a backend_data item to map entries
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | - expand: we don't need to support simple expressions directly any more - expand: stop using a scratch buffer for expansion - format: reset choice offset pointers when returning them - match_generic: clean up to free the valueset in one place rather than possibly four different places - match_generic: free the whole list of matches if we don't end up using it - single: return values correctly - xstrndup: terminate at the first nul - trim_value: drop support for '!' modifier - get_data_set: return the data we compute
| * - 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
| | | | | | | | - handle filter settings without enclosing parentheses