summaryrefslogtreecommitdiffstats
path: root/src/plug-nis.c
Commit message (Expand)AuthorAgeFilesLines
* Try reconnecting if rpcbind EPIPEs usNalin Dahyabhai2013-10-011-8/+12
* Error out if the listener can't be non-blockingNalin Dahyabhai2013-08-271-2/+9
* log message fixupsNalin Dahyabhai2012-11-141-1/+1
* show betxn settings in the plugin versionNalin Dahyabhai2012-11-131-1/+1
* Overhaul betxn supportNalin Dahyabhai2012-11-011-22/+52
* make NIS Plugin and Schema Compatibility Plugin betxn awareNoriko Hosoi2012-10-161-9/+25
* drop support for directory server transactionsNalin Dahyabhai2012-06-131-28/+0
* - if the entry being touched is in an ldbm back-end, but there's no transacti...Nalin Dahyabhai2012-01-161-2/+0
* - update copyright dates in files modified this yearNalin Dahyabhai2012-01-161-1/+1
* - in callbacks, only use pblocks that are built from pblocks that weNalin Dahyabhai2012-01-161-1/+1
* - change how we skip the be-txn-post hook so that it doesn't produce a mislea...Nalin Dahyabhai2012-01-091-1/+19
* - most of what's needed to hook back-end txn postoperations, except for the p...Nalin Dahyabhai2012-01-091-0/+28
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* we don't use syslog, so don't bother including the headerNalin Dahyabhai2011-01-281-1/+0
* - don't crash if we hit out-of-memory on startup (defect #10096)Nalin Dahyabhai2011-01-031-10/+12
* - when not configured to use a specific port, bindresvport to a datagramNalin Dahyabhai2009-05-141-3/+4
* - try to set the reuse-address socket option at the right level (socket,Nalin Dahyabhai2009-05-141-2/+2
* - remove unused variablesNalin Dahyabhai2009-05-061-2/+1
* - revert to registering plugins at init-time, which is what the docsNalin Dahyabhai2009-05-061-28/+26
* - register our internal pre-/post-/internalpre-op plugins atNalin Dahyabhai2009-05-061-34/+40
* - handle argument order and count changing for portmap registration functionsNalin Dahyabhai2009-02-121-115/+66
* - first (non-working) pass at registering with rpcbindNalin Dahyabhai2009-02-111-2/+33
* - use our own bind-reserve-port helper, which should work with eitherNalin Dahyabhai2009-02-111-45/+79
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-031-3/+55
* - remove unnecessary headerNalin Dahyabhai2008-11-131-1/+0
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - log fatal startup errors at level fatal, not pluginNalin Dahyabhai2008-07-101-21/+84
* - tweak an error messageNalin Dahyabhai2008-07-091-2/+2
* - add framework for adding a test suiteNalin Dahyabhai2008-07-081-1/+11
* - free the tcp_wrappers struct at shutdown-timeNalin Dahyabhai2008-07-071-0/+3
* - clean up the map data at shutdown timeNalin Dahyabhai2008-07-071-0/+1
* - remove some bogus logic that's left over from when we tried to use aNalin Dahyabhai2008-07-031-29/+23
* - there is no map-specific startup functionNalin Dahyabhai2008-07-011-1/+0
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-301-1/+4
* - start adding an sch backendNalin Dahyabhai2008-06-301-1/+1
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-1/+1
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-0/+365