summaryrefslogtreecommitdiff
path: root/comsat/comsat.c
AgeCommit message (Collapse)AuthorFiles
2007-06-27Prepare for the GPL v.3 release. Relicense programs under GPL v.3, libraries ↵Sergey Poznyakoff1
under LPGL v.3
2005-11-02Fix typo in the commentSergey Poznyakoff1
2005-08-27Normalize global namespace. Part 2Wojciech Polak1
2005-08-26Normalize global namespace. Part 1Sergey Poznyakoff1
2005-08-16Remove __P() and __PMT() wrappers.Sergey Poznyakoff1
2005-07-26Use registrar_record instead of directly accessing registrar list.Sergey Poznyakoff1
2005-05-17Updated FSF addressalpha_0_6_90Sergey Poznyakoff1
2005-01-04Revise error messages for accordance with GNU standards:Sergey Poznyakoff1
begin messages with a capital letter, unless they are prefixed with `file:line:' or their exact look is important due to compatibility reasons. Do not end messages with a period. Avoid using contracted negations.
2004-04-08Make info text clearer.Sergey Poznyakoff1
2003-12-28(main): Minor fix (do not use hardcoded log facility)uid656971
2003-07-08Bugfix.Sergey Poznyakoff1
2003-07-01(notify_user): Bugfix: do not pass size_t instead of off_t.Sergey Poznyakoff1
2003-03-29(main): Use mu_argp_init.Sergey Poznyakoff1
2003-03-10use ngettextSergey Poznyakoff1
2003-02-09Updated FSF address.Wojciech Polak1
2003-01-28Removed unneded colon in the argument to perror.Sergey Poznyakoff1
2003-01-22Renamed mu_errstring to mu_strerror for consistency with the usual practice.Sergey Poznyakoff1
2002-12-27Added missing N_() markers.Sergey Poznyakoff1
2002-12-23Added initial NLS supportWojciech Polak1
2002-09-01Removed erroneous redeclaration of getutent.Sergey Poznyakoff1
2002-08-13Switched to the new authentication/authorization functions.Sergey Poznyakoff1
2002-08-07Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new ↵Sergey Poznyakoff1
autoconf.
2002-07-23(comsatd_parse_opt): Fixed dereference of child_inputs.Sergey Poznyakoff1
2002-05-02Provide extern declarations for *utent calls.Sergey Poznyakoff1
2002-04-11Fixed spelling of "license" option.Sergey Poznyakoff1
2002-04-11mailutils capbilities were split upSam Roberts1
2002-03-08Use mu_argp_parse.Sergey Poznyakoff1
2002-02-27Use mu_path_maildir instead of maildir.Sergey Poznyakoff1
2002-02-26Replaced strerror() with mu_errstring().Sam Roberts1
2002-02-22Removed call to mu_normalize_maildir.Sergey Poznyakoff1
2002-02-17Removed unused function.Sergey Poznyakoff1
2002-02-05Use argp_parse instead of getopt_long.Sergey Poznyakoff1
2002-01-21Added --maildir option.Sergey Poznyakoff1
2001-12-16Modified stream creation and opening. The *_stream_create() functions nowSam Roberts1
take the specific arguments appropriate to them and setup a stream_t so that stream_open(), which now takes no arguments, can perform whatever actions are appropriate when opening that particular kind of stream. I have tested the changes with the example programs and sieve, but not with the imap or pop servers.
2001-11-21Provide default for _PATH_MAILDIR for systems lacking it.Sergey Poznyakoff1
2001-11-17 * include/mailutils/mailbox.h: Remove prototypeAlain Magloire1
mailbox_destroy_folder(). * mailbox/mailbox.c (mailbox_destroy_folder): Remove. * comsat/comsat.c (notify_user): remove mailbox_destroy_folder().
2001-11-15Removed mailbox_destroy_folder kludgeSergey Poznyakoff1
2001-11-13 Try to use const whenever appropriate to make it clearAlain Magloire1
that a string should not be modified. Nuke some trailing spaces, thanks to emacs. Reduce the scope of functions with static. GNU ident style for switch() promote a empty line after the break; * comsat/action.c (expand_escape): size and lncount could have been use uninitialized. (expand_escape): const char *cr. (expand_line): cr == "\n\r" make it const. variable i and size unneeded. variable c initialize to zero. (expand_line): obstack_1grow() pass *p instead of c. (defaul_action): const char*. (run_user_action): fprintf () missing argument. (open_rc): const char *filename. * comsat/comsat.c (username): const char *username. (mailbox_path): const prototype. (change_user): const prototype. (notify_user): const prototype. body and header unneeded variables. (find_user): const prototype. * comsat/comsat.h: Prototype updates.
2001-11-13Missed newline in help output.Sergey Poznyakoff1
2001-11-12New keyword: allow-biffrc.Sergey Poznyakoff1
2001-11-11 Most daemon will share the same code to daemonize(), we useAlain Magloire1
a generic one, lib/daemon.c, so any bug fix will impact the others and reduce maintainance/duplication. * lib/Makefile.am: Addition daemon.c * lib/daemon.c: New file. * pop3d/pop3d.c (pop3d_daemon_init): Use lib/daemon.c:daemon() code instead. * imap4d/imap4d.c (imap4d_daemon_init): Use lib/daemon.c:daemon code instead. * comstat/comstat.c (comstat_daemon_init): Use lib/daemon.c:daemon code instead. Remove trailing spaces.
2001-11-11Call run_user_action instead of dumping message contents to user's ttySergey Poznyakoff1
2001-11-05Use mu_syslog_error_printer. Fixed misplaced if condition.Sergey Poznyakoff1
2001-11-02Restart on sighup when in daemon mode.Sergey Poznyakoff1
Fight floods by increasing delays exponentially. Fill in `hostname' on startup.
2001-11-01Main moduleSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.