PAM

~roguescholar/pam/+git/upstream:Linux-PAM-0-72-autoconf

Last commit made on 2000-11-10
Get this branch:
git clone -b Linux-PAM-0-72-autoconf https://git.launchpad.net/~roguescholar/pam/+git/upstream

Branch merges

Branch information

Name:
Linux-PAM-0-72-autoconf
Repository:
lp:~roguescholar/pam/+git/upstream

Recent commits

bcb826a... by Andrew G. Morgan

Relevant BUGIDs: task 15788

Purpose of commit: new feature

Commit summary:
---------------
User request to make 'strip' more abstracted: $(STRIP).

f504141... by Andrew G. Morgan

Relevant BUGIDs: 108297, task 15788

Purpose of commit: cleanup

Commit summary:
---------------
Deleted minutia from the README.

760e8b9... by Andrew G. Morgan

Relevant BUGIDs: 108297, task 15788

Purpose of commit: new feature

Commit summary:
---------------
added configure to the list of checked in files.
added examples to the list of built directories.
added -lc and -ldl to things linked with libpam (Doh)

bbd3cd4... by Andrew G. Morgan

Relevant BUGIDs: 108297, task 15788

Purpose of commit: cleanup

Commit summary:
---------------
Keep the CREDITS up to date in the pam.sgml file.

e52edee... by Andrew G. Morgan

Relevant BUGIDs: 117474, task 15788

Purpose of commit: bugfix

Commit summary:
---------------
As pelov rightly points out in the bug report, there was a problem
with the -I include for upperLOWER.c (or lack there of). I've
implemented the fix he suggests and also removed the gcc warning about
the archaic use of three arguments to main() in this filter.

8467880... by Andrew G. Morgan

Relevant BUGIDs: 117476, see task 15788

Purpose of commit: bugfix

Commit summary:
---------------
See bug id, but pelov rightly points out that the build tree does not
provide the location of the pam_misc header when compiling the libpamc
library.

I belive the correct fix is to not include pam_misc.h, but to include
_pam_macros.h instead. The correct -I path is provided in at least
the autoconf CVS branch, which I intend to merge with the main trunk
before releasing 0.73.

1da3b14... by Andrew G. Morgan

Relevant BUGIDs: task 15788

Purpose of commit: some info

Commit summary:
---------------
Add a couple of notes to the README.

18af86a... by Andrew G. Morgan

Relevant BUGIDs: task 15788

Purpose of commit: new feature

Commit summary:
---------------
added documentation building, installing and removing support (a la
autoconf).
re-fixed top level makefile stuff, also fixed 'remove' target for
the two libraries: libpamc and libpam_misc.

fec9145... by Andrew G. Morgan

Relevant BUGIDs: task 15788

Purpose of commit: bugfix

Commit summary:
---------------
I changed the name of {,_}pam_aconf.h, so I needed to update the
'.cvsignore' file. I also cleaned up some of the logic in the top
level Makefile.

4591618... by Andrew G. Morgan

Relevant BUGIDs: task 15788

Purpose of commit: new features

Commit summary:
---------------
This commit should complete the first attempt at autoconfing
the modules. I've consolodated all the install_conf scripts
into one and thus am removing a number of files.
As of this commit, each of the libraries and all of the modules
should build and install and remove as per the directions from
autoconf. (that is toplevel ./configure .)