Searched refs:afs_username (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dafs.c218 char *afs_username = NULL; local
227 afs_username = talloc_strdup(ctx,
229 if (!afs_username) {
233 afs_username = talloc_sub_advanced(ctx,
238 afs_username);
239 if (!afs_username) {
244 afs_username = talloc_string_sub(talloc_tos(),
245 afs_username,
248 if (!afs_username) {
254 strlower_m(afs_username);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dafs.c218 char *afs_username = NULL; local
227 afs_username = talloc_strdup(ctx,
229 if (!afs_username) {
233 afs_username = talloc_sub_advanced(ctx,
238 afs_username);
239 if (!afs_username) {
244 afs_username = talloc_string_sub(talloc_tos(),
245 afs_username,
248 if (!afs_username) {
254 strlower_m(afs_username);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dafs.c218 char *afs_username = NULL; local
227 afs_username = talloc_strdup(ctx,
229 if (!afs_username) {
233 afs_username = talloc_sub_advanced(ctx,
238 afs_username);
239 if (!afs_username) {
244 afs_username = talloc_string_sub(talloc_tos(),
245 afs_username,
248 if (!afs_username) {
254 strlower_m(afs_username);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dafs.c217 pstring afs_username; local
225 pstrcpy(afs_username, lp_afs_username_map());
230 afs_username, sizeof(afs_username)); local
233 pstring_sub(afs_username, "%s", sid_string_static(user_sid));
237 strlower_m(afs_username);
239 cell = strchr(afs_username, '@');
251 afs_username, cell));
253 if (!afs_createtoken(afs_username, cell, &ticket, &ct))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dafs.c217 pstring afs_username; local
225 pstrcpy(afs_username, lp_afs_username_map());
230 afs_username, sizeof(afs_username)); local
233 pstring_sub(afs_username, "%s", sid_string_static(user_sid));
237 strlower_m(afs_username);
239 cell = strchr(afs_username, '@');
251 afs_username, cell));
253 if (!afs_createtoken(afs_username, cell, &ticket, &ct))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dafs.c217 pstring afs_username; local
225 pstrcpy(afs_username, lp_afs_username_map());
230 afs_username, sizeof(afs_username)); local
233 pstring_sub(afs_username, "%s", sid_string_static(user_sid));
237 strlower_m(afs_username);
239 cell = strchr(afs_username, '@');
251 afs_username, cell));
253 if (!afs_createtoken(afs_username, cell, &ticket, &ct))

Completed in 171 milliseconds