5417fe0213c96e2055ca6fc40ca69dac7f6bd8a8
[citadel.git] / webcit / webcit.h
1 /*
2  * Copyright (c) 1987-2011 by the citadel.org team
3  *
4  * This program is open source software; you can redistribute it and/or
5  * modify it under the terms of the GNU General Public License as published
6  * by the Free Software Foundation; either version 3 of the License, or
7  * (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17  */
18
19 #include "sysdep.h"
20 #include <sys/select.h>
21 #include <ctype.h>
22 #include <stdlib.h>
23 #ifdef HAVE_UNISTD_H
24 #include <unistd.h>
25 #endif
26 #include <stdio.h>
27 #ifdef HAVE_FCNTL_H
28 #include <fcntl.h>
29 #endif
30 #include <signal.h>
31 #include <sys/types.h>
32 #include <sys/wait.h>
33 #include <sys/socket.h>
34 #ifdef HAVE_SYS_TIME_H
35 #include <sys/time.h>
36 #endif
37 #include <sys/stat.h>
38 #ifdef HAVE_LIMITS_H
39 #include <limits.h>
40 #endif
41 #include <sys/socket.h>
42 #include <netinet/in.h>
43 #include <arpa/inet.h>
44 #include <netdb.h>
45 #include <sys/un.h>
46 #include <sys/poll.h>
47 #include <string.h>
48 #include <pwd.h>
49 #include <errno.h>
50 #include <stdarg.h>
51 #include <pthread.h>
52 #include <signal.h>
53 #include <sys/utsname.h>
54 #include <libcitadel.h>
55
56 #ifdef HAVE_ICONV
57 #include <iconv.h>
58 #endif
59
60 #ifdef ENABLE_NLS
61 #ifdef HAVE_XLOCALE_H
62 #include <xlocale.h>
63 #endif
64 #include <libintl.h>
65 #include <locale.h>
66 #define _(string)       gettext(string)
67 #else
68 #define _(string)       (string)
69 #endif
70
71 #define IsEmptyStr(a) ((a)[0] == '\0')
72 /*
73  * Uncomment to dump an HTTP trace to stderr
74 #define HTTP_TRACING 1
75  */
76
77 #define DO_DBG_QR 0
78 #define DBG_QR(x) if(DO_DBG_QR) _DBG_QR(x)
79 #define DBG_QR2(x) if(DO_DBG_QR) _DBG_QR2(x)
80
81 #ifdef HTTP_TRACING
82 #undef HAVE_ZLIB_H
83 #undef HAVE_ZLIB
84 #endif
85
86 #ifdef HAVE_ZLIB_H
87 #include <zlib.h>
88 #endif
89
90 #include <libical/ical.h>
91
92 #undef PACKAGE
93 #undef VERSION
94 #undef PACKAGE_NAME
95 #undef PACKAGE_STRING
96 #undef PACKAGE_TARNAME
97 #undef PACKAGE_VERSION
98 #undef PACKAGE_BUGREPORT
99 #include "sysdep.h"
100
101 #include "subst.h"
102 #include "messages.h"
103 #include "paramhandling.h"
104 #include "roomops.h"
105 #include "preferences.h"
106
107 #ifdef HAVE_OPENSSL
108 /* Work around RedHat's b0rken OpenSSL includes */
109 #define OPENSSL_NO_KRB5
110 #include <openssl/ssl.h>
111 #include <openssl/err.h>
112 #include <openssl/rand.h>
113 extern char *ssl_cipher_list;
114 #define DEFAULT_SSL_CIPHER_LIST "DEFAULT"       /* See http://openssl.org/docs/apps/ciphers.html */
115 #endif
116
117 #if SIZEOF_SIZE_T == SIZEOF_INT 
118 #define SIZE_T_FMT "%d"
119 #else
120 #define SIZE_T_FMT "%ld"
121 #endif
122
123 #if SIZEOF_LONG_UNSIGNED_INT == SIZEOF_INT
124 #define ULONG_FMT "%d"
125 #else
126 #define ULONG_FMT "%ld"
127 #endif
128
129 #define CALENDAR_ROOM_NAME      "Calendar"
130 #define PRODID "-//Citadel//NONSGML Citadel Calendar//EN"
131
132 #define SIZ                     4096            /* generic buffer size */
133
134 #define TRACE fprintf(stderr, "\033[7mCheckpoint: %s, %d\033[0m\n", __FILE__, __LINE__)
135
136 #define SLEEPING                180             /* TCP connection timeout */
137 #define WEBCIT_TIMEOUT          900             /* WebCit session timeout */
138 #define PORT_NUM                2000            /* port number to listen on */
139 #define DEVELOPER_ID            0
140 #define CLIENT_ID               4
141 #define CLIENT_VERSION          800             /* This version of WebCit */
142 #define MINIMUM_CIT_VERSION     800             /* min required Citadel ver */
143 #define LIBCITADEL_MIN          800             /* min required libcitadel ver */
144 #define DEFAULT_HOST            "localhost"     /* Default Citadel server */
145 #define DEFAULT_PORT            "504"
146 #define TARGET                  "webcit01"      /* Target for inline URL's */
147 #define HOUSEKEEPING            15              /* Housekeeping frequency */
148 #define MAX_WORKER_THREADS      250
149 #define LISTEN_QUEUE_LENGTH     100             /* listen() backlog queue */
150
151 #define USERCONFIGROOM          "My Citadel Config"
152 #define DEFAULT_MAXMSGS         20
153
154
155 #ifdef LIBCITADEL_VERSION_NUMBER
156 #if LIBCITADEL_VERSION_NUMBER < LIBCITADEL_MIN
157 #error libcitadel is too old.  Please upgrade it before continuing.
158 #endif
159 #endif
160
161
162 /*
163  * Room flags (from Citadel)
164  *
165  * bucket one...
166  */
167 #define QR_PERMANENT    1               /* Room does not purge          */
168 #define QR_INUSE        2               /* Set if in use, clear if avail        */
169 #define QR_PRIVATE      4               /* Set for any type of private room     */
170 #define QR_PASSWORDED   8               /* Set if there's a password too        */
171 #define QR_GUESSNAME    16              /* Set if it's a guessname room */
172 #define QR_DIRECTORY    32              /* Directory room                       */
173 #define QR_UPLOAD       64              /* Allowed to upload                    */
174 #define QR_DOWNLOAD     128             /* Allowed to download          */
175 #define QR_VISDIR       256             /* Visible directory                    */
176 #define QR_ANONONLY     512             /* Anonymous-Only room          */
177 #define QR_ANONOPT      1024            /* Anonymous-Option room                */
178 #define QR_NETWORK      2048            /* Shared network room          */
179 #define QR_PREFONLY     4096            /* Preferred status needed to enter     */
180 #define QR_READONLY     8192            /* Aide status required to post */
181 #define QR_MAILBOX      16384           /* Set if this is a private mailbox     */
182
183 /*
184  * bucket two...
185  */
186 #define QR2_SYSTEM      1               /* System room; hide by default */
187 #define QR2_SELFLIST    2               /* Self-service mailing list mgmt       */
188 #define QR2_COLLABDEL   4               /* Anyone who can post can also delete*/
189 #define QR2_SUBJECTREQ  8               /* Subject strongly recommended */
190 #define QR2_SMTP_PUBLIC 16              /* smtp public postable room */
191 #define QR2_MODERATED   32              /* Listservice aide has to permit posts  */
192
193 /*
194  * user/room access
195  */
196 #define UA_KNOWN        2
197 #define UA_GOTOALLOWED  4
198 #define UA_HASNEWMSGS   8
199 #define UA_ZAPPED       16
200 #define UA_POSTALLOWED          32
201 #define UA_ADMINALLOWED         64
202 #define UA_DELETEALLOWED        128
203 #define UA_ISTRASH              256 /* Only available in room view... */
204
205
206 /*
207  * User flags (from Citadel)
208  */
209 #define US_NEEDVALID    1               /* User needs to be validated           */
210 #define US_PERM         4               /* Permanent user                       */
211 #define US_LASTOLD      16              /* Print last old message with new      */
212 #define US_EXPERT       32              /* Experienced user                     */
213 #define US_UNLISTED     64              /* Unlisted userlog entry               */
214 #define US_NOPROMPT     128             /* Don't prompt after each message      */
215 #define US_PROMPTCTL    256             /* <N>ext & <S>top work at prompt       */
216 #define US_DISAPPEAR    512             /* Use "disappearing msg prompts"       */
217 #define US_REGIS        1024            /* Registered user                      */
218 #define US_PAGINATOR    2048            /* Pause after each screen of text      */
219 #define US_INTERNET     4096            /* Internet mail privileges             */
220 #define US_FLOORS       8192            /* User wants to see floors             */
221 #define US_COLOR        16384           /* User wants ANSI color support        */
222 #define US_USER_SET     (US_LASTOLD | US_EXPERT | US_UNLISTED | \
223                         US_NOPROMPT | US_DISAPPEAR | US_PAGINATOR | \
224                         US_FLOORS | US_COLOR | US_PROMPTCTL )
225
226
227
228 #define SRV_STATUS_MSG(ServerLineBuf) (ChrPtr(ServerLineBuf) + 4), (StrLength(ServerLineBuf) - 4)
229 #define MAJORCODE(a) (((int)(a / 100) ) * 100)
230
231 #define LISTING_FOLLOWS 100
232 #define CIT_OK          200     
233 #define MORE_DATA       300
234 #define SEND_LISTING    400
235 #define ERROR           500
236 #define BINARY_FOLLOWS  600
237 #define SEND_BINARY     700
238 #define START_CHAT_MODE 800
239 #define ASYNC_MSG       900
240
241 #define MINORCODE(a) (a % 100)
242 #define ASYNC_GEXP                      02      
243 #define INTERNAL_ERROR                  10      
244 #define TOO_BIG                         11      
245 #define ILLEGAL_VALUE                   12      
246 #define NOT_LOGGED_IN                   20      
247 #define CMD_NOT_SUPPORTED               30      
248 #define SERVER_SHUTTING_DOWN            31      
249 #define PASSWORD_REQUIRED               40      
250 #define ALREADY_LOGGED_IN               41      
251 #define USERNAME_REQUIRED               42      
252 #define HIGHER_ACCESS_REQUIRED          50      
253 #define MAX_SESSIONS_EXCEEDED           51      
254 #define RESOURCE_BUSY                   52      
255 #define RESOURCE_NOT_OPEN               53      
256 #define NOT_HERE                        60      
257 #define INVALID_FLOOR_OPERATION         61      
258 #define NO_SUCH_USER                    70      
259 #define FILE_NOT_FOUND                  71      
260 #define ROOM_NOT_FOUND                  72      
261 #define NO_SUCH_SYSTEM                  73      
262 #define ALREADY_EXISTS                  74      
263 #define MESSAGE_NOT_FOUND               75
264
265 /*
266  * NLI is the string that shows up in a who's online listing for sessions
267  * that are active but do not (yet) have a user logged in.
268  */
269 #define NLI     "(not logged in)"
270
271 /*
272  * Expiry policy for the autopurger
273  */
274 #define EXPIRE_NEXTLEVEL        0       /* Inherit expiration policy    */
275 #define EXPIRE_MANUAL           1       /* Don't expire messages at all */
276 #define EXPIRE_NUMMSGS          2       /* Keep only latest n messages  */
277 #define EXPIRE_AGE              3       /* Expire messages after n days */
278 typedef struct __ExpirePolicy {
279         int loaded; /* has this been loaded from the server? */
280         int expire_mode;
281         int expire_value;
282 }ExpirePolicy;
283 void LoadExpirePolicy(GPEXWhichPolicy which);
284 void SaveExpirePolicyFromHTTP(GPEXWhichPolicy which);
285
286 /*
287  * Linked list of session variables encoded in an x-www-urlencoded content type
288  */
289 typedef struct urlcontent urlcontent;
290 struct urlcontent {
291         char url_key[32];               /* key */
292         StrBuf *url_data;               /* value */
293 };
294
295 /*
296  * Information about the Citadel server to which we are connected
297  */ 
298 typedef struct _serv_info {
299         int serv_pid;                   /* Process ID of the Citadel server */
300         StrBuf *serv_nodename;          /* Node name of the Citadel server */
301         StrBuf *serv_humannode;         /* Juman readable node name of the Citadel server */
302         StrBuf *serv_fqdn;              /* Fully qualified Domain Name (such as uncensored.citadel.org) */
303         StrBuf *serv_software;          /* Free form text description of the server software in use */
304         int serv_rev_level;             /* Server version number (times 100) */
305         StrBuf *serv_bbs_city;          /* Geographic location of the Citadel server */
306         StrBuf *serv_sysadm;            /* Name of system administrator */
307         int serv_supports_ldap;         /* is the server linked against an ldap tree for adresses? */
308         int serv_newuser_disabled;      /* Has the server disabled self-service new user creation? */
309         StrBuf *serv_default_cal_zone;  /* Default timezone for unspecified calendar items */
310         int serv_supports_sieve;        /* Server supports Sieve mail filtering */
311         int serv_fulltext_enabled;      /* Full text index is enabled */
312         StrBuf *serv_svn_revision;      /* svn or git revision of the server */
313         int serv_supports_openid;       /* Server supports authentication via OpenID */
314         int serv_supports_guest;        /* Server supports unauthenticated guest logins */
315 } ServInfo;
316
317
318 typedef struct _disp_cal {                                      
319         icalcomponent *cal;             /* cal items for display */
320         long cal_msgnum;                /* cal msgids for display */
321         char *from;                     /* owner of this component */
322         int unread;                     /* already seen by the user? */
323
324         time_t event_start;
325         time_t event_end;
326
327         int multi_day_event;
328         int is_repeat;
329         icalcomponent *SortBy;          /* cal items for display */
330         icalproperty_status Status;
331 } disp_cal;                                             
332
333 typedef struct _IcalEnumMap {
334         const char *Name;
335         long NameLen;
336         icalproperty_kind map;
337 } IcalEnumMap;
338
339 /*
340  * Address book entry (keep it short and sweet, it's just a quickie lookup
341  * which we can use to get to the real meat and bones later)
342  */
343 typedef struct _addrbookent {
344         char ab_name[64];       /* name string */
345         long ab_msgnum;         /* message number of address book entry */
346 } addrbookent;
347
348
349 #define AJAX (1<<0)
350 #define ANONYMOUS (1<<1)
351 #define NEED_URL (1<<2)
352 #define XHTTP_COMMANDS (1<<3)
353 #define BOGUS (1<<4)
354 #define URLNAMESPACE (1<<4)
355 #define LOGCHATTY (1<<5)
356 #define COOKIEUNNEEDED (1<<6)
357 #define ISSTATIC (1<<7)
358 #define FORCE_SESSIONCLOSE (1<<8)
359 #define PARSE_REST_URL (1<<9)
360 #define PROHIBIT_STARTPAGE (1<<10)
361
362 typedef enum _RESTDispatchID {
363         ExistsID,
364         PutID,
365         DeleteID
366 } RESTDispatchID;
367
368 typedef int (*WebcitRESTDispatchID)(RESTDispatchID WhichAction, int IgnoreFloor);
369 typedef void (*WebcitHandlerFunc)(void);
370 typedef struct  _WebcitHandler{
371         WebcitHandlerFunc F;
372         WebcitRESTDispatchID RID;
373         long Flags;
374         StrBuf *Name;
375         StrBuf *DisplayName;
376 } WebcitHandler;
377
378
379 void WebcitAddUrlHandler(const char * UrlString, long UrlSLen, const char *DisplayName, long dslen, WebcitHandlerFunc F, long Flags);
380
381 typedef struct _headereval {
382         ExamineMsgHeaderFunc evaluator;
383         int Type;
384 } headereval;
385
386
387 struct attach_link {
388         char partnum[32];
389         char html[1024];
390 };
391
392
393 enum {
394         eUp,
395         eDown,
396         eNone
397 };
398
399 enum {
400         eGET,
401         ePOST,
402         eOPTIONS,
403         ePROPFIND,
404         ePUT,
405         eDELETE,
406         eHEAD,
407         eMOVE,
408         eCOPY,
409         eNONE
410 };
411 extern const char *ReqStrs[eNONE];
412
413 #define NO_AUTH 0
414 #define AUTH_COOKIE 1
415 #define AUTH_BASIC 2
416
417
418
419 typedef struct _HdrRefs {
420         long eReqType;                          /* HTTP method */
421         int desired_session;
422         int SessionKey;
423
424         int got_auth;
425         int DontNeedAuth;
426         long ContentLength;
427         time_t if_modified_since;
428         int gzip_ok;                            /* Nonzero if Accept-encoding: gzip */
429         int prohibit_caching;
430         int dav_depth;
431         int Static;
432
433         /* these are references into Hdr->HTTPHeaders, so we don't need to free them. */
434         StrBuf *ContentType;
435         StrBuf *RawCookie;
436         StrBuf *ReqLine;
437         StrBuf *browser_host;
438         StrBuf *browser_language;
439         StrBuf *user_agent;
440         StrBuf *plainauth;
441         StrBuf *dav_ifmatch;
442
443         const WebcitHandler *Handler;
444 } HdrRefs;
445
446 typedef struct _ParsedHttpHdrs {
447         int http_sock;                          /* HTTP server socket */
448         const char *Pos;
449         StrBuf *ReadBuf;
450
451         StrBuf *c_username;
452         StrBuf *c_password;
453         StrBuf *c_roomname;
454         StrBuf *c_language;
455         StrBuf *this_page;                      /* URL of current page */
456         StrBuf *PlainArgs; 
457         StrBuf *HostHeader;
458
459         HashList *urlstrings;                   /* variables passed to webcit in a URL */
460         HashList *HTTPHeaders;                  /* the headers the client sent us */
461         int nWildfireHeaders;                   /* how many wildfire headers did we already send? */
462
463         HdrRefs HR;
464 } ParsedHttpHdrs;
465
466
467 /*
468  * One of these is kept for each active Citadel session.
469  * HTTP transactions are bound to one at a time.
470  */
471 typedef struct wcsession wcsession;
472 struct wcsession {
473 /* infrastructural members */
474         wcsession *next;                        /* Linked list */
475         pthread_mutex_t SessionMutex;           /* mutex for exclusive access */
476         int wc_session;                         /* WebCit session ID */
477         int killthis;                           /* Nonzero == purge this session */
478         int ctdl_pid;                           /* Session ID on the Citadel server */
479         int nonce;                              /* session nonce (to prevent session riding) */
480         int SessionKey;
481
482 /* Session local Members */
483         int serv_sock;                          /* Client socket to Citadel server */
484         StrBuf *ReadBuf;                        /* linebuffered reads from the server */
485         StrBuf *MigrateReadLineBuf;             /* here we buffer legacy server read stuff */
486         const char *ReadPos;                    /* whats our read position in ReadBuf? */
487         int last_chat_seq;                      /* When in chat - last message seq# we saw */
488         time_t lastreq;                         /* Timestamp of most recent HTTP */
489         time_t last_pager_check;                /* last time we polled for instant msgs */
490         ServInfo *serv_info;                    /* Information about the citserver we're connected to */
491         int is_ajax;                            /* are we doing an ajax request? */
492         StrBuf *PushedDestination;              /* Where to go after login, registration, etc. */
493
494 /* Request local Members */
495         StrBuf *CLineBuf;                       /* linebuffering client stuff */
496         ParsedHttpHdrs *Hdr;
497         StrBuf *WBuf;                           /* Our output buffer */
498         StrBuf *HBuf;                           /* Our HeaderBuffer */
499         StrBuf *WFBuf;                          /* Wildfire error logging buffer */
500
501         StrBuf *trailing_javascript;            /* extra javascript to be appended to page */
502         char ImportantMessage[SIZ];
503         StrBuf *ImportantMsg;
504         HashList *Directory;                    /* Parts of the directory URL in snippets */
505         const Floor *CurrentFloor;              /* when Parsing REST, which floor are we on? */
506
507 /* accounting */
508         StrBuf *wc_username;                    /* login name of current user */
509         StrBuf *wc_fullname;                    /* Screen name of current user */
510         StrBuf *wc_password;                    /* Password of current user */
511         StrBuf *httpauth_pass;                  /* only for GroupDAV sessions */
512         int axlevel;                            /* this user's access level */
513         int is_aide;                            /* nonzero == this user is an Aide */
514         int connected;                          /* nonzero == we are connected to Citadel */
515         int logged_in;                          /* nonzero == we are logged in  */
516         int need_regi;                          /* This user needs to register. */
517         int need_vali;                          /* New users require validation. */
518
519 /* Preferences */
520         StrBuf *cs_inet_email;                  /* User's preferred Internet addr. */
521         HashList *hash_prefs;                   /* WebCit preferences for this user */
522         StrBuf *DefaultCharset;                 /* Charset the user preferes */
523         int downloaded_prefs;                   /* Has the client download its prefs yet? */
524         int SavePrefsToServer;                  /* Should we save our preferences to the server at the end of the request? */
525         int selected_language;                  /* Language selected by user */
526         int time_format_cache;                  /* which timeformat does our user like? */
527
528         folder CurRoom;                         /* information about our current room */
529         const folder *ThisRoom;                 /* if REST found a room, remember it here. */
530 /* next/previous room thingabob */
531         struct march *march;                    /* march mode room list */
532         char ugname[128];                       /* where does 'ungoto' take us */
533         long uglsn;                             /* last seen message number for ungoto */
534
535 /* Uploading; mime attachments for composing messages */
536         HashList *attachments;                  /* list of attachments for 'enter message' */
537         int upload_length;                      /* content length of http-uploaded data */
538         StrBuf *upload;                         /* pointer to http-uploaded data */
539         StrBuf *upload_filename;                /* filename of http-uploaded data */
540         char upload_content_type[256];          /* content type of http-uploaded data */
541
542         int remember_new_mail;                  /* last count of new mail messages */
543
544 /* Roomiew control */
545         HashList *Floors;                       /* floors our citserver has hashed numeric for quicker access*/
546         HashList *FloorsByName;                 /* same but hashed by its name */
547         HashList *Rooms;                        /* our directory structure as loaded by LKRA */
548         HashList *summ;                         /* list of messages for mailbox summary view */
549   /** Perhaps these should be within a struct instead */
550         long startmsg;                          /* message number to start at */
551         long maxmsgs;                           /* maximum messages to display */
552         long num_displayed;                     /* number of messages actually displayed */
553         HashList *disp_cal_items;               /* sorted list of calendar items; startdate is the sort criteria. */
554
555
556         char last_chat_user[256];
557
558 /* Iconbar controls */
559         int cache_max_folders;
560         int cache_num_floors;
561         long *IBSettingsVec;                    /* which icons should be shown / not shown? */
562         const StrBuf *floordiv_expanded;        /* which floordiv currently expanded */
563
564 /* Transcoding cache buffers; used to avoid to frequent realloc */
565         StrBuf *ConvertBuf1;
566         StrBuf *ConvertBuf2;
567
568 /* cache stuff for templates. TODO: find a smartrer way */
569         HashList *ServCfg;                      /* cache our server config for editing */
570         HashList *InetCfg;                      /* Our inet server config for editing */
571         ExpirePolicy Policy[maxpolicy];
572
573 /* used by the blog viewer */
574         int bptlid;                             /* hash of thread currently being rendered */
575 };
576
577
578 typedef void (*Header_Evaluator)(StrBuf *Line, ParsedHttpHdrs *hdr);
579
580 typedef struct _HttpHeader {
581         Header_Evaluator H;
582         StrBuf *Val;
583         int HaveEvaluator;
584 } OneHttpHeader;
585
586 void RegisterHeaderHandler(const char *Name, long Len, Header_Evaluator F);
587
588
589 enum {
590         S_SHUTDOWN,
591         S_SPAWNER,
592         MAX_SEMAPHORES
593 };
594
595 #ifndef num_parms
596 #define num_parms(source)               num_tokens(source, '|') 
597 #endif
598
599 #define site_prefix     (WC ? (WC->Hdr->HostHeader) : NULL)
600
601 /* Per-session data */
602 #define WC ((struct wcsession *)pthread_getspecific(MyConKey))
603 extern pthread_key_t MyConKey;
604
605 /* Per-thread SSL context */
606 #ifdef HAVE_OPENSSL
607 #define THREADSSL ((SSL *)pthread_getspecific(ThreadSSL))
608 extern pthread_key_t ThreadSSL;
609 extern char ctdl_key_dir[PATH_MAX];
610 extern char file_crpt_file_key[PATH_MAX];
611 extern char file_crpt_file_csr[PATH_MAX];
612 extern char file_crpt_file_cer[PATH_MAX];
613 #endif
614
615 extern char floorlist[128][SIZ];
616 extern char *axdefs[];
617 extern char *ctdlhost, *ctdlport;
618 extern int http_port;
619 extern char *server_cookie;
620 extern int is_https;
621 extern int setup_wizard;
622 extern char wizard_filename[];
623 extern int follow_xff;
624 extern int num_threads_existing;
625 extern int num_threads_executing;
626
627 void InitialiseSemaphores(void);
628 void begin_critical_section(int which_one);
629 void end_critical_section(int which_one);
630
631 void stuff_to_cookie(int unset_cookie);
632
633 void cookie_to_stuff(StrBuf *cookie,
634                 int *session,
635                 StrBuf *user,
636                 StrBuf *pass,
637                 StrBuf *room,
638                 StrBuf *language
639 );
640 void locate_host(StrBuf *TBuf, int);
641 void become_logged_in(const StrBuf *user, const StrBuf *pass, StrBuf *serv_response);
642 void openid_manual_create(void);
643 void display_login(void);
644 void display_openids(void);
645 void display_default_landing_page(void);
646 void do_welcome(void);
647 void do_logout(void);
648 void display_main_menu(void);
649 void display_aide_menu(void);
650 void slrp_highest(void);
651 ServInfo *get_serv_info(StrBuf *, StrBuf *);
652 void RegisterEmbeddableMimeType(const char *MimeType, long MTLen, int Priority);
653 void CreateMimeStr(void);
654 int GetConnected(void);
655 void DeleteServInfo(ServInfo **FreeMe);
656 int uds_connectsock(char *);
657 int tcp_connectsock(char *, char *);
658 int serv_getln(char *strbuf, int bufsize);
659 int StrBuf_ServGetln(StrBuf *buf);
660 int GetServerStatus(StrBuf *Line, long* FullState);
661 void serv_puts(const char *string);
662 void who(void);
663
664 void ajax_mini_calendar(void);
665 void fmout(char *align);
666 void _fmout(StrBuf *Targt, char *align);
667 void FmOut(StrBuf *Target, char *align, StrBuf *Source);
668 void pullquote_fmout(void);
669 void wDumpContent(int);
670
671
672 void PutRequestLocalMem(void *Data, DeleteHashDataFunc DeleteIt);
673
674 void UrlescPutStrBuf(const StrBuf *strbuf);
675 void StrEscPuts(const StrBuf *strbuf);
676 void StrEscputs1(const StrBuf *strbuf, int nbsp, int nolinebreaks);
677
678 void urlescputs(const char *);
679 void hurlescputs(const char *);
680 void jsesc(char *, size_t, char *);
681 void jsescputs(char *);
682 void output_headers(    int do_httpheaders,
683                         int do_htmlhead,
684                         int do_room_banner,
685                         int unset_cookies,
686                         int suppress_check,
687                         int cache);
688 void output_custom_content_header(const char *ctype);
689
690 #ifdef UBER_VERBOSE_DEBUGGING
691 #define wc_printf(...) wcc_printf(__FILE__, __FUNCTION__, __LINE__, __VA_ARGS__)
692 void wcc_printf(const char *FILE, const char *FUNCTION, long LINE, const char *format, ...);
693 #else 
694 void wc_printf(const char *format,...)__attribute__((__format__(__printf__,1,2)));
695 #endif
696
697 void hprintf(const char *format,...)__attribute__((__format__(__printf__,1,2)));
698 void output_static(const char* What);
699
700 long stresc(char *target, long tSize, char *strbuf, int nbsp, int nolinebreaks);
701 void escputs(const char *strbuf);
702 void url(char *buf, size_t bufsize);
703 void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf);
704 void escputs1(const char *strbuf, int nbsp, int nolinebreaks);
705 void msgesc(char *target, size_t tlen, char *strbuf);
706 void msgescputs(char *strbuf);
707 void msgescputs1(char *strbuf);
708 void dump_vars(void);
709
710 void do_addrbook_view(addrbookent *addrbook, int num_ab);
711 void fetch_ab_name(message_summary *Msg, char **namebuf);
712 void display_vcard(StrBuf *Target, wc_mime_attachment *Mime, char alpha, int full, char **storename, long msgnum);
713 void jsonMessageList(void);
714 void new_summary_view(void);
715 void text_to_server(char *ptr);
716 void text_to_server_qp(char *ptr);
717 void display_success(char *);
718 void CheckAuthBasic(ParsedHttpHdrs *hdr);
719 void GetAuthBasic(ParsedHttpHdrs *hdr);
720 void server_to_text(void);
721 void save_edit(char *description, char *enter_cmd, int regoto);
722 void display_edit(char *description, char *check_cmd,
723                   char *read_cmd, char *save_cmd, int with_room_banner);
724 long gotoroom(const StrBuf *gname);
725 void remove_march(const StrBuf *aaa);
726 void dotskip(void);
727 void validate(void);
728 void display_graphics_upload(char *, char *, char *);
729 void do_graphics_upload(char *upl_cmd);
730 void serv_write(const char *buf, int nbytes);
731 void serv_putbuf(const StrBuf *string);
732 void serv_printf(const char *format,...)__attribute__((__format__(__printf__,1,2)));
733 void shutdown_sessions(void);
734 void do_housekeeping(void);
735 void smart_goto(const StrBuf *);
736 void worker_entry(void);
737 void session_loop(void);
738 size_t wc_strftime(char *s, size_t max, const char *format, const struct tm *tm);
739 void fmt_time(char *buf, size_t siz, time_t thetime);
740 void httpdate(char *buf, time_t thetime);
741 time_t httpdate_to_timestamp(StrBuf *buf);
742 void end_webcit_session(void);
743 void page_popup(void);
744 void http_redirect(const char *);
745 void clear_substs(struct wcsession *wc);
746 void clear_local_substs(void);
747
748
749
750 int lingering_close(int fd);
751 long extract_token(char *dest, const char *source, int parmnum, char separator, int maxlen);
752 void remove_token(char *source, int parmnum, char separator);
753 StrBuf *load_mimepart(long msgnum, char *partnum);
754 void MimeLoadData(wc_mime_attachment *Mime);
755 void do_edit_vcard(long msgnum, char *partnum, 
756                    message_summary *VCMsg,
757                    wc_mime_attachment *VCAtt,
758                    const char *return_to, 
759                    const char *force_room);
760
761 void select_user_to_edit(const char *preselect);
762 void delete_user(char *);
763 void do_change_view(int);
764 void folders(void);
765
766
767
768 void offer_start_page(StrBuf *Target, WCTemplputParams *TP);
769 void convenience_page(const char *titlebarcolor, const char *titlebarmsg, const char *messagetext);
770 void output_html(const char *, int, int, StrBuf *, StrBuf *);
771 void do_listsub(void);
772 ssize_t write(int fd, const void *buf, size_t count);
773 void cal_process_attachment(wc_mime_attachment *Mime);
774 void do_tasks_view(void);
775 int calendar_summary_view(void);
776 void free_march_list(wcsession *wcf);
777 void display_rules_editor_inner_div(void);
778 void generate_uuid(char *);
779 void CtdlMakeTempFileName(char *, int);
780 void address_book_popup(void);
781 void begin_ajax_response(void);
782 void end_ajax_response(void);
783
784 void display_edit_task(void);
785 void display_edit_event(void);
786 icaltimezone *get_default_icaltimezone(void);
787 void display_icaltimetype_as_webform(struct icaltimetype *, char *, int);
788 void icaltime_from_webform(struct icaltimetype *result, char *prefix);
789 void icaltime_from_webform_dateonly(struct icaltimetype *result, char *prefix);
790 void partstat_as_string(char *buf, icalproperty *attendee);
791 icalcomponent *ical_encapsulate_subcomponent(icalcomponent *subcomp);
792 void check_attendee_availability(icalcomponent *supplied_vevent);
793 int ical_ctdl_is_overlap(
794                         struct icaltimetype t1start,
795                         struct icaltimetype t1end,
796                         struct icaltimetype t2start,
797                         struct icaltimetype t2end
798 );
799
800
801 extern char *months[];
802 extern char *days[];
803 int serv_read_binary(StrBuf *Ret, size_t total_len, StrBuf *Buf);
804 int StrBuf_ServGetBLOB(StrBuf *buf, long BlobSize);
805 int StrBuf_ServGetBLOBBuffered(StrBuf *buf, long BlobSize);
806 int read_server_text(StrBuf *Buf, long *nLines);
807 long locate_user_vcard_in_this_room(message_summary **VCMsg,
808                                     wc_mime_attachment **VCAtt);
809 void sleeeeeeeeeep(int);
810 void http_transmit_thing(const char *content_type, int is_static);
811 long unescape_input(char *buf);
812 void check_thread_pool_size(void);
813 void spawn_another_worker_thread(void);
814 void StrEndTab(StrBuf *Target, int tabnum, int num_tabs);
815 void StrBeginTab(StrBuf *Target, int tabnum, int num_tabs, StrBuf **Names);
816 void StrTabbedDialog(StrBuf *Target, int num_tabs, StrBuf *tabnames[]);
817 void tabbed_dialog(int num_tabs, char *tabnames[]);
818 void begin_tab(int tabnum, int num_tabs);
819 void end_tab(int tabnum, int num_tabs);
820 void str_wiki_index(char *s);
821 long guess_calhourformat(void);
822 int get_time_format_cached (void);
823 const char *get_selected_language(void);
824 void display_wiki_pagelist(void);
825 HashList *GetRoomListHashLKRA(StrBuf *Target, WCTemplputParams *TP);
826
827 #define DATEFMT_FULL 0
828 #define DATEFMT_BRIEF 1
829 #define DATEFMT_RAWDATE 2
830 #define DATEFMT_LOCALEDATE 3
831 void webcit_fmt_date(char *buf, size_t siz, time_t thetime, int Format);
832 void summary(void);
833
834 /* actual supported locales */
835 void TmplGettext(StrBuf *Target, WCTemplputParams *TP);
836 void offer_languages(StrBuf *Target, int nArgs, WCTemplateToken *Token, void *Context, int ContextType);
837 void set_selected_language(const char *);
838 void go_selected_language(void);
839 void stop_selected_language(void);
840
841 #ifdef HAVE_OPENSSL
842 void init_ssl(void);
843 void endtls(void);
844 void ssl_lock(int mode, int n, const char *file, int line);
845 int starttls(int sock);
846 extern SSL_CTX *ssl_ctx;  
847 int client_read_sslbuffer(StrBuf *buf, int timeout);
848 void client_write_ssl(const StrBuf *Buf);
849 #endif
850
851 void utf8ify_rfc822_string(char **buf);
852
853 void begin_burst(void);
854 long end_burst(void);
855
856 void AppendImportantMessage(const char *pch, long len);
857
858 extern char *hourname[];        /* Names of hours (12am, 1am, etc.) */
859
860 void http_datestring(char *buf, size_t n, time_t xtime);
861
862
863 /* These should be empty, but we have them for testing */
864 #define DEFAULT_HTTPAUTH_USER   ""
865 #define DEFAULT_HTTPAUTH_PASS   ""
866
867
868 /* Exit codes 101 through 109 are initialization failures so we don't want to
869  * just keep respawning indefinitely.
870  */
871 #define WC_EXIT_BIND            101     /* Can't bind to the port */
872 #define WC_EXIT_SSL             102     /* Can't initialize SSL */
873
874
875 #define WC_TIMEFORMAT_NONE 0
876 #define WC_TIMEFORMAT_AMPM 1
877 #define WC_TIMEFORMAT_24 2
878
879 extern int time_to_die;                 /* Nonzero if server is shutting down */