| Commit message (Expand) | Author | Age | Files | Lines |
* | fix generating changelog for this branch | Arthur de Jong | 2007-10-26 | 1 | -1/+2 |
* | revert myldap changes in revisions 443 and 444 | Arthur de Jong | 2007-10-26 | 7 | -937/+99 |
* | prepare a 0.4.1 branch | Arthur de Jong | 2007-10-26 | 0 | -0/+0 |
* | fix rpc filter and remove unused objectClass attmap entry | Arthur de Jong | 2007-10-25 | 1 | -2/+1 |
* | 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 |
* | remove S runlevel from Default-Stop in init script | Arthur de Jong | 2007-10-25 | 1 | -1/+1 |
* | correct calls to NSLCD_ACTION_NETWORK_BYNAME and NSLCD_AC... | Arthur de Jong | 2007-10-21 | 1 | -3/+3 |
* | call mysnprintf() instead of snprintf() where needed (bug... | Arthur de Jong | 2007-10-20 | 2 | -8/+8 |
* | 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 | 7 | -29/+916 |
* | include debugging information in object files | Arthur de Jong | 2007-10-19 | 1 | -1/+1 |
* | move most C[PP]FLAGS options to AM_C[PP]FLAGS and clean u... | Arthur de Jong | 2007-10-19 | 1 | -4/+7 |
* | fix usage of DEBUG_TIO_STATS | Arthur de Jong | 2007-10-19 | 1 | -2/+3 |
* | add translator to Japanese of templates | Arthur de Jong | 2007-10-14 | 1 | -0/+1 |
* | update Japanese (ja) translation of debconf templates by ... | Arthur de Jong | 2007-10-14 | 1 | -157/+24 |
* | update French (fr) translation of debconf templates by Cy... | Arthur de Jong | 2007-10-08 | 2 | -40/+34 |
* | get files ready for 0.4 release0.4 | Arthur de Jong | 2007-10-05 | 7 | -10/+457 |
* | ignore tarballs | Arthur de Jong | 2007-10-04 | 0 | -0/+0 |
* | remove linking with libresolv because it's not needed on ... | Arthur de Jong | 2007-10-04 | 1 | -1/+4 |
* | some reordering to make the file more logical and minor f... | Arthur de Jong | 2007-10-03 | 1 | -63/+47 |
* | pass --enable-warnings when running the distcheck target | Arthur de Jong | 2007-10-03 | 1 | -0/+2 |
* | some general documentation improvements | Arthur de Jong | 2007-10-03 | 1 | -26/+26 |
* | add note about escaping of ldapi:// scheme | Arthur de Jong | 2007-09-28 | 1 | -0/+5 |
* | remove note about escaping of ldapi:// url scheme | Arthur de Jong | 2007-09-28 | 15 | -145/+21 |
* | add warnings and errors to untested and unsupported confi... | Arthur de Jong | 2007-09-28 | 1 | -2/+27 |
* | manual page improvements | Arthur de Jong | 2007-09-25 | 1 | -28/+32 |
* | switch to defining __thread as empty string and issue war... | Arthur de Jong | 2007-09-24 | 1 | -1/+2 |
* | also initialize sa_sigaction although it's not used | Arthur de Jong | 2007-09-24 | 1 | -0/+1 |
* | do something special for setting the uri parameter becaus... | Arthur de Jong | 2007-09-24 | 1 | -1/+26 |
* | fix newline mangling | Arthur de Jong | 2007-09-24 | 1 | -1/+1 |
* | properly handle multiple uri lines in config file | Arthur de Jong | 2007-09-23 | 1 | -2/+2 |
* | trim preceding spaces when adding an entry in /etc/nsswit... | Arthur de Jong | 2007-09-23 | 1 | -1/+1 |
* | some small improvements to the code based on some source ... | Arthur de Jong | 2007-09-23 | 5 | -5/+11 |
* | remove pscan target as these checks are sufficiently cove... | Arthur de Jong | 2007-09-23 | 1 | -5/+1 |
* | add compat files to sources so they end up in the tarball | Arthur de Jong | 2007-09-22 | 1 | -0/+1 |
* | add all objects that are now needed to test the configura... | Arthur de Jong | 2007-09-22 | 1 | -1/+7 |
* | remove test for alloc_lsd() because we don't use struct l... | Arthur de Jong | 2007-09-22 | 1 | -27/+0 |
* | remove unneeded variables and slightly improve logging | Arthur de Jong | 2007-09-21 | 1 | -10/+2 |
* | just use -fPIC on all files in this directory | Arthur de Jong | 2007-09-21 | 1 | -1/+1 |
* | put config filename as a parameter to cfg_init() | Arthur de Jong | 2007-09-19 | 3 | -4/+4 |
* | centralize opening of connection to LDAP server in do_ope... | Arthur de Jong | 2007-09-15 | 1 | -232/+104 |
* | remove documentation for nss_schema option since it isn't... | Arthur de Jong | 2007-09-15 | 1 | -13/+0 |
* | remove support for nested groups and use of uniqueMember ... | Arthur de Jong | 2007-09-15 | 9 | -1047/+25 |
* | some more code cleanup, changing return type of _nss_ldap... | Arthur de Jong | 2007-09-15 | 3 | -310/+197 |
* | do not pass useless errnos around because they aren't use... | Arthur de Jong | 2007-09-15 | 13 | -105/+43 |
* | remove unused include | Arthur de Jong | 2007-09-15 | 1 | -1/+0 |
* | some type fixes and logic simplifications | Arthur de Jong | 2007-09-15 | 1 | -54/+45 |