| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rename attlst stuff to attrs since that is the name of th... | Arthur de Jong | 2007-09-07 | 1 | -14/+14 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -124/+163 |
* | include service name in attlst storage and functions | Arthur de Jong | 2007-09-03 | 1 | -14/+14 |
* | remove nss_initgroups and nss_initgroups_ignoreusers conf... | Arthur de Jong | 2007-08-03 | 1 | -63/+24 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -11/+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 | -14/+15 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 1 | -5/+5 |
* | code improvements by making type casts explicit, flagging... | Arthur de Jong | 2007-03-04 | 1 | -2/+7 |
* | move most config code into cfg.c, clean up dictornary stu... | Arthur de Jong | 2007-01-17 | 1 | -0/+15 |
* | move name_list stuff to group.c as that is the only place... | Arthur de Jong | 2007-01-17 | 1 | -4/+90 |
* | change license from GNU Library General Public License v.... | Arthur de Jong | 2007-01-09 | 1 | -7/+7 |
* | get rid of debug() function and call log_log() instead | Arthur de Jong | 2006-12-29 | 1 | -6/+6 |
* | do not allocate new memory with malloc() for each request... | Arthur de Jong | 2006-12-27 | 1 | -11/+4 |