summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * rename backend_shr_set_config_entry_add_one -> backend_shr_set_config_entry_addNalin Dahyabhai2008-07-025-56/+55
| | | | | | | | | | just expect the specific backend to return a filter when checking if an entry is is a set configuration
| * - rename unset_entry_id to unset_entryNalin Dahyabhai2008-07-025-36/+34
| | | | | | | | - rename check_aci to check_access
| * - add a way to iterate through domain namesNalin Dahyabhai2008-07-022-0/+19
| |
| * - reintroduce copyright noticeNalin Dahyabhai2008-07-011-0/+21
| |
| * - tweak some log messagesNalin Dahyabhai2008-07-011-3/+3
| |
| * - 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
| |
| * - 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
|
* - 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
|
* - 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
|
* - group dataNalin Dahyabhai2008-06-302-3/+8
|
* - refactor the is-this-a-valid-set-definition logicpost-schNalin Dahyabhai2008-06-302-52/+12
| | | | | - 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-304-105/+106
| | | | - 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-301-2/+1
|
* - 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-3011-112/+2662
| | | | - start factoring out the backend logic where the sch and nis backends overlap
* - don't use the hard-coded attribute nameNalin Dahyabhai2008-06-301-2/+3
|
* - namespace nis-specific configurationNalin Dahyabhai2008-06-304-39/+39
| | | | - format doesn't care about the secure flag, so don't bother returning its value
* - 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
* - 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
|
* - don't require a disallowed_chars settingNalin Dahyabhai2008-06-261-3/+16
| | | | - handle filter settings without enclosing parentheses
* - 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
| | | | | - error if a key_format item fails to evaluate - set entries using the combination of all key-format and keys-format values
* - 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
|