|
|
|
@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
|
16 months |
des |
Credit Don Lewis and Gleb Smirnoff for their assistance with tracking
down …
|
|
|
|
@525
|
16 months |
des |
Improve error messages by logging the full path of the module we tried
to …
|
|
|
|
@524
|
16 months |
des |
Fix a regression introduced by r487. The count was actually used to …
|
|
|
|
@523
|
16 months |
des |
Reluctantly document PAM_LOG_LIBDEBUG.
|
|
|
|
@522
|
16 months |
des |
Add another log level, PAM_LOG_LIBDEBUG, with a negative priority. It
is …
|
|
|
|
@521
|
16 months |
des |
Reduce log spam.
|
|
|
|
@520
|
16 months |
des |
Only call dlerror() after dlsym() failed.
|
|
|
|
@519
|
16 months |
des |
Verify that the target is a regular file.
|
|
|
|
@518
|
16 months |
des |
The name of the default policy is (and always has been) "other", not …
|
|
|
|
@517
|
16 months |
des |
Detect fdlopen(3)
|
|
|
|
@516
|
16 months |
des |
Use fdlopen(3) if it is available.
|
|
|
|
@515
|
16 months |
des |
Correct usage string
|
|
|
|
@514
|
16 months |
des |
Generate Trac-compatible wiki text for each release from HISTORY.
|
|
|
|
@513
|
16 months |
des |
Normalize whitespace
|
|
|
|
@512
|
16 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.
|
|
|
|
@508
|
17 months |
des |
Add Matthias Drochner - I wish I'd remembered to do so before I rolled …
|
|
|
|
@507
|
17 months |
des |
--with-doc defaults to yes
|
|
|
|
@506
|
17 months |
des |
Update release notes for Lycopsida
|
|
|
|
@505
|
17 months |
des |
Set version number and release name
|
|
|
|
@504
|
17 months |
des |
Set release date
|
|
|
|
@503
|
17 months |
des |
Style / consistency
|
|
|
|
@502
|
17 months |
des |
Use openpam_check_path_owner_perms()
|
|
|
|
@501
|
18 months |
des |
Report an error if one of the modules in the chain does not implement
the …
|
|
|
|
@500
|
18 months |
des |
Forgotten in previous commit: check the ownership and permissions of the …
|
|
|
|
@499
|
18 months |
des |
Factor out and improve the module ownership / permission check, and add
a …
|
|
|
|
@498
|
18 months |
des |
Document increased input validation, and credit Sebastian Krahmer for …
|
|
|
|
@497
|
18 months |
des |
Validate the service name, closing an attack vector for programs like …
|
|
|
|
@496
|
18 months |
des |
Disallow changing the service name.
|
|
|
|
@495
|
18 months |
des |
Document the module ownership / permissions test.
|
|
|
|
@494
|
18 months |
des |
nit
|
|
|
|
@493
|
18 months |
des |
Refuse to load a module if it is owned by anyone else than root or the …
|
|
|
|
@492
|
18 months |
des |
dst can't be const, you idiot.
|
|
|
|
@491
|
18 months |
des |
Reorganize the headers and centralize the string tables.
|
|
|
|
@490
|
18 months |
des |
Add a strlcpy(3) implementation.
|
|
|
|
@489
|
19 months |
des |
Replace old bitmap logo with a redesigned vectorized logo.
|
|
|
|
@488
|
19 months |
des |
Always create optv, even if there are no options.
|
|
|
|
@487
|
19 months |
des |
The count was never used, so ditch it and return plain PAM error codes …
|
|
|
|
@486
|
19 months |
des |
Document quoted option values.
|
|
|
|