summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mark this as the real 0.42Nalin Dahyabhai2012-06-131-1/+4
|
* drop support for directory server transactionsNalin Dahyabhai2012-06-139-275/+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.
* note at configure-time if we're doing txnsNalin Dahyabhai2012-06-061-32/+33
|
* - tag 0.42Nalin Dahyabhai2012-05-223-2/+7
|
* - fix a leakNalin Dahyabhai2012-05-221-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.
* - tag 0.41Nalin Dahyabhai2012-04-103-2/+8
|
* - log errors evaluating pad expressions in %%link rather than continuing on ↵Nalin Dahyabhai2012-04-101-0/+15
| | | | until we hit an arithmetic exception (#810258)
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2012-04-039-42/+95
|\
| * - bump to 0.40Nalin Dahyabhai2012-03-303-2/+8
| |
| * - treat the padding values used by %link() into expressions instead ofNalin Dahyabhai2012-03-306-40/+87
| | | | | | | | as literals
* | Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2012-03-2910-2/+164
|\|
| * - tag 0.39Nalin Dahyabhai2012-03-282-2/+9
| |
| * - add a "default" functionNalin Dahyabhai2012-03-288-0/+155
| |
* | - close the socket in case of error (static analysis)Nalin Dahyabhai2012-03-221-0/+5
|/
* - add setting of a synthetic entry's entryUSN based on the source entry's ↵Nalin Dahyabhai2012-03-156-18/+133
| | | | entryUSN or the root DSE's lastUSN (if we have no source entry)
* - tag 0.38Nalin Dahyabhai2012-03-062-2/+5
|
* properly escape RDN values when building compat entries (#796509)Nalin Dahyabhai2012-02-239-9/+205
|
* Merge branch 'master' of git.fedorahosted.org:/git/slapi-nisNalin Dahyabhai2012-02-144-4/+17
|\
| * - tag 0.37Nalin Dahyabhai2012-02-133-3/+16
| |
| * - fix a compile error on systems which don't define LDAP_SCOPE_SUBORDINATE, ↵Nalin Dahyabhai2012-02-131-1/+1
| | | | | | | | reported by Christian Neuhold
* | - skip checking if "" is declaredNalin Dahyabhai2012-01-241-1/+1
| |
* | - fix threading API detection in non-dirsrv buildsNalin Dahyabhai2012-01-241-1/+1
| |
* | - fix locking API detection in non-dirsrv buildsNalin Dahyabhai2012-01-241-1/+1
|/
* - 0.36Nalin Dahyabhai2012-01-243-2/+9
|
* - take steps to avoid making yp_first/yp_next clients loop indefinitely when ↵Nalin Dahyabhai2012-01-242-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 endNalin Dahyabhai2012-01-241-0/+2
|
* - remove unused variablesNalin Dahyabhai2012-01-245-30/+24
|
* - tag 0.35Nalin Dahyabhai2012-01-243-2/+10
|
* - don't log a NULL there, eitherNalin Dahyabhai2012-01-241-2/+2
|
* - modify defaults for ethers.byname and ethers.byaddr so that they'll work ↵Nalin Dahyabhai2012-01-241-6/+10
| | | | properly with multiple macAddress and cn values
* - add multiple-result capable versions of match/regmatch/regsubNalin Dahyabhai2012-01-247-3/+260
|
* - avoid an aliasing warningNalin Dahyabhai2012-01-231-1/+4
|
* - avoid a possible NULL derefNalin Dahyabhai2012-01-231-8/+8
|
* - fixup a couple of debug log messagesNalin Dahyabhai2012-01-231-2/+2
|
* - resync with fedora .specNalin Dahyabhai2012-01-191-0/+3
|
* - don't make generating yp.h conditionalNalin Dahyabhai2012-01-191-4/+0
|
* - tag 0.34Nalin Dahyabhai2012-01-193-2/+8
|
* - don't lean so hard on slapi_entry_diff(), when if we do it ourselves, the ↵Nalin Dahyabhai2012-01-191-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 displaysNalin Dahyabhai2012-01-184-4/+4
|
* - typoNalin Dahyabhai2012-01-181-1/+1
|
* - log a text version of the search scope, tooNalin Dahyabhai2012-01-181-2/+25
|
* - tag 0.33Nalin Dahyabhai2012-01-173-2/+8
|
* - if there are _no_ substantive changes, drop out of modify even earlier -- ↵Nalin Dahyabhai2012-01-171-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 Dahyabhai2012-01-172-2/+2
| | | | gets me is errors
* - whoops, mep needs the container to be thereNalin Dahyabhai2012-01-172-0/+10
|
* - suppress read-write lock cleanupNalin Dahyabhai2012-01-171-8/+10
|
* - valgrind already follows children which don't exec(), which is what weNalin Dahyabhai2012-01-171-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 suckeredNalin Dahyabhai2012-01-171-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 Dahyabhai2012-01-171-0/+13
| | | | before and won't be part of this map
* - be a bit more aggressive about skipping unnecessary workNalin Dahyabhai2012-01-171-5/+1
|