* Move to GPL v3
[citadel.git] / citadel /
2007-07-06 Art Cancro* Move to GPL v3
2007-07-05 Wilfried Göesgens* send linewraps, so we get our dots at least.
2007-06-29 Art CancroWhen reading in SMTP recipients, use safestrncpy()...
2007-06-28 Art CancroEliminate the 'Internet mail recommends
2007-06-27 Art CancroBe a little smarter about return-path generation.
2007-06-27 Art CancroRemoved the VRFY and EXPN commands from our SMTP server
2007-06-26 Wilfried Göesgens* print some info to the client while putting stuff...
2007-06-25 Wilfried Göesgens* if a message subject is required, ask the user for...
2007-06-24 Wilfried Göesgens* evaluate the subject required flag. not tested, the...
2007-06-24 Wilfried Göesgens* configure the room subject required flag in the text...
2007-06-24 Art CancroCreating a mailbox room no longer automatically sets
2007-06-23 Wilfried Göesgens* added flag to make clients add a subject
2007-06-20 Wilfried Göesgens* move chkpw d to the utilbin section.
2007-06-20 Wilfried Göesgens* move chkpwd to the utility bin dir, added chkpw to...
2007-06-20 Wilfried Göesgens* check whether we shoud shut down. we do this by check...
2007-06-19 Wilfried Göesgens* fix a leak in GREG
2007-06-19 Art CancroRewrote safestrncpy() using our own code instead of...
2007-06-19 Wilfried Göesgens* check whether our chkpwd binary exists or not
2007-06-19 Art CancroEliminated the unpacking of uid in the chkpwd
2007-06-19 Art CancroAdded 'chkpw.c' utility for manually checking passwords.
2007-06-19 Art Cancrocitadel.rc: commented out the 'Doorway' function, and
2007-06-19 Art Cancrochkpwd is now a daemon that is started by citserver
2007-06-18 Art CancroRefuse to purge expired users if the
2007-06-18 Art CancroRemoved the --disable-chkpwd option, because it generates
2007-06-18 Art CancroRenamed validpw() in auth.c to validate_password()
2007-06-15 Art CancroLaid some of the groundwork for a partial
2007-06-13 Art CancroAdd a forward slash to the generated paths for citadel...
2007-06-13 Art CancroChecked in a skeleton of the IMAP METADATA extension
2007-06-11 Art CancroAssigned developer code 31 to Stuart Cianos
2007-06-10 Wilfried Göesgens* create directory before installing files into it.
2007-06-07 Wilfried Göesgens * match out 'ubuntu' from the version string
2007-06-07 Wilfried Göesgens* print the ip-address too if we fail to bind a server...
2007-06-07 Art Cancrobuildpackages sourcedist - generate .tar.gz instead...
2007-06-07 Art CancroTHIS IS 7.10
2007-06-07 Art CancroAttempt #2 at setting the egress interface
2007-06-05 Art CancroNew versions of Berkeley DB (I tested with 4.5.20)...
2007-06-05 Art CancroWhen config.c_ip_addr is set, use that IP address
2007-06-04 Art CancroRevert to RFC2086-style ACL flags.
2007-06-04 Art CancroSwitched back to text/x-vcard as the MIME type generated
2007-06-03 Wilfried Göesgens* added missing openssl dependancy. Else citserver...
2007-06-03 Art CancroFixed a memory leak created by the use of regcomp()
2007-06-01 Art CancroFixed the semantics of UID SEARCH. The semantics are now
2007-05-29 Wilfried Göesgens* another place to move database_cleanup.sh in the...
2007-05-29 Wilfried Göesgens* merged acconfig.h into configure.
2007-05-29 Art CancroFix a type mismatch that generates a warning on 64...
2007-05-29 Art CancroAdded HAVE_STATICDATA_DIR, STATICDATA_DIR, HAVE_UTILBIN...
2007-05-29 Art CancroRemove redhat 7.3 cruft from bootstrap
2007-05-29 Wilfried Göesgens* move cleanup_database.sh to /usr/share/doc/citadel...
2007-05-29 Wilfried Göesgens* move arround some files in the configured build accor...
2007-05-28 Art Cancrocitmail: completed the '-t' option (extract recipients
2007-05-28 Art CancroBegan implementation of sendmail -t option (not finished)
2007-05-28 Art CancroMinor cleanups to citmail. Added a command-line '...
2007-05-25 Art CancroAdd a GPL declaration to rfc2739.schema
2007-05-24 Wilfried Göesgens* rewind debian changelog for initial packaging process
2007-05-24 Wilfried Göesgens* corrected spelling error in make clean.
2007-05-23 Art CancroRemoved some spurious copyright info from the openldap
2007-05-11 Art CancroSmall fixes to ical_dezonify() and its helper functions
2007-05-10 Art CancroSmall fix to previous commit. The 'narrow' wholist
2007-05-10 Art CancroOmit the 'Idle' and 'From host' columns from
2007-05-09 Art CancroAdded conversion of “ and ” to ordinary
2007-05-08 Wilfried Göesgens* added parameters for validating recipients against...
2007-05-08 Art CancroSet the 'Id:' property on all files which use it
2007-05-02 Wilfried Göesgens* added masquerade domain feature.
2007-05-02 Art CancroWhy doesn't the f***ing Id: tag work on SVN???
2007-05-02 Art CancroWhy doesn't the f***ing Id: tag work on SVN???
2007-04-28 Art CancroExtract and enumerate return options.
2007-04-27 Art CancroCompleted the portion of draft-ietf-imapext-list-extens...
2007-04-27 Art CancroDetect whether an IMAP client is specifying selection
2007-04-27 Wilfried Göesgens* this file must be kept in a non-volatile dir. move...
2007-04-26 Wilfried Göesgens* as this is the errormessage for the non logfile readi...
2007-04-26 Wilfried Göesgens* don't use the config to get the hostname anymore...
2007-04-26 Art CancroAnnotated imap_list() for upcoming implementation of...
2007-04-26 Art CancroAdd a comment in smtp_greeting() warning that the fqdn
2007-04-26 Art CancroMoved IMAP LIST/LSUB to a separate source file
2007-04-26 Art CancroCompleted unifying LIST and LSUB into a single code...
2007-04-26 Art CancroContinued merging code paths
2007-04-26 Art CancroBegan merging the code for IMAP LIST and LSUB
2007-04-24 Wilfried Göesgens* paste together multiple errors in a right manner.
2007-04-24 Art CancroDon't automatically delete calendar invitations
2007-04-19 Art CancroCompleted DVCA (Dump VCard Addresses) function. This...
2007-04-19 Art CancroVersion 7.09
2007-04-19 Art CancroWhen converting HTML to plain text, omit any text
2007-04-19 Art CancroFixed missing character in DSN bounce messages
2007-04-18 Wilfried Göesgens* use another buffer so we don't overwrite the mailfrom.
2007-04-13 Art CancroChange 'Message rejected by SpamAssassin' to 'message...
2007-04-12 Art CancroApplied matt's patches to clean up memory leaks in...
2007-04-12 Art Cancro*Always* require a recipient in the Mail> room,
2007-04-12 Art CancroVersion number is now 7.08
2007-04-12 Wilfried Göesgensresynced changelog.
2007-04-12 Art CancroWhen checking to see whether the user is saving a new
2007-04-11 Art CancroFixed gratuitous use of strlen() in imap_strout()
2007-04-10 Art CancroChanged a reference to 'room_flags' to 'room_flags2...
2007-04-09 Art CancroSend private mail rather than posting a message whenever
2007-04-05 Art Cancro* Added a bunch of preprocessor hacks to deal with...
2007-04-04 Art Cancro* Fixed a potential buffer overflow in the message...
2007-04-04 Art CancroRemoved some outdated cruft from the SMTP queue handler:
2007-04-04 Art Cancrostruct recptypes now uses dynamically allocated
2007-04-03 Art CancroCleaned up some syntax. Also cleaned up a
2007-04-02 Wilfried Göesgens * check the existance of the config file before chowni...
2007-04-01 Wilfried Göesgens* added missing link from configure <-> citadel key...
next