summaryrefslogtreecommitdiffstats
path: root/src/plug-sch.c
Commit message (Expand)AuthorAgeFilesLines
* fix a typo in the error messageNalin Dahyabhai2011-12-051-1/+1
* - 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
* - remove that debug message, it's redundantNalin Dahyabhai2009-05-071-1/+0
* - revert to registering plugins at init-time, which is what the docsNalin Dahyabhai2009-05-061-38/+35
* - register our internal pre-/post-/internalpre-op plugins atNalin Dahyabhai2009-05-061-44/+52
* - use our own bind-reserve-port helper, which should work with eitherNalin Dahyabhai2009-02-111-1/+0
* - give callback registration the ability to return errorsNalin Dahyabhai2008-12-031-4/+40
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - clean up the map data at shutdown timeNalin Dahyabhai2008-07-071-0/+11
* - sneak in the global state so that the preop and postop plugins get access toNalin Dahyabhai2008-07-021-36/+12
* - read the plugin base DN at plugin startup so that we can easily get to itNalin Dahyabhai2008-07-021-0/+20
* - register both preoperation and postoperation functionalityNalin Dahyabhai2008-07-011-4/+54
* - add a startup function to finish populating our private dataNalin Dahyabhai2008-07-011-0/+12
* - have the plugin call backend initialization directlyNalin Dahyabhai2008-06-301-1/+3
* - take out the need for a backend to provide a matching testNalin Dahyabhai2008-06-301-1/+1
* - start adding an sch backendNalin Dahyabhai2008-06-301-0/+113