Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | - close the socket in case of error (static analysis) | Nalin Dahyabhai | 2012-03-22 | 1 | -0/+5 | |
|/ | ||||||
* | - add setting of a synthetic entry's entryUSN based on the source entry's ↵ | Nalin Dahyabhai | 2012-03-15 | 6 | -18/+133 | |
| | | | | entryUSN or the root DSE's lastUSN (if we have no source entry) | |||||
* | - tag 0.38 | Nalin Dahyabhai | 2012-03-06 | 2 | -2/+5 | |
| | ||||||
* | properly escape RDN values when building compat entries (#796509) | Nalin Dahyabhai | 2012-02-23 | 9 | -9/+205 | |
| | ||||||
* | Merge branch 'master' of git.fedorahosted.org:/git/slapi-nis | Nalin Dahyabhai | 2012-02-14 | 4 | -4/+17 | |
|\ | ||||||
| * | - tag 0.37 | Nalin Dahyabhai | 2012-02-13 | 3 | -3/+16 | |
| | | ||||||
| * | - 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 | |||||
* | | - skip checking if "" is declared | Nalin Dahyabhai | 2012-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | - fix threading API detection in non-dirsrv builds | Nalin Dahyabhai | 2012-01-24 | 1 | -1/+1 | |
| | | ||||||
* | | - fix locking API detection in non-dirsrv builds | Nalin Dahyabhai | 2012-01-24 | 1 | -1/+1 | |
|/ | ||||||
* | - 0.36 | Nalin Dahyabhai | 2012-01-24 | 3 | -2/+9 | |
| | ||||||
* | - take steps to avoid making yp_first/yp_next clients loop indefinitely when ↵ | Nalin Dahyabhai | 2012-01-24 | 2 | -1/+25 | |
| | | | | a single LDAP entry produces multiple copies of the same NIS key for a given map | |||||
* | - expect first/next to get us to the end | Nalin Dahyabhai | 2012-01-24 | 1 | -0/+2 | |
| | ||||||
* | - remove unused variables | Nalin Dahyabhai | 2012-01-24 | 5 | -30/+24 | |
| | ||||||
* | - tag 0.35 | Nalin Dahyabhai | 2012-01-24 | 3 | -2/+10 | |
| | ||||||
* | - 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 | 7 | -3/+260 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - resync with fedora .spec | Nalin Dahyabhai | 2012-01-19 | 1 | -0/+3 | |
| | ||||||
* | - don't make generating yp.h conditional | Nalin Dahyabhai | 2012-01-19 | 1 | -4/+0 | |
| | ||||||
* | - tag 0.34 | Nalin Dahyabhai | 2012-01-19 | 3 | -2/+8 | |
| | ||||||
* | - 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 | |||||
* | - tighten up the descriptions so that they don't wrap on 80-column displays | Nalin Dahyabhai | 2012-01-18 | 4 | -4/+4 | |
| | ||||||
* | - 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 | |
| | ||||||
* | - tag 0.33 | Nalin Dahyabhai | 2012-01-17 | 3 | -2/+8 | |
| | ||||||
* | - 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 | |||||
* | - add plenty of time here, and don't use --read-var-info=yes because all it ↵ | Nalin Dahyabhai | 2012-01-17 | 2 | -2/+2 | |
| | | | | gets me is errors | |||||
* | - whoops, mep needs the container to be there | Nalin Dahyabhai | 2012-01-17 | 2 | -0/+10 | |
| | ||||||
* | - suppress read-write lock cleanup | Nalin Dahyabhai | 2012-01-17 | 1 | -8/+10 | |
| | ||||||
* | - valgrind already follows children which don't exec(), which is what we | Nalin Dahyabhai | 2012-01-17 | 1 | -2/+2 | |
| | | | | | care about - give children more time to start, in case we're tracing | |||||
* | - 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 | |
| | ||||||
* | - tag 0.32 | Nalin Dahyabhai | 2012-01-16 | 3 | -2/+6 | |
| | ||||||
* | - 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 | |||||
* | - use --read-var-info when using valgrind's memcheck | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - use multiple log files | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - force tracing children | Nalin Dahyabhai | 2012-01-16 | 1 | -1/+1 | |
| | ||||||
* | - 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 | |
| |