summaryrefslogtreecommitdiffstats
path: root/src/dummymap.c
Commit message (Collapse)AuthorAgeFilesLines
* - only clear 'supported' if it's not NULL (defect #10108)Nalin Dahyabhai2011-01-031-1/+3
|
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
|
* - make the map match logic use 'const' where it's appropriateNalin Dahyabhai2008-07-031-4/+4
|
* - add the new parameter to return always-NULL backend dataNalin Dahyabhai2008-07-031-2/+9
|
* - start adding an sch backendNalin Dahyabhai2008-06-301-1/+1
| | | | - start factoring out the backend logic where the sch and nis backends overlap
* - 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-1/+1
|
* - add a "disallowed chars" map attributeNalin Dahyabhai2008-06-211-1/+1
| | | | | - disallow ':' in attributes in passwd.byname and passwd.byuid - disallow ':,' in attributes in group.byname and group.bygid
* - get most of the tree in shape to handle multiple keys per entryNalin Dahyabhai2008-06-171-7/+10
| | | | | - make map_next() not expose entry IDs or key indices, because it has to do all of the heavy lifting anyway
* - add search-by-id interfacesNalin Dahyabhai2008-06-131-16/+84
|
* - fail to provide the order for secure maps to not-secure clientsNalin Dahyabhai2008-06-101-1/+2
|
* - match new prototypes, always return secure = falseNalin Dahyabhai2008-06-101-13/+24
|
* - 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-0/+8
| | | | - remove some more NSPRisms in cases when XDRisms are even more portable
* - try to pull out NSPRisms where they're not neededNalin Dahyabhai2008-05-291-4/+0
|
* - switch to using virtual attributesNalin Dahyabhai2008-05-161-2/+11
| | | | | - read the name of the master for a map from "cn=config"'s nsslapd-localhost attribute, which is a virtual attribute
* - provide a way for the backend to register callbacks with the directoryNalin Dahyabhai2008-04-221-1/+6
| | | | | - switch to using the plugin's entry for locating maps in preference to the hard-coded location
* - stub out where we'll be providing dataNalin Dahyabhai2008-04-021-1/+0
|
* - some header cleanupNalin Dahyabhai2008-04-021-2/+0
| | | | - always build a dummy plugin
* - add an explicit initialization step, and work out how to add/remove mapNalin Dahyabhai2008-04-021-0/+5
| | | | configuration at an API level
* - finish getting the basic NIS server going againNalin Dahyabhai2008-04-011-0/+24
|
* - hard-code a dummy map for testingNalin Dahyabhai2008-03-271-0/+192