| Commit message (Expand) | Author | Age | Files | Lines |
* | fix a couple of uses of per-map bases that could be NULL ... | Arthur de Jong | 2007-08-18 | 1 | -74/+28 |
* | rewrite configuration file handling to be simpler and mor... | Arthur de Jong | 2007-08-18 | 7 | -787/+670 |
* | remove nss_initgroups and nss_initgroups_ignoreusers conf... | Arthur de Jong | 2007-08-03 | 3 | -152/+24 |
* | remove --enable-paged-results configure option and now al... | Arthur de Jong | 2007-08-03 | 4 | -67/+25 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 16 | -270/+211 |
* | fix typo in comment | Arthur de Jong | 2007-07-28 | 1 | -1/+1 |
* | remove some more old mapping stuff and change configurati... | Arthur de Jong | 2007-07-26 | 2 | -180/+23 |
* | switch to the new attribute mapping code | Arthur de Jong | 2007-07-26 | 16 | -190/+160 |
* | get rid of default and override attribute value mappings ... | Arthur de Jong | 2007-07-26 | 5 | -426/+33 |
* | move some shadow specific functions to shadow.c | Arthur de Jong | 2007-07-26 | 3 | -38/+34 |
* | make function _nss_ldap_add_uri() static | Arthur de Jong | 2007-07-26 | 2 | -42/+39 |
* | remove some more unused code | Arthur de Jong | 2007-07-24 | 3 | -25/+0 |
* | switch to a new interface for doing attribute mapping, sp... | Arthur de Jong | 2007-07-24 | 20 | -179/+597 |
* | get rid of some unused attribute mappings and a small reo... | Arthur de Jong | 2007-07-24 | 3 | -79/+28 |
* | get rid of dnsconfig stuff since that probably didn't wor... | Arthur de Jong | 2007-07-24 | 7 | -703/+0 |
* | add comment explaining the use of chmod() over fchmod() | Arthur de Jong | 2007-06-18 | 1 | -0/+4 |
* | support building outside the source directory | Arthur de Jong | 2007-06-17 | 1 | -0/+2 |
* | use the ACX_PTHREAD macro to check for platform independa... | Arthur de Jong | 2007-06-17 | 1 | -1/+1 |
* | change fchmod() into chmod() since fchmod() has undifined... | Arthur de Jong | 2007-06-17 | 1 | -2/+2 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 3 | -38/+31 |
* | fix type of host address and handle errors in writing hos... | Arthur de Jong | 2007-06-12 | 1 | -2/+3 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 4 | -225/+2 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 18 | -92/+103 |
* | add some comments describing some problems that this code... | Arthur de Jong | 2007-06-01 | 1 | -0/+5 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 15 | -116/+130 |
* | remove runtime checking for existance of /lib/init/rw/lib... | Arthur de Jong | 2007-03-02 | 1 | -10/+0 |
* | do chmod on file descriptor instead of on file name | Arthur de Jong | 2007-03-02 | 1 | -1/+1 |
* | fix a few bugs found thanks to the new warnings | Arthur de Jong | 2007-02-17 | 1 | -1/+1 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 5 | -11/+26 |
* | replace syslog calls to calls with our own logging module | Arthur de Jong | 2007-02-10 | 5 | -22/+12 |
* | fix list corruption bug in dict_put() and ignore setting ... | Arthur de Jong | 2007-02-04 | 1 | -3/+6 |
* | don't store const void * as value, just void * | Arthur de Jong | 2007-02-04 | 2 | -7/+7 |
* | declare old dict functions static as thay are only used f... | Arthur de Jong | 2007-02-01 | 2 | -165/+149 |
* | trim trailing whitespace | Arthur de Jong | 2007-02-01 | 2 | -2/+2 |
* | add new dictionary module and use it for the attribute ma... | Arthur de Jong | 2007-02-01 | 8 | -99/+283 |
* | get rid of xmalloc.[ch] | Arthur de Jong | 2007-02-01 | 4 | -98/+8 |
* | remove a const where it really wasn't | Arthur de Jong | 2007-01-17 | 1 | -4/+4 |
* | move most config code into cfg.c, clean up dictornary stu... | Arthur de Jong | 2007-01-17 | 6 | -1434/+1348 |
* | move name_list stuff to group.c as that is the only place... | Arthur de Jong | 2007-01-17 | 4 | -123/+90 |
* | replace __netgrent with mynetgrent removing the fields th... | Arthur de Jong | 2007-01-17 | 1 | -8/+5 |
* | first step to split out all configuration stuff into sepa... | Arthur de Jong | 2007-01-17 | 8 | -419/+443 |
* | get rid of more code that would check if the socket was c... | Arthur de Jong | 2007-01-17 | 2 | -308/+5 |
* | get rid of rebinding-on-fork() logic as our threading mod... | Arthur de Jong | 2007-01-17 | 1 | -184/+1 |
* | write a final result code of NSLCD_RESULT_NOTFOUND for ne... | Arthur de Jong | 2007-01-10 | 1 | -0/+2 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 29 | -203/+203 |
* | get rid of a few warnings | Arthur de Jong | 2006-12-30 | 1 | -1/+0 |
* | get rid of debug() function and call log_log() instead | Arthur de Jong | 2006-12-29 | 4 | -164/+129 |
* | do not allocate new memory with malloc() for each request... | Arthur de Jong | 2006-12-27 | 12 | -59/+29 |
* | get rid of NSS_BUFSIZ, rename _nss_ldap_oc_check() to has... | Arthur de Jong | 2006-12-25 | 7 | -197/+152 |
* | make list of source files a little clearer | Arthur de Jong | 2006-12-22 | 1 | -4/+7 |