Patches from Debian
[nbd.git] / nbd-server.c
2009-08-14 Wouter VerhelstPatches from Debian
2009-07-17 Wouter VerhelstImplement sync option
2009-06-08 Wouter VerhelstFix autodetection
2009-05-23 Tom CocagneFix for nbd-server uner xinetd
2009-05-23 Wouter VerhelstRemove support for timeout option
2009-01-31 Wouter Verhelstuse atoll instead of atol
2009-01-07 Wouter VerhelstMinor fixes
2008-12-24 Wouter VerhelstImprove error handling
2008-08-25 yoer342: Use right printf() format string
2008-08-12 yoer340: Fix printing of 64bit integers; patch by Brad...
2008-07-24 yoer339: Explicitly set the client socket to nonblocking...
2008-06-18 yoer338: Oops, this is work-in-progress, remove
2008-06-18 yoer337: Check multi-file export in 'make check', too...
2008-05-01 yoer334: Re-sync table indexes
2008-03-17 yoer328: Oops, don't forget to change this number
2008-03-17 yoer327: Remove autoreadonly option. It was an error to...
2008-03-17 yoer326: Don't require read-write access to base file...
2008-03-17 yoer325: Avoid unnecessary wakeups
2007-11-14 yoer308: Fix segfault when exporting more than one device.
2007-11-07 yoer307: Sanify name, getting it in sync with documentatio...
2007-10-30 yoer305: Use constants rather than their value
2007-10-26 yoer300: Remove all GCC warnings
2007-10-26 yoer297: Fix stupid errors
2007-10-26 yoer295: Last bits from Corey; also, apply patch to set...
2007-10-26 yoer294: Delay daemon() call as long as possible, and...
2007-10-26 yoer293: Handle incorrect user- or groupnames correctly
2007-10-22 yoer291: make the build work, again
2007-10-17 yoer289: Add experimental support for the SDP protocol
2007-09-27 yoer287: Fixes from Tefnet <developers@tefnet.pl>
2007-09-19 yoer285: Move first do_run command up slightly
2007-09-18 yoer283: Don't dereference a command if it's empty
2007-09-18 yoer282: Don't dereference stuff if we haven't set it...
2007-08-19 yoer278: Set group _after_ setting user, since setting...
2007-08-14 yoer274: Patch by Corey Minyard to set a device read-only...
2007-07-26 yoer270: Implement prerun and postrun options
2007-07-19 yoer267: Really fix the segfault. Hand the brown paper...
2007-07-08 yoer264: Fix segfault
2007-06-25 yoer261: Fix inetd mode
2007-06-15 yoer260: Fix usage of peername, patch by gad@jetcom.org
2007-06-13 yoer259: Merge r258
2007-06-04 yoer253: Revert r231; it's causing more problems than...
2007-02-12 yoer241: Merge r240 from trunk
2007-01-27 yoer233: Fix 64bit stuff (again)
2007-01-23 yoer231: Make client sockets non-blocking, too.
2006-12-27 yoer226: Fix memory leakage: we need to allocate only...
2006-12-27 yoer225: Fix null pointer, patch by Johan Myreen
2006-11-01 yoer211: Allow for varying the filename of the PID file...
2006-11-01 yoer210: Spelling fix
2006-10-25 yoer208: Fix minor bug wrt cidrhash choice for virtstyle...
2006-10-25 yoer207: Fix compilation
2006-10-25 yoer206: Allow for CIDR-style authentication using auth_fi...
2006-10-24 yoer204: Add support for user/group changing at runtime...
2006-10-19 yoer201: Plug possible segfault upon connection close
2006-10-07 yoer191: Beautify debugging output (Phillip)
2006-10-05 yoer190: Create a saner version of the multifile option...
2006-10-04 yoer189: Fix crashes, thanks (again) to Phillip
2006-09-28 yoer188: Apply patch by Phillip to fix error handling...
2006-09-21 yoer185: Build/documentation fixes from Phillip Hellewell
2006-08-20 yoer184: find OFFT_MAX in a much cleaner way.
2006-08-05 yoer175: * Mirror relevant changes from r171
2006-08-04 yoer170: Use waitpid() rather than wait() to avoid it...
2006-06-06 yoer165: Remove outdated comments
2006-05-08 yoer161: * Document -C flag
2006-05-01 yoer157: Fix some bugs (whee, trunk code works again!)
2006-03-10 yoer151: Fix compile
2006-03-09 yoer147: Some code updates. Previous commit to HEAD was...
2006-01-06 yoer141: Commit this before I accidentally remove it again..
2005-10-28 yoer124: Merge in changes to 2.8 branch, up to 2.8.1.
2005-10-25 yoer114: Fixes for copy-on-write from Maxim Syrchin (thanks!)
2005-10-25 yoer113: GCC4 warning fixes
2005-09-16 yoer110: Incorporate patch from Maxim Syrchin to fix segfa...
2005-01-23 yoer100: Bring comment in sync with reality
2005-01-19 yoer96: Leftover error caught by ``make distcheck''
2005-01-19 yoer95: We should be (almost) ready for 2.8 now...
2004-12-03 yoer90: GLibify
2004-11-16 yoer89: Use a GHashTable instead of a self-written dynamic...
2004-11-15 yoer87: Re-sanitize log messages
2004-11-15 yoer86: Remove bugs. It works again now
2004-10-14 yoer82: Stop using global variables.
2004-07-24 yoer78: Make inetd mode actually work (Thanks, Alan Curry)
2004-07-24 yoer76: Don't free the auth_file; it's never malloc()'ed
2004-06-27 yoer74: * Added checks for GLib (not used yet, but will...
2004-06-12 yoer66: Some initial cleanups. More are probably needed.
2004-05-23 yoer65: Clean up LFS defines
2004-05-13 yoer61: Cleanup after audit. Thanks, Steve!
2004-05-06 yoer59: clean up after snprintf; make the difffilename...
2004-05-05 yoer58: E Don't use sprintf, it's ugly. Especially if...
2004-05-01 yoer57: Fix multi-file option, and fix its documentation
2004-04-23 yoer56: check for BLKGETSIZE anyway, because it might...
2004-04-21 yoer54: - Unbreak compilation
2004-04-04 yoer53: Move the #include <cliserv.h> to the top, to allow...
2004-02-18 yoer50: Whoops. This actually had to be committed to the...
2004-02-11 yoer49: Doxygenified the source, and started modularizing...
2004-01-27 yoer43: Switched to using automake instead of a home-grown...
2003-10-16 yoer40: config.h.in, configure.in: get rid of malloc(...
2003-10-10 yoer38: configure.in:
2003-09-29 yoer37: CRITICAL BUGFIX: after forking, reset child_arrays...
2003-09-02 yoer35: Added an option to allow for selecting the .allow...
2003-08-25 yoer34: Fixed one minor bug
2003-08-21 yoer32: keep track of children and send them SIGTERM if...
next