summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - don't fail map_next() when there's no next entry before verifying that thereNalin Dahyabhai2008-06-211-1/+4
* - log the key third in a "next" debug messageNalin Dahyabhai2008-06-211-7/+7
* - notes on the "nis-disallowed-chars" settingNalin Dahyabhai2008-06-212-1/+5
* - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-219-47/+119
* - note that key formats can be multi-valued nowNalin Dahyabhai2008-06-212-2/+4
* - no, drop that last thingNalin Dahyabhai2008-06-211-1/+1
* - manage multiple trees of keys to support multi-keying for entriesNalin Dahyabhai2008-06-212-59/+204
* - force anyone who initializes a map to provide a count of how many keys willNalin Dahyabhai2008-06-211-2/+2
* - drop the debug-friendly pausingNalin Dahyabhai2008-06-211-1/+0
* - make the attribute name for search bases be 'nis-base' instead of 'base', perNalin Dahyabhai2008-06-211-1/+1
* - correct the reading of base locations, tooNalin Dahyabhai2008-06-211-7/+9
* - read the key format list correctlyNalin Dahyabhai2008-06-211-23/+36
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-177-112/+170
* - remove map_data_unset_entry_key(), which isn't being usedNalin Dahyabhai2008-06-162-19/+0
* - okay, so i got the usual map names wrong...Nalin Dahyabhai2008-06-131-3/+3
* - okay, so i had the usual map names wrong...Nalin Dahyabhai2008-06-131-4/+4
* - use search-by-id interfaces when handling nis_all requestsNalin Dahyabhai2008-06-131-54/+59
* - add search-by-id interfacesNalin Dahyabhai2008-06-133-22/+164
* - i like to see what's going onNalin Dahyabhai2008-06-131-1/+1
* - the principal map should search users, not groupsNalin Dahyabhai2008-06-131-1/+1
* - add some notes on differencesNalin Dahyabhai2008-06-131-0/+74
* - so that i don't forget laterNalin Dahyabhai2008-06-131-0/+1
* - add a couple of examplesNalin Dahyabhai2008-06-111-3/+38
* - remove this file, it's not neededNalin Dahyabhai2008-06-111-47/+0
* - something hopefully more directly usable for configuring the pluginNalin Dahyabhai2008-06-111-0/+70
* - add example of making memberOf indexedNalin Dahyabhai2008-06-111-0/+14
* - move plugin.ldif to the doc subdirectoryNalin Dahyabhai2008-06-112-1/+1
* - fix migrationNalin Dahyabhai2008-06-101-4/+4
* - autogen with ipa-style defaultsNalin Dahyabhai2008-06-101-1/+1
* - aagh, stop with the quoting and the commasNalin Dahyabhai2008-06-101-6/+6
* - default user and group containers to those used by freeipaNalin Dahyabhai2008-06-101-6/+6
* - forget gecos, just use cn, stripping out any ':' that might be in thereNalin Dahyabhai2008-06-101-2/+2
* - match naming conventionsNalin Dahyabhai2008-06-102-4/+4
* more editsNalin Dahyabhai2008-06-101-7/+9
* - whoops, "nis-secure" defaults to no alwaysNalin Dahyabhai2008-06-101-6/+7
* - settle on more unique attribute names for configuration optionsNalin Dahyabhai2008-06-104-59/+80
* - updatesNalin Dahyabhai2008-06-101-41/+60
* - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-104-6/+10
* - forget getservbyname(), use nsslapd-pluginArg0 to get the port numberNalin Dahyabhai2008-06-101-9/+35
* - comment updatesNalin Dahyabhai2008-06-101-2/+6
* - sort out host/network order for port numbersNalin Dahyabhai2008-06-102-9/+9
* - change DEFAULT_TCPWRAPNAME to DEFAULT_TCPWRAP_NAMENalin Dahyabhai2008-06-102-4/+12
* - take a client_secure flag, and if the map_secure flag is set and theNalin Dahyabhai2008-06-102-28/+41
* - match new prototypes, always return secure = falseNalin Dahyabhai2008-06-101-13/+24
* - note "secure", drop "referred", which no longer requires manual configurationNalin Dahyabhai2008-06-101-2/+2
* - compensate for changed function signatures elsewhereNalin Dahyabhai2008-06-101-1/+2
* - read a map's "secure" flag from the configuration, and set itNalin Dahyabhai2008-06-102-18/+44
* - predefine an attribute name for the "secure" flagNalin Dahyabhai2008-06-101-0/+3
* - add a "secure" default fieldNalin Dahyabhai2008-06-102-7/+20
* - keep track of whether a map is "secure" or not, returning that informationNalin Dahyabhai2008-06-102-12/+45