Home
last modified time | relevance | path

Searched refs:HTYPE_SAM (Results 1 – 7 of 7) sorted by relevance

/dports/security/chntpw/chntpw-140201/
H A Dlibsam.c119 if (hdesc->type == HTYPE_SAM) { in sam_get_lockoutinfo()
164 if (hdesc->type != HTYPE_SAM) return(0); in sam_handle_accountbits()
585 if (!rid || (hdesc->type != HTYPE_SAM)) return(NULL); in sam_get_user_grpids()
688 if (!rid || (hdesc->type != HTYPE_SAM)) return(0); in sam_put_user_grpids()
863 if (!rid || !grp || (hdesc->type !=HTYPE_SAM) ) return(0); in sam_add_user_to_grp()
1061 if (!rid || !grp || (hdesc->type != HTYPE_SAM)) return(0); in sam_remove_user_from_grp()
1223 if (!rid || (hdesc->type != HTYPE_SAM) ) return(0); in sam_list_user_groups()
1299 if (hdesc->type != HTYPE_SAM) return(0); in sam_list_users()
1530 if (hdesc->type != HTYPE_SAM) return; in sam_list_groups()
1751 if (hdesc->type != HTYPE_SAM) return(0); in sam_reset_all_pw()
H A Dsampasswd.c197 case HTYPE_SAM: H_SAM = no_hives; break; in main()
H A Dsamusrgrp.c248 case HTYPE_SAM: H_SAM = no_hives; break; in main()
H A Dntreg.h325 #define HTYPE_SAM 1 macro
H A Dchntpw.c1065 case HTYPE_SAM: H_SAM = no_hives; break; in main()
H A Dchntpw-presplit.c2231 case HTYPE_SAM: H_SAM = no_hives; break; in main()
H A Dntreg.c4354 if (trav_path(hdesc, 0, "\\SAM", 0)) hdesc->type = HTYPE_SAM; in openHive()