summaryrefslogtreecommitdiffstats
path: root/src/plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* schema-compat: introduce a lock to protect PAM authenticationAlexander Bokovoy2013-08-071-0/+2
| | | | | | | | PAM stack requires exclusive access, therefore we need to use a write lock. Required for authenticating synthetically created records coming outside of LDAP store.
* fixup log messages and a signed booleanNalin Dahyabhai2012-11-141-1/+1
| | | | | - add missing newlines at the end of a couple of messages - make that one bit that we compare to zero unsigned instead of signed
* Overhaul betxn supportNalin Dahyabhai2012-11-011-1/+2
| | | | | | | | | * Check for BETXN support at build-time, provide options for disabling or requiring that it be available for build to succeed. * Track whether or not BETXN support is enabled in the plugin-local state. * Skip processing in post/internalpost callbacks if BETXN support is enabled. * Skip work in betxnpost callbacks if BETXN support is disabled.
* - whoops, this file got re-addedNalin Dahyabhai2008-06-301-0/+48
|
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-45/+0
|
* - add a place to store securenet configurationNalin Dahyabhai2008-06-091-0/+2
|
* - implement tcp_wrappers supportNalin Dahyabhai2008-06-031-0/+3
|
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-0/+1
| | | | - make the tcp sizes tunable
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-7/+3
|
* - switch to creating a PRThread instead of a pthreadNalin Dahyabhai2008-05-291-0/+6
|
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
| | | | | - license text in source files - elaborate on what's still to be done
* - build cleanupsNalin Dahyabhai2008-05-291-9/+0
| | | | - remove some more NSPRisms in cases when XDRisms are even more portable
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-221-0/+1
| | | | | - switch to using the plugin's entry for locating maps in preference to the hard-coded location
* try to clean this up a bitNalin Dahyabhai2008-03-271-5/+4
|
* properly compile stream.c's routineNalin Dahyabhai2007-11-211-0/+25