search for: read_set

Displaying 3 results from an estimated 3 matches for "read_set".

Did you mean: read_get
2010 Jan 25
6
Best practice for setting ACL
...e process of re-organizing my server and ACL-settings. I''ve seen so many different ways of doing ACL, which makes me wonder how I should do it myself. This is obviously the easiest way, only describing the positive permissions: /usr/bin/chmod -R A=\ group:sa:full_set:fd:allow,\ group:vk:read_set:fd:allow \ However, I''ve seen people split each line, so you getone for each inheritance-setting: group:sa:full_set:f:allow,\ group:sa:full_set:d:allow,\ group:vk:read_set:f:allow,\ group:vk:read_set:d:allow \ And some include all negative permissions, like this: group:sa:full_set:f...
2007 Feb 12
1
playing with SO_BROADCAST on centos
...zeof(broadcast_address)); broadcast_address.sin_family = AF_INET; broadcast_address.sin_port = htons(NMP_PORT); broadcast_address.sin_addr.s_addr = inet_addr("255.255.255.255"); socket_handle = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); if(socket_handle >= 0) { int byes = 1; fd_set read_set; struct timeval tm; if(setsockopt(socket_handle, SOL_SOCKET, SO_BROADCAST, &byes, sizeof(byes)) >= 0) { if(bind(socket_handle, (struct sockaddr *) &broadcast_address, sizeof(broadcast_address)) < 0) { printf("bind error\n"); } memset(&nmp, 0, sizeof(n...
2002 Jul 15
2
oggdrop with quality < 0
...e(qcValue); > 458c459 < (LPARAM) MAKELONG(0, 100)); // min. & max. positions --- > (LPARAM) MAKELONG(0, 110)); // min. & max. positions 465c466 < (LPARAM) MAKELONG(0, 100)); --- > (LPARAM) MAKELONG(0, 110)); 469c470 < (LPARAM) read_setting("quality", VORBIS_DEFAULT_QUALITY)); --- > (LPARAM) (read_setting("quality", VORBIS_DEFAULT_QUALITY))+10); 523c524 < TBM_GETPOS, (WPARAM)0, (LPARAM)0 ); --- > TBM_GETPOS, (WPARAM)0, (LPARAM)0 )-10; 672a674,678...