Searched refs:service (Results 1 - 25 of 167) sorted by last modified time

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/
H A DMakefile67 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/service-http $(TARGETDIR)/usr/config/avahi/services/http.service
68 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/afpd.service $(TARGETDIR)/usr/config/avahi/services/afpd.service
69 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/smbd.service $(TARGETDIR)/usr/config/avahi/services/smbd.service
70 install -m0644 $(TIMEMACHINE_PATH)/avahi-0.6.25/files/adisk.service $(TARGETDIR)/usr/config/avahi/services/adisk.service
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/initscripts/
H A DMakefile331 service.atalk.systemd
347 service.atalk.systemd.tmpl
402 #service_DATA = netatalk.service
692 #$(service_DATA): service.atalk.systemd
693 # cp -f service.atalk.systemd $(service_DATA)
H A DMakefile.am33 service.atalk.systemd
49 service.atalk.systemd.tmpl
92 service_DATA = netatalk.service
98 $(service_DATA): service.atalk.systemd
99 cp -f service.atalk.systemd $(service_DATA)
H A DMakefile.in331 service.atalk.systemd
347 service.atalk.systemd.tmpl
402 @USE_SYSTEMD_TRUE@service_DATA = netatalk.service
692 @USE_SYSTEMD_TRUE@$(service_DATA): service.atalk.systemd
693 @USE_SYSTEMD_TRUE@ cp -f service.atalk.systemd $(service_DATA)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/distrib/systemd/
H A DMakefile285 EXTRA_DIST = README netatalk.service netatalk-cnid.service
H A DMakefile.am3 EXTRA_DIST = README netatalk.service netatalk-cnid.service
H A DMakefile.in285 EXTRA_DIST = README netatalk.service netatalk-cnid.service
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A Duams_gss.c146 char *fqdn, *service, *principal, *p; local
156 if (uam_afpserver_option(obj, UAM_OPTION_KRB5SERVICE, (void *)&service, &servicelen) < 0)
158 LOG(log_debug, logtype_uams, "get_afpd_principal: service: %s", service);
161 if (!service || !servicelen || !fqdn || !fqdnlen) {
163 "get_afpd_principal: could not retrieve information from afpd, using default service principal(s)");
180 * Format: 'service@fqdn'
182 strlcpy( principal, service, principal_length);
215 /* Importing our service principal failed, bail out. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dkuam.c31 * service and stores the returned ticket and session key for future
35 * the client who will use the ticket. The "service" and "sinstance"
66 * string service service's name
67 * string sinstance service's instance
70 kuam_get_in_tkt(user, instance, realm, service, sinstance, life, rpkt )
74 char *service;
115 (void) strcpy((char *)(pkt->dat+pkt->length),service);
116 pkt->length += 1 + strlen(service);
151 kuam_set_in_tkt( user, instance, realm, service, sinstanc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/init.d/
H A Davahi-daemon13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-thread.c275 char service [NI_MAXSERV]; local
278 snprintf(service, sizeof(service), "%d", tsd->port);
280 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
432 return "The service passed was not recognized for the "
H A Dcurl_addrinfo.c514 const char *service,
519 int res=(getaddrinfo)(hostname, service, hints, result);
513 curl_dogetaddrinfo(const char *hostname, const char *service, const struct addrinfo *hints, struct addrinfo **result, int line, const char *source) argument
H A Dcurl_addrinfo.h94 const char *service,
H A Dhttp_negotiate.c69 const char* service; local
72 of form "<service>/<fqdn>" instead of <service>@<fqdn> (ie. slash instead
76 /* IIS uses the <service>@<fqdn> form but uses 'http' as the service name */
79 service = "KHTTP";
81 service = "HTTP";
83 token.length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
88 snprintf(name, sizeof(name), "%s@%s", service, proxy ? conn->proxy.name :
H A Dhttp_negotiate_sspi.c46 const char* service; local
54 of form "<service>/<fqdn>" instead of <service>@<fqdn> (ie. slash instead
58 /* IIS uses the <service>@<fqdn> form but uses 'http' as the service name,
59 and SSPI then generates an NTLM token. When using <service>/<fqdn> a
63 service = "KHTTP";
65 service = "HTTP";
67 length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
73 service, prox
[all...]
H A Dkrb4.c172 const char *service, char *host, int checksum)
178 strlcpy(sname, service, sizeof(sname));
184 strlcpy(sname, service, sizeof(sname));
171 mk_auth(struct krb4_data *d, KTEXT adat, const char *service, char *host, int checksum) argument
H A Dkrb5.c169 const char *service = "ftp", *srv_host = "host"; local
192 /* this loop will execute twice (once for service, once for host) */
195 if(service == srv_host) {
209 service, host);
214 if(service == srv_host) {
215 Curl_failf(data, "Error importing service name %s",
219 service = srv_host;
306 if(ret == AUTH_OK || service == srv_host)
309 service = srv_host;
H A Dsocks_gssapi.c124 gss_buffer_desc service = GSS_C_EMPTY_BUFFER; local
144 /* prepare service name */
146 service.value = malloc(strlen(serviceptr));
147 if(!service.value)
149 service.length = strlen(serviceptr);
150 memcpy(service.value, serviceptr, service.length);
152 gss_major_status = gss_import_name(&gss_minor_status, &service,
156 service.value = malloc(strlen(serviceptr) +strlen(conn->proxy.name)+2);
157 if(!service
[all...]
H A Dsocks_sspi.c179 char *service = data->set.str[STRING_SOCKS5_GSSAPI_SERVICE]; local
189 /* prepare service name */
190 if(strchr(service, '/')) {
191 service_name = malloc(strlen(service));
194 memcpy(service_name, service, strlen(service));
197 service_name = malloc(strlen(service) + strlen(conn->proxy.name) + 2);
200 snprintf(service_name,strlen(service) +strlen(conn->proxy.name)+2,"%s/%s",
201 service,conn->proxy.name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_opaque.c41 static int skel_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
H A Dskel_transparent.c40 static int skel_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
42 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dadssearch.pl611 my $service = $dse->get_value('ldapServiceName') || "";
612 if ($service) {
613 my ($t,$realm) = split(/\@/, $service);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/printing/
H A Dsmbprint5 # server and service.
14 # Set these to the server and service you wish to print to
20 # so that the server, service, and password can be read from
46 # service=PR_SHARENAME
51 # service=CJET_371
71 # service
169 "\\\\$server\\$service" \
H A Dsmbprint.sysv10 # server and service.
13 # (the example here is /opt/samba), modify the server and service variables
26 # This script will then be called by the lp service to print the files
27 # This script will have 6 or more parameters passed to it by the lp service.
32 # Set these to the server and service you wish to print to
41 service=hplj2
50 ) | /opt/samba/smbclient "\\\\$server\\$service" $password -N > /dev/null
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py67 ## simple test for global or service parameter scope
198 ## Add a parameter to a specific service
200 service = string.upper(servicename)
202 self.services[service]['_order_'].append( parm )
203 self.services[service][parm] = SambaParameter( parm, value, comment )
206 ## remove a service from the config file
208 service = string.upper(servicename)
209 self.services[service] = None
212 ## remove a service from the config file
214 service
[all...]

Completed in 148 milliseconds

1234567