Revision 23113,
361 bytes
checked in by andersk, 16 years ago
(diff) |
In libnss-nonlocal:
* Replace the magic buflen hack with explicit iteration over the nss
chain, so that getpwent/getgrent works with nscd enabled.
* Fix some memory leaks.
* Autotoolfiscate.
* Code cleanup.
|
Rev | Line | |
---|
[22686] | 1 | #ifndef NONLOCAL_H |
---|
| 2 | #define NONLOCAL_H |
---|
[23113] | 3 | |
---|
| 4 | #include "config.h" |
---|
| 5 | |
---|
[22686] | 6 | enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop); |
---|
| 7 | enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop); |
---|
[22714] | 8 | enum nss_status check_nonlocal_user(const char *user, int *errnop); |
---|
[23113] | 9 | |
---|
[22768] | 10 | #define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE" |
---|
[23113] | 11 | |
---|
[22686] | 12 | #endif /* NON_LOCAL_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.