summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - (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
* - handle dynamic map reconfiguration (not being very clever about it)Nalin Dahyabhai2008-06-021-17/+45
* - use error codes to report betterNalin Dahyabhai2008-06-021-67/+82
* - handle the map-with-no-entry case right in nis_allNalin Dahyabhai2008-06-021-4/+33
* - factor out reading configuration for a map, for laterNalin Dahyabhai2008-06-021-73/+94
* - namespace the configuration options we recognizeNalin Dahyabhai2008-06-021-5/+21
* - don't try to allocate buffers (which can be pretty large now) off the stackNalin Dahyabhai2008-06-021-22/+48
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-028-91/+244
* - start laying some groundwork for reconfiguring maps dynamicallyNalin Dahyabhai2008-05-301-11/+105
* - take a write-lock when we're initially populating (at startup) or updatingNalin Dahyabhai2008-05-301-2/+12
* - add read-locking when we read from the map cacheNalin Dahyabhai2008-05-301-0/+16
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-307-94/+65
* - don't return NOKEY when there's no MAP, or vice-versaNalin Dahyabhai2008-05-301-1/+6
* - sort out threading startup/shutdown and rwlocking for both NSPR and pthreadsNalin Dahyabhai2008-05-302-0/+275
* - make functions that take separators for constructing lists take them firstNalin Dahyabhai2008-05-302-14/+25
* - shrink that, tooNalin Dahyabhai2008-05-301-1/+1
* - actually, since that makes it "chunky", shrink itNalin Dahyabhai2008-05-301-1/+1
* - no sense in making this that smallNalin Dahyabhai2008-05-301-1/+1
* - move nis_all processing to a works-in-chunks state machineNalin Dahyabhai2008-05-303-91/+351
* - switch to creating a PRThread instead of a pthreadNalin Dahyabhai2008-05-292-3/+30
* - drop the stack usage a bitNalin Dahyabhai2008-05-291-1/+1
* - link with needed libraries againNalin Dahyabhai2008-05-291-1/+2
* - provide a default suffix value in the example ldifNalin Dahyabhai2008-05-291-1/+1
* - more build machineryNalin Dahyabhai2008-05-2918-9/+362
* - build cleanupsNalin Dahyabhai2008-05-2917-56/+112
* - build infrastructureNalin Dahyabhai2008-05-292-14/+28
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-297-62/+51