Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO Files Notice of Cure Amounts. Again. Post 302463461 by Linux Bot on Sunday 17th of October 2010 05:00:02 PM
Old 10-17-2010
SCO Files Notice of Cure Amounts. Again.

Here we go again, another Notice of Cure Amounts. Here's the one SCO filed in 2009, when it tried unsuccessfully to sell off the assets, if you'd like to compare. We've been through this process before, so you know that it only matters if the sale is approved, which will be determined on November 8th at the hearing about whether the happy highest bidder for SCO's assets is acceptable to the court. Also, anyone on this list can complain, and there is outlined a process for that. Hopefully some of you will be able to attend on November 8th. It should be a hoot. The auction is October 25th, unless they change the date.

More...
 
Ns_Url(3aolserver)					   AOLserver Library Procedures 					Ns_Url(3aolserver)

__________________________________________________________________________________________________________________________________________________

NAME
Ns_AbsoluteUrl, Ns_ParseUrl, Ns_RelativeUrl, Ns_SkipUrl - URL manipulation routines SYNOPSIS
#include "ns.h" int Ns_AbsoluteUrl(Ns_DString *pds, char *url, char *baseurl) int Ns_ParseUrl(char *url, char **pprotocol, char **phost, char **pport, char **ppath, char **ptail) char * Ns_RelativeUrl(char *url, char *location) char * Ns_SkipUrl(Ns_Request *request, int n) _________________________________________________________________ DESCRIPTION
Ns_AbsoluteUrl(pds, url, baseurl) Construct an URL based on baseurl but with as many parts of the incomplete url as possible. Return NS_OK or NS_ERROR. Ns_ParseUrl(url, pprotocol, phost, pport, ppath, ptail) Parse a URL into its component parts. Pointers to the protocol, host, port, path, and "tail" (last path element) will be set by ref- erence in the passed-in pointers. The passed-in url will be modified. Ns_RelativeUrl(url, location) If the url passed in is for this server, then the initial part of the URL is stripped off. e.g., on a server whose location is http://www.foo.com, Ns_RelativeUrl of "http://www.foo.com/hello" will return "/hello". Returns a pointer to the beginning of the relative url in the passed-in url, or NULL if error. Will set errno on error. Ns_SkipUrl(request, n) Return a pointer n elements into the request's url. SEE ALSO
nsd(1), info(n) KEYWORDS
AOLserver 4.0 Ns_Url(3aolserver)
All times are GMT -4. The time now is 11:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy