| Commit message (Expand) | Author | Age | Files | Lines |
* | make NSLCD_HANDLE_PARAMS() macro simpler and not have emp... | Arthur de Jong | 2009-10-11 | 1 | -5/+5 |
* | log reading and writing errors with errno message | Arthur de Jong | 2009-09-27 | 1 | -2/+4 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | don't return password hashes at all for non-root users, b... | Arthur de Jong | 2009-08-12 | 1 | -5/+10 |
* | import preliminary version of PAM functionality into nslcd | Arthur de Jong | 2009-06-03 | 1 | -0/+5 |
* | make lookup_dn2uid() available to other modules and split... | Arthur de Jong | 2009-06-03 | 1 | -0/+7 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -1/+1 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 1 | -2/+14 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -8/+13 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 1 | -2/+2 |
* | add checks for valid user and group names in incoming req... | Arthur de Jong | 2008-04-20 | 1 | -0/+3 |
* | return values of dn2uid() and uid2dn() should always be used | Arthur de Jong | 2008-04-06 | 1 | -2/+2 |
* | fix member->group searches by also searching for DN in un... | Arthur de Jong | 2008-04-05 | 1 | -0/+3 |
* | implement a dn2uid() function to transform a DN into a us... | Arthur de Jong | 2008-02-02 | 1 | -1/+4 |
* | immediatly bail out if write entity function failed (prev... | Arthur de Jong | 2008-01-02 | 1 | -1/+2 |
* | fix get_userpassword() function description | Arthur de Jong | 2007-12-31 | 1 | -2/+2 |
* | have myldap_get_entry() return an LDAP status code that c... | Arthur de Jong | 2007-12-25 | 1 | -3/+7 |
* | remove NSLCD_RESULT_UNAVAIL because it's not needed anymo... | Arthur de Jong | 2007-12-25 | 1 | -1/+1 |
* | no need for us to flush the buffer since our caller close... | Arthur de Jong | 2007-12-25 | 1 | -2/+0 |
* | get rid of some old code and rename ldap-nss to myldap si... | Arthur de Jong | 2007-12-09 | 1 | -1/+1 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -0/+24 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -0/+38 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 1 | -3/+0 |
* | add note about free()ing the returned value and add logging | Arthur de Jong | 2007-09-14 | 1 | -0/+1 |
* | move user2dn() from group.c to passwd_username2dn() in pa... | Arthur de Jong | 2007-09-14 | 1 | -2/+1 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -30/+31 |
* | move nss2nslcd() to ldap-nss.c | Arthur de Jong | 2007-09-08 | 1 | -8/+0 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -0/+7 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -32/+32 |
* | add gcc attributes to some functions and parameters | Arthur de Jong | 2007-02-17 | 1 | -1/+3 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | do not allocate new memory with malloc() for each request... | Arthur de Jong | 2006-12-27 | 1 | -2/+2 |
* | rename server directory to nslcd | Arthur de Jong | 2006-12-21 | 1 | -0/+89 |