Age | Commit message (Expand) | Author |
2007-12-09 | get rid of some old code and rename ldap-nss to myldap since there is no more... | Arthur de Jong |
2007-12-09 | ignore decoding errors from ldap_get_values() as they are just nonexisting at... | Arthur de Jong |
2007-11-26 | clean up Kerberos ccname code, moving it to cfg.c, fixing some bugs in the pu... | Arthur de Jong |
2007-11-16 | patch from Andreas Schneider <anschneider@suse.de> to get krb5_ccname option ... | Arthur de Jong |
2007-10-28 | some smaller cleanups and simplifications to the code (getting rid of the is_... | Arthur de Jong |
2007-10-28 | remove sizelimit parameter | Arthur de Jong |
2007-10-28 | integrate ent_context attributes into ldap_search | Arthur de Jong |
2007-10-28 | remove session from context and remove sycnhronous search functions | Arthur de Jong |
2007-10-28 | replace calls to _nss_ldap_get_values() by myldap_get_values(), remove unused... | Arthur de Jong |
2007-10-28 | remove support for nss_connect_policy configfile option and remove some suppo... | Arthur de Jong |
2007-10-28 | first step to use the new myldap interface | Arthur de Jong |
2007-10-25 | clean up any messages after abandoning the search because that returns a new ... | Arthur de Jong |
2007-10-25 | fix a memory leak, not storing search entries so they could be freed later on | Arthur de Jong |
2007-10-25 | fix using unassigned status | Arthur de Jong |
2007-10-25 | fix memory leak | Arthur de Jong |
2007-10-19 | make a replacement for _nss_ldap_getbyname() which uses the myldap calls inte... | Arthur de Jong |
2007-10-19 | integrate basic myldap interface (partially merged from dev-myldap branch) | Arthur de Jong |
2007-09-21 | remove unneeded variables and slightly improve logging | Arthur de Jong |
2007-09-15 | centralize opening of connection to LDAP server in do_open() and refactor do_... | Arthur de Jong |
2007-09-15 | remove support for nested groups and use of uniqueMember and member attribute... | Arthur de Jong |
2007-09-15 | some more code cleanup, changing return type of _nss_ldap_init(), integrating... | Arthur de Jong |
2007-09-15 | do not pass useless errnos around because they aren't used anymore | Arthur de Jong |
2007-09-14 | some type fixes and logic simplifications | Arthur de Jong |
2007-09-14 | move the two remaining useful functions from util.c to ldap-nss.c | Arthur de Jong |
2007-09-14 | revert special casing for alias_byname() to other functions and some logging ... | Arthur de Jong |
2007-09-14 | remove mutex from all LDAP operations because we now have a session and a con... | Arthur de Jong |
2007-09-14 | get rid of global session and instead pass the session as a parameter with ev... | Arthur de Jong |
2007-09-12 | some code cleanup and fixes to the layout | Arthur de Jong |
2007-09-09 | change naming of search functions to clearly indicate whether the synchronous... | Arthur de Jong |
2007-09-09 | some simplifications in the reconnect loging, removing the undocumented nss_r... | Arthur de Jong |
2007-09-08 | move nss2nslcd() to ldap-nss.c | Arthur de Jong |
2007-09-08 | rename a function and a little bit of cleanup | Arthur de Jong |
2007-09-08 | fix endless loop bug | Arthur de Jong |
2007-09-08 | move base and scope handling to database specific modules, gettting rid of ld... | Arthur de Jong |
2007-09-08 | move filters definitions to the database modules themselves (and already defi... | Arthur de Jong |
2007-09-07 | make handling of ent_context consistent and simpler | Arthur de Jong |
2007-09-07 | remove the ldap-schema.[ch] files since this is now fully implemented in the ... | Arthur de Jong |
2007-09-07 | also pass search filter for the *_all() functions from the database module in... | Arthur de Jong |
2007-09-07 | move some of the filter code to the database specific modules to be able to r... | Arthur de Jong |
2007-09-03 | remove sigpipe handling code since sigpipe is ignored throughout the program | Arthur de Jong |
2007-08-18 | fix a couple of uses of per-map bases that could be NULL and remove the ldap_... | Arthur de Jong |
2007-08-18 | rewrite configuration file handling to be simpler and more consistent, this d... | Arthur de Jong |
2007-08-03 | remove --enable-paged-results configure option and now always do runtime conf... | Arthur de Jong |
2007-07-28 | define the list of attributes to look up in searches in the service modules i... | Arthur de Jong |
2007-07-26 | switch to the new attribute mapping code | Arthur de Jong |
2007-07-26 | get rid of default and override attribute value mappings and remove host and ... | Arthur de Jong |
2007-07-26 | move some shadow specific functions to shadow.c | Arthur de Jong |
2007-07-24 | remove some more unused code | Arthur de Jong |
2007-07-24 | switch to a new interface for doing attribute mapping, splitting the attribut... | Arthur de Jong |
2007-06-12 | fix casts of types where needed | Arthur de Jong |