summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix that history orderNalin Dahyabhai2009-04-271-3/+3
|
* - history reorderingNalin Dahyabhai2009-04-271-3/+3
|
* - bump to 0.11slapi-nis-0.11Nalin Dahyabhai2009-04-272-2/+5
|
* - fix type mismatch warningsNalin Dahyabhai2009-04-274-25/+28
|
* - fix some crashes by dereferencing uninitialized pointers whenNalin Dahyabhai2009-04-272-0/+27
| | | | retrieving information from a map fails
* - merge package historyNalin Dahyabhai2009-04-271-1/+23
|
* - 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
| | | | - package the README and NEWS files
* - 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
| | | | as fatal now.
* - 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
| | | | - default to not using libtirpc
* - move client socket creation here, so that we don't have to know how toNalin Dahyabhai2009-02-122-183/+375
| | | | | | | | | | do it elsewhere - refactor the send/receive logic out so that it can be used for either rpcbind or portmap - try to connect to rpcbind over a local socket first, else assume we have to use portmap over IP - use our own rpcb encode/decode function to avoid mixing the one from libtirpc with the rest of libc's XDR functions -- THAT WOULD BE BAD
* - 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
| | | | | - pass IPPROTO_XXX instead of SOCK_XXX to registration function - if we're registering/unregistering IPv6, also register/unregister IPv4
* - fix being able to disable tcp-wrappersNalin Dahyabhai2009-02-121-12/+19
| | | | - check for clnttcp6_create(), from a v6-capable RPC library
* - 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
| | | | | ipv4 or ipv6 sockets - make portmap_register()/portmap_unregister() require the address family
* - 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
| | | | always build the portmap example client
* - 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
| | | | the duplicates don't show up in the constructed entry
* - actually, entries in this map referring to other entries in theNalin Dahyabhai2008-12-031-9/+0
| | | | same map deserve to be updated, too
* - 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
| | | | server doesn't know that the attribute should have DN syntax
* - 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
| | | | attrribute used in %referred() needs other things to be updated
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-035-16/+128
| | | | | - make the nis plugin register two types of internal plugins, since it can't just be a postop plugin any more
* - add backend_shr_internal_postop_init(), move internal postopNalin Dahyabhai2008-12-032-18/+35
| | | | registration to it, let callback registration return error codes
* - 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
|