aboutsummaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Relevant BUGIDs:Tomas Mraz2005-09-141-28623/+0
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- configure is autogenerated
* Relevant BUGIDs:Thorsten Kukuk2005-09-041-1/+95
| | | | | | | | | | Purpose of commit: Commit summary: --------------- Remove pam_log.c, add pam_syslog.c and pam_vprompt.c for possible files with texts for translation.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-021-0/+150
| | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_cracklib: - Make cracklib dict path an option - Don't compile a hard path to cracklib dict, libcrack knows it better - Use pam_prompt(). With this, pam_cracklib should work again after moving to automake.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-261-1/+1
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Mark missing strings for translations (login and password) Fix \a problem with pot/po files
* Relevant BUGIDs: noneThorsten Kukuk2005-08-191-1/+1
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Lot of new translations
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-31/+2057
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add gettext support.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-28/+34
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- configure should set _GNU_SOURCE/_BSD_SOURCE
* Relevant BUGIDs: noneThorsten Kukuk2005-08-161-721/+18261
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Big "automake/autoconf/libtool" commit
* Relevant BUGIDs: noneThorsten Kukuk2005-07-201-0/+3
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Mark message strings for translation
* Relevant BUGIDs: noneThorsten Kukuk2005-07-201-2/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-181-153/+0
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- kill features.h inclusion in _pam_aconf.h
* Relevant BUGIDs: noneThorsten Kukuk2005-07-151-44/+71
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix AC_DEFINE usage in configure.in
* Relevant BUGIDs: noneThorsten Kukuk2005-07-141-10/+0
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
* Relevant BUGIDs: noneThorsten Kukuk2005-07-131-1/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Prepare for next release
* Relevant BUGIDs: noneThorsten Kukuk2005-06-091-1/+80
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
* Relevant BUGIDs: noneThorsten Kukuk2005-05-011-2/+3
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Solve duplicate definition warning
* Relevant BUGIDs: noneThorsten Kukuk2005-03-301-58/+108
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- include errno.h if errno is used.
* fixed configure issue with new cracklibSebastien Tricaud2005-03-301-1/+1
|
* prelude ids supportSebastien Tricaud2005-03-291-109/+73
|
* Relevant BUGIDs: report per emailThorsten Kukuk2005-01-041-3/+2
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't abort, if cracklib dictionaries were not found, but tell the user that pam_cracklib will not be built.
* Relevant BUGIDs:Thorsten Kukuk2004-11-191-1/+1
| | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- set version number to 0.79
* Relevant BUGIDs:Thorsten Kukuk2004-10-061-1/+24
| | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Last part of fixes from Red Hat
* Relevant BUGIDs:Thorsten Kukuk2004-09-281-6/+6
| | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: * Merge patches from Red Hat (Bug 477000 and other - kukuk) * Fix pam_rhosts option parsing (Bug 922648 - kukuk)
* Relevant BUGIDs:Thorsten Kukuk2004-09-241-1/+5
| | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: 440107: Add various patches from Linux Distibutors to make PAM modules reentrant.
* Relevant BUGIDs:Thorsten Kukuk2004-09-231-2430/+7363
| | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: - Add targets for installing man pages for modules - Fix check for libcrypt (Bug 417704)
* Relevant BUGIDs: 643357Steve Langasek2003-07-131-3/+3
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- bring configure up-to-date wrt configure.in.
* Relevant BUGIDs: 612956Andrew G. Morgan2002-09-241-1/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- set up for 0.78 development add pgp key transition info (in the pgp.keys.asc file).
* Relevant BUGIDs: noneAndrew G. Morgan2002-07-091-1/+1
| | | | | | | | | Purpose of commit: prep for next release Commit summary: --------------- add an entry for 0.77 changes and bump the revision ids in the configure.in file.
* Relevant BUGIDs: 565470Andrew G. Morgan2002-06-271-157/+159
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- It seems that configure was barfing on some packages because libpam_misc could not compile without also being linked to libpam.
* Relevant BUGIDs: 491466Andrew G. Morgan2002-05-291-86/+183
| | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- These were all suggestions from the OS X patch provided by Luke Howard. There is another proposed patch for OS X support which promises to be a little cleaner with the heavy stuff, so I am committing these simple changes now, with the intention of moving to the other patch for the big stuff (see 534205).
* Relevant BUGIDs: 471377Andrew G. Morgan2002-05-291-1/+34
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- build pdf files when you type 'make pdf' in the doc/ directory.
* Relevant BUGIDs: 485454Andrew G. Morgan2001-11-261-151/+167
| | | | | | | | | | Purpose of commit: revive feature Commit summary: --------------- malloc et al. debugging was not supported by the new autoconf setup, this commit rectifies that. It also adds a couple of header file inclusions that seem to be needed with recent glibc headers.
* Relevant BUGIDs: 476986Andrew G. Morgan2001-11-131-1/+1
| | | | | | | | | Purpose of commit: new feature, cleanup Commit summary: --------------- patch from Nalin to support '+hostname' as equivalent to 'hostname'. fixed compiler warning by working out when to include header file.
* Relevant BUGIDs: 476940Andrew G. Morgan2001-11-111-150/+176
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- use autoconf to configure where the documentation should go.
* Relevant BUGIDs: 435764Andrew G. Morgan2001-11-091-94/+141
| | | | | | | | Purpose of commit: compatibility Commit summary: --------------- recognize db3 now. (Bug reported by laf0rge.)
* Relevant BUGIDs: 440107Andrew G. Morgan2001-09-191-4/+59
| | | | | | | | | Purpose of commit: keep configure in synch Commit summary: --------------- Vorlon updated configure.in, but didn't check in configure to match it. I'm doing it so I can test and then commit another patch.
* Relevant BUGIDs: 422563Andrew G. Morgan2001-06-251-65/+89
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- more support for Irix native compiler.
* Relevant BUGIDs: 416229Andrew G. Morgan2001-05-081-157/+183
| | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- A little closer to supporting AIX. These changes are not all of the suggested changes in the bug report that I will close as a result of this checkin, but they are all the changes that I feel happy making right now. I've avoided some of the more gratutitous changes, hoping that the submitter will reevaluate what they need in the light of what I have committed here.
* Relevant BUGIDs: 415412Andrew G. Morgan2001-04-151-50/+58
| | | | | | | | Purpose of commit: support Commit summary: --------------- Some solaris support for gcc options that appear to work.
* Relevant BUGIDs: 414669Andrew G. Morgan2001-04-081-148/+153
| | | | | | | | | | Purpose of commit: bugfix + 0.76 begins Commit summary: --------------- Bumped the version number. Fixed a lack of SONAME definitions that were causing the libraries not to be installed correctly.
* Relevant BUGIDs: 407282Andrew G. Morgan2001-03-191-143/+184
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- FreeBSD supporting change to the autoconf stuff.
* Relevant BUGIDs: 131549Andrew G. Morgan2001-02-101-97/+143
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Needed to link lastlog module with -lutil (on some systems).
* Relevant BUGIDs: 131783Andrew G. Morgan2001-02-101-47/+55
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- static library and debugging library support fixed - post autoconf stuff.
* Relevant BUGIDs: 130130Andrew G. Morgan2001-02-051-1/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- needed quotes around a possibly blank shell variable.
* Relevant BUGIDs: 129644Andrew G. Morgan2001-01-221-1/+1
| | | | | | | | | Purpose of commit: start next release Commit summary: --------------- I've bumped the version number, and added some Makefile code for helping me make documentation releases.
* Relevant BUGIDs: 128298Andrew G. Morgan2001-01-101-272/+128
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Nothing in the sources requires C++. So, there is no need to have autoconf require it.
* Relevant BUGIDs: 124930Andrew G. Morgan2000-12-121-1/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- upper -> lowercase substitution for OS fixed in configure.in.
* Relevant BUGIDs: 124923Andrew G. Morgan2000-12-071-661/+607
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove the -Wtraditional flag from the GCC options. It causes strange and annoying spam. Also reordered the progs verses argument parsing stuff to avoid a warning from autoconf (back to one strange warning again).
* Relevant BUGIDs: 124397Jan Rekorajski2000-12-041-232/+372
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- * _pam_aconf.h.in, configure.in - added PAM_PATH_MAILDIR set via --with-mailspool=dir option (default is _PAM_MAILDIR if defined in paths.h otherwise /var/spool/mail
* Relevant BUGIDs: 124136Andrew G. Morgan2000-12-031-50/+94
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Makefile dependencies pam_userdb did not compile on a Red Hat 5.2 system. It does now.