Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
| * move ethernet function checks outside nslcd-specific ↵Arthur de Jong2010-10-131-12/+12
| | | | | | | | | | | | tests to also compile without warnings when only compiling NSS module git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1269 ef36b2f9-881f-0410-afb5-c4e39611909c
| * rename --with-nss-ldap-maps to --with-nss-mapsArthur de Jong2010-10-131-7/+7
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1266 ef36b2f9-881f-0410-afb5-c4e39611909c
| * put all logic on how to run linker for NSS and PAM ↵Arthur de Jong2010-10-101-17/+30
| | | | | | | | | | | | components in configure script (remove stuff from Makefile.ams) and add Solaris version script (renaming version scripts as needed) (r1250 from -solaris branch) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1253 ef36b2f9-881f-0410-afb5-c4e39611909c
| * fix test of returnlen struct member check (r1244 from ↵Arthur de Jong2010-10-101-1/+1
| | | | | | | | | | | | -solaris branch) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1251 ef36b2f9-881f-0410-afb5-c4e39611909c
| * merge some of the changes for Solaris portability to ↵Arthur de Jong2010-10-041-4/+86
| | | | | | | | | | | | ease merging, adding --with-pam-seclib-dir, --with-pam-ldap-soname and --with-nss-flavour options and having some auto-detection for SONAMEs and NSS flavour git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1239 ef36b2f9-881f-0410-afb5-c4e39611909c
* | always define {nss,pam}_ldap_so_LINK (defaults to ↵Arthur de Jong2010-10-111-4/+8
| | | | | | | | | | | | default) because otherwise automake gets confused git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1263 ef36b2f9-881f-0410-afb5-c4e39611909c
* | use {nss,pam}_ldap_so_LINK to set custom linker ↵Arthur de Jong2010-10-111-6/+8
| | | | | | | | | | | | invocation instead of {nss,pam}_ldap_so_LD+{nss,pam}_ldap_so_LDFLAGS because the _LD one wasn't automatically picked up git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1261 ef36b2f9-881f-0410-afb5-c4e39611909c
* | build Solaris NSS flavour without aliases for nowArthur de Jong2010-10-111-1/+4
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1260 ef36b2f9-881f-0410-afb5-c4e39611909c
* | make all ethernet tests use the same includesArthur de Jong2010-10-111-0/+2
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1259 ef36b2f9-881f-0410-afb5-c4e39611909c
* | put all locgic on how to link in configure script ↵Arthur de Jong2010-10-101-47/+30
| | | | | | | | | | | | (remove stuff from Makefile.ams) and make choice for NSS and PAM components independently (renaming and removing version scripts as needed) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1250 ef36b2f9-881f-0410-afb5-c4e39611909c
* | fix test of returnlen struct member checkArthur de Jong2010-10-081-1/+1
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1244 ef36b2f9-881f-0410-afb5-c4e39611909c
* | switch to the same mechanims for pam_ldap.so that was ↵Arthur de Jong2010-10-041-4/+17
| | | | | | | | | | | | already in use for nss_ldap.so git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1238 ef36b2f9-881f-0410-afb5-c4e39611909c
* | add check for returnlen member of struct nss_XbyY_argsArthur de Jong2010-10-041-0/+18
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1237 ef36b2f9-881f-0410-afb5-c4e39611909c
* | first attempt to split Solaris and Glibc code more and ↵Arthur de Jong2010-10-031-8/+42
| | | | | | | | | | | | determine NSS flavour in configure script git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1236 ef36b2f9-881f-0410-afb5-c4e39611909c
* | merge function definition changes from trunk (r1233)Arthur de Jong2010-10-011-54/+14
|\| | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1234 ef36b2f9-881f-0410-afb5-c4e39611909c
| * use AC_CHECK_DECLS to check for definitions of functions ↵Arthur de Jong2010-10-011-54/+14
| | | | | | | | | | | | we provide a replacement definition for git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1233 ef36b2f9-881f-0410-afb5-c4e39611909c
* | import Solaris support developed by Ted C. Cheng of ↵Arthur de Jong2010-09-301-0/+47
|/ | | | | | Symas Corporation merged against SVN head (parts remain to be cleaned up) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1232 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix test quotingArthur de Jong2010-09-301-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1228 ef36b2f9-881f-0410-afb5-c4e39611909c
* only provide definitions for ether_aton() and ↵Arthur de Jong2010-09-291-2/+57
| | | | | | ether_ntoa() for platforms missing a definition git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1227 ef36b2f9-881f-0410-afb5-c4e39611909c
* begin merging some of the compatibility improvements ↵Arthur de Jong2010-09-281-0/+1
| | | | | | from Ted C. Cheng of Symas Corporation git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1225 ef36b2f9-881f-0410-afb5-c4e39611909c
* simplify appending OBJEXT sed expressionArthur de Jong2010-09-281-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1222 ef36b2f9-881f-0410-afb5-c4e39611909c
* properly define PACKAGE_URLArthur de Jong2010-09-261-1/+10
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1218 ef36b2f9-881f-0410-afb5-c4e39611909c
* have a way to limit which NSS maps should be builtArthur de Jong2010-09-251-0/+16
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1215 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.9 release0.7.9Arthur de Jong2010-08-281-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1204 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix for --with-nss-ldap-soname option by Julien CristauArthur de Jong2010-08-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1185 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.8 release0.7.8Arthur de Jong2010-08-181-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1183 ef36b2f9-881f-0410-afb5-c4e39611909c
* compatibility improvement: also check for nss_common.h ↵Arthur de Jong2010-07-181-1/+10
| | | | | | and see if enum nss_status exists git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1166 ef36b2f9-881f-0410-afb5-c4e39611909c
* allow configuring NSS module's SONAME from configure and ↵Arthur de Jong2010-07-071-0/+9
| | | | | | use this in nslcd to dlopen() the correct library (thanks to Alexander V. Chernikov for the idea) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1161 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.7 release0.7.7Arthur de Jong2010-07-031-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1159 ef36b2f9-881f-0410-afb5-c4e39611909c
* have more compatibility code for NSS module and move ↵Arthur de Jong2010-06-171-5/+37
| | | | | | compatibility code to compat directory git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1146 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename symbol map files and check for the linker option ↵Arthur de Jong2010-06-151-0/+17
| | | | | | to specify the file with git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1143 ef36b2f9-881f-0410-afb5-c4e39611909c
* pass pthread flags correctly to nslcd Makefile and ↵Arthur de Jong2010-06-151-10/+11
| | | | | | rename save_ vars to not conflict with AX_PTHREAD test git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1142 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement a global symbol inside the NSS module to allow ↵Arthur de Jong2010-06-141-0/+2
| | | | | | applications to disable NSS lookups over LDAP and use it in nslcd to avoid deadlocks git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1141 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.6 release0.7.6Arthur de Jong2010-05-271-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1123 ef36b2f9-881f-0410-afb5-c4e39611909c
* update AC?X_PTHREAD macro and update configure script to ↵Arthur de Jong2010-05-231-66/+65
| | | | | | be simpler and add some more checks git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1115 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.5 release0.7.5Arthur de Jong2010-05-141-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1109 ef36b2f9-881f-0410-afb5-c4e39611909c
* perform logging from PAM module to syslog and support ↵Arthur de Jong2010-05-141-1/+1
| | | | | | the debug option to log debugging information git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1106 ef36b2f9-881f-0410-afb5-c4e39611909c
* replace my_pam_warn() with pam_info() and pam_error() ↵Arthur de Jong2010-05-101-2/+2
| | | | | | and provide replacement for pam_prompt() also using it in our pam_get_authtok() replacement git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1098 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.4 release0.7.4Arthur de Jong2010-05-091-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1096 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement a minimum_uid option for the PAM module to ↵Arthur de Jong2010-05-061-0/+2
| | | | | | ignore users that have a lower numeric user id git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1082 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.3 release0.7.3Arthur de Jong2010-02-271-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1071 ef36b2f9-881f-0410-afb5-c4e39611909c
* add --with-bindpw-file configure option to enable ↵Arthur de Jong2010-01-241-1/+10
| | | | | | reading the bindpw option from a file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1060 ef36b2f9-881f-0410-afb5-c4e39611909c
* set contact address to mailing listArthur de Jong2010-01-211-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1051 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.2 release0.7.2Arthur de Jong2009-12-281-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1044 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove -Wunreachable-code because it was turning up too ↵Arthur de Jong2009-12-211-1/+1
| | | | | | many false positives (our use of macros, system string functions, etc) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1033 ef36b2f9-881f-0410-afb5-c4e39611909c
* include the same headers in configure as in compat/ether.hArthur de Jong2009-12-211-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1031 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix lber library check for function we actually use and ↵Arthur de Jong2009-11-131-2/+3
| | | | | | another small reorganisation git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1023 ef36b2f9-881f-0410-afb5-c4e39611909c
* simplify structure of configure script and see if -llber ↵Arthur de Jong2009-11-111-46/+31
| | | | | | is needed git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1022 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix PAM library check for systems without pam_get_authtok()Arthur de Jong2009-11-021-3/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1017 ef36b2f9-881f-0410-afb5-c4e39611909c
* fail in configure if PAM functionality is missingArthur de Jong2009-11-011-0/+8
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1016 ef36b2f9-881f-0410-afb5-c4e39611909c