Apple CUPS project files | 25k line of c source codes
by Vittlesical - Thursday June 6, 2024 at 12:07 AM
#1
[Image: https%3A%2F%2Fsubstack-post-media.s3.ama...x2000.jpeg]
as always
1 - i find directory listening 
2 - i develop a crawler
3 - and download all files lol

you can download the file from here:
Hidden Content
You must register or login to view this content.
FileType: zip
FileSize: 170 KB

first samples of the codes:
static void do_am_class(http_t      *http,          /* I - HTTP connection */             cups_lang_t *language,      /* I - Client's language */             int        modify)        /* I - Modify the printer? */ {   int          i, j;                  /* Looping vars */   int          element;                /* Element number */   int          num_printers;          /* Number of printers */   ipp_t        *request,              /* IPP request */                 *response;              /* IPP response */   ipp_attribute_t *attr;                /* member-uris attribute */   ipp_status_t  status;                /* Request status */   char          uri[HTTP_MAX_URI];      /* Device or printer URI */   const char    *name,                  /* Pointer to class name */                 *ptr;                  /* Pointer to CGI variable */

second sample:
ipp_attribute_t *                      /* O - New attribute */ ippAddDate(ipp_t            *ipp,      /* I - IPP request */           ipp_tag_t        group,    /* I - IPP group */           const char        *name,    /* I - Name of attribute */           const ipp_uchar_t *value)    /* I - Value */ {   ipp_attribute_t      *attr;          /* New attribute */   DEBUG_printf(("ippAddDate(%p, %02x, \'%s\', %p)\n", ipp, group, name,                 value));   if (ipp == NULL || name == NULL || value == NULL)     return (NULL);   if ((attr = _ipp_add_attr(ipp, 1)) == NULL)     return (NULL);   attr->name      = strdup(name);   attr->group_tag = group;   attr->value_tag = IPP_TAG_DATE;   memcpy(attr->values[0].date, value, 11);   return (attr); }
Ban reason: See you on the other side. (Permanent)
Reply
#2
Are there any differences with the opensource CUPS repository here https://github.com/apple/cups or here https://github.com/OpenPrinting/cups ? 170 kb seem very very small for a big project like this one.
Reply
#3
Lmao, Fuck Apple, still angry about where they put the charging port on their 'magic mouse'
"Universal appeal is poison masquerading as medicine. Horror is not meant to be universal. It's meant to be personal, private, animal"
Reply
#4
(06-06-2024, 10:53 AM)jb75 Wrote: Are there any differences with the opensource CUPS repository here https://github.com/apple/cups or here https://github.com/OpenPrinting/cups ? 170 kb seem very very small for a big project like this one.

idk tbh i didnt check the repo & the cause of the file being 170kb is i gathered all c files and zipped them using zip command.
Ban reason: See you on the other side. (Permanent)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  SOURCE CODE Apple Internal Tools Data Breach, Leaked - Download! IntelBroker 54 11,846 Yesterday, 10:42 AM
Last Post: Parwin9505
  SOURCE CODE Full source code of Pluto Pakistan + Github PAT hexvior 16 4,201 07-23-2026, 06:58 AM
Last Post: virtualvodkas
  SOURCE CODE Thailand Kohme Delivery Full source code leak + Github PAT hexvior 11 7,461 07-04-2026, 04:58 PM
Last Post: mafon
  SOURCE CODE Multiple UAE Websites Source code leak hexvior 11 3,753 03-28-2026, 05:40 PM
Last Post: xzin0vich
  SOURCE CODE enouvo.com Full source code and projects SleepMask 5 1,080 02-09-2026, 03:48 PM
Last Post: StormClaw



 Users browsing this thread: 1 Guest(s)