Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | include header to avoid implicit declaration | Nalin Dahyabhai | 2012-11-14 | 1 | -0/+1 | |
| | ||||||
* | log message fixups | Nalin Dahyabhai | 2012-11-14 | 2 | -11/+13 | |
| | | | | | - put a newline at the end of these two messages - register callbacks in a consistent order | |||||
* | explicitly check for "no" values | Nalin Dahyabhai | 2012-11-14 | 1 | -1/+9 | |
| | ||||||
* | warning cleanup: remove unused variables | Nalin Dahyabhai | 2012-11-13 | 1 | -3/+2 | |
| | ||||||
* | show betxn settings in the plugin version | Nalin Dahyabhai | 2012-11-13 | 2 | -2/+2 | |
| | ||||||
* | Overhaul betxn support | Nalin Dahyabhai | 2012-11-01 | 8 | -213/+414 | |
| | | | | | | | | | * Check for BETXN support at build-time, provide options for disabling or requiring that it be available for build to succeed. * Track whether or not BETXN support is enabled in the plugin-local state. * Skip processing in post/internalpost callbacks if BETXN support is enabled. * Skip work in betxnpost callbacks if BETXN support is disabled. | |||||
* | make NIS Plugin and Schema Compatibility Plugin betxn aware | Noriko Hosoi | 2012-10-16 | 5 | -65/+226 | |
| | | | | | | | | | | When NIS Plugin and Schema Compatibility Plugin config entries include nsslapd-pluginbetxn: on (the value could be yes, true or 1, too), the plugins' update callbacks (add, delete, modify, and modrdn) are called at the betxn pre/postop timing. By default, the value of nsslapd-pluginbetxn is off. (See also https://fedorahosted.org/389/ticket/351) | |||||
* | add shadow, passwd.adjuct, base64-encode nis-disallowed-chars | Nalin Dahyabhai | 2012-08-23 | 1 | -4/+67 | |
| | | | | | | | * add a definition for shadow.byname * add a definition for passwd.adjunct.byname * make passwd.byname/passwd.byuid hide userPassword if objectClass==shadowAccount * base64-encode nis-disallowed-chars when we are printing defaults | |||||
* | drop support for directory server transactions | Nalin Dahyabhai | 2012-06-13 | 8 | -253/+0 | |
| | | | | | | | Transaction support the way we added it is an all-or-nothing proposition for a server installation, which turned out to be problematic, so 389 is going to pursue another strategy for that. The new way requires that we not register as a betxn plugin, ever. | |||||
* | - fix a leak | Nalin Dahyabhai | 2012-05-22 | 1 | -21/+39 | |
| | | | | | We assumed that slapi_mods_add_smod() took ownership of the smod that we pass in, when it really just keeps the contents. | |||||
* | - log errors evaluating pad expressions in %%link rather than continuing on ↵ | Nalin Dahyabhai | 2012-04-10 | 1 | -0/+15 | |
| | | | | until we hit an arithmetic exception (#810258) | |||||
* | - treat the padding values used by %link() into expressions instead of | Nalin Dahyabhai | 2012-03-30 | 1 | -34/+52 | |
| | | | | as literals | |||||
* | - add a "default" function | Nalin Dahyabhai | 2012-03-28 | 1 | -0/+50 | |
| | ||||||
* | - add setting of a synthetic entry's entryUSN based on the source entry's ↵ | Nalin Dahyabhai | 2012-03-15 | 1 | -5/+79 | |
| | | | | entryUSN or the root DSE's lastUSN (if we have no source entry) | |||||
* | properly escape RDN values when building compat entries (#796509) | Nalin Dahyabhai | 2012-02-23 | 1 | -9/+73 | |
| | ||||||
* | - fix a compile error on systems which don't define LDAP_SCOPE_SUBORDINATE, ↵ | Nalin Dahyabhai | 2012-02-13 | 1 | -1/+1 | |
| | | | | reported by Christian Neuhold | |||||
* | - take steps to avoid making yp_first/yp_next clients loop indefinitely when ↵ | Nalin Dahyabhai | 2012-01-24 | 1 | -1/+13 | |
| | | | | a single LDAP entry produces multiple copies of the same NIS key for a given map | |||||
* | - remove unused variables | Nalin Dahyabhai | 2012-01-24 | 5 | -30/+24 | |
| | ||||||
* | - don't log a NULL there, either | Nalin Dahyabhai | 2012-01-24 | 1 | -2/+2 | |
| | ||||||
* | - modify defaults for ethers.byname and ethers.byaddr so that they'll work ↵ | Nalin Dahyabhai | 2012-01-24 | 1 | -6/+10 | |
| | | | | properly with multiple macAddress and cn values | |||||
* | - add multiple-result capable versions of match/regmatch/regsub | Nalin Dahyabhai | 2012-01-24 | 1 | -3/+129 | |
| | ||||||
* | - avoid an aliasing warning | Nalin Dahyabhai | 2012-01-23 | 1 | -1/+4 | |
| | ||||||
* | - avoid a possible NULL deref | Nalin Dahyabhai | 2012-01-23 | 1 | -8/+8 | |
| | ||||||
* | - fixup a couple of debug log messages | Nalin Dahyabhai | 2012-01-23 | 1 | -2/+2 | |
| | ||||||
* | - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the ↵ | Nalin Dahyabhai | 2012-01-19 | 1 | -2/+184 | |
| | | | | official mods list already narrows down the work needed to get the results we're interested in seeing | |||||
* | - typo | Nalin Dahyabhai | 2012-01-18 | 1 | -1/+1 | |
| | ||||||
* | - log a text version of the search scope, too | Nalin Dahyabhai | 2012-01-18 | 1 | -2/+25 | |
| | ||||||
* | - if there are _no_ substantive changes, drop out of modify even earlier -- ↵ | Nalin Dahyabhai | 2012-01-17 | 1 | -3/+37 | |
| | | | | this was causing tests to fail when even the modification time wasn't changing, and we later mistook the NULL array of mods to mean that we hadn't worked them out, which caused us to do the work unnecessarily | |||||
* | - computer our own mods list for modify operations, to not get suckered | Nalin Dahyabhai | 2012-01-17 | 1 | -12/+50 | |
| | | | | | into doing completely unnecessary work for other plugins that modify an entry to give it the same contents that it already has | |||||
* | - use a better message when we're catching a modify on an entry that wasn't ↵ | Nalin Dahyabhai | 2012-01-17 | 1 | -0/+13 | |
| | | | | before and won't be part of this map | |||||
* | - be a bit more aggressive about skipping unnecessary work | Nalin Dahyabhai | 2012-01-17 | 1 | -5/+1 | |
| | ||||||
* | - if the entry being touched is in an ldbm back-end, but there's no ↵ | Nalin Dahyabhai | 2012-01-16 | 3 | -4/+105 | |
| | | | | transaction ID, just return, and have faith that we'll be called again in the transaction post | |||||
* | - set the TXN correctly, and don't bother with the internal helper that ↵ | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+2 | |
| | | | | doesn't know how to use transactions | |||||
* | - update copyright dates in files modified this year | Nalin Dahyabhai | 2012-01-16 | 4 | -4/+4 | |
| | ||||||
* | - copy PARENT_TXN, too | Nalin Dahyabhai | 2012-01-16 | 1 | -0/+4 | |
| | ||||||
* | - use internal wrappers so that we can better know which callback we're | Nalin Dahyabhai | 2012-01-16 | 1 | -8/+48 | |
| | | | | answering | |||||
* | - in callbacks, only use pblocks that are built from pblocks that we | Nalin Dahyabhai | 2012-01-16 | 10 | -123/+195 | |
| | | | | | | already have, so that we can pass the transaction ID around; this includes additional parameters for a number of functions and a new callback data type for backend_set_config_entry_add_cb() | |||||
* | - DS doesn't do nested transactions (yet?), so copy the transaction ID verbatim | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | whitespace fixups | Nalin Dahyabhai | 2012-01-13 | 1 | -5/+5 | |
| | ||||||
* | - expect a parent pblock when we're pulling up a single entry | Nalin Dahyabhai | 2012-01-13 | 2 | -5/+7 | |
| | ||||||
* | - always use TXN IDs, if they exist, even if we don't really care | Nalin Dahyabhai | 2012-01-13 | 1 | -2/+2 | |
| | ||||||
* | - first pass at handling multivalue ethers records correctly | Nalin Dahyabhai | 2012-01-13 | 1 | -4/+4 | |
| | ||||||
* | - avoid using pblocks for more than one internal operation - the server | Nalin Dahyabhai | 2012-01-11 | 4 | -42/+31 | |
| | | | | | | allocates internal state each time but doesn't clean up any that's aready there if you reuse the block - correctly free values we use when constructing compat entries | |||||
* | - don't use the deprecated slapi_dn_parent() function, the result of which ↵ | Nalin Dahyabhai | 2012-01-11 | 1 | -3/+7 | |
| | | | | we used to leak | |||||
* | - don't ever need to call slapi_free_search_results_internal() after ↵ | Nalin Dahyabhai | 2012-01-11 | 1 | -2/+0 | |
| | | | | slapi_search_internal_callback_pb() | |||||
* | - adapt to slapi_dn_normalize() becoming a no-op because it's deprecated | Nalin Dahyabhai | 2012-01-11 | 1 | -8/+11 | |
| | ||||||
* | - have slapi_search_internal_get_entry() always set its result to NULL on ↵ | Nalin Dahyabhai | 2012-01-11 | 4 | -6/+5 | |
| | | | | failure | |||||
* | - be more careful when logging the names of callback entries | Nalin Dahyabhai | 2012-01-10 | 1 | -6/+12 | |
| | ||||||
* | - carry the parent TXN ID down | Nalin Dahyabhai | 2012-01-10 | 1 | -1/+13 | |
| | ||||||
* | - start with a generic sub-pblock function | Nalin Dahyabhai | 2012-01-10 | 2 | -0/+7 | |
| |