source: openpam @ 294

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @294   8 years des Whitespace nits.
(edit) @293   8 years des configure.in -> configure.ac
(edit) @292   8 years des configure.in is deprecated in favor of configure.ac.
(edit) @291   8 years des Formatting and documentation nits.
(edit) @290   8 years des Use FREE() instead of free().
(edit) @289   8 years des Add openpam_free_envlist(). I'm tired of freeing them by hand.
(edit) @288   8 years des Hard sentence breaks in inline documentation.
(edit) @287   8 years des Rewrap a paragraph.
(edit) @286   8 years des Add a couple of missing words.
(edit) @285   8 years des Hard sentence break.
(edit) @284   8 years des Add explicit section numbers to sete[gu]id() / setgroups() cross- …
(edit) @283   8 years des Numerous improvements inspired by comments from ru@. Mainly, this fixes a …
(edit) @282   9 years des Don't build su(1) and pam_unix(8) by default; they're just examples.
(edit) @281   9 years des Remove an unnecessary cast, obviating the need for <stdint.h> which …
(edit) @280   9 years des s/accound/account/ Spotted by: rwatson
(edit) @279   9 years des Make the ENTER*() and RETURN*() macros safe from side-effects, and solve …
(edit) @278   9 years des Prepare to release OpenPAM Eelgrass.
(edit) @277   9 years des I originally thought the XSSO was wrong to declare pam_get_data()'s final …
(edit) @276   9 years des Tell gcc that _openpam_log() behaves like printf().
(edit) @275   9 years des I completely bungled the previous commit. Don't know what I was thinking …
(edit) @274   10 years des Belatedly fix confusion about the layout of resp, cf. similar changes in …
(edit) @273   10 years des Correct the description of the conversation function's second argument, …
(edit) @272   10 years des Revert the previous commit. It seemed like a good idea at the time, but …
(edit) @271   10 years des Postpone Dogwood until tomorrow.
(edit) @270   10 years des Update the release notes and installation instructions.
(edit) @269   10 years des FOPEN_MAX wasn't such a reliable <stdio.h> indicator after all, so use …
(edit) @268   10 years des Include all files listed in the manifest.
(edit) @267   10 years des Solaris needs <limits.h> for NGROUPS_MAX. Don't bother making this …
(edit) @266   10 years des Install headers in the right place.
(edit) @265   10 years des Prepare to release OpenPAM Dogwood later today.
(edit) @264   10 years des Use read(2) on fileno(stdin) rather than fgets(3). This make timeout …
(edit) @263   10 years des Constify the msg field of struct pam_message, and realign.
(edit) @262   10 years des Avoid side effects in macro arguments (don't I ever learn?); also address …
(edit) @261   10 years des Staticize the default prompts.
(edit) @260   10 years des Change '-type f' to '-not -type d' to make sure we also get symlinks and …
(edit) @259   10 years des Joe Marcus Clarke is a FreeBSD committer, so list his freebsd.org address.
(edit) @258   10 years des Checking the return value from pam_get_item(3) isn't enough, we also have …
(edit) @257   10 years des A script for removing files P4 doesn't know about.
(edit) @256   10 years des Streamline the distribution process.
(edit) @255   10 years des Have dist.sh automatically set the release date. Touch all files in the …
(edit) @254   10 years des Nits.
(edit) @253   10 years des Update the distribution script to use configure and GNU make.
(edit) @252   10 years des Document the installation procedure.
(edit) @251   10 years des Autoconfuse.
(edit) @250   10 years des Paranoia: clear buffers before returning. Submitted by: Dmitry V. Levin …
(edit) @249   10 years des Fix some markup issues pointed out by ru@.
(edit) @248   10 years des Remove debugging output.
(edit) @247   10 years des Include openpam_readline.3 in the tarball.
(edit) @246   10 years des Release documentation for OpenPAM Digitalis.
(edit) @245   10 years des Give up trying to keep track of what has changed and what hasn't; just …
(edit) @244   10 years des The next release will be Digitalis.
(edit) @243   10 years des Incorporate patches from Dmitry V. Levin which improve the policy loader, …
(edit) @242   10 years des Cross-reference openpam_{get,set}_option(3).
(edit) @241   10 years des Continue improving the new configuration parser, particularly error …
(edit) @240   10 years des Overhaul the configuration parser. This adds support for continuation …
(edit) @239   10 years des Don't include DESTDIR in BINDIR and LIBDIR; OTOH, provide a default …
(edit) @238   10 years des Use RTLD_NOW where available, and define it to RTLD_LAZY otherwise.
(edit) @237   10 years des Note that OpenPAM now builds on most glibc-based Linux platforms.
(edit) @236   10 years des Remove trailing semicolons from macros.
(edit) @235   10 years des No need to explicitly clear pointers now that we use FREE().
(edit) @234   10 years des Return code paranoia: compare against 0 instead of -1. Suggested …
(edit) @233   10 years des Two more cases of asprintf(3) replacing malloc(3) + sprintf(3).
(edit) @232   10 years des With one single exception (where the pointer is obviously being …
(edit) @231   10 years des Whitespace cleanup.
(edit) @230   10 years des Revert part of previous commit; openpam_log(3) doesn't really need this …
(edit) @229   10 years des Reorganize. Document. Replace malloc() + sprintf() with asprintf().
(edit) @228   10 years des Tweak the function-locating regexp to handle the slightly special case of …
(edit) @227   10 years des NOLIST doesn't actually do anything, and hasn't for quite a while.
(edit) @226   10 years des Allow libpam to build on Linux.
(edit) @225   10 years des Make this build on glibc systems. Submitted by: Dmitry V. Levin …
(edit) @224   10 years des Add #include <grp.h> which I missed due to namespace pollution. Submitted …
(edit) @223   10 years des Add Dmitry Levin (patches and fruitful conversation)
(edit) @222   10 years des Correct old paste-o. Submitted by: Dmitry V. Levin <ldv@…>
(edit) @221   10 years des Update copyright dates for files that have changed this year. Also change …
(edit) @220   10 years des Update portability status.
(edit) @219   10 years des OpenBSD doesn't create libpam.so at build time, and FreeBSD ignores the …
(edit) @218   10 years des Build everything (rather than just the man pages) so the release will fail …
(edit) @217   10 years des Credit Mike Petullo <mike@…> for his OpenBSD patches.
(edit) @216   10 years des Use RTLD_LAZY rather than RTLD_NOW (which apparently isn't supported on …
(edit) @215   10 years des Support su'ing to another user with arguments. Drop privs in the child …
(edit) @214   10 years des Propagate version numbers and installation directories throughout the tree …
(edit) @213   10 years des Roll OpenPAM Dianthus.
(edit) @212   10 years des Change the contact address to des@….
(edit) @211   10 years des Constify the return value from pam_getenv(3). This violates XSSO, but I …
(edit) @210   10 years des If compiled with -DDEBUG, enable debugging right before calling a module …
(edit) @209   10 years des Add a global variable controlling the output of debugging messages. This …
(edit) @208   10 years des Avoid dereferencing an unitialized dl handle. Also, add a cast to avoid a …
(edit) @207   10 years des Some compilers (gcc at least) promote the integer literal 0x80000000 to …
(edit) @206   10 years des Variable initialization issues.
(edit) @205   10 years des Avoid a NULL pointer dereference if PAM_CONV is non-NULL but its conv …
(edit) @204   10 years des Apparently, nobody ever uses pam_getenv(3), because nobody has ever …
(edit) @203   10 years des Nothing beats being an idiot! Avoid passing expressions with side effects …
(edit) @202   10 years des If the saved effective uid is the same as the current effective uid, just …
(edit) @201   10 years des If a set of saved credentials already exists when we are called, log a …
(edit) @200   10 years des More debugging macros: ENTERI() (item type), ENTERN() (int), ENTERS() …
(edit) @199   10 years des #include <stddef.h> is sufficient to define size_t, and is far more …
(edit) @198   10 years des #include <sys/types.h> (for size_t) against my better judgement. Solaris …
(edit) @197   10 years des Release OpenPAM Daffodil.
(edit) @196   10 years des Credit Juli Mallett for her many contributions.
(edit) @195   10 years des Document dependency on <sys/types.h> (for size_t)
Note: See TracRevisionLog for help on using the revision log.