summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - correct a typoNalin Dahyabhai2008-09-081-1/+1
|
* - update references as noted by the derefx functionNalin Dahyabhai2008-09-081-57/+156
|
* - add a way to create an SDN list using an array of stringsNalin Dahyabhai2008-09-082-3/+26
|
* - be a little more careful when freeing listsNalin Dahyabhai2008-09-081-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 neededNalin Dahyabhai2008-09-081-16/+16
| | | | elsewhere later
* - add a "derefx" function which should be able to handle anNalin Dahyabhai2008-09-081-0/+149
| | | | indeterminate number of hops and nesting
* - fixup some of the logic where we check for duplicates in theNalin Dahyabhai2008-09-081-10/+27
| | | | ref_attr_list
* - wire the format_ref_attr_list structure into the two pluginsNalin Dahyabhai2008-09-085-18/+36
|
* - wire a format_ref_attr_list into most APIsNalin Dahyabhai2008-09-082-27/+56
|
* - add structures and functions for managing lists of DNs and forNalin Dahyabhai2008-09-082-0/+223
| | | | managing lists of (lists of attributes and (lists of DNs))
* - correctly name the format_inref_attr structure in a forward declarationNalin Dahyabhai2008-09-081-1/+1
|
* - get particular about spellingNalin Dahyabhai2008-09-041-2/+2
|
* - add operational attributes to synthetic group and set entries, tooNalin Dahyabhai2008-09-041-22/+52
| | | | | - add the "numsubordinates" and "hassubordinates" operational attributes, too
* - track the length of the list of entries kept by a mapNalin Dahyabhai2008-09-042-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 entryNalin Dahyabhai2008-09-041-0/+21
| | | | | | | | createTimestamp (now) modifyTimestamp (now) creatorsName (the plugin) modifiersName (the plugin) entryDN (the new entry)
* - refer to expressions rather than patters, for consistencyNalin Dahyabhai2008-08-132-6/+6
|
* - fix example syntax for deref and referred functionsNalin Dahyabhai2008-08-132-16/+16
|
* fix a typoNalin Dahyabhai2008-08-061-1/+1
|
* - bump the version so that the current version will have better docsslapi-nis-0.8Nalin Dahyabhai2008-08-062-2/+5
|
* - a (relatively) short introductionNalin Dahyabhai2008-08-061-0/+230
|
* - require that UIDs and GIDs look like numbersNalin Dahyabhai2008-08-061-3/+3
|
* - move the python script to docsNalin Dahyabhai2008-08-062-2/+1
|
* - move to where migrate-ldap.sh (which uses it) livesNalin Dahyabhai2008-08-061-0/+0
|
* - fix --just-containersNalin Dahyabhai2008-08-061-8/+12
|
* - update notes on how %format works now that it expects expressionsNalin Dahyabhai2008-08-062-52/+52
|
* - whoops, commit changes to tag 0.7slapi-nis-0.7Nalin Dahyabhai2008-08-062-2/+5
|
* - tag 0.7Nalin Dahyabhai2008-08-061-0/+308
|
* format.c:Nalin Dahyabhai2008-08-062-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 exampleNalin Dahyabhai2008-08-061-1/+1
|
* - fix "networks" defaultsNalin Dahyabhai2008-07-311-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 mapsNalin Dahyabhai2008-07-311-3/+3
|
* - fix ethers defaultsNalin Dahyabhai2008-07-311-8/+8
| | | | - note that defaults for mail, netgroup, and networks still need work
* - more on the map cache, update some of the functionsNalin Dahyabhai2008-07-311-18/+42
|
* - make %first sort the values it's given and return the first in sort order,Nalin Dahyabhai2008-07-313-9/+19
| | | | not returned-by-the-directory order, which isn't really guaranteed
* - whoops, did thatNalin Dahyabhai2008-07-311-3/+1
|
* - add some tests to make sure we re-use values when there are more keys thanNalin Dahyabhai2008-07-315-0/+67
| | | | values
* - notes on the map cache layout, and nis-values-formatNalin Dahyabhai2008-07-311-8/+36
|
* - make some used-only-locally functions staticNalin Dahyabhai2008-07-315-7/+54
| | | | | - warn if a map is going to be empty, because it usually signals a misconfiguration of some kind
* - more updatesNalin Dahyabhai2008-07-311-19/+20
|
* - one-word changeNalin Dahyabhai2008-07-311-1/+1
|
* - a note on duplicate keysNalin Dahyabhai2008-07-311-1/+4
|
* - add a check to ensure that we don't go nuts when we have more values than keysNalin Dahyabhai2008-07-314-0/+36
|
* - just the first line -- allow a longer description in the fileNalin Dahyabhai2008-07-311-1/+1
|
* - remove unused variablesNalin Dahyabhai2008-07-314-5/+4
|
* - add a few commentsNalin Dahyabhai2008-07-311-0/+11
|
* - add a test to ensure that the way grouping works doesn't change out fromNalin Dahyabhai2008-07-315-0/+73
| | | | under us
* - when gathering data, suppress empty groupsNalin Dahyabhai2008-07-311-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 mapNalin Dahyabhai2008-07-305-0/+91
|
* - create a container for service entriesNalin Dahyabhai2008-07-301-0/+4
|
* - tweak defaults so that we can serve services mapsNalin Dahyabhai2008-07-301-5/+6
|