| Commit message (Expand) | Author | Age | Files | Lines |
* | get rid of some old code and rename ldap-nss to myldap si... | Arthur de Jong | 2007-12-09 | 1 | -1402/+0 |
* | ignore decoding errors from ldap_get_values() as they are... | Arthur de Jong | 2007-12-09 | 1 | -1/+3 |
* | clean up Kerberos ccname code, moving it to cfg.c, fixing... | Arthur de Jong | 2007-11-26 | 1 | -49/+0 |
* | patch from Andreas Schneider <anschneider@suse.de> to get... | Arthur de Jong | 2007-11-16 | 1 | -0/+43 |
* | some smaller cleanups and simplifications to the code (ge... | Arthur de Jong | 2007-10-28 | 1 | -63/+46 |
* | remove sizelimit parameter | Arthur de Jong | 2007-10-28 | 1 | -5/+5 |
* | integrate ent_context attributes into ldap_search | Arthur de Jong | 2007-10-28 | 1 | -41/+35 |
* | remove session from context and remove sycnhronous search... | Arthur de Jong | 2007-10-28 | 1 | -39/+4 |
* | replace calls to _nss_ldap_get_values() by myldap_get_val... | Arthur de Jong | 2007-10-28 | 1 | -345/+76 |
* | remove support for nss_connect_policy configfile option a... | Arthur de Jong | 2007-10-28 | 1 | -2/+0 |
* | first step to use the new myldap interface | Arthur de Jong | 2007-10-28 | 1 | -44/+20 |
* | clean up any messages after abandoning the search because... | Arthur de Jong | 2007-10-25 | 1 | -6/+6 |
* | fix a memory leak, not storing search entries so they cou... | Arthur de Jong | 2007-10-25 | 1 | -1/+2 |
* | fix using unassigned status | Arthur de Jong | 2007-10-25 | 1 | -1/+1 |
* | fix memory leak | Arthur de Jong | 2007-10-25 | 1 | -0/+2 |
* | make a replacement for _nss_ldap_getbyname() which uses t... | Arthur de Jong | 2007-10-20 | 1 | -72/+22 |
* | integrate basic myldap interface (partially merged from d... | Arthur de Jong | 2007-10-19 | 1 | -17/+496 |
* | remove unneeded variables and slightly improve logging | Arthur de Jong | 2007-09-21 | 1 | -10/+2 |
* | centralize opening of connection to LDAP server in do_ope... | Arthur de Jong | 2007-09-15 | 1 | -232/+104 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 1 | -45/+4 |
* | some more code cleanup, changing return type of _nss_ldap... | Arthur de Jong | 2007-09-15 | 1 | -307/+195 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 1 | -27/+6 |
* | some type fixes and logic simplifications | Arthur de Jong | 2007-09-15 | 1 | -54/+45 |
* | move the two remaining useful functions from util.c to ld... | Arthur de Jong | 2007-09-15 | 1 | -1/+205 |
* | revert special casing for alias_byname() to other functio... | Arthur de Jong | 2007-09-14 | 1 | -113/+1 |
* | remove mutex from all LDAP operations because we now have... | Arthur de Jong | 2007-09-14 | 1 | -102/+18 |
* | get rid of global session and instead pass the session as... | Arthur de Jong | 2007-09-14 | 1 | -183/+179 |
* | some code cleanup and fixes to the layout | Arthur de Jong | 2007-09-12 | 1 | -1191/+606 |
* | change naming of search functions to clearly indicate whe... | Arthur de Jong | 2007-09-09 | 1 | -7/+9 |
* | some simplifications in the reconnect loging, removing th... | Arthur de Jong | 2007-09-09 | 1 | -260/+145 |
* | move nss2nslcd() to ldap-nss.c | Arthur de Jong | 2007-09-08 | 1 | -0/+15 |
* | rename a function and a little bit of cleanup | Arthur de Jong | 2007-09-08 | 1 | -22/+6 |
* | fix endless loop bug | Arthur de Jong | 2007-09-08 | 1 | -6/+0 |
* | move base and scope handling to database specific modules... | Arthur de Jong | 2007-09-08 | 1 | -104/+25 |
* | move filters definitions to the database modules themselv... | Arthur de Jong | 2007-09-08 | 1 | -17/+1 |
* | make handling of ent_context consistent and simpler | Arthur de Jong | 2007-09-07 | 1 | -206/+120 |
* | remove the ldap-schema.[ch] files since this is now fully... | Arthur de Jong | 2007-09-07 | 1 | -3/+0 |
* | also pass search filter for the *_all() functions from th... | Arthur de Jong | 2007-09-07 | 1 | -393/+116 |
* | move some of the filter code to the database specific mod... | Arthur de Jong | 2007-09-07 | 1 | -59/+41 |
* | remove sigpipe handling code since sigpipe is ignored thr... | Arthur de Jong | 2007-09-03 | 1 | -69/+2 |
* | fix a couple of uses of per-map bases that could be NULL ... | Arthur de Jong | 2007-08-18 | 1 | -74/+28 |
* | rewrite configuration file handling to be simpler and mor... | Arthur de Jong | 2007-08-18 | 1 | -4/+0 |
* | remove --enable-paged-results configure option and now al... | Arthur de Jong | 2007-08-03 | 1 | -1/+24 |
* | define the list of attributes to look up in searches in t... | Arthur de Jong | 2007-07-28 | 1 | -26/+20 |
* | switch to the new attribute mapping code | Arthur de Jong | 2007-07-26 | 1 | -51/+0 |
* | get rid of default and override attribute value mappings ... | Arthur de Jong | 2007-07-26 | 1 | -289/+8 |
* | move some shadow specific functions to shadow.c | Arthur de Jong | 2007-07-26 | 1 | -35/+0 |
* | remove some more unused code | Arthur de Jong | 2007-07-24 | 1 | -22/+0 |
* | switch to a new interface for doing attribute mapping, sp... | Arthur de Jong | 2007-07-24 | 1 | -1/+3 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 1 | -18/+11 |