summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2013-01-18use the AX_TLS macro to find correct thread-local storage class compiler dire...Arthur de Jong
2013-01-14check whether setnetgrent() returns int or void (for FreeBSD)Arthur de Jong
2013-01-12drop -Wcase-qual when using --enable-warnings because it was causing too much...Arthur de Jong
2012-12-30use the newer style AM_INIT_AUTOMAKEArthur de Jong
2012-12-22update C coding style to a more commonly used styleArthur de Jong
2012-12-15merge config.py into constants.py and generate it from configureArthur de Jong
2012-11-18get files ready for 0.8.12 releaseArthur de Jong
2012-11-18properly initialise passwd.pw_class on FreeBSD to empty string (was set to NU...Arthur de Jong
2012-10-21remove duplicate checks from the configure scriptArthur de Jong
2012-10-14get files ready for 0.8.11 releaseArthur de Jong
2012-10-14remove extra code that sets PACKAGE_URL (which isn't used)Arthur de Jong
2012-07-20on startup have the gid option default to the primary group of the specified ...Arthur de Jong
2012-06-29get files ready for 0.8.10 releaseArthur de Jong
2012-05-20get files ready for 0.8.9 releaseArthur de Jong
2012-05-18get rid of a few compiler warnings on FreeBSDArthur de Jong
2012-05-11provide a compatibility version of struct spwd for systems without itArthur de Jong
2012-04-27get files ready for 0.8.8 releaseArthur de Jong
2012-04-22get files ready for 0.8.7 releaseArthur de Jong
2012-01-29get files ready for 0.8.6 releaseArthur de Jong
2011-12-31get files ready for 0.8.5 releaseArthur de Jong
2011-12-28support for reading the configuration file (not all options are used though)Arthur de Jong
2011-09-04get files ready for 0.8.4 releaseArthur de Jong
2011-08-30move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac to ensure that tests ...Arthur de Jong
2011-08-29implement and use a strtoui() function if uid_t or gid_t is of size unsigned ...Arthur de Jong
2011-08-29silence autoconf warnings, patch by Jakub HrozekArthur de Jong
2011-08-27provide strtouid() and strtogid() functions that use strtoul() or strtoull() ...Arthur de Jong
2011-08-14remove some tests for symbols we aren't usingArthur de Jong
2011-07-04show the default value for the pam-seclib-dir optionArthur de Jong
2011-05-13get files ready for 0.8.3 releaseArthur de Jong
2011-04-15provide replacement implementation for strndup() for systems that don't have itArthur de Jong
2011-03-26get files ready for 0.8.2 releaseArthur de Jong
2011-03-25no longer indefinitely wait for all worker threads to finish before exiting (...Arthur de Jong
2011-03-25implement a validnames option that can be used to fine-tune the test for vali...Arthur de Jong
2011-03-23provide a definition of daemon() for systems that lack itArthur de Jong
2011-03-17put all assertion functions and compatibility code into one header fileArthur de Jong
2011-03-12include the resolv library for hstrerror() on platforms that need it (thanks ...Arthur de Jong
2011-03-10get files ready for 0.8.1 releaseArthur de Jong
2011-02-11fix FreeBSD nss_ldap soname (as seen in current FreeBSD packaging)Arthur de Jong
2011-01-05add FreeBSD support, partially imported from the FreeBSD port (thanks to Jacq...Arthur de Jong
2011-01-01fix quoting of NSS_MODULE_OBJS expression to one that is supported by more sh...Arthur de Jong
2010-12-30get files ready for 0.8.0 releaseArthur de Jong
2010-12-29merge changes from trunkArthur de Jong
2010-12-29add an experimental (currently partial) Python implementation of nslcd to see...Arthur de Jong
2010-12-12merge changes from trunkArthur de Jong
2010-11-07guess NSS SONAME on freebsdArthur de Jong
2010-11-07use NSS flavour to determine which exports file to useArthur de Jong
2010-11-04merge changes from trunkArthur de Jong
2010-10-16chage test for compiling with gcc to be simpler and not use deprecated ac_cv_...Arthur de Jong
2010-10-15switch to using SETs to follow the netgroupsArthur de Jong
2010-10-14merge changes from trunkArthur de Jong