Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build using sss_nss_idmap/PAM CFLAGS, too | Nalin Dahyabhai | 2013-08-07 | 1 | -0/+3 |
| | |||||
* | src/Makefile.am: add back-sch-nss.c and back-sch-pam.c to build | Alexander Bokovoy | 2013-08-07 | 1 | -0/+10 |
| | |||||
* | back-sch: move structure definitions to back-sch.h to share with other code | Alexander Bokovoy | 2013-08-07 | 1 | -0/+1 |
| | | | | NSSWITCH supporting code needs access to the schema-compat structures | ||||
* | - make refint and memberof tests the default | Nalin Dahyabhai | 2012-01-10 | 1 | -2/+3 |
| | | | | - add an option to add -Wl,-z,nodelete to the link flags | ||||
* | - try to add a man page for nisserver-plugin-defs | Nalin Dahyabhai | 2011-04-19 | 1 | -0/+2 |
| | |||||
* | - compile and link also using LDAP_CFLAGS and LDAP_LIBS | Nalin Dahyabhai | 2010-12-22 | 1 | -5/+5 |
| | |||||
* | - link with libnsl or libtirpc, not both | Nalin Dahyabhai | 2009-02-11 | 1 | -3/+3 |
| | |||||
* | - use tirpc cflags if they're set, link with libtirpc if we found it, | Nalin Dahyabhai | 2009-02-11 | 1 | -1/+6 |
| | | | | always build the portmap example client | ||||
* | - move the python script to docs | Nalin Dahyabhai | 2008-08-06 | 1 | -1/+0 |
| | |||||
* | - package the nisserver-plugin-defs binary | Nalin Dahyabhai | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | - add a way to print out the values we hard-code for map default settings | Nalin Dahyabhai | 2008-07-09 | 1 | -0/+4 |
| | | | | - correct for %list() being gone now | ||||
* | - refactor the is-this-a-valid-set-definition logicpost-sch | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+9 |
| | | | | | - make building of either module a conditional, not yet controllable by the configure script | ||||
* | - merge the backend-specific headers | Nalin Dahyabhai | 2008-06-30 | 1 | -2/+2 |
| | | | | - start switching to using the shared implementations in back-nis | ||||
* | - get schema compatibility linking correctly | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+3 |
| | |||||
* | - start adding an sch backend | Nalin Dahyabhai | 2008-06-30 | 1 | -3/+18 |
| | | | | - start factoring out the backend logic where the sch and nis backends overlap | ||||
* | - namespace nis-specific configuration | Nalin Dahyabhai | 2008-06-30 | 1 | -1/+1 |
| | | | | - format doesn't care about the secure flag, so don't bother returning its value | ||||
* | - rename backend and defaults, too | Nalin Dahyabhai | 2008-06-30 | 1 | -4/+4 |
| | |||||
* | - rename dispatch to disp-nis | Nalin Dahyabhai | 2008-06-30 | 1 | -4/+4 |
| | |||||
* | - rename plugin.c,plugin.h to plug-nis.c,plug-nis.h | Nalin Dahyabhai | 2008-06-30 | 1 | -4/+4 |
| | |||||
* | - match naming conventions | Nalin Dahyabhai | 2008-06-10 | 1 | -3/+3 |
| | |||||
* | - uncomment things in the design doc that have been done | Nalin Dahyabhai | 2008-06-03 | 1 | -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 needed | Nalin Dahyabhai | 2008-06-03 | 1 | -1/+2 |
| | |||||
* | - sort out the threading start/stop functions, and add rwlock functions | Nalin Dahyabhai | 2008-05-30 | 1 | -1/+2 |
| | |||||
* | - link with needed libraries again | Nalin Dahyabhai | 2008-05-29 | 1 | -1/+2 |
| | |||||
* | - provide a default suffix value in the example ldif | Nalin Dahyabhai | 2008-05-29 | 1 | -1/+1 |
| | | | | - export only the module initialization routine | ||||
* | - more build machinery | Nalin Dahyabhai | 2008-05-29 | 1 | -4/+0 |
| | | | | | - license text in source files - elaborate on what's still to be done | ||||
* | - build cleanups | Nalin Dahyabhai | 2008-05-29 | 1 | -1/+1 |
| | | | | - remove some more NSPRisms in cases when XDRisms are even more portable | ||||
* | - build infrastructure | Nalin Dahyabhai | 2008-05-29 | 1 | -0/+28 |
- actually write that this is GPLv2 |