| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an explicit base of 10 for strtouid()/strtogid()/strt... | Jakub Hrozek | 2011-09-30 | 1 | -1/+1 |
* | make validation log messages consistent | Arthur de Jong | 2011-09-09 | 1 | -8/+8 |
* | provide strtouid() and strtogid() functions that use strt... | Arthur de Jong | 2011-08-27 | 1 | -1/+1 |
* | check errno after calls to strtol() to ensure that number... | Arthur de Jong | 2011-08-27 | 1 | -0/+7 |
* | implementation of myldap_get_values_len() to use ldap_get... | Arthur de Jong | 2011-08-05 | 1 | -1/+1 |
* | switch to using the member attribute by default instead o... | Arthur de Jong | 2011-08-03 | 1 | -7/+7 |
* | make buffer sizes consistent, grow gidNumber buffer to ho... | Arthur de Jong | 2011-07-02 | 1 | -5/+5 |
* | provide replacement implementation for strndup() for syst... | Arthur de Jong | 2011-04-15 | 1 | -0/+1 |
* | support using the objectSid attribute to provide numeric ... | Arthur de Jong | 2011-04-15 | 1 | -10/+37 |
* | make user and group name validation errors a little more ... | Arthur de Jong | 2011-04-03 | 1 | -3/+3 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 1 | -9/+13 |
* | implement a nss_min_uid option to filter user entries ret... | Arthur de Jong | 2010-12-20 | 1 | -1/+0 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 1 | -9/+10 |
* | update description of group schema supported | Arthur de Jong | 2010-09-26 | 1 | -5/+4 |
* | 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 |