* Renamed "struct user" to "struct ctdluser"
[citadel.git] / citadel / file_ops.c
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-05-26 Art Cancro* citadel.h: changed internal version number to 6.07
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2002-10-17 Michael Hampton* Bug fixes: Fix numerous char array size mismatches...
2002-10-15 Art Cancro* Numerous warning fixes and cleanups for compile on...
2002-09-29 Michael Hampton* file_ops.c: cmd_read() now returns a short read at...
2002-08-24 Art Cancro* Bugfixes
2002-08-21 Art Cancro* Completed self-service list subscription via web.
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryantmore sprintf removals
2002-03-11 Nathan Bryantremoved all references to sprintf from several files...
2002-02-13 Art Cancro* Allow the READ command to return packets bigger than...
2002-01-27 Michael Hampton* file_ops.c: fixed bug in cmd_read() which could cause...
2001-12-11 Nathan Bryant - fix library flags, includes for portability
2001-11-13 Art Cancro* Re-introduced the ability to enter IGnet mail into...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
2001-10-17 Nathan Bryantwarning fixes and cleanups for 64-bit machines
2001-10-06 Art Cancro* Finished the concurrency check for network polling...
2001-10-06 Art Cancro* Stripped the build of obsolete parts of the old netwo...
2001-09-20 Art Cancro* Inbound network authentication working. Fixed a...
2001-09-06 Nathan Bryant - port to Cygwin (DLL support, etc.)
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-19 Art Cancro* Fixed generation of unique file names for network...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
1999-11-22 Art Cancro* Added some temporary variables to OpenCmdResult(...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-16 Art Cancro* Run netproc -i after a successful NUOP
1999-09-19 Art Cancro* migrated cmd_ent3() to CtdlSaveMessage()
1999-09-16 Art Cancro* Did most of the migration from save_message() to...
1999-05-13 Nathan Bryantfix namespace collision with <sys/stream.h> on certain...
1999-04-27 Art Cancro * file_ops.c: fixed NDOP to not crash the server if...
1999-04-13 Nathan Bryantfixed time_t handling (have to cast it to long for...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-02-01 Art CancroAdded the OPNA command for downloading attachments
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1998-12-19 Art Cancro * Added "-i" flag to netproc to make it skip...
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-10 Nathan Bryant * commands.c, control.c, cux2ascii.c, file_ops...
1998-11-04 Nathan Bryant * added RCS Id keyword strings to sources
1998-10-16 Art CancroPulled out a coupla "FIX" comments
1998-10-13 Nathan Bryant * file_ops.c: fix another overrun
1998-10-08 Nathan Bryant * lots of warning fixes; builds with -std1...
1998-10-05 Art CancroChangeover to new room structure. See ChangeLog for...
1998-08-25 Nathan BryantMon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant...
1998-08-18 Nathan BryantTue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant...
1998-07-30 Art CancroChanged all of the proprietary strucmp() and struncmp...
1998-07-13 Art Cancro Miscellaneous bug fixes. Also restored the ability...
1998-07-11 Art CancroInitial revision