summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - merge the changelog note about the recent mass rebuildNalin Dahyabhai2009-03-041-0/+3
* - bump version to 0.10slapi-nis-0.10Nalin Dahyabhai2009-03-042-2/+5
* - add a brief summary of what's in here in the README fileNalin Dahyabhai2009-03-043-2/+13
* - add UPG examplesNalin Dahyabhai2009-03-042-0/+13
* - add an example user-private-group setNalin Dahyabhai2009-03-041-1/+14
* - note that the NIS server recursively resolves group membership by defaultNalin Dahyabhai2009-03-041-0/+1
* - note that ifeq compares values using the server's matching rulesNalin Dahyabhai2009-03-041-1/+2
* - make the defaults use recursive support for attribute valuesNalin Dahyabhai2009-03-041-4/+4
* - Remove the note about logging, as I think the right things are loggedNalin Dahyabhai2009-03-041-3/+0
* - add a NEWS fileNalin Dahyabhai2009-03-041-0/+24
* - reject client requests > 64k in sizeNalin Dahyabhai2009-03-041-1/+13
* - assume that super-large fragments are an errorNalin Dahyabhai2009-02-121-0/+9
* - drop a debug messageNalin Dahyabhai2009-02-122-8/+3
* - move client socket creation here, so that we don't have to know how toNalin Dahyabhai2009-02-122-183/+375
* - handle cases where our RPC library doesn't support v6 clients so wellNalin Dahyabhai2009-02-121-9/+18
* - handle argument order and count changing for portmap registration functionsNalin Dahyabhai2009-02-121-115/+66
* - fix being able to disable tcp-wrappersNalin Dahyabhai2009-02-121-12/+19
* - learn about tirpc, offer a v6 optionNalin Dahyabhai2009-02-112-8/+18
* - first (non-working) pass at registering with rpcbindNalin Dahyabhai2009-02-113-20/+173
* - link with libnsl or libtirpc, not bothNalin Dahyabhai2009-02-111-3/+3
* - don't pull in libnsl if we're using libtirpcNalin Dahyabhai2009-02-111-1/+9
* - fix strict-aliasing errorsNalin Dahyabhai2009-02-111-10/+17
* - use our own bind-reserve-port helper, which should work with eitherNalin Dahyabhai2009-02-114-60/+108
* - remove unnecessary includeNalin Dahyabhai2009-02-112-2/+0
* - use tirpc cflags if they're set, link with libtirpc if we found it,Nalin Dahyabhai2009-02-111-1/+6
* - check for libtirpc unless told not toNalin Dahyabhai2009-02-111-0/+16
* - add -fstrict-aliasing to the flags we useNalin Dahyabhai2009-02-111-1/+1
* - take a stab at documenting %ifeq()Nalin Dahyabhai2009-02-111-0/+21
* - merge discovered values rather than straight-out adding them, so thatNalin Dahyabhai2008-12-081-8/+9
* - actually, entries in this map referring to other entries in theNalin Dahyabhai2008-12-031-9/+0
* - add some comments for laterNalin Dahyabhai2008-12-031-2/+6
* - referred netgroup members are working nowNalin Dahyabhai2008-12-034-0/+4
* - test detection of changes to attributes munged by other pluginsNalin Dahyabhai2008-12-039-0/+526
* - fix the userRoot, so that the group entries show up at allNalin Dahyabhai2008-12-033-3/+39
* - check update catching for deref and referredNalin Dahyabhai2008-12-039-0/+302
* - whoops, that's an object plugin nowNalin Dahyabhai2008-12-032-2/+2
* - don't use a DN as the right-side of a search filter, since theNalin Dahyabhai2008-12-031-30/+82
* - note where we search for configuration dataNalin Dahyabhai2008-12-031-0/+4
* - fix a logic error when determining if an entry which contains anNalin Dahyabhai2008-12-031-4/+5
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-035-16/+128
* - add backend_shr_internal_postop_init(), move internal postopNalin Dahyabhai2008-12-032-18/+35
* - point out that attributes which are used to hold DNs should be indexedNalin Dahyabhai2008-12-031-0/+12
* - update autogen so that it works again on my dev boxNalin Dahyabhai2008-12-031-1/+5
* - hook our postop callbacks onto internal changes, tooNalin Dahyabhai2008-12-031-0/+20
* - try to rework referred_r's description againNalin Dahyabhai2008-12-021-6/+6
* - add more on recursive dereferencingNalin Dahyabhai2008-12-021-9/+50
* - clean up (and clean up documentation for) matching functionsNalin Dahyabhai2008-12-022-119/+105
* Merge branch 'master' of git.fedoraproject.org:/git/slapi-nisNalin Dahyabhai2008-12-026-19/+82
|\
| * - use a counter to make sure we don't recurse inside the same thread,Nalin Dahyabhai2008-12-024-18/+79
| * - take some advice from the new libtoolNalin Dahyabhai2008-12-022-1/+3