summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - add a brief note about using nis-values-formatNalin Dahyabhai2008-07-301-5/+11
|
* backend_free_gathered_data()Nalin Dahyabhai2008-07-301-5/+13
| | | | | | | | | - double-check that arrays aren't NULL before indexing then backend_gather_data() - in the event of a parsing error, actually return zero as the length of the arrays we'd be populating - correctly NULL terminate the list of results we hand back
* - remove a race when the main slapd thread closes down our listeners beforeNalin Dahyabhai2008-07-301-19/+20
| | | | | we get back from the poll(), by checking the pipe first and breaking out immediately if we were told to shut down
* - handle values-format, a la keys-formatNalin Dahyabhai2008-07-301-180/+304
| | | | | - factor out code which retrieves key and keys lists so that it can be reused to pull up value data, too
* - handle the changed map interfacesNalin Dahyabhai2008-07-301-3/+7
|
* - learn to track multiple values for each entryNalin Dahyabhai2008-07-302-128/+167
|
* - add tracking of default values-format settingsNalin Dahyabhai2008-07-302-30/+46
|
* - add an attribute for values-formatNalin Dahyabhai2008-07-301-0/+3
|
* - add a couple of todo items from a conversation with rcrittenNalin Dahyabhai2008-07-241-0/+5
|
* - oh right, shorten up that summaryNalin Dahyabhai2008-07-231-1/+1
|
* - make rpmlint happy by adding a more-or-less meaningless changelog entryNalin Dahyabhai2008-07-231-0/+3
| | | | RPMLINT, WILL YOU LOVE ME NOW
* - add a wrapper for the slapi_search_internal_get_entry() functionNalin Dahyabhai2008-07-225-11/+53
|
* - don't test for ns-slapd unless we've been told to build for itNalin Dahyabhai2008-07-221-2/+4
|
* - add a todo item: make %first() sort before selecting the first list itemNalin Dahyabhai2008-07-221-0/+3
|
* - add a note as to why it doesn't run check by defaultNalin Dahyabhai2008-07-211-0/+1
|
* - update summaryNalin Dahyabhai2008-07-211-2/+1
|
* - fix URLsNalin Dahyabhai2008-07-211-2/+2
|
* - provide the more-useful netid exampleslapi-nis-0.6Nalin Dahyabhai2008-07-211-16/+2
|
* - don't be so zealous about freeing the matches bufferNalin Dahyabhai2008-07-211-1/+2
|
* - tag 0.6Nalin Dahyabhai2008-07-212-2/+2
|
* - tweak some defaultsNalin Dahyabhai2008-07-151-19/+26
|
* - we normalize group and set DNs now, so expect to see them that way in searchNalin Dahyabhai2008-07-1524-53/+53
| | | | results
* - fix that commentNalin Dahyabhai2008-07-151-1/+1
|
* - first pass at creating an entry listNalin Dahyabhai2008-07-151-0/+65
|
* - reorganize the source, just a bitNalin Dahyabhai2008-07-151-16/+29
|
* - update todo listslapi-nis-0.5Nalin Dahyabhai2008-07-153-2/+4
| | | | - tag 0.5
* - use an internal function to send search results back in the expected mannerNalin Dahyabhai2008-07-151-5/+20
|
* - stop double-freeing the arguments list in %first()Nalin Dahyabhai2008-07-151-2/+0
|
* - remove unused argumentsNalin Dahyabhai2008-07-141-2/+1
|
* - make %first() take a pattern and not a literalNalin Dahyabhai2008-07-144-36/+56
|
* - always return 0 from our search callback so that the backend will actuallyNalin Dahyabhai2008-07-141-2/+23
| | | | go on and send the result
* - fix scoping and matchedDN calculations, except for the result codeNalin Dahyabhai2008-07-141-11/+109
|
* - normalize RDNs and DNs used to name sets and groupsNalin Dahyabhai2008-07-113-20/+27
|
* - move the lock backNalin Dahyabhai2008-07-111-86/+17
| | | | - go back to exhaustive searching for now
* - don't release the lock while we might still be using the "matched" valueNalin Dahyabhai2008-07-111-2/+2
|
* - make sure the right thing happens when we search with various scopes fromNalin Dahyabhai2008-07-114-0/+186
| | | | both within and outside of our synthetic space
* - fix that, i thinkNalin Dahyabhai2008-07-111-1/+1
|
* - optionally take a file name as the lone argumentNalin Dahyabhai2008-07-111-2/+4
|
* - verify that even with more than just the attribute in the format specifier,Nalin Dahyabhai2008-07-118-0/+55
| | | | | we still get the number of answers right (particularly 1 vs. 0 when there's no value for the referenced attribute)
* - when a previously-not-present attribute is reference, have all of its valuesNalin Dahyabhai2008-07-118-0/+55
| | | | show up when it gets values for them
* - check that when we reference a non-existent attribute, it doesn't show upNalin Dahyabhai2008-07-1113-2/+176
| | | | - check that when we add a previously-not-present attribute, it shows up
* - check that modrdn-keep-old-rdn makes entries disappear because we don't ↵Nalin Dahyabhai2008-07-1114-0/+65
| | | | | | like that - check that we're okay with modrdn-replace-rdn
* - tag 0.4slapi-nis-0.4Nalin Dahyabhai2008-07-102-2/+2
|
* - oops, handle the "failed to generate a valid RDN" caseNalin Dahyabhai2008-07-101-0/+8
|
* - fix that descriptionslapi-nis-0.3Nalin Dahyabhai2008-07-103-4/+4
| | | | - call this 0.3
* - don't include jpegPhoto by default -- compat clients are probably not goingNalin Dahyabhai2008-07-101-1/+0
| | | | to care, and it takes up space
* notice when an "interesting" entry is removedNalin Dahyabhai2008-07-107-0/+32
|
* - notice when an interesting entry has been addedNalin Dahyabhai2008-07-107-0/+46
|
* - check that replacing the filter worksNalin Dahyabhai2008-07-108-0/+40
|
* - check that the right thing happens if we add both an alternate set and ↵Nalin Dahyabhai2008-07-108-0/+58
| | | | group name