summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Build using sss_nss_idmap/PAM CFLAGS, tooNalin Dahyabhai2013-08-071-0/+3
|
* src/Makefile.am: add back-sch-nss.c and back-sch-pam.c to buildAlexander Bokovoy2013-08-071-0/+10
|
* back-sch: move structure definitions to back-sch.h to share with other codeAlexander Bokovoy2013-08-071-0/+1
| | | | NSSWITCH supporting code needs access to the schema-compat structures
* - make refint and memberof tests the defaultNalin Dahyabhai2012-01-101-2/+3
| | | | - add an option to add -Wl,-z,nodelete to the link flags
* - try to add a man page for nisserver-plugin-defsNalin Dahyabhai2011-04-191-0/+2
|
* - compile and link also using LDAP_CFLAGS and LDAP_LIBSNalin Dahyabhai2010-12-221-5/+5
|
* - link with libnsl or libtirpc, not bothNalin Dahyabhai2009-02-111-3/+3
|
* - 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
* - move the python script to docsNalin Dahyabhai2008-08-061-1/+0
|
* - package the nisserver-plugin-defs binaryNalin Dahyabhai2008-07-091-1/+1
|
* - add a way to print out the values we hard-code for map default settingsNalin Dahyabhai2008-07-091-0/+4
| | | | - correct for %list() being gone now
* - refactor the is-this-a-valid-set-definition logicpost-schNalin Dahyabhai2008-06-301-1/+9
| | | | | - make building of either module a conditional, not yet controllable by the configure script
* - merge the backend-specific headersNalin Dahyabhai2008-06-301-2/+2
| | | | - start switching to using the shared implementations in back-nis
* - get schema compatibility linking correctlyNalin Dahyabhai2008-06-301-1/+3
|
* - start adding an sch backendNalin Dahyabhai2008-06-301-3/+18
| | | | - start factoring out the backend logic where the sch and nis backends overlap
* - namespace nis-specific configurationNalin Dahyabhai2008-06-301-1/+1
| | | | - format doesn't care about the secure flag, so don't bother returning its value
* - rename backend and defaults, tooNalin Dahyabhai2008-06-301-4/+4
|
* - rename dispatch to disp-nisNalin Dahyabhai2008-06-301-4/+4
|
* - rename plugin.c,plugin.h to plug-nis.c,plug-nis.hNalin Dahyabhai2008-06-301-4/+4
|
* - match naming conventionsNalin Dahyabhai2008-06-101-3/+3
|
* - uncomment things in the design doc that have been doneNalin Dahyabhai2008-06-031-4/+20
| | | | | - don't lose source header and doc files in the 'dist' target - don't explicitly link with libpthread unless we need to do so
* - link with libwrap if neededNalin Dahyabhai2008-06-031-1/+2
|
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-1/+2
|
* - link with needed libraries againNalin Dahyabhai2008-05-291-1/+2
|
* - provide a default suffix value in the example ldifNalin Dahyabhai2008-05-291-1/+1
| | | | - export only the module initialization routine
* - more build machineryNalin Dahyabhai2008-05-291-4/+0
| | | | | - license text in source files - elaborate on what's still to be done
* - build cleanupsNalin Dahyabhai2008-05-291-1/+1
| | | | - remove some more NSPRisms in cases when XDRisms are even more portable
* - build infrastructureNalin Dahyabhai2008-05-291-0/+28
- actually write that this is GPLv2