Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* switch to new LDAP entry parsing code that is much ↵Arthur de Jong2007-12-0914-1330/+993
| | | | | | simpler and more readable git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@488 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some comments to tests, enable netgroup tests and ↵Arthur de Jong2007-12-091-31/+47
| | | | | | extend ether and services tests git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@487 ef36b2f9-881f-0410-afb5-c4e39611909c
* ignore decoding errors from ldap_get_values() as they ↵Arthur de Jong2007-12-091-1/+3
| | | | | | are just nonexisting attribute values git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@486 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix Vcs-* links to point to the trunkArthur de Jong2007-12-071-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@485 ef36b2f9-881f-0410-afb5-c4e39611909c
* upgrade to standards-version 3.7.3 (no changes needed)Arthur de Jong2007-12-071-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@484 ef36b2f9-881f-0410-afb5-c4e39611909c
* don't use backticks as quote markArthur de Jong2007-12-071-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@483 ef36b2f9-881f-0410-afb5-c4e39611909c
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@482 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up Kerberos ccname code, moving it to cfg.c, ↵Arthur de Jong2007-11-265-88/+61
| | | | | | fixing some bugs in the putenv() code, making the gss_krb5_ccache_name() automatically used if the function is available and removing the --with-gssapi-dir, --enable-configurable-krb5-ccname-gssapi and --enable-configurable-krb5-ccname-env configure options git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@481 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement LDAP server discovery through DNS, based on a ↵Arthur de Jong2007-11-255-11/+120
| | | | | | patch by Ralf Haferkamp <rhafer@suse.de> and Michael Calmer <mc@suse.de> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@480 ef36b2f9-881f-0410-afb5-c4e39611909c
* update versions of used toolsArthur de Jong2007-11-241-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@479 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove XS- prefix from version control fieldsArthur de Jong2007-11-201-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@478 ef36b2f9-881f-0410-afb5-c4e39611909c
* put Homepage field in source stanzaArthur de Jong2007-11-201-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@477 ef36b2f9-881f-0410-afb5-c4e39611909c
* patch from Andreas Schneider <anschneider@suse.de> to ↵Arthur de Jong2007-11-162-0/+44
| | | | | | get krb5_ccname option working git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@476 ef36b2f9-881f-0410-afb5-c4e39611909c
* improve comments about protocol, also describing the ↵Arthur de Jong2007-10-311-8/+11
| | | | | | final NSLCD_RESULT_NOTFOUND git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@475 ef36b2f9-881f-0410-afb5-c4e39611909c
* some smaller cleanups and simplifications to the code ↵Arthur de Jong2007-10-281-63/+46
| | | | | | (getting rid of the is_connected flag git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@474 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove sizelimit parameterArthur de Jong2007-10-281-5/+5
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@473 ef36b2f9-881f-0410-afb5-c4e39611909c
* integrate ent_context attributes into ldap_searchArthur de Jong2007-10-281-41/+35
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@472 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove session from context and remove sycnhronous ↵Arthur de Jong2007-10-281-39/+4
| | | | | | search functions git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@471 ef36b2f9-881f-0410-afb5-c4e39611909c
* replace calls to _nss_ldap_get_values() by ↵Arthur de Jong2007-10-284-440/+85
| | | | | | myldap_get_values(), remove unused functions, remove struct ldap_state and replace remaining references to context to use search instead git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@470 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove support for nss_connect_policy configfile option ↵Arthur de Jong2007-10-284-34/+0
| | | | | | and remove some supporting code for it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@469 ef36b2f9-881f-0410-afb5-c4e39611909c
* first step to use the new myldap interfaceArthur de Jong2007-10-2814-1204/+662
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@468 ef36b2f9-881f-0410-afb5-c4e39611909c
* script to run a number of NSS commands (mainly getent) ↵Arthur de Jong2007-10-281-0/+323
| | | | | | and check the result (this requires an LDAP setup that is yet to be documented) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@467 ef36b2f9-881f-0410-afb5-c4e39611909c
* include pagesize option in manual page since this is ↵Arthur de Jong2007-10-271-3/+4
| | | | | | tested now git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@466 ef36b2f9-881f-0410-afb5-c4e39611909c
* add pointer to pagesize in AD section of sample configfileArthur de Jong2007-10-271-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@465 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up myldap session after each requestArthur de Jong2007-10-271-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@464 ef36b2f9-881f-0410-afb5-c4e39611909c
* make cfg_init() only callable once and add note about ↵Arthur de Jong2007-10-271-17/+20
| | | | | | not free()ing memory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@463 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix memory leak in I/O module not free()ing allocated ↵Arthur de Jong2007-10-271-3/+6
| | | | | | storage for file info on file close git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@462 ef36b2f9-881f-0410-afb5-c4e39611909c
* portability improvement to fall back to ETIMEDOUT when ↵Arthur de Jong2007-10-271-0/+5
| | | | | | ETIME is unavailable git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@461 ef36b2f9-881f-0410-afb5-c4e39611909c
* integrate changes from 0.4.1 releaseArthur de Jong2007-10-266-6/+31
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@460 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix rpc filter and remove unused objectClass attmap entryArthur de Jong2007-10-251-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@455 ef36b2f9-881f-0410-afb5-c4e39611909c
* clean up any messages after abandoning the search ↵Arthur de Jong2007-10-251-6/+6
| | | | | | because that returns a new message (fix memory leak) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@454 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix a memory leak, not storing search entries so they ↵Arthur de Jong2007-10-251-1/+2
| | | | | | could be freed later on git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@453 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix using unassigned statusArthur de Jong2007-10-251-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@452 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix memory leakArthur de Jong2007-10-251-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@451 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove S runlevel from Default-Stop in init scriptArthur de Jong2007-10-251-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@450 ef36b2f9-881f-0410-afb5-c4e39611909c
* correct calls to NSLCD_ACTION_NETWORK_BYNAME and ↵Arthur de Jong2007-10-211-3/+3
| | | | | | NSLCD_ACTION_NETWORK_BYADDR and get address in correct byte order with the last call git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@449 ef36b2f9-881f-0410-afb5-c4e39611909c
* call mysnprintf() instead of snprintf() where needed ↵Arthur de Jong2007-10-202-8/+8
| | | | | | (bugfix) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@448 ef36b2f9-881f-0410-afb5-c4e39611909c
* make a replacement for _nss_ldap_getbyname() which uses ↵Arthur de Jong2007-10-201-72/+22
| | | | | | the myldap calls internally git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@444 ef36b2f9-881f-0410-afb5-c4e39611909c
* integrate basic myldap interface (partially merged from ↵Arthur de Jong2007-10-197-29/+916
| | | | | | dev-myldap branch) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@443 ef36b2f9-881f-0410-afb5-c4e39611909c
* include debugging information in object filesArthur de Jong2007-10-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@442 ef36b2f9-881f-0410-afb5-c4e39611909c
* move most C[PP]FLAGS options to AM_C[PP]FLAGS and clean ↵Arthur de Jong2007-10-191-4/+7
| | | | | | up a little git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@441 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix usage of DEBUG_TIO_STATSArthur de Jong2007-10-191-2/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@440 ef36b2f9-881f-0410-afb5-c4e39611909c
* add translator to Japanese of templatesArthur de Jong2007-10-141-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@438 ef36b2f9-881f-0410-afb5-c4e39611909c
* update Japanese (ja) translation of debconf templates by ↵Arthur de Jong2007-10-141-157/+24
| | | | | | Kenshi Muto <kmuto@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@437 ef36b2f9-881f-0410-afb5-c4e39611909c
* update French (fr) translation of debconf templates by ↵Arthur de Jong2007-10-082-40/+34
| | | | | | Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@436 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.4 release0.4Arthur de Jong2007-10-057-10/+457
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@434 ef36b2f9-881f-0410-afb5-c4e39611909c
* ignore tarballsArthur de Jong2007-10-040-0/+0
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@433 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove linking with libresolv because it's not needed on ↵Arthur de Jong2007-10-041-1/+4
| | | | | | Linux git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@432 ef36b2f9-881f-0410-afb5-c4e39611909c
* some reordering to make the file more logical and minor ↵Arthur de Jong2007-10-031-63/+47
| | | | | | fixes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@431 ef36b2f9-881f-0410-afb5-c4e39611909c
* pass --enable-warnings when running the distcheck targetArthur de Jong2007-10-031-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@430 ef36b2f9-881f-0410-afb5-c4e39611909c