|
|
@40
|
19 years |
Dag-Erling Smørgrav |
Reuse the copyright from the last source file for the summary page.
…
|
|
|
@39
|
19 years |
Dag-Erling Smørgrav |
Introduce pam_v{info,error,prompt}().
Move OpenPAM API extensions into …
|
|
|
@38
|
19 years |
Dag-Erling Smørgrav |
Constify.
Sponsored by: DARPA, NAI Labs
|
|
|
@37
|
19 years |
Dag-Erling Smørgrav |
Provide a fallback for platforms that don't support varadic macros.
…
|
|
|
@36
|
19 years |
Dag-Erling Smørgrav |
PAM_CRED_PRELIM_CHECK is an XSSO typo. The correct name for the …
|
|
|
@35
|
19 years |
Dag-Erling Smørgrav |
According to bde, it's OK to omit parentheses when taking the size
of …
|
|
|
@34
|
19 years |
Dag-Erling Smørgrav |
Whoa, don't forget to actually resolve symbols once we've located a …
|
|
|
@33
|
19 years |
Dag-Erling Smørgrav |
Behave more like Solaris when faced with an empty chain, or a chain …
|
|
|
@32
|
19 years |
Dag-Erling Smørgrav |
Add support for static linking. Also rename a handful of constants
to …
|
|
|
@31
|
19 years |
Dag-Erling Smørgrav |
I suck. This time, test before committing. I apologize for the
acute …
|
|
|
@30
|
19 years |
Dag-Erling Smørgrav |
Pfffuit, I really ought to be more careful before I commit machine- …
|
|
|
@29
|
19 years |
Dag-Erling Smørgrav |
libpam, not libfetch
|
|
|
@28
|
19 years |
Dag-Erling Smørgrav |
The dangers of cut'n'paste…
|
|
|
@27
|
19 years |
Dag-Erling Smørgrav |
Man page stubs.
Sponsored by: DARPA, NAI Labs
|
|
|
@26
|
19 years |
Dag-Erling Smørgrav |
Perl script I used to generate man page stubs.
Sponsored by: DARPA, …
|
|
|
@25
|
19 years |
Dag-Erling Smørgrav |
Store options, and pass them to modules.
Replace the "dispatching" …
|
|
|
@24
|
19 years |
Dag-Erling Smørgrav |
Circumvent constness issues. OpenPAM is now WARNS4-clean.
Sponsored …
|
|
|
@23
|
19 years |
Dag-Erling Smørgrav |
Remove trailing commas from enum lists.
|
|
|
@22
|
19 years |
Dag-Erling Smørgrav |
Add the file I forgot in #6131.
Sponsored by: DARPA, NAI Labs
|
|
|
@21
|
19 years |
Dag-Erling Smørgrav |
Move linker-related code out into a separate file so it'll be easier …
|
|
|
@20
|
19 years |
Dag-Erling Smørgrav |
Add a flag to struct pam_handle that openpam_dispatch() uses to
detect …
|
|
|
@19
|
19 years |
Dag-Erling Smørgrav |
Use 'sizeof(foo)' instead of 'sizeof foo' even where it's not …
|
|
|
@18
|
19 years |
Dag-Erling Smørgrav |
Clear module data.
Clear environment.
Use pam_set_item() rather than …
|
|
|
@17
|
19 years |
Dag-Erling Smørgrav |
Clobber items before freeing them.
Sponsored by: DARPA, NAI Labs
|
|
|
@16
|
19 years |
Dag-Erling Smørgrav |
Whitespace cleanup + keyword expansion sweep.
Sponsored by: DARPA, …
|
|
|
@15
|
19 years |
Dag-Erling Smørgrav |
Add a sample application.
Sponsored by: DARPA, NAI Labs
|
|
|
@14
|
19 years |
Dag-Erling Smørgrav |
Add two sample modules.
Sponsored by: DARPA, NAI Labs
|
|
|
@13
|
19 years |
Dag-Erling Smørgrav |
Rename openpam_log() to _openpam_log(), add an argument for the …
|
|
|
@12
|
19 years |
Dag-Erling Smørgrav |
It turns out dlerror() already includes the module's full path
in the …
|
|
|
@11
|
19 years |
Dag-Erling Smørgrav |
Belatedly add openpam_findenv.c to the Makefile, and add a missing …
|
|
|
@10
|
19 years |
Dag-Erling Smørgrav |
Rename openpam.h to openpam_impl.h to avoid confusion with …
|
|
|
@9
|
19 years |
Dag-Erling Smørgrav |
Add openpam_ttyconv(), a simple tty-based conversation function. …
|
|
|
@8
|
19 years |
Dag-Erling Smørgrav |
Add non-standard extensions: pam_error(3), pam_get_authtok(3), …
|
|
|
@7
|
19 years |
Dag-Erling Smørgrav |
Add two more errata.
Sponsored by: DARPA, NAI Labs
|
|
|
@6
|
19 years |
Dag-Erling Smørgrav |
Change "invalid" to "unexpected", since we don't actually croak from …
|
|
|
@5
|
19 years |
Dag-Erling Smørgrav |
Implement pam_get_user(3).
Sponsored by: DARPA, NAI Labs
|
|
|
@4
|
19 years |
Dag-Erling Smørgrav |
On second thought, make that PAM_AUTHTOK_PROMPT.
Sponsored by: DARPA, …
|
|
|
@3
|
19 years |
Dag-Erling Smørgrav |
Add non-standard PAM_PASSWD_PROMPT constant to mirror
PAM_USER_PROMPT. …
|
|
|
@2
|
19 years |
Dag-Erling Smørgrav |
Convert preprocessor constants to anonymous enums.
|
|
|
@1
|
19 years |
Dag-Erling Smørgrav |
Import OpenPAM.
The basics (pam_start(), pam_end(), pam_strerror(), …
|