summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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
* - 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
* - track whether or not the client's request came from a privileged portNalin Dahyabhai2008-06-101-11/+46
* - add v6 address/netmask computation to securenetsNalin Dahyabhai2008-06-091-1/+16
* - finish cleaning up variable substitutionNalin Dahyabhai2008-06-091-178/+216
* - add a place to store securenet configurationNalin Dahyabhai2008-06-091-0/+2
* - implement ipv4 support for 'nis-plugin-securenet' settingsNalin Dahyabhai2008-06-093-5/+180
* - first pass at defaults for netgroupsNalin Dahyabhai2008-06-091-0/+4
* - implement substitutionNalin Dahyabhai2008-06-091-30/+172
* - add support for '#'/'##'/'%'/'%%' in attribute value specifications, a la bashNalin Dahyabhai2008-06-091-23/+116
* - it seems we can't read entries during initializationNalin Dahyabhai2008-06-091-36/+1
* - make more configuration attributes compile-time definesNalin Dahyabhai2008-06-061-4/+18
* - wire in to-be-written support for securenetsNalin Dahyabhai2008-06-061-1/+24
* - try to read a port number from the configuration entry, if we canNalin Dahyabhai2008-06-061-6/+55
* - escape DNs when we use them to build filtersNalin Dahyabhai2008-06-063-6/+79
* - switch to defined names for configuration attributes (some more)Nalin Dahyabhai2008-06-061-5/+11
* - set the names of configuration attributes in the configure scriptNalin Dahyabhai2008-06-061-15/+115
* - use inrefs and refs to handle references when we're doing updatesNalin Dahyabhai2008-06-061-135/+201
* - drop "referred" setting, because we handle that automatically againNalin Dahyabhai2008-06-062-24/+8
* - forget about tracking visited DNs, just track attributes used for refsNalin Dahyabhai2008-06-062-49/+218
* - drop attempts to keep track of visited IDs, it didn't make sense to do it t...Nalin Dahyabhai2008-06-062-106/+7
* - move the migration scriptNalin Dahyabhai2008-06-041-383/+0
* - (backend) when providing map configuration to others, read from the directoryNalin Dahyabhai2008-06-043-28/+150
* - don't require that the caller be expecting all of the defaultsNalin Dahyabhai2008-06-041-11/+33
* - add 'inetUser' to ipa users, so that they can get memberOf valuesNalin Dahyabhai2008-06-041-0/+1
* - add a "referred" functionNalin Dahyabhai2008-06-042-14/+195
* - use "referred" to pick up more members of groupsNalin Dahyabhai2008-06-041-2/+2
* - add a function for reading the set of search bases and filter for a mapNalin Dahyabhai2008-06-042-2/+43
* - fix things so that when an entry in a map is updated, entries named by theNalin Dahyabhai2008-06-043-14/+46
* - track attributes which entries in a map use to refer to other entriesNalin Dahyabhai2008-06-041-233/+213
* - fix a warning, don't return a pointer from a function which returns integersNalin Dahyabhai2008-06-041-1/+1
* - update referred-to items (via "memberOf") for passwd entriesNalin Dahyabhai2008-06-042-8/+23
* - add a function to check if there's an entry for a given ID in a given mapNalin Dahyabhai2008-06-042-0/+16
* - first cut at a reasonable NIS-to-LDIF scriptNalin Dahyabhai2008-06-041-0/+382
* - handle groupOfNames/member, tooNalin Dahyabhai2008-06-041-2/+2
* - uncomment things in the design doc that have been doneNalin Dahyabhai2008-06-031-4/+20
* - use %regsub() instead of %regmatch(), so that we can strip out the initial ...Nalin Dahyabhai2008-06-031-4/+4
* - fix %regmatch() to use extended regular expressionsNalin Dahyabhai2008-06-031-31/+160
* - implement tcp_wrappers supportNalin Dahyabhai2008-06-033-0/+64
* - set up defaults for automount mapsNalin Dahyabhai2008-06-031-9/+27
* - handle map updates correctly nowNalin Dahyabhai2008-06-031-13/+65
* - link with libwrap if neededNalin Dahyabhai2008-06-031-1/+2
* - fix a spelling error, remove some logs which are more verbose than we needNalin Dahyabhai2008-06-021-1/+3
* - simplify variable expansion just a bitNalin Dahyabhai2008-06-021-70/+43
* - provide a more useful error when a reply is too large for a dgram, so thatNalin Dahyabhai2008-06-021-0/+14
* - fix "merge" so that it properly reports need-to-use-bigger-buffer errorsNalin Dahyabhai2008-06-021-77/+118