Searched refs:security (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/bin/coreutils/man/
H A Dchcon.x2 chcon \- change file security context
H A Druncon.x2 runcon \- run command with specified security context
5 transitioned security context modified by one or more of LEVEL,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-1.2.6/
H A Dfile_shares.h26 int security; member in struct:fileShare
H A Drpc_handlers.c13 int client, security; local
16 security = btPreMount(session, argv[0].data);
17 btRPCCreateAck(&packet, xid, security);
H A Dbeserved_server.c602 fileShares[i].security = BT_AUTH_NONE;
785 fileShares[i].security = BT_AUTH_BESURE;
H A Drpc_workers.c315 return fileShares[shareId].security;
336 if (fileShares[shareId].security != BT_AUTH_NONE)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A Dprinting.h19 int security; member in struct:__anon5619
H A DFileSharing.h36 int security; member in struct:fileShare
H A DPrinterSharingDlg.cpp200 CSecurity security; local
201 security.DoModal();
H A DFileSharingDlg.cpp191 sharedPrinters[i].security = BT_AUTH_NONE;
373 fileShares[i].security = BT_AUTH_BESURE;
377 sharedPrinters[i].security = BT_AUTH_BESURE;
725 CSecurity security; local
726 security.DoModal();
H A DShareProperties.cpp155 if (fileShares[m_nIndex].security != BT_AUTH_NONE)
H A DPrinterProperties.cpp131 if (sharedPrinters[m_nIndex].security != BT_AUTH_NONE)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dprinting.h16 int security; member in struct:__anon5677
H A Dprinting.cpp171 if (printer->security != BT_AUTH_NONE)
H A DBeServed.cpp115 int security; member in struct:fileShare
753 fileShares[i].security = BT_AUTH_NONE;
798 sharedPrinters[i].security = BT_AUTH_NONE;
965 fileShares[i].security = BT_AUTH_BESURE;
968 sharedPrinters[i].security = BT_AUTH_BESURE;
2244 return printer->security;
2247 return fileShares[shareId].security;
2268 if (fileShares[shareId].security != BT_AUTH_NONE)
2802 if (fileShares[share].security == BT_AUTH_NONE)
2811 if (printer->security
2860 int client, security; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/mounthost/
H A Dmounthost.cpp175 int security; local
177 security = EHOSTUNREACH;
184 security = btRPCGetInt32(inPacket);
189 return (security == BT_AUTH_BESURE);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c2 * security.c - Handling security/ACLs in NTFS. Originated from the Linux-NTFS project.
62 #include "security.h"
80 #define FIRST_SECURITY_ID 0x100 /* Lowest security id */
384 * ntfs_security_hash - calculate the hash of a security descriptor
385 * @sd: self-relative security descriptor whose hash to calculate
386 * @length: size in bytes of the security descritor @sd
388 * Calculate the hash of the self-relative security descriptor @sd of length
392 * index and is also stored in the header of each security descriptor in the
397 * Return the calculated security has
[all...]
H A Dsecurity.h2 * security.h - Exports for handling security/ACLs in NTFS.
112 * Header of the security cache
141 SECURITY_ADDSECURIDS, /* upgrade old security descriptors */
143 SECURITY_WANTED /* a security related option was present */
147 * Security context, needed by most security functions
311 * Security API for direct access to security descriptors
319 struct SECURITY_CONTEXT security; member in struct:SECURITY_API
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetApp.cpp388 int security; local
390 security = EHOSTUNREACH;
397 security = btRPCGetInt32(inPacket);
405 return (security == BT_AUTH_BESURE);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h391 uint8_t security; member in struct:wpi_cmd_data
497 uint8_t security; member in struct:wpi_scan_hdr::__anon2097
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c2241 struct ipw_security security; local
2250 memset(&security, 0, sizeof security);
2251 security.authmode = (ni->ni_authmode == IEEE80211_AUTH_SHARED) ?
2253 security.ciphers = htole32(IPW_CIPHER_NONE);
2254 DPRINTF(("Setting authmode to %u\n", security.authmode));
2255 error = ipw_cmd(sc, IPW_CMD_SET_SECURITY_INFO, &security,
2256 sizeof security);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Dipw2100.cpp1455 ipw_security security; local
1456 security.ciphers = fCiphers;
1457 security.auth_mode = fAuthMode;
1472 || SendCommand(IPW_COMMAND_SET_SECURITY_INFO, (uint8 *)&security, sizeof(ipw_security)) < B_OK
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dfbsd_mbuf2.c75 #include <security/mac/mac_framework.h>
/haiku-fatelf/src/libs/libtelnet/
H A Dsra.c47 #include <security/pam_appl.h>
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server/
H A Dbeserved_server.c142 int security; member in struct:fileShare
756 fileShares[i].security = BT_AUTH_NONE;
946 fileShares[i].security = BT_AUTH_BESURE;
1890 return fileShares[shareId].security;
1911 if (fileShares[shareId].security != BT_AUTH_NONE)
2709 int client, security; local
2716 security = btPreMount(session, argv[0].data);
2717 btRPCCreateAck(&packet, xid, security);

Completed in 132 milliseconds

12