| Commit message (Expand) | Author | Age | Files | Lines |
* | remove commented out memberOf and ipNetmaskNumber attribu... | Arthur de Jong | 2010-06-12 | 1 | -1/+0 |
* | tune some buffer sizes and small cleanups | Arthur de Jong | 2010-05-07 | 1 | -7/+6 |
* | add an nss_initgroups_ignoreusers option to ignore userna... | Arthur de Jong | 2010-03-20 | 1 | -0/+9 |
* | fix comment | Arthur de Jong | 2009-12-27 | 1 | -2/+1 |
* | change dict and set API to perform loops with a list of s... | Arthur de Jong | 2009-12-13 | 1 | -24/+9 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -3/+3 |
* | also do proper escaping in mkfilter_group_bymember() | Arthur de Jong | 2009-11-01 | 1 | -7/+15 |
* | rename software to nss-pam-ldapd | Arthur de Jong | 2009-08-31 | 1 | -1/+1 |
* | fix off by one error in the maximum number of gidNumber a... | Arthur de Jong | 2009-06-29 | 1 | -1/+1 |
* | implement case-sensitive filtering for group, netgroup, p... | Arthur de Jong | 2009-06-06 | 1 | -18/+8 |
* | refactor protocol reading and writing macros to the commo... | Arthur de Jong | 2009-05-29 | 1 | -2/+2 |
* | initialise database modules only once after parsing config | Arthur de Jong | 2009-05-24 | 1 | -1/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -5/+7 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -1/+1 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 1 | -40/+4 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+1 |
* | fix tests for valid user and group names | Arthur de Jong | 2008-04-20 | 1 | -5/+5 |
* | add checks for valid user and group names in incoming req... | Arthur de Jong | 2008-04-20 | 1 | -20/+74 |
* | only support uniqueMember containing DN values | Arthur de Jong | 2008-04-20 | 1 | -14/+3 |
* | fix warning message to not refer to alias | Arthur de Jong | 2008-04-20 | 1 | -2/+2 |
* | correctly call set_free() instead of free() | Arthur de Jong | 2008-04-19 | 1 | -1/+1 |
* | use the new set data structure to gather the group members | Arthur de Jong | 2008-04-19 | 1 | -59/+21 |
* | properly handle the case where dn2uid() couldn't do a DN-... | 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 | -6/+17 |
* | fix a problem where the newly allocated storage by reallo... | Arthur de Jong | 2008-03-27 | 1 | -0/+1 |
* | support the uniqueMember LDAP attribute that holds DN val... | Arthur de Jong | 2008-02-03 | 1 | -32/+140 |
* | remove TODO (was done) | Arthur de Jong | 2007-12-31 | 1 | -1/+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 | -168/+93 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -121/+68 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 1 | -943/+16 |
* | some more code cleanup, changing return type of _nss_ldap... | Arthur de Jong | 2007-09-15 | 1 | -2/+1 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -17/+10 |
* | minor code improvements | Arthur de Jong | 2007-09-15 | 1 | -12/+14 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | move _nss_ldap_dn2uid() from util.c to group.c | Arthur de Jong | 2007-09-14 | 1 | -0/+39 |
* | move user2dn() from group.c to passwd_username2dn() in pa... | Arthur de Jong | 2007-09-14 | 1 | -20/+1 |
* | do not flush streams: our caller closes the streams flusi... | Arthur de Jong | 2007-09-14 | 1 | -4/+0 |
* | make use of write_*ent() functions consistent | Arthur de Jong | 2007-09-14 | 1 | -19/+25 |
* | remove some more references to the old locked functions | Arthur de Jong | 2007-09-14 | 1 | -7/+6 |
* | remove mutex from all LDAP operations because we now have... | Arthur de Jong | 2007-09-14 | 1 | -8/+3 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -87/+67 |
* | change naming of search functions to clearly indicate whe... | Arthur de Jong | 2007-09-09 | 1 | -2/+2 |
* | rename a function and a little bit of cleanup | Arthur de Jong | 2007-09-08 | 1 | -1/+1 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -16/+26 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -23/+35 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -36/+17 |
* | remove last usage of struct ldap_args and add FIXME | Arthur de Jong | 2007-09-07 | 1 | -5/+2 |
* | remove the ldap-schema.[ch] files since this is now fully... | Arthur de Jong | 2007-09-07 | 1 | -1/+0 |
* | also pass search filter for the *_all() functions from th... | Arthur de Jong | 2007-09-07 | 1 | -68/+52 |