|
|
|
@608
|
12 months |
des |
set props
|
|
|
|
@607
|
13 months |
des |
More code that inexplicably builds on one dev box but not on others.
|
|
|
|
@606
|
13 months |
des |
Name include guards consistently.
|
|
|
|
@605
|
13 months |
des |
Whitespace nit.
|
|
|
|
@604
|
13 months |
des |
Before committing r594, I shortened the names of certain features, but I …
|
|
|
|
@603
|
13 months |
des |
Remove outdated checklist. There is a new one on the wiki:
…
|
|
|
|
@602
|
13 months |
des |
Don't forget to distribute openpam_features.h.
|
|
|
|
@601
|
13 months |
des |
umm, it's usually a good idea to test before committing.
|
|
|
|
@600
|
13 months |
des |
Separate the code that opens and validates the policy file from the code …
|
|
|
|
@599
|
13 months |
des |
Use Sy instead of Em for deprecated / experimental notices.
|
|
|
|
@598
|
13 months |
des |
nit
|
|
|
|
@597
|
13 months |
des |
Add proper documentation.
|
|
|
|
@596
|
13 months |
des |
Add support for marking a function as deprecated or experimental.
|
|
|
|
@595
|
13 months |
des |
Add command-line options to disable module and policy checks.
|
|
|
|
@594
|
13 months |
des |
Add an experimental mechanism for enabling / disabling optional features. …
|
|
|
|
@593
|
14 months |
des |
Reorder: feature, enhance, bugfix
|
|
|
|
@592
|
14 months |
des |
TODO list
|
|
|
|
@591
|
14 months |
des |
ignore pamgdb
|
|
|
|
@590
|
14 months |
des |
Start preparing for the next release.
|
|
|
|
@589
|
14 months |
des |
Generate prettier wikitext.
|
|
|
|
@588
|
14 months |
des |
Markup nits
|
|
|
|
@587
|
14 months |
des |
Jason tipped me off about a memory leak in the previous iteration of …
|
|
|
|
@586
|
14 months |
des |
Consistently spell email addresses in lowercase.
|
|
|
|
@585
|
14 months |
des |
An escaped newline within a single-quoted string is a literal newline,
but …
|
|
|
|
@584
|
14 months |
des |
Add test cases for escaped whitespace within single- and double-quoted …
|
|
|
|
@583
|
14 months |
des |
Add a gdb wrapper script that sets LD_LIBRARY_PATH and helps locate the …
|
|
|
|
@582
|
14 months |
des |
Check the return value from asprintf().
|
|
|
|
@581
|
14 months |
des |
I've decided that the code, not the test, is correct in this case;
this is …
|
|
|
|
@580
|
14 months |
des |
Clean up the code a bit and start adding cases with actual words.
|
|
|
|
@579
|
14 months |
des |
doc nit
|
|
|
|
@578
|
14 months |
des |
As previously mentioned, move from 2-clause BSD to 3-clause BSD.
|
|
|
|
@577
|
14 months |
des |
Oops, re-add $(top_srcdir)/lib to VPATH, but under a less confusing
name.
|
|
|
|
@576
|
14 months |
des |
Useful little script that updates the release name and version number …
|
|
|
|
@575
|
14 months |
des |
Authorship; OpenPAM is no longer developed specifically "for the
FreeBSD …
|
|
|
|
@574
|
14 months |
des |
authorship and mdoc nits
|
|
|
|
@573
|
14 months |
des |
authorship
|
|
|
|
@572
|
14 months |
des |
Include t.h in distribution.
Get libt.a from pwd, not srcdir. …
|
|
|
|
@571
|
14 months |
des |
Fix srcdir != pwd case (exercised by make distcheck)
|
|
|
|
@570
|
14 months |
des |
include openpam_ctype.h in distribution
|
|
|
|
@569
|
14 months |
des |
A single space before the section title is OK.
|
|
|
|
@568
|
14 months |
des |
Fix authorship
|
|
|
|
@567
|
14 months |
des |
Fix backslashes within single-quoted strings (no escape function)
Fix line …
|
|
|
|
@566
|
14 months |
des |
#include <stdio.h> when appropriate.
|
|
|
|
@565
|
14 months |
des |
Fix bugs in two escaped-quote tests.
Add more complex line-continuation …
|
|
|
|
@564
|
14 months |
des |
Split all doubled-up quote tests in two (one for single quotes, one
for …
|
|
|
|
@563
|
14 months |
des |
Don't use \a as a test case for escaped letters, because people might …
|
|
|
|
@562
|
14 months |
des |
Start writing unit tests for openpam_readlinev(). One of them fails,
but …
|
|
|
|
@561
|
14 months |
des |
need config.h + missing printf() arguments + more tests
|
|
|
|
@560
|
14 months |
des |
Need config.h
|
|
|
|
@559
|
14 months |
des |
Annotate t_verbose()
|
|
|
|
@558
|
14 months |
des |
This was actually a bad idea, because the test might produce warning
or …
|
|
|
|
@557
|
14 months |
des |
whitespace nit
|
|
|
|
@556
|
14 months |
des |
In verbose mode, output the number and name of each test to stderr
before …
|
|
|
|
@555
|
14 months |
des |
Get rid of BSDisms
|
|
|
|
@554
|
14 months |
des |
Add strlcat() for non-BSD systems.
strlcpy() needs to be static.
|
|
|
|
@553
|
14 months |
des |
Another bug uncovered by unit tests:
If the first character encountered …
|
|
|
|
@552
|
14 months |
des |
Start adding test cases involving quotes. The first two I could think of …
|
|
|
|
@551
|
14 months |
des |
Rename some tests, and test single and multiple whitespace separately.
|
|
|
|
@550
|
14 months |
des |
Fix a bug detected by the unit tests: to ensure consistent handling of …
|
|
|
|
@549
|
14 months |
des |
Always build and run the tests last so the results are more easily visible …
|
|
|
|
@548
|
14 months |
des |
Add a handful of unit tests for openpam_readword(3).
Note that one of them …
|
|
|
|
@547
|
14 months |
des |
Add an openpam_straddch() function that appends a character to a
string, …
|
|
|
|
@546
|
14 months |
des |
Update year
|
|
|
|
@545
|
14 months |
des |
More cases in which Fn should be used instead of Nm.
|
|
|
|
@544
|
14 months |
des |
Through oversight, the PAM_LOG_LIBDEBUG case was left out in the
version …
|
|
|
|
@543
|
14 months |
des |
Even though I now prefer the 2-clause BSD license, for practical
reasons, …
|
|
|
|
@542
|
14 months |
des |
Add support for custom sections, including a custom RETURN VALUES
section …
|
|
|
|
@541
|
14 months |
des |
Only pull up punctuation which is followed by whitespace.
|
|
|
|
@540
|
14 months |
des |
Use ".Fn foo" instead of ".Nm" for function names.
|
|
|
|
@539
|
14 months |
des |
spelling
|
|
|
|
@538
|
14 months |
des |
Short program that converts a PAM policy to C code that creates static …
|
|
|
|
@537
|
14 months |
des |
Save errno before calling asprintf(), since asprintf() may touch errno, …
|
|
|
|
@536
|
14 months |
des |
Avoid underflow if *size == 0.
|
|
|
|
@535
|
14 months |
des |
Fix some embarassing typos introduced in the openpam_straddch() cleanup. …
|
|
|
|
@534
|
14 months |
des |
Additional return value hackery.
|
|
|
|
@533
|
14 months |
des |
Clean up and document
|
|
|
|
@532
|
14 months |
des |
Redundant #include
|
|
|
|
@531
|
14 months |
des |
Redundant #include
|
|
|
|
@530
|
14 months |
des |
Expand $Id$
|
|
|
|
@529
|
14 months |
des |
Ignore Emacs droppings
|
|
|
|
@528
|
15 months |
des |
Add an internal function for appending a character to a dynamically …
|
|
|
|
@527
|
15 months |
des |
Rename sigset to the_sigset to avoid shadowing sigset(3).
|
|
|
|
@526
|
17 months |
des |
Credit Don Lewis and Gleb Smirnoff for their assistance with tracking
down …
|
|
|
|
@525
|
17 months |
des |
Improve error messages by logging the full path of the module we tried
to …
|
|
|
|
@524
|
17 months |
des |
Fix a regression introduced by r487. The count was actually used to …
|
|
|
|
@523
|
17 months |
des |
Reluctantly document PAM_LOG_LIBDEBUG.
|
|
|
|
@522
|
17 months |
des |
Add another log level, PAM_LOG_LIBDEBUG, with a negative priority. It
is …
|
|
|
|
@521
|
17 months |
des |
Reduce log spam.
|
|
|
|
@520
|
17 months |
des |
Only call dlerror() after dlsym() failed.
|
|
|
|
@519
|
17 months |
des |
Verify that the target is a regular file.
|
|
|
|
@518
|
17 months |
des |
The name of the default policy is (and always has been) "other", not …
|
|
|
|
@517
|
17 months |
des |
Detect fdlopen(3)
|
|
|
|
@516
|
17 months |
des |
Use fdlopen(3) if it is available.
|
|
|
|
@515
|
17 months |
des |
Correct usage string
|
|
|
|
@514
|
17 months |
des |
Generate Trac-compatible wiki text for each release from HISTORY.
|
|
|
|
@513
|
17 months |
des |
Normalize whitespace
|
|
|
|
@512
|
17 months |
des |
Tag OpenPAM Lycopsida. Embarrassingly enough, I forgot to commit this …
|
|
|
|
@511
|
17 months |
des |
The only place RETURNP() is used returns a non-const pointer.
|
|
|
|
@510
|
17 months |
des |
Use a different default prompt if PAM_RHOST != PAM_HOST.
|
|
|
|
@509
|
17 months |
des |
Don't log an error message if the file does not exist.
|
|
|
|