| Commit message (Expand) | Author | Age | Files | Lines |
* | some documentation cleanups | Arthur de Jong | 2007-12-26 | 2 | -13/+13 |
* | ignore erros in nss commands | Arthur de Jong | 2007-12-26 | 1 | -1/+3 |
* | only log "connected to LDAP server" if it is a new connec... | Arthur de Jong | 2007-12-26 | 1 | -6/+2 |
* | properly handle spaces in some configuration options (maj... | Arthur de Jong | 2007-12-26 | 3 | -288/+366 |
* | in test_two_searches() test that we can read from the sec... | Arthur de Jong | 2007-12-26 | 1 | -1/+10 |
* | properly flag running searches as invalid if the connecti... | Arthur de Jong | 2007-12-26 | 1 | -15/+83 |
* | have myldap_get_entry() return an LDAP status code that c... | Arthur de Jong | 2007-12-25 | 4 | -19/+48 |
* | remove NSLCD_RESULT_UNAVAIL because it's not needed anymo... | Arthur de Jong | 2007-12-25 | 4 | -13/+10 |
* | no need for us to flush the buffer since our caller close... | Arthur de Jong | 2007-12-25 | 1 | -2/+0 |
* | some general cleanups and document the krb5_ccname option | Arthur de Jong | 2007-12-25 | 1 | -68/+36 |
* | disable rootbinddn and rootbindpw questions for now becau... | Arthur de Jong | 2007-12-24 | 1 | -23/+25 |
* | document current timing and reconnect options | Arthur de Jong | 2007-12-24 | 1 | -31/+61 |
* | merge the do_map_error(), do_with_reconnect() into the my... | Arthur de Jong | 2007-12-24 | 1 | -172/+105 |
* | add some more documentation for using the myldap module | Arthur de Jong | 2007-12-24 | 1 | -26/+35 |
* | add limited test for reconnect logic | Arthur de Jong | 2007-12-22 | 2 | -1/+45 |
* | remove bind_policy option because the same effect is achi... | Arthur de Jong | 2007-12-22 | 3 | -31/+4 |
* | reorder timing and reconnect options to be more logical a... | Arthur de Jong | 2007-12-22 | 2 | -45/+34 |
* | limit printing of results in test to just 10 | Arthur de Jong | 2007-12-22 | 1 | -25/+29 |
* | include script name in messages and have srcdir default to . | Arthur de Jong | 2007-12-22 | 1 | -2/+3 |
* | integrate do_result() into myldap_get_entry() reducing co... | Arthur de Jong | 2007-12-22 | 1 | -138/+119 |
* | remove duplicate comment | Arthur de Jong | 2007-12-22 | 1 | -1/+0 |
* | remove some unused configuration file options | Arthur de Jong | 2007-12-22 | 2 | -45/+2 |
* | bring more uniformity to log messages | Arthur de Jong | 2007-12-22 | 1 | -14/+26 |
* | give struct myldap_session members more logical names | Arthur de Jong | 2007-12-22 | 1 | -74/+74 |
* | only test the first URI in the configfile | Arthur de Jong | 2007-12-21 | 2 | -2/+2 |
* | pass configfile to use as a command-line paramter to test... | Arthur de Jong | 2007-12-20 | 3 | -41/+73 |
* | fail on any command and specify configfile separately | Arthur de Jong | 2007-12-20 | 1 | -2/+6 |
* | remove FSF copyright since we no longer use their code | Arthur de Jong | 2007-12-20 | 1 | -1/+0 |
* | refactor myldap code to get rid of most of the old nss st... | Arthur de Jong | 2007-12-20 | 2 | -311/+296 |
* | add myldap_session_close() function (mainly for testing p... | Arthur de Jong | 2007-12-20 | 2 | -0/+23 |
* | move checks of validity of passed entries to separate fun... | Arthur de Jong | 2007-12-20 | 1 | -10/+33 |
* | remove msg member from struct myldap_entry and just refer... | Arthur de Jong | 2007-12-20 | 1 | -12/+7 |
* | rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTION... | Arthur de Jong | 2007-12-20 | 1 | -20/+4 |
* | add/change some tests for currently used functions, relay... | Arthur de Jong | 2007-12-20 | 1 | -33/+29 |
* | use ether_ntoa_r() instead of ether_ntoa() | Arthur de Jong | 2007-12-20 | 1 | -3/+6 |
* | remove unused tests and compatibility code | Arthur de Jong | 2007-12-20 | 2 | -35/+2 |
* | set pagesize to some more reasonable value | Arthur de Jong | 2007-12-20 | 1 | -1/+1 |
* | have assertion on correct search | Arthur de Jong | 2007-12-20 | 1 | -2/+1 |
* | fix typo in description | Arthur de Jong | 2007-12-16 | 1 | -1/+1 |
* | potential fix for double free() bug like in nss_ldap (Deb... | Arthur de Jong | 2007-12-14 | 1 | -3/+3 |
* | improve description of myldap interface in comments | Arthur de Jong | 2007-12-14 | 1 | -7/+8 |
* | explain why we write an invalid address (in comment) and ... | Arthur de Jong | 2007-12-14 | 1 | -1/+3 |
* | fix typo in comment | Arthur de Jong | 2007-12-14 | 1 | -1/+1 |
* | update package description | Arthur de Jong | 2007-12-09 | 1 | -8/+5 |
* | fix objects that are needed to get tests linkable (due to... | Arthur de Jong | 2007-12-09 | 1 | -3/+3 |
* | some small layout changes | Arthur de Jong | 2007-12-09 | 4 | -7/+6 |
* | remove ugly space | Arthur de Jong | 2007-12-09 | 1 | -1/+1 |
* | get rid of some old code and rename ldap-nss to myldap si... | Arthur de Jong | 2007-12-09 | 10 | -382/+25 |
* | switch to new LDAP entry parsing code that is much simple... | Arthur de Jong | 2007-12-09 | 14 | -1330/+993 |
* | add some comments to tests, enable netgroup tests and ext... | Arthur de Jong | 2007-12-09 | 1 | -31/+47 |