source: openpam @ 101

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @101   11 years des Plug memory leak, reduce differences between these very similar functions, …
(edit) @100   11 years des Change pam_get_authtok()'s prototype so the caller can specify what token …
(edit) @99   11 years des Allocate the correct amount of memory for the environment list (forgot to …
(edit) @98   11 years des Fix braino that arose from confusion between data and dp. This unbreaks …
(edit) @97   11 years des Blah, fix formatting bug in previous revision.
(edit) @96   11 years des Release documentation for OpenPAM Centaury. Sponsored by: DARPA, NAI Labs
(edit) @95   11 years des Suppress debug logs unless DEBUG is defined. Sponsored by: DARPA, NAI …
(edit) @94   11 years des Fix a number of bugs in the module cache: - Don't log dlopen() failures, …
(edit) @93   11 years des s/Technologies/Technology/ in copyright, and regenerate docs.
(edit) @92   11 years des s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/ Sponsored by: DARPA, NAI …
(edit) @91   11 years des Add missing #include <string.h>
(edit) @90   11 years des Release documentation for OpenPAM Celandine.
(edit) @89   11 years des Regenerate.
(edit) @88   11 years des Correct markup nit. Sponsored by: DARPA, NAI Labs
(edit) @87   11 years des Move most of the dynamic loader code into a separate file, and add support …
(edit) @86   11 years des $Id$ -> $P4$ + regenerate man pages.
(edit) @85   11 years des I was a little quick when I originally wrote this: the code only supported …
(edit) @84   11 years des Use $Id$ here, not $FreeBSD$.
(edit) @83   11 years des Previous change description should have mentioned: - run service modules …
(edit) @82   11 years des Clear PAM_AUTHTOK after running the service modules. Sponsored by: DARPA, …
(edit) @81   11 years des - pam_sm_chauthtok() can return PAM_TRY_AGAIN. - "sufficient" should not …
(edit) @80   11 years des Document PAM_TRY_AGAIN as a valid return value (cf. XSSO pp. 72-73) …
(edit) @79   11 years des Release documentation for OpenPAM Cantaloupe. Sponsored by: DARPA, NAI …
(edit) @78   11 years des Distribute more files.
(edit) @77   11 years des Regenerate.
(edit) @76   11 years des Whitespace nit.
(edit) @75   11 years des Respect echo_pass, try_first_pass, use_first_pass options. Sponsored …
(edit) @74   11 years des Add openpam_get_option() and openpam_set_option(). Sponsored by: DARPA, …
(edit) @73   11 years des Don't claim a function conforms to XSSO when it doesn't. Sponsored …
(edit) @72   11 years des Mask signals while prompting the user (except for SIGINT and SIGTSTP), and …
(edit) @71   11 years des Oops, don't build openpam_static() unless OPENPAM_STATIC_MODULES is …
(edit) @70   11 years des Move the linker set stuff into a separate file, and rename the linker set …
(edit) @69   11 years des Move PAM_NUM_ITEMS from openpam_impl.h to pam_constants.h so it doesn't go …
(edit) @68   11 years des Allow the PAM_AUTHTOK_PROMPT item to override the prompt specified by the …
(edit) @67   11 years des Terminate the environment list, and log the number of variables. …
(edit) @66   11 years des Include gendoc.pl in the distribution. Sponsored by: DARPA, NAI Labs
(edit) @65   11 years des List new man pages, and add a target that regenerates the pages. …
(edit) @64   11 years des Regenerate, now with actual content. Sponsored by: DARPA, NAI Labs
(edit) @63   11 years des Add in-line documentation. Some functions still lack descriptions. …
(edit) @62   11 years des Teach gendoc to parse a simple syntax for inline documentation. Sponsored …
(edit) @61   11 years des The proper use of PAM_SYMBOL_ERR is to indicate an invalid argument to …
(edit) @60   11 years des Log allocation failures. Sponsored by: DARPA, NAI Labs
(edit) @59   11 years des Release documentation for OpenPAM Caliopsis. Sponsored by: DARPA, NAI …
(edit) @58   11 years des Check *authtok - pam_get_item(3) will succeed even if the item is NULL. …
(edit) @57   11 years des pam_get_item(3) expects a const void , not a const void *. Also check …
(edit) @56   11 years des Add a missing 'continue' in the code for the PAM_SUCCESS case. Add more …
(edit) @55   11 years des Initialize tmp to NULL so that items can be cleared as intended. Don't …
(edit) @54   11 years des Constify the last argument. Sponsored by: DARPA, NAI Labs
(edit) @53   11 years des Log a debug message before calling the service function. Accept …
(edit) @52   11 years des Oops, previous commit would cause sprintf() to overrun the malloc()ed …
(edit) @51   11 years des Trim whitespace off the end of the format string, and add exactly one …
(edit) @50   11 years des Sort the function names in the correct order (which is not the …
(edit) @49   11 years des Fix an off-by-one bug that would in some circumstances trim off the last …
(edit) @48   11 years des Fix a showstopping NULL dereference in pam_set_item(3). Sponsored …
(edit) @47   11 years des Packaging script. Sponsored by: DARPA, NAI Labs
(edit) @46   11 years des Release documentation. Sponsored by: DARPA, NAI Labs
(edit) @45   11 years des Regenerate to incorporate wording tweak and release date. Sponsored …
(edit) @44   11 years des Wording tweak. Sponsored by: DARPA, NAI Labs
(edit) @43   11 years des Connect the man pages to the build. Sponsored by: DARPA, NAI Labs
(edit) @42   11 years des Make C++-safe. Sponsored by: DARPA, NAI Labs
(edit) @41   11 years des Regenerate man pages for functions that have changed, and add man pages …
(edit) @40   11 years des Reuse the copyright from the last source file for the summary page. …
(edit) @39   11 years des Introduce pam_v{info,error,prompt}(). Move OpenPAM API extensions into …
(edit) @38   11 years des Constify. Sponsored by: DARPA, NAI Labs
(edit) @37   11 years des Provide a fallback for platforms that don't support varadic macros. …
(edit) @36   11 years des PAM_CRED_PRELIM_CHECK is an XSSO typo. The correct name for the constant …
(edit) @35   11 years des According to bde, it's OK to omit parentheses when taking the size of an …
(edit) @34   11 years des Whoa, don't forget to actually resolve symbols once we've located a …
(edit) @33   11 years des Behave more like Solaris when faced with an empty chain, or a chain that …
(edit) @32   11 years des Add support for static linking. Also rename a handful of constants to …
(edit) @31   11 years des I suck. This time, test before committing. I apologize for the acute …
(edit) @30   11 years des Pfffuit, I really ought to be more careful before I commit machine- …
(edit) @29   11 years des libpam, not libfetch
(edit) @28   11 years des The dangers of cut'n'paste…
(edit) @27   11 years des Man page stubs. Sponsored by: DARPA, NAI Labs
(edit) @26   11 years des Perl script I used to generate man page stubs. Sponsored by: DARPA, NAI …
(edit) @25   11 years des Store options, and pass them to modules. Replace the "dispatching" flag …
(edit) @24   11 years des Circumvent constness issues. OpenPAM is now WARNS4-clean. Sponsored …
(edit) @23   11 years des Remove trailing commas from enum lists.
(edit) @22   11 years des Add the file I forgot in #6131. Sponsored by: DARPA, NAI Labs
(edit) @21   11 years des Move linker-related code out into a separate file so it'll be easier to …
(edit) @20   11 years des Add a flag to struct pam_handle that openpam_dispatch() uses to detect and …
(edit) @19   11 years des Use 'sizeof(foo)' instead of 'sizeof foo' even where it's not required. …
(edit) @18   11 years des Clear module data. Clear environment. Use pam_set_item() rather than …
(edit) @17   11 years des Clobber items before freeing them. Sponsored by: DARPA, NAI Labs
(edit) @16   11 years des Whitespace cleanup + keyword expansion sweep. Sponsored by: DARPA, NAI …
(edit) @15   11 years des Add a sample application. Sponsored by: DARPA, NAI Labs
(edit) @14   11 years des Add two sample modules. Sponsored by: DARPA, NAI Labs
(edit) @13   11 years des Rename openpam_log() to _openpam_log(), add an argument for the function …
(edit) @12   11 years des It turns out dlerror() already includes the module's full path in the …
(edit) @11   11 years des Belatedly add openpam_findenv.c to the Makefile, and add a missing …
(edit) @10   11 years des Rename openpam.h to openpam_impl.h to avoid confusion with …
(edit) @9   11 years des Add openpam_ttyconv(), a simple tty-based conversation function. Prototype …
(edit) @8   11 years des Add non-standard extensions: pam_error(3), pam_get_authtok(3), …
(edit) @7   11 years des Add two more errata. Sponsored by: DARPA, NAI Labs
(edit) @6   11 years des Change "invalid" to "unexpected", since we don't actually croak from this …
(edit) @5   11 years des Implement pam_get_user(3). Sponsored by: DARPA, NAI Labs
(edit) @4   11 years des On second thought, make that PAM_AUTHTOK_PROMPT. Sponsored by: DARPA, NAI …
(edit) @3   11 years des Add non-standard PAM_PASSWD_PROMPT constant to mirror PAM_USER_PROMPT. …
(edit) @2   11 years des Convert preprocessor constants to anonymous enums.
Note: See TracRevisionLog for help on using the revision log.