Searched refs:NSS_STATUS (Results 51 - 75 of 162) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.h31 typedef int NSS_STATUS; typedef
H A Dnsstest.c27 static NSS_STATUS last_error;
53 static void report_nss_error(const char *who, NSS_STATUS status)
57 printf("ERROR %s: NSS_STATUS=%d %d (nss_errno=%d)\n",
63 NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *,
67 NSS_STATUS status;
82 NSS_STATUS (*_nss_getpwnam_r)(const char *, struct passwd *, char *,
86 NSS_STATUS status;
101 NSS_STATUS (*_nss_getpwuid_r)(uid_t , struct passwd *, char *,
105 NSS_STATUS status;
120 NSS_STATUS (*_nss_setpwen
[all...]
H A Dwinbind_nss_linux.c39 NSS_STATUS _nss_winbind_setpwent(void);
40 NSS_STATUS _nss_winbind_endpwent(void);
41 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
43 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
45 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
47 NSS_STATUS _nss_winbind_setgrent(void);
48 NSS_STATUS _nss_winbind_endgrent(void);
49 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
51 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
53 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c86 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
92 static NSS_STATUS
99 static NSS_STATUS
102 NSS_STATUS ret;
126 static NSS_STATUS
129 NSS_STATUS ret;
145 static NSS_STATUS
148 NSS_STATUS ret;
163 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
201 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
H A Dwinbind_nss_netbsd.c45 NSS_STATUS _nss_winbind_setpwent(void);
46 NSS_STATUS _nss_winbind_endpwent(void);
47 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
49 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
51 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
53 NSS_STATUS _nss_winbind_setgrent(void);
54 NSS_STATUS _nss_winbind_endgrent(void);
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/
H A Dnsstest.c27 static NSS_STATUS last_error;
53 static void report_nss_error(const char *who, NSS_STATUS status)
57 printf("ERROR %s: NSS_STATUS=%d %d (nss_errno=%d)\n",
63 NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *,
67 NSS_STATUS status;
82 NSS_STATUS (*_nss_getpwnam_r)(const char *, struct passwd *, char *,
86 NSS_STATUS status;
101 NSS_STATUS (*_nss_getpwuid_r)(uid_t , struct passwd *, char *,
105 NSS_STATUS status;
120 NSS_STATUS (*_nss_setpwen
[all...]
H A Dwinbind_nss_linux.c39 NSS_STATUS _nss_winbind_setpwent(void);
40 NSS_STATUS _nss_winbind_endpwent(void);
41 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
43 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
45 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
47 NSS_STATUS _nss_winbind_setgrent(void);
48 NSS_STATUS _nss_winbind_endgrent(void);
49 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
51 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
53 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c86 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
92 static NSS_STATUS
99 static NSS_STATUS
102 NSS_STATUS ret;
126 static NSS_STATUS
129 NSS_STATUS ret;
145 static NSS_STATUS
148 NSS_STATUS ret;
163 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
201 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
H A Dwinbind_nss_netbsd.c45 NSS_STATUS _nss_winbind_setpwent(void);
46 NSS_STATUS _nss_winbind_endpwent(void);
47 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
49 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
51 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
53 NSS_STATUS _nss_winbind_setgrent(void);
54 NSS_STATUS _nss_winbind_endgrent(void);
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/
H A Dnsstest.c27 static NSS_STATUS last_error;
53 static void report_nss_error(const char *who, NSS_STATUS status)
57 printf("ERROR %s: NSS_STATUS=%d %d (nss_errno=%d)\n",
63 NSS_STATUS (*_nss_getpwent_r)(struct passwd *, char *,
67 NSS_STATUS status;
82 NSS_STATUS (*_nss_getpwnam_r)(const char *, struct passwd *, char *,
86 NSS_STATUS status;
101 NSS_STATUS (*_nss_getpwuid_r)(uid_t , struct passwd *, char *,
105 NSS_STATUS status;
120 NSS_STATUS (*_nss_setpwen
[all...]
H A Dwinbind_nss_linux.c39 NSS_STATUS _nss_winbind_setpwent(void);
40 NSS_STATUS _nss_winbind_endpwent(void);
41 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
43 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
45 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
47 NSS_STATUS _nss_winbind_setgrent(void);
48 NSS_STATUS _nss_winbind_endgrent(void);
49 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
51 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
53 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c86 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
92 static NSS_STATUS
99 static NSS_STATUS
102 NSS_STATUS ret;
126 static NSS_STATUS
129 NSS_STATUS ret;
145 static NSS_STATUS
148 NSS_STATUS ret;
163 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
201 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
H A Dwinbind_nss_netbsd.c45 NSS_STATUS _nss_winbind_setpwent(void);
46 NSS_STATUS _nss_winbind_endpwent(void);
47 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
49 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
51 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
53 NSS_STATUS _nss_winbind_setgrent(void);
54 NSS_STATUS _nss_winbind_endgrent(void);
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_linux.c33 NSS_STATUS _nss_winbind_setpwent(void);
34 NSS_STATUS _nss_winbind_endpwent(void);
35 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
37 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
39 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
41 NSS_STATUS _nss_winbind_setgrent(void);
42 NSS_STATUS _nss_winbind_endgrent(void);
43 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
45 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
47 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c87 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
93 static NSS_STATUS
100 static NSS_STATUS
103 NSS_STATUS ret;
127 static NSS_STATUS
130 NSS_STATUS ret;
146 static NSS_STATUS
149 NSS_STATUS ret;
164 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
202 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_linux.c33 NSS_STATUS _nss_winbind_setpwent(void);
34 NSS_STATUS _nss_winbind_endpwent(void);
35 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
37 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
39 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
41 NSS_STATUS _nss_winbind_setgrent(void);
42 NSS_STATUS _nss_winbind_endgrent(void);
43 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
45 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
47 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c87 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
93 static NSS_STATUS
100 static NSS_STATUS
103 NSS_STATUS ret;
127 static NSS_STATUS
130 NSS_STATUS ret;
146 static NSS_STATUS
149 NSS_STATUS ret;
164 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
202 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_linux.c33 NSS_STATUS _nss_winbind_setpwent(void);
34 NSS_STATUS _nss_winbind_endpwent(void);
35 NSS_STATUS _nss_winbind_getpwent_r(struct passwd *result, char *buffer,
37 NSS_STATUS _nss_winbind_getpwuid_r(uid_t uid, struct passwd *result,
39 NSS_STATUS _nss_winbind_getpwnam_r(const char *name, struct passwd *result,
41 NSS_STATUS _nss_winbind_setgrent(void);
42 NSS_STATUS _nss_winbind_endgrent(void);
43 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
45 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
47 NSS_STATUS _nss_winbind_getgrnam_
[all...]
H A Dwinbind_nss_solaris.c87 static NSS_STATUS _nss_winbind_setpwent_solwrap (nss_backend_t* be, void* args)
93 static NSS_STATUS
100 static NSS_STATUS
103 NSS_STATUS ret;
127 static NSS_STATUS
130 NSS_STATUS ret;
146 static NSS_STATUS
149 NSS_STATUS ret;
164 static NSS_STATUS _nss_winbind_passwd_destr (nss_backend_t * be, void *args)
202 static NSS_STATUS _nss_winbind_setgrent_solwra
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient.c32 NSS_STATUS winbindd_request_response(int req_type,
35 NSS_STATUS winbindd_priv_request_response(int req_type,
65 NSS_STATUS (*fn)(int req_type,
70 NSS_STATUS nss_status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient.c32 NSS_STATUS winbindd_request_response(int req_type,
35 NSS_STATUS winbindd_priv_request_response(int req_type,
65 NSS_STATUS (*fn)(int req_type,
70 NSS_STATUS nss_status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/libwbclient/
H A Dwbclient.c32 NSS_STATUS winbindd_request_response(int req_type,
35 NSS_STATUS winbindd_priv_request_response(int req_type,
65 NSS_STATUS (*fn)(int req_type,
70 NSS_STATUS nss_status;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/nssldb/
H A Dldb-pwd.c35 NSS_STATUS _nss_ldb_setpwent(void)
62 NSS_STATUS _nss_ldb_endpwent(void)
80 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf,
113 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)
167 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/nssldb/
H A Dldb-pwd.c35 NSS_STATUS _nss_ldb_setpwent(void)
63 NSS_STATUS _nss_ldb_endpwent(void)
81 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf,
114 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)
181 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/nssldb/
H A Dldb-pwd.c35 NSS_STATUS _nss_ldb_setpwent(void)
62 NSS_STATUS _nss_ldb_endpwent(void)
80 NSS_STATUS _nss_ldb_getpwent_r(struct passwd *result_buf,
113 NSS_STATUS _nss_ldb_getpwuid_r(uid_t uid, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)
167 NSS_STATUS _nss_ldb_getpwnam_r(const char *name, struct passwd *result_buf, char *buffer, size_t buflen, int *errnop)

Completed in 268 milliseconds

1234567