]> granicus.if.org Git - linux-pam/commit
Relevant BUGIDs: 517064
authorAndrew G. Morgan <morgan@kernel.org>
Sun, 26 May 2002 23:58:23 +0000 (23:58 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Sun, 26 May 2002 23:58:23 +0000 (23:58 +0000)
commit6daa9f4e4eecb8efb60879a5c98135aa0c4d4081
treec671c12a42a99ed1d8626399156b49a48fe872ee
parent7b89c0b53be5361615639c5b3a5bf2cbb40f46bc
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.
CHANGELOG
doc/pam_source.sgml
libpam/pam_misc.c