Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - correct a typo | Nalin Dahyabhai | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | - update references as noted by the derefx function | Nalin Dahyabhai | 2008-09-08 | 1 | -57/+156 | |
| | ||||||
* | - add a way to create an SDN list using an array of strings | Nalin Dahyabhai | 2008-09-08 | 2 | -3/+26 | |
| | ||||||
* | - be a little more careful when freeing lists | Nalin Dahyabhai | 2008-09-08 | 1 | -13/+20 | |
| | | | | | | | - free the list of entries we're visiting, in case we're poorly specified for some reason - stop chasing links if we run out of entries before we run out of link attributes to follow | |||||
* | - rename sdn list manipulation functions in case they'll be needed | Nalin Dahyabhai | 2008-09-08 | 1 | -16/+16 | |
| | | | | elsewhere later | |||||
* | - add a "derefx" function which should be able to handle an | Nalin Dahyabhai | 2008-09-08 | 1 | -0/+149 | |
| | | | | indeterminate number of hops and nesting | |||||
* | - fixup some of the logic where we check for duplicates in the | Nalin Dahyabhai | 2008-09-08 | 1 | -10/+27 | |
| | | | | ref_attr_list | |||||
* | - wire the format_ref_attr_list structure into the two plugins | Nalin Dahyabhai | 2008-09-08 | 5 | -18/+36 | |
| | ||||||
* | - wire a format_ref_attr_list into most APIs | Nalin Dahyabhai | 2008-09-08 | 2 | -27/+56 | |
| | ||||||
* | - add structures and functions for managing lists of DNs and for | Nalin Dahyabhai | 2008-09-08 | 2 | -0/+223 | |
| | | | | managing lists of (lists of attributes and (lists of DNs)) | |||||
* | - correctly name the format_inref_attr structure in a forward declaration | Nalin Dahyabhai | 2008-09-08 | 1 | -1/+1 | |
| | ||||||
* | - get particular about spelling | Nalin Dahyabhai | 2008-09-04 | 1 | -2/+2 | |
| | ||||||
* | - add operational attributes to synthetic group and set entries, too | Nalin Dahyabhai | 2008-09-04 | 1 | -22/+52 | |
| | | | | | - add the "numsubordinates" and "hassubordinates" operational attributes, too | |||||
* | - track the length of the list of entries kept by a map | Nalin Dahyabhai | 2008-09-04 | 2 | -0/+31 | |
| | | | | | - add a way to read the number of entries in a map - add a way to read the number of maps in a domain | |||||
* | - populate the operational attributes when we synthesize an entry | Nalin Dahyabhai | 2008-09-04 | 1 | -0/+21 | |
| | | | | | | | | createTimestamp (now) modifyTimestamp (now) creatorsName (the plugin) modifiersName (the plugin) entryDN (the new entry) | |||||
* | - refer to expressions rather than patters, for consistency | Nalin Dahyabhai | 2008-08-13 | 2 | -6/+6 | |
| | ||||||
* | - fix example syntax for deref and referred functions | Nalin Dahyabhai | 2008-08-13 | 2 | -16/+16 | |
| | ||||||
* | fix a typo | Nalin Dahyabhai | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | - bump the version so that the current version will have better docsslapi-nis-0.8 | Nalin Dahyabhai | 2008-08-06 | 2 | -2/+5 | |
| | ||||||
* | - a (relatively) short introduction | Nalin Dahyabhai | 2008-08-06 | 1 | -0/+230 | |
| | ||||||
* | - require that UIDs and GIDs look like numbers | Nalin Dahyabhai | 2008-08-06 | 1 | -3/+3 | |
| | ||||||
* | - move the python script to docs | Nalin Dahyabhai | 2008-08-06 | 2 | -2/+1 | |
| | ||||||
* | - move to where migrate-ldap.sh (which uses it) lives | Nalin Dahyabhai | 2008-08-06 | 1 | -0/+0 | |
| | ||||||
* | - fix --just-containers | Nalin Dahyabhai | 2008-08-06 | 1 | -8/+12 | |
| | ||||||
* | - update notes on how %format works now that it expects expressions | Nalin Dahyabhai | 2008-08-06 | 2 | -52/+52 | |
| | ||||||
* | - whoops, commit changes to tag 0.7slapi-nis-0.7 | Nalin Dahyabhai | 2008-08-06 | 2 | -2/+5 | |
| | ||||||
* | - tag 0.7 | Nalin Dahyabhai | 2008-08-06 | 1 | -0/+308 | |
| | ||||||
* | format.c: | Nalin Dahyabhai | 2008-08-06 | 2 | -37/+60 | |
| | | | | | | | - make %format() expect a specifier as the value to match against, and the default to use if there are no / too many matches defs-nis.c: - compensate | |||||
* | - fix the example | Nalin Dahyabhai | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | - fix "networks" defaults | Nalin Dahyabhai | 2008-07-31 | 1 | -10/+10 | |
| | | | | | - remember that \t doesn't expand to anything, and the files only use whitespace, so just use spaces already | |||||
* | - fixup defaults for mail alias maps | Nalin Dahyabhai | 2008-07-31 | 1 | -3/+3 | |
| | ||||||
* | - fix ethers defaults | Nalin Dahyabhai | 2008-07-31 | 1 | -8/+8 | |
| | | | | - note that defaults for mail, netgroup, and networks still need work | |||||
* | - more on the map cache, update some of the functions | Nalin Dahyabhai | 2008-07-31 | 1 | -18/+42 | |
| | ||||||
* | - make %first sort the values it's given and return the first in sort order, | Nalin Dahyabhai | 2008-07-31 | 3 | -9/+19 | |
| | | | | not returned-by-the-directory order, which isn't really guaranteed | |||||
* | - whoops, did that | Nalin Dahyabhai | 2008-07-31 | 1 | -3/+1 | |
| | ||||||
* | - add some tests to make sure we re-use values when there are more keys than | Nalin Dahyabhai | 2008-07-31 | 5 | -0/+67 | |
| | | | | values | |||||
* | - notes on the map cache layout, and nis-values-format | Nalin Dahyabhai | 2008-07-31 | 1 | -8/+36 | |
| | ||||||
* | - make some used-only-locally functions static | Nalin Dahyabhai | 2008-07-31 | 5 | -7/+54 | |
| | | | | | - warn if a map is going to be empty, because it usually signals a misconfiguration of some kind | |||||
* | - more updates | Nalin Dahyabhai | 2008-07-31 | 1 | -19/+20 | |
| | ||||||
* | - one-word change | Nalin Dahyabhai | 2008-07-31 | 1 | -1/+1 | |
| | ||||||
* | - a note on duplicate keys | Nalin Dahyabhai | 2008-07-31 | 1 | -1/+4 | |
| | ||||||
* | - add a check to ensure that we don't go nuts when we have more values than keys | Nalin Dahyabhai | 2008-07-31 | 4 | -0/+36 | |
| | ||||||
* | - just the first line -- allow a longer description in the file | Nalin Dahyabhai | 2008-07-31 | 1 | -1/+1 | |
| | ||||||
* | - remove unused variables | Nalin Dahyabhai | 2008-07-31 | 4 | -5/+4 | |
| | ||||||
* | - add a few comments | Nalin Dahyabhai | 2008-07-31 | 1 | -0/+11 | |
| | ||||||
* | - add a test to ensure that the way grouping works doesn't change out from | Nalin Dahyabhai | 2008-07-31 | 5 | -0/+73 | |
| | | | | under us | |||||
* | - when gathering data, suppress empty groups | Nalin Dahyabhai | 2008-07-31 | 1 | -21/+27 | |
| | | | | | | - when reading NIS configuration, treat having an explicitly specified key-format or keys-format as reason to discard the defaults for both, and treat value-format and values-format similarly | |||||
* | - add a test for multi-key/multi-value formatting, exercising the services map | Nalin Dahyabhai | 2008-07-30 | 5 | -0/+91 | |
| | ||||||
* | - create a container for service entries | Nalin Dahyabhai | 2008-07-30 | 1 | -0/+4 | |
| | ||||||
* | - tweak defaults so that we can serve services maps | Nalin Dahyabhai | 2008-07-30 | 1 | -5/+6 | |
| |