| Commit message (Expand) | Author | Age | Files | Lines |
* | implement attribute mapping using shell-like expressions | Arthur de Jong | 2009-12-28 | 1 | -76/+28 |
* | give search filter escaping buffers more logical names | Arthur de Jong | 2009-11-01 | 1 | -3/+3 |
* | 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 | -8/+8 |
* | fix off by one error in the maximum number of uidNumber 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 | -32/+23 |
* | make lookup_dn2uid() available to other modules and split... | Arthur de Jong | 2009-06-03 | 1 | -21/+23 |
* | 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 | -3/+1 |
* | support multiple search bases, partially based on a patch... | Arthur de Jong | 2009-05-24 | 1 | -10/+19 |
* | clear up protocol description in nslcd.h, renaming NSLCD_... | Arthur de Jong | 2009-04-19 | 1 | -1/+1 |
* | add some more documentation | Arthur de Jong | 2009-02-27 | 1 | -1/+12 |
* | combine isvalidusername() and isvalidgroupname() into isv... | Arthur de Jong | 2008-06-13 | 1 | -48/+5 |
* | miscellaneous portability improvements | Arthur de Jong | 2008-06-06 | 1 | -1/+1 |
* | implement a cache for dn2uid() lookups that saves some ti... | Arthur de Jong | 2008-05-03 | 1 | -24/+81 |
* | make log message a little more descriptive | Arthur de Jong | 2008-04-26 | 1 | -2/+2 |
* | don't issue warning when myldap_get_entry() returns NULL ... | Arthur de Jong | 2008-04-23 | 1 | -1/+2 |
* | 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 | -10/+78 |
* | add test for emtpy DN | Arthur de Jong | 2008-04-19 | 1 | -0/+3 |
* | fix member->group searches by also searching for DN in un... | Arthur de Jong | 2008-04-05 | 1 | -0/+36 |
* | implement a dn2uid() function to transform a DN into a us... | Arthur de Jong | 2008-02-02 | 1 | -0/+42 |
* | update copyright year | Arthur de Jong | 2008-01-03 | 1 | -1/+1 |
* | do not warn about missing loginShell attribute because it... | Arthur de Jong | 2008-01-03 | 1 | -2/+0 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 1 | -132/+169 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -115/+58 |
* | call mysnprintf() instead of snprintf() where needed (bug... | Arthur de Jong | 2007-10-20 | 1 | -4/+4 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 1 | -21/+0 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -7/+3 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | add note about free()ing the returned value and add logging | Arthur de Jong | 2007-09-14 | 1 | -0/+4 |
* | move user2dn() from group.c to passwd_username2dn() in pa... | Arthur de Jong | 2007-09-14 | 1 | -1/+18 |
* | do not flush streams: our caller closes the streams flusi... | Arthur de Jong | 2007-09-14 | 1 | -3/+0 |
* | make use of write_*ent() functions consistent | Arthur de Jong | 2007-09-14 | 1 | -20/+26 |
* | remove mutex from all LDAP operations because we now have... | Arthur de Jong | 2007-09-14 | 1 | -2/+0 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -34/+19 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -10/+20 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -17/+30 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -5/+4 |
* | properly initialize all contexts | Arthur de Jong | 2007-09-07 | 1 | -1/+1 |
* | 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 | -6/+9 |
* | rename attlst stuff to attrs since that is the name of th... | Arthur de Jong | 2007-09-07 | 1 | -18/+18 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -10/+44 |
* | include service name in attlst storage and functions | Arthur de Jong | 2007-09-03 | 1 | -18/+18 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -3/+22 |
* | switch to the new attribute mapping code | Arthur de Jong | 2007-07-26 | 1 | -0/+1 |
* | switch to a new interface for doing attribute mapping, sp... | Arthur de Jong | 2007-07-24 | 1 | -8/+9 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -4/+4 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -0/+5 |