updated the 3.0 branch from the head branch - ready for alpha18
[sfrench/samba-autobuild/.git] / source3 / lib / messages.c
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-06-20 Tim PotterFixed compiler warning.
2002-06-17 Gerald Cartercompile warngin fixes merged from 2.2
2002-06-17 Tim PotterFixed typo in debug.
2002-06-13 Jeremy AllisonEnsure we save any older SIGALRM signal handler.
2002-06-05 Tim PotterSpelling fix.
2002-05-26 Simo Sorcemove debug stuff from messages.c to debug.c (Elrond)
2002-05-19 Andrew BartlettKeep the compiler happy
2002-05-18 Simo Sorceso here it is the code to introduce seriously debuggggi...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-27 Jeremy AllisonMoved debug messages for grabbing/releasing mutex.
2002-03-26 Jeremy AllisonDon't hold the mutex for more than 20 seconds.
2002-03-20 Martin PoolAdd assertions that kill() is never accidentally passed...
2002-03-14 Tim Pottergetpid() -> sys_getpid()
2002-03-09 Tim PotterDoc.
2002-02-18 Andrew Tridgellserialise all domain auth requests
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-03 Martin PoolIf we receive a message that is not handled then emit...
2002-01-03 Martin Pooldebug output on receipt of message.
2001-12-21 Martin PoolAdd an output parameter to message_send_all that says...
2001-12-19 Martin PoolDoc how to reply to messages.
2001-11-20 Jeremy AllisonMerged in JohnR's ping messaging extension.
2001-09-25 Jeremy AllisonFixed enumeration of large numbers of groups from a...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-08-05 Simo SorceSome fixes about malloc/Realloc and mem leak
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-15 Jeremy AllisonCheck sizes of data entries in connections.tdb before...
2001-04-27 Jeremy AllisonMore debug %d -> %u issues.
2001-04-08 Jeremy AllisonGot "medieval on our ass" about adding the -1 to slprintf.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-02-03 Jeremy AllisonMerge from 2.2 - with connection fix.
2001-01-23 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-15 Andrew Tridgellremoved unnecessary process_exists() call in message_se...
2001-01-11 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-11 Jeremy AllisonFix from John for growing messages.tdb.
2000-12-15 Jeremy AllisonFixed memory leaks in lsa_XX calls. Fixed memory leaks...
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-12-02 Andrew Tridgellfixed messaging bug - use strlen() instead of sizeof...
2000-11-17 Andrew Tridgellfixed the problem with messages not getting through
2000-11-17 Jeremy AllisonDelete queue on empty.
2000-11-17 Andrew Tridgellthe duplicate checking code will cause unaligned access...
2000-11-17 Andrew Tridgelluse process_exists() not kill(pid, 0)
2000-11-16 Jeremy AllisonFix for a problem with the new messaging system. If...
2000-11-11 Jeremy AllisonMerge of Herb's profiling code.
2000-11-06 Jeremy Allison64 bit fix from Uros Prestor <uros@turbolinux.com>.
2000-11-04 Tim PotterFix some compiler warnings.
2000-10-12 Herb Lewislib/messages.c add debug print for receipt...
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-09-26 Herb Lewisfix for IRIX compiler error messages
2000-09-13 Andrew Tridgellfirst cut at smbcontrol program. It currently allows...
2000-09-12 Andrew Tridgell- fixed some memory leaks in the messages code
2000-09-12 Andrew Tridgell- changed the msg_type to be an int instead of an enum...
2000-09-12 Andrew Tridgellmuch nicer message interface. We now register dispatch...
2000-09-11 Andrew Tridgellthe first cut of the internal messaging system.