Commit e6b1f821 e6b1f8215e789e8c8c53f22bf352201266d71000 by Sergey Poznyakoff

Updated

1 parent bb48c50e
Showing 1 changed file with 13 additions and 0 deletions
1 2005-08-12 Sergey Poznyakoff <gray@gnu.org.ua> 1 2005-08-12 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * configure.ac: Add -lgnuradius to AUTHLIBS
4 * auth/radius.c (mu_radius_argp_parser): Only run init() if radius
5 auth is really required.
6 (mu_radius_authenticate,mu_auth_radius_user_by_name)
7 (mu_auth_radius_user_by_uid): Fail if the module was not
8 initialized
9 * mail/escape.c: Use strerror uniformly
10
11 * mailbox/argcv.c: Make handling of quotes consistent with shell
12 rules. In particular, single quotes need not be quoted, and are
13 not removed when appearing within a doubly-quoted string.
14 * mailbox/testsuite/Argcv: Adapt to the modified argcv.c
15
3 * auth/radius.c: New file. Radius authentication/authorization. 16 * auth/radius.c: New file. Radius authentication/authorization.
4 * auth/Makefile.am (libmuauth_la_SOURCES): Add radius.c. Sorted 17 * auth/Makefile.am (libmuauth_la_SOURCES): Add radius.c. Sorted
5 sources alphabetically 18 sources alphabetically
......