summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* - fix that typoNalin Dahyabhai2008-06-091-1/+1
|
* - make more configuration attributes compile-time definesNalin Dahyabhai2008-06-061-4/+31
|
* - set the names of configuration attributes in the configure scriptNalin Dahyabhai2008-06-061-1/+38
| | | | - read map configuration using virtual attributes api
* - uncomment things in the design doc that have been doneNalin Dahyabhai2008-06-031-0/+6
| | | | | - 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-0/+20
|
* - initial support for returning larger entries over tcp than we can over udpNalin Dahyabhai2008-06-021-2/+6
| | | | - make the tcp sizes tunable
* - sort out the threading start/stop functions, and add rwlock functionsNalin Dahyabhai2008-05-301-2/+1
|
* - switch back to pthreads for everyone, for nowNalin Dahyabhai2008-05-301-1/+2
|
* - switch to creating a PRThread instead of a pthreadNalin Dahyabhai2008-05-291-0/+2
|
* - provide a default suffix value in the example ldifNalin Dahyabhai2008-05-291-0/+2
| | | | - export only the module initialization routine
* - more build machineryNalin Dahyabhai2008-05-291-1/+4
| | | | | - license text in source files - elaborate on what's still to be done
* - build cleanupsNalin Dahyabhai2008-05-291-2/+55
| | | | - remove some more NSPRisms in cases when XDRisms are even more portable
* - build infrastructureNalin Dahyabhai2008-05-291-0/+8
- actually write that this is GPLv2