diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2002-05-26 23:58:23 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2002-05-26 23:58:23 +0000 |
commit | 6daa9f4e4eecb8efb60879a5c98135aa0c4d4081 (patch) | |
tree | c671c12a42a99ed1d8626399156b49a48fe872ee /CHANGELOG | |
parent | 7b89c0b53be5361615639c5b3a5bf2cbb40f46bc (diff) | |
download | pam-6daa9f4e4eecb8efb60879a5c98135aa0c4d4081.tar.gz pam-6daa9f4e4eecb8efb60879a5c98135aa0c4d4081.tar.bz2 pam-6daa9f4e4eecb8efb60879a5c98135aa0c4d4081.zip |
Relevant BUGIDs: 517064
Purpose of commit: feature
Commit summary:
---------------
document old feature and add '\]' parsing to make it a better feature.
The feature is that we can accept spaces in module arguments by enclosing
the whole argument inside square brackets. For example a module argument
like this:
"[hello [you\], this is me]"
will be parsed as
"hello [you], this is me"
Not very interesting, but you get the idea.
Thanks to Russell Kliese for requesting this.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* '[...]' parsing: document it and also fix it to support '\]' escape + sequence. Feature request from Russell Kliese (Bug 517064 - + agmorgan). * pam_rootok: compilation warning noted by Tony den Haan wrt no prototype for strcmp() (Bug 557322 - agmorgan). * documentation: (a few of mine in passing) and app documentation |