Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove some unused configuration file optionsArthur de Jong2007-12-222-45/+2
* bring more uniformity to log messagesArthur de Jong2007-12-221-14/+26
* give struct myldap_session members more logical namesArthur de Jong2007-12-221-74/+74
* only test the first URI in the configfileArthur de Jong2007-12-212-2/+2
* pass configfile to use as a command-line paramter to test...Arthur de Jong2007-12-203-41/+73
* fail on any command and specify configfile separatelyArthur de Jong2007-12-201-2/+6
* remove FSF copyright since we no longer use their codeArthur de Jong2007-12-201-1/+0
* refactor myldap code to get rid of most of the old nss st...Arthur de Jong2007-12-202-311/+296
* add myldap_session_close() function (mainly for testing p...Arthur de Jong2007-12-202-0/+23
* move checks of validity of passed entries to separate fun...Arthur de Jong2007-12-201-10/+33
* remove msg member from struct myldap_entry and just refer...Arthur de Jong2007-12-201-12/+7
* rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTION...Arthur de Jong2007-12-201-20/+4
* add/change some tests for currently used functions, relay...Arthur de Jong2007-12-201-33/+29
* use ether_ntoa_r() instead of ether_ntoa()Arthur de Jong2007-12-201-3/+6
* remove unused tests and compatibility codeArthur de Jong2007-12-202-35/+2
* set pagesize to some more reasonable valueArthur de Jong2007-12-201-1/+1
* have assertion on correct searchArthur de Jong2007-12-201-2/+1
* fix typo in descriptionArthur de Jong2007-12-161-1/+1
* potential fix for double free() bug like in nss_ldap (Deb...Arthur de Jong2007-12-141-3/+3
* improve description of myldap interface in commentsArthur de Jong2007-12-141-7/+8
* explain why we write an invalid address (in comment) and ...Arthur de Jong2007-12-141-1/+3
* fix typo in commentArthur de Jong2007-12-141-1/+1
* update package descriptionArthur de Jong2007-12-091-8/+5
* fix objects that are needed to get tests linkable (due to...Arthur de Jong2007-12-091-3/+3
* some small layout changesArthur de Jong2007-12-094-7/+6
* remove ugly spaceArthur de Jong2007-12-091-1/+1
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-0910-382/+25
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-0914-1330/+993
* add some comments to tests, enable netgroup tests and ext...Arthur de Jong2007-12-091-31/+47
* ignore decoding errors from ldap_get_values() as they are...Arthur de Jong2007-12-091-1/+3
* fix Vcs-* links to point to the trunkArthur de Jong2007-12-071-2/+2
* upgrade to standards-version 3.7.3 (no changes needed)Arthur de Jong2007-12-071-1/+1
* don't use backticks as quote markArthur de Jong2007-12-071-3/+3
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
* clean up Kerberos ccname code, moving it to cfg.c, fixing...Arthur de Jong2007-11-265-88/+61
* implement LDAP server discovery through DNS, based on a p...Arthur de Jong2007-11-255-11/+120
* update versions of used toolsArthur de Jong2007-11-241-2/+2
* remove XS- prefix from version control fieldsArthur de Jong2007-11-201-2/+2
* put Homepage field in source stanzaArthur de Jong2007-11-201-0/+1
* patch from Andreas Schneider <anschneider@suse.de> to get...Arthur de Jong2007-11-162-0/+44
* improve comments about protocol, also describing the fina...Arthur de Jong2007-10-311-8/+11
* some smaller cleanups and simplifications to the code (ge...Arthur de Jong2007-10-281-63/+46
* remove sizelimit parameterArthur de Jong2007-10-281-5/+5
* integrate ent_context attributes into ldap_searchArthur de Jong2007-10-281-41/+35
* remove session from context and remove sycnhronous search...Arthur de Jong2007-10-281-39/+4
* replace calls to _nss_ldap_get_values() by myldap_get_val...Arthur de Jong2007-10-284-440/+85
* remove support for nss_connect_policy configfile option a...Arthur de Jong2007-10-284-34/+0
* first step to use the new myldap interfaceArthur de Jong2007-10-2814-1204/+662
* script to run a number of NSS commands (mainly getent) an...Arthur de Jong2007-10-281-0/+323
* include pagesize option in manual page since this is test...Arthur de Jong2007-10-271-3/+4