Lines Matching refs:sid
149 struct wbcDomainSid sid;
183 struct wbcDomainSid sid;
360 * the 1st one is the account sid
361 * the 2nd one is the primary_group sid
574 * @brief Print a sid into a buffer
576 * @param sid Binary Security Identifier
582 int wbcSidToStringBuf(const struct wbcDomainSid *sid, char *buf, int buflen);
587 * @param sid Binary Security Identifier
592 wbcErr wbcSidToString(const struct wbcDomainSid *sid,
599 * @param sid Resulting binary SID
604 struct wbcDomainSid *sid);
664 * @param *sid Pointer to the resolved domain SID
672 struct wbcDomainSid *sid,
680 * @param *sid Pointer to the resolved domain SID
687 struct wbcDomainSid *sid,
694 * @param *sid Pointer to the domain SID to be resolved
702 const struct wbcDomainSid *sid,
710 * @param *sid Pointer to the domain SID to be resolved
717 wbcErr wbcLookupSid(const struct wbcDomainSid *sid,
825 const struct wbcDomainSid *sid,
830 wbcErr wbcGetDisplayName(const struct wbcDomainSid *sid,
843 * @param *sid Pointer to the domain SID to be resolved
850 const struct wbcDomainSid *sid,
856 * @param *sid Pointer to the domain SID to be resolved
862 wbcErr wbcSidToUid(const struct wbcDomainSid *sid,
868 * @param *sid Pointer to the domain SID to be resolved
874 wbcErr wbcQuerySidToUid(const struct wbcDomainSid *sid,
882 * @param *sid Pointer to the resolved domain SID
888 struct wbcDomainSid *sid);
894 * @param *sid Pointer to the resolved domain SID
900 struct wbcDomainSid *sid);
906 * @param *sid Pointer to the resolved domain SID
912 struct wbcDomainSid *sid);
918 * @param *sid Pointer to the domain SID to be resolved
925 const struct wbcDomainSid *sid,
931 * @param *sid Pointer to the domain SID to be resolved
937 wbcErr wbcSidToGid(const struct wbcDomainSid *sid,
943 * @param *sid Pointer to the domain SID to be resolved
949 wbcErr wbcQuerySidToGid(const struct wbcDomainSid *sid,
957 * @param *sid Pointer to the resolved domain SID
963 struct wbcDomainSid *sid);
969 * @param *sid Pointer to the resolved domain SID
975 struct wbcDomainSid *sid);
981 * @param *sid Pointer to the resolved domain SID
987 struct wbcDomainSid *sid);
1104 * @param *sid Pointer to the sid of the desired mapping.
1111 wbcErr wbcSetUidMapping(uid_t uid, const struct wbcDomainSid *sid);
1117 * @param *sid Pointer to the sid of the desired mapping.
1124 wbcErr wbcSetGidMapping(gid_t gid, const struct wbcDomainSid *sid);
1130 * @param *sid Pointer to the sid of the mapping to remove.
1137 wbcErr wbcRemoveUidMapping(uid_t uid, const struct wbcDomainSid *sid);
1143 * @param *sid Pointer to the sid of the mapping to remove.
1150 wbcErr wbcRemoveGidMapping(gid_t gid, const struct wbcDomainSid *sid);
1230 * on sid
1233 * @param sid Sid to lookup
1239 struct wbcDomainSid * sid, struct passwd **pwd);
1243 * on sid
1245 * @param sid Sid to lookup
1250 wbcErr wbcGetpwsid(struct wbcDomainSid * sid, struct passwd **pwd);